diff options
author | 2023-06-18 11:21:39 +0200 | |
---|---|---|
committer | 2023-06-18 16:53:12 +0200 | |
commit | feea629919e8f2681d327a22273d6e9adb558e0c (patch) | |
tree | 470a42b1c40a090eabc5fe97ca4863c8d3ca729c /lxqt-base/lxqt-sudo | |
parent | lxqt-base/lxqt-session: drop 1.2.0 (diff) | |
download | gentoo-feea629919e8f2681d327a22273d6e9adb558e0c.tar.gz gentoo-feea629919e8f2681d327a22273d6e9adb558e0c.tar.bz2 gentoo-feea629919e8f2681d327a22273d6e9adb558e0c.zip |
lxqt-base/lxqt-sudo: drop 1.2.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-sudo')
-rw-r--r-- | lxqt-base/lxqt-sudo/Manifest | 1 | ||||
-rw-r--r-- | lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest index 2b0cb4014761..c186835b386f 100644 --- a/lxqt-base/lxqt-sudo/Manifest +++ b/lxqt-base/lxqt-sudo/Manifest @@ -1,2 +1 @@ -DIST lxqt-sudo-1.2.0.tar.xz 37312 BLAKE2B 716fc26f17e920563d7f8ac73e69f5598f7c4a70e57dc7a80b1f702e543725f85421c81264ac0a28dd1040008da99fb72746a01142166a77d94ccd9f747fc566 SHA512 4b2d91e4f6d364c583ec4db893469628000369b08438f4ea26428621b929f26770c8f8b4b756acd865b404cb2a5e6921161527ff133394a90f0592226bfe3ea8 DIST lxqt-sudo-1.3.0.tar.xz 37796 BLAKE2B 43f551182bbf52fdc8380c7fb6d2b729fac983e7c7fe4834e7981cf7da950e9f8cfcd67dc5a3a4fddb690d3c9e09ef33f8cc269e928ed7ae8bd92084d09512bc SHA512 43ee7a0a1322258591259bf248651bd0ca5f438a38e8ac11c5b0edc3fa132b5b269a023a648f707a5844640ff30835155d3830955285608d6c157f72fe23debd diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.0.ebuild deleted file mode 100644 index 7e20a71ea79b..000000000000 --- a/lxqt-base/lxqt-sudo/lxqt-sudo-1.2.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 ~loong ~riscv x86" -fi - -LICENSE="LGPL-2.1 LGPL-2.1+" -SLOT="0" - -BDEPEND=">=dev-util/lxqt-build-tools-0.12.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}" |