diff options
author | 2022-11-09 23:09:46 +0200 | |
---|---|---|
committer | 2022-11-10 14:55:42 +0200 | |
commit | 2602ac23be7f1181c2acb73338dc468eaec8daf9 (patch) | |
tree | 3f99c05ecc551a8ed600291112a4814381ad1c4c /lxqt-base/lxqt-sudo | |
parent | lxqt-base/lxqt-runner: remove versions 0.17.0 and 1.0.0 (diff) | |
download | gentoo-2602ac23be7f1181c2acb73338dc468eaec8daf9.tar.gz gentoo-2602ac23be7f1181c2acb73338dc468eaec8daf9.tar.bz2 gentoo-2602ac23be7f1181c2acb73338dc468eaec8daf9.zip |
lxqt-base/lxqt-sudo: remove versions 0.17.0 and 1.0.0
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-sudo')
-rw-r--r-- | lxqt-base/lxqt-sudo/Manifest | 2 | ||||
-rw-r--r-- | lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild | 30 | ||||
-rw-r--r-- | lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild | 30 |
3 files changed, 0 insertions, 62 deletions
diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest index 1a793189a1e5..7c0c13a1f864 100644 --- a/lxqt-base/lxqt-sudo/Manifest +++ b/lxqt-base/lxqt-sudo/Manifest @@ -1,4 +1,2 @@ -DIST lxqt-sudo-0.17.0.tar.xz 35884 BLAKE2B 3fbe32f21eea9bf923e2117fb02a4f49416d82821f4d13b12aabfed8d565987fead118ad108293b6487f3e43a99013c8c06abcf5fcf63f90ed2a081fdbed8051 SHA512 bbd33b4e49392ee0ab611558c72842d857d2d8af95ec2b3a0db6bdd0b7062dfac24cfd468e5b1a2197ad684a65fe629993c98a5f2bb24227ce0df7dcd04127f5 -DIST lxqt-sudo-1.0.0.tar.xz 37108 BLAKE2B 2c28581e8e534f97d0b1ce532b6ecb1f4bb4a86b49a37ee8583232bef4d7f8674e31bc4631bcd3cb08e6a8e4ae4d3d143e2f09e01175b90b3ff99c403908d734 SHA512 72f9eced786e9d57db6d0b3972c2735576aadc0162b8268367813170fb6412184a2ab8d89bc508201aaf4aedfb509ce8c7273824969891935deefe8ffc05a578 DIST lxqt-sudo-1.1.0.tar.xz 37140 BLAKE2B 1fd5c97309f8ae930e60e9336b045b2da496fc6df6b24d8f73e00a26953838180c8f18c37535e6c948ccde507302373c4cfb52066cf3e9db73aebfec9464838a SHA512 ab986be7b67195e16462301c098ef6a90d2f0c86dc7ee6f23d3a00e3ae4131e25578bf56be5add84a28b42e460ff242440c607a8bf93ec119438ea09c8d28eaa DIST lxqt-sudo-1.2.0.tar.xz 37312 BLAKE2B 716fc26f17e920563d7f8ac73e69f5598f7c4a70e57dc7a80b1f702e543725f85421c81264ac0a28dd1040008da99fb72746a01142166a77d94ccd9f747fc566 SHA512 4b2d91e4f6d364c583ec4db893469628000369b08438f4ea26428621b929f26770c8f8b4b756acd865b404cb2a5e6921161527ff133394a90f0592226bfe3ea8 diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild deleted file mode 100644 index 31ce4b1994df..000000000000 --- a/lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="LXQt GUI frontend for sudo" -HOMEPAGE="https://lxqt.github.io/" - -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.9.0" -DEPEND=" - app-admin/sudo - >=dev-libs/libqtxdg-3.3.1 - dev-qt/qtcore:5 - dev-qt/qtwidgets:5 - =lxqt-base/liblxqt-$(ver_cut 1-2)* -" -RDEPEND="${DEPEND}" 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}" |