diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-12-09 10:35:43 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-12-09 12:25:49 +0100 |
commit | 0e8a4b2d251b9a31f459303dd955979a4f63cc43 (patch) | |
tree | 1f9c9bdae6952e46d0d91c0e654ce6bc1c60f395 /sys-libs/kpmcore | |
parent | sys-block/partitionmanager: drop 21.11.90* (diff) | |
download | gentoo-0e8a4b2d251b9a31f459303dd955979a4f63cc43.tar.gz gentoo-0e8a4b2d251b9a31f459303dd955979a4f63cc43.tar.bz2 gentoo-0e8a4b2d251b9a31f459303dd955979a4f63cc43.zip |
sys-libs/kpmcore: drop 21.11.90*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-libs/kpmcore')
-rw-r--r-- | sys-libs/kpmcore/Manifest | 1 | ||||
-rw-r--r-- | sys-libs/kpmcore/kpmcore-21.11.90.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest index 12405a5fdae7..7181801c3d13 100644 --- a/sys-libs/kpmcore/Manifest +++ b/sys-libs/kpmcore/Manifest @@ -1,2 +1 @@ DIST kpmcore-21.08.3.tar.xz 589464 BLAKE2B 188a702b21976c352bea49c3e40e86c6d3f85b398c3dc9577301471c49cbbf8f161a5f6b62acfc020bcd9530aab2739a39023170c7586a1f18e52add4b2d6ecd SHA512 16570fe9b5e4e83d26b1c2e591d797cd23f37a2195ac5f043ee921d038d0e10d63f9d2c72c4d710e10eeb05d81a6df577f9ddb48b762b034154e399560daa7a7 -DIST kpmcore-21.11.90.tar.xz 594208 BLAKE2B 972ec50bf2deb8d9c987cc1902d3b744a668010e2f081a27307349ecae0629a2a7e75844450df6b2f2be584d2c47eeeeffcabff8a65b5730dfef0140ddc28f4d SHA512 c975c0221b711976551a1f9457329da5c52dd2ba8e582ef0e92be0f8bb1fe51c92df875044c1f8c6ed55b7e8c008215bf43cb9b98486dbc11b17acd58e15dbdf diff --git a/sys-libs/kpmcore/kpmcore-21.11.90.ebuild b/sys-libs/kpmcore/kpmcore-21.11.90.ebuild deleted file mode 100644 index 9cf2587af684..000000000000 --- a/sys-libs/kpmcore/kpmcore-21.11.90.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_NONGUI="true" -KDE_GEAR="true" -KFMIN=5.88.0 -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="Library for managing partitions" -HOMEPAGE="https://apps.kde.org/partitionmanager/" - -LICENSE="GPL-3" -SLOT="5/10" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="" - -# bug 689468, tests need polkit etc. -RESTRICT="test" - -BDEPEND="virtual/pkgconfig" -DEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=sys-apps/util-linux-2.33.2 - sys-auth/polkit-qt -" -RDEPEND="${DEPEND}" |