summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2021-09-25 09:31:45 +0300
committerAndreas Sturmlechner <asturm@gentoo.org>2021-09-30 19:22:07 +0200
commitffc430f956fb695784f0626ffaa7e4dd3ba74905 (patch)
tree84dfdc559fb72d67ddff40a197aa7025b3b582fe /lxqt-base/lxqt-sudo
parentnet-misc/smb4k: 3.1.1 version bump (diff)
downloadgentoo-ffc430f956fb695784f0626ffaa7e4dd3ba74905.tar.gz
gentoo-ffc430f956fb695784f0626ffaa7e4dd3ba74905.tar.bz2
gentoo-ffc430f956fb695784f0626ffaa7e4dd3ba74905.zip
lxqt-base: remove versions 0.16.*
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/22396 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-sudo')
-rw-r--r--lxqt-base/lxqt-sudo/Manifest1
-rw-r--r--lxqt-base/lxqt-sudo/lxqt-sudo-0.16.0.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest
index fc28b9161540..de626c18ce9b 100644
--- a/lxqt-base/lxqt-sudo/Manifest
+++ b/lxqt-base/lxqt-sudo/Manifest
@@ -1,2 +1 @@
-DIST lxqt-sudo-0.16.0.tar.xz 35088 BLAKE2B d19dccfd7f6219473184ba93cbe8179da848216ba8080aa3754600083e8d2a20a55b403a9bddd99fef636a24e36c3ae098e110ff05f0debcbce2953bed2e167e SHA512 425c1bf1a4c2a6fe3933419c77e0d1c5f576902cf5cfd2550890e037c32c3021eb8294831f26690ff2488ed096fcd271d664d9f67e73374559c53e7669089694
DIST lxqt-sudo-0.17.0.tar.xz 35884 BLAKE2B 3fbe32f21eea9bf923e2117fb02a4f49416d82821f4d13b12aabfed8d565987fead118ad108293b6487f3e43a99013c8c06abcf5fcf63f90ed2a081fdbed8051 SHA512 bbd33b4e49392ee0ab611558c72842d857d2d8af95ec2b3a0db6bdd0b7062dfac24cfd468e5b1a2197ad684a65fe629993c98a5f2bb24227ce0df7dcd04127f5
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.16.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.16.0.ebuild
deleted file mode 100644
index cc369488f0b9..000000000000
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-0.16.0.ebuild
+++ /dev/null
@@ -1,32 +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 x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.8.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}
- !lxqt-base/lxqt-l10n
-"