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-admin
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-admin')
-rw-r--r--lxqt-base/lxqt-admin/Manifest1
-rw-r--r--lxqt-base/lxqt-admin/lxqt-admin-0.16.0.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/lxqt-base/lxqt-admin/Manifest b/lxqt-base/lxqt-admin/Manifest
index d0239c23d257..5178d4bd80f9 100644
--- a/lxqt-base/lxqt-admin/Manifest
+++ b/lxqt-base/lxqt-admin/Manifest
@@ -1,2 +1 @@
-DIST lxqt-admin-0.16.0.tar.xz 143724 BLAKE2B 8a9c13ea52fefe813d6fecc45e2b9263da34fa7ec5b3c28054ab8b728d813782ff351d328fed36e7c2a8bd55cde05633d4b937edbbadebd1daf25472d47da289 SHA512 ed61e886a52985f67c38d39d949fabbd5532ebf61f232d4d2accf144b8fc650f85457e0e8b6066fad3f914ad61f8b1779360c886d3622c09765e421dfcea2484
DIST lxqt-admin-0.17.0.tar.xz 145620 BLAKE2B 3f1bc0870ef33a85a14dca559951826c56a2ebe81f6cad53917db87ce38b909aed4daed7964d202715dd4d9c7947b23f2aba0fdcb020b6b418c91d9f12c90573 SHA512 5d807b1bbde586130ab03cecf43dc190cbbed5c16842d14779f67f7b514689e7ea330f6c75916c733e4e840242d7feaceb4b6e0932ece1ca70bff208eb5e8072
diff --git a/lxqt-base/lxqt-admin/lxqt-admin-0.16.0.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-0.16.0.ebuild
deleted file mode 100644
index 7ff28c1ae06e..000000000000
--- a/lxqt-base/lxqt-admin/lxqt-admin-0.16.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="LXQt system administration tool"
-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+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.8.0"
-DEPEND="
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- =lxqt-base/liblxqt-$(ver_cut 1-2)*
- kde-frameworks/kwindowsystem:5
-"
-RDEPEND="${DEPEND}
- !lxqt-base/lxqt-l10n
-"