aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2024-06-15 17:42:43 +0300
committerJimi Huotari <chiitoo@gentoo.org>2024-06-15 17:43:51 +0300
commit85315771b2d3b21700dd896d67ab5b51a6ade925 (patch)
tree1f40a4a8fd2426ba817e57a047ac32088f95e582
parentlxqt-base/lxqt-session: drop 2.0.0 (diff)
downloadqt-85315771b2d3b21700dd896d67ab5b51a6ade925.tar.gz
qt-85315771b2d3b21700dd896d67ab5b51a6ade925.tar.bz2
qt-85315771b2d3b21700dd896d67ab5b51a6ade925.zip
lxqt-base/lxqt-sudo: drop 2.0.0
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
-rw-r--r--lxqt-base/lxqt-sudo/Manifest1
-rw-r--r--lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest
deleted file mode 100644
index a031c296..00000000
--- a/lxqt-base/lxqt-sudo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-sudo-2.0.0.tar.xz 39164 BLAKE2B ab17745ced9d41fb63af7dc3646939578b79ba16a8f17739a2306114581f0c81517ad47430615fc043960638d25b062f38b4f1b1884247a8b5507723185383fc SHA512 8c79e782293f496c4e3a7d0bfbee06fb73fd682332b9bd4efa94b0ffd132e9980c64d4aa9d2719b805a7a209432595527231b9088e829b4638cc086c674f70a6
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild
deleted file mode 100644
index b7bc5e0c..00000000
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 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"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
-DEPEND="
- app-admin/sudo
- >=dev-qt/qtbase-6.6:6[gui,widgets]
- ~lxqt-base/liblxqt-${PV}:=
-"
-RDEPEND="${DEPEND}"