diff options
author | 2022-09-08 14:20:44 +0200 | |
---|---|---|
committer | 2022-09-08 14:43:46 +0200 | |
commit | a4d7036bb25df86c47872ac184337cac505f6856 (patch) | |
tree | df9a42ee45f1552ffb629b2505d7f006b482fd9b | |
parent | sys-block/partitionmanager: drop 22.08.0 (diff) | |
download | gentoo-a4d7036bb25df86c47872ac184337cac505f6856.tar.gz gentoo-a4d7036bb25df86c47872ac184337cac505f6856.tar.bz2 gentoo-a4d7036bb25df86c47872ac184337cac505f6856.zip |
sys-libs/kpmcore: drop 22.08.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | sys-libs/kpmcore/Manifest | 1 | ||||
-rw-r--r-- | sys-libs/kpmcore/kpmcore-22.08.0.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest index 174eb9438c92..cd74ed36454c 100644 --- a/sys-libs/kpmcore/Manifest +++ b/sys-libs/kpmcore/Manifest @@ -1,3 +1,2 @@ DIST kpmcore-22.04.3.tar.xz 593904 BLAKE2B 189cff1b5157d9e9fb54e24d63f9e1a801b057d1a37fcf509dff4728ab449e17f5e546d7fab8cfccf8aac7cef2d350fc6dab929f6790b662231c6fba6ffc81b3 SHA512 aee0d724a5dafdd76289868b7f6825540f4ad9bcbcc3358efab55bb723b595b9a15adcf62619868ada6e77d9f6ea2348d943176ef06b98990b733fb8f74f376f -DIST kpmcore-22.08.0.tar.xz 594864 BLAKE2B 049e01fce3371fbb5236f29ae87ece4bf20ff014eeb8531106cf19f3484cd76d21aaa8d9ec1cca8c923dbcd627f41f5efbd5b81498997bec5f5542b2e13af64f SHA512 6ad058757968f92a56b58235a34861e413324ae9e5c92762109cb2d1b2f265e59bf04c6f5b7051492455facf3bfd17f23258d129101b56313319f4857cd5edd2 DIST kpmcore-22.08.1.tar.xz 594808 BLAKE2B 0b91f71e267fc8b2497a8c7c1ab5de29b83d45fe9adbc14f6b09b7462e7fea323122fd600e87b1801cc81a2d05de20bb379dc21b710b5ec3c72a13d46707f667 SHA512 74663e19f2d1ab38490cea66ea5936dcdb43bdc515e06b3da8d75bcd51dcbea0a4dba8ffdab3b425a1ad4b0f92cc258661ba532b439c7d5601c6dbc8b2c022bc diff --git a/sys-libs/kpmcore/kpmcore-22.08.0.ebuild b/sys-libs/kpmcore/kpmcore-22.08.0.ebuild deleted file mode 100644 index 684e76400445..000000000000 --- a/sys-libs/kpmcore/kpmcore-22.08.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_NONGUI="true" -KFMIN=5.96.0 -QTMIN=5.15.5 -inherit ecm gear.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}" |