summaryrefslogtreecommitdiff
path: root/lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-10 15:28:02 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-10 15:28:02 +0000
commit0d0e3e0adedd9f237ceea9e95cbd0ed29a4576d4 (patch)
treef4f226a7d18e1d67a2f44d24f0485ef3bd630698 /lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild
parente80777b54c5b430ca044e16878f59a2020423d48 (diff)
gentoo auto-resync : 10:11:2022 - 15:28:02
Diffstat (limited to 'lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild')
-rw-r--r--lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild
deleted file mode 100644
index ecd16924078f..000000000000
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt GUI frontend for sudo"
-HOMEPAGE="https://lxqt-project.org/"
-
-if [[ ${PV} = *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
- SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.10.0"
-DEPEND="
- app-admin/sudo
- >=dev-qt/qtgui-5.15:5
- >=dev-qt/qtcore-5.15:5
- >=dev-qt/qtwidgets-5.15:5
- ~lxqt-base/liblxqt-${PV}:=
-"
-RDEPEND="${DEPEND}"