diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-03 12:48:20 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-03 15:54:25 +0100 |
commit | 0b774578d1450748350565d9c2a2d48c6b5373dd (patch) | |
tree | bbadbeab5772b3139ea12461bf99baddae6ed1ba /sys-libs/kpmcore | |
parent | sys-block/partitionmanager: drop 21.12.2* (diff) | |
download | gentoo-0b774578d1450748350565d9c2a2d48c6b5373dd.tar.gz gentoo-0b774578d1450748350565d9c2a2d48c6b5373dd.tar.bz2 gentoo-0b774578d1450748350565d9c2a2d48c6b5373dd.zip |
sys-libs/kpmcore: drop 21.12.2*
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.12.2.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest index f519b72f51e6..20ca18d99bec 100644 --- a/sys-libs/kpmcore/Manifest +++ b/sys-libs/kpmcore/Manifest @@ -1,3 +1,2 @@ DIST kpmcore-21.08.3.tar.xz 589464 BLAKE2B 188a702b21976c352bea49c3e40e86c6d3f85b398c3dc9577301471c49cbbf8f161a5f6b62acfc020bcd9530aab2739a39023170c7586a1f18e52add4b2d6ecd SHA512 16570fe9b5e4e83d26b1c2e591d797cd23f37a2195ac5f043ee921d038d0e10d63f9d2c72c4d710e10eeb05d81a6df577f9ddb48b762b034154e399560daa7a7 -DIST kpmcore-21.12.2.tar.xz 594284 BLAKE2B 26e54baa45602193661a635573958ada702bc7f99f144f8e8c7842a15c3fcd05423f1af99ce73949b854b411d5c49b330a512501392ac262ccd66bf652d50a1f SHA512 aec7a25a479d6c354843d61f6ead40893f3d814247607027e86fb2cd2b50e0f0189c1d427f856f46ce011bdd6b88c2ff8f0f3f262d40508c7429ca3be5b9a2f6 DIST kpmcore-21.12.3.tar.xz 595940 BLAKE2B ddeb1140b89993ff506d3936017f4882786f716037250f93bb820b1769de2b67301a542e1222adbf71815c36d06372cfffcacee275d807f702c48f1abdd9c84a SHA512 7f26ca0a2a0889c3fe3c67a23e673e7ac96ba359a2da3dec72c1d1d0faeb247d136c405d2e28f1bbe8bcb56352dcca16666a9339cfe199d4a2d0105a44597d16 diff --git a/sys-libs/kpmcore/kpmcore-21.12.2.ebuild b/sys-libs/kpmcore/kpmcore-21.12.2.ebuild deleted file mode 100644 index d0800f0fc763..000000000000 --- a/sys-libs/kpmcore/kpmcore-21.12.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 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}" |