diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-04 21:38:18 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-05 00:27:48 +0200 |
commit | 9e21ebdc4a2c55df7024a22a2a5dc26d3dc80058 (patch) | |
tree | 9ceb45f3b8253ca78a73c6adc0fa4aee0ea7ecd3 /sys-libs | |
parent | sys-block/partitionmanager: drop 22.08.3 (diff) | |
download | gentoo-9e21ebdc4a2c55df7024a22a2a5dc26d3dc80058.tar.gz gentoo-9e21ebdc4a2c55df7024a22a2a5dc26d3dc80058.tar.bz2 gentoo-9e21ebdc4a2c55df7024a22a2a5dc26d3dc80058.zip |
sys-libs/kpmcore: drop 22.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/kpmcore/Manifest | 1 | ||||
-rw-r--r-- | sys-libs/kpmcore/kpmcore-22.08.3.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest index 62b22b48a599..465b7d32a060 100644 --- a/sys-libs/kpmcore/Manifest +++ b/sys-libs/kpmcore/Manifest @@ -1,2 +1 @@ -DIST kpmcore-22.08.3.tar.xz 599692 BLAKE2B 1a866db1d14bb866c2e0579bd79211bc22d27583425ba8f715d973779eba5a571722c19d6db5613440d85f046a3303d0067b3a6ca26645dd14a0e37db713c3e4 SHA512 4b48b6fa8f6a0ede38aeacc4f91c87e51f2205be93d4fff785ed144bb9ff59e8c8cb98a4e202f11b2ed246f6955e9ecede28efb0601da5c7936a4b4ccc25457c DIST kpmcore-22.12.3.tar.xz 618340 BLAKE2B 64ad0ae724e2329ae9d0cb4416adf70502f34b7385745214a4d6754c36949c73404dea7aaf41b473c91b049b3cab2350f93b7595cf019c0001aa8ecc0d11ef1d SHA512 0e56331043e4d220a1ab1c871b4d5012e5575b92795413125b6bcc9c5a177811587335fe6384d4ba0ec4f1b58c519fad8abe21278d53109e4a7bb53bf5e47c00 diff --git a/sys-libs/kpmcore/kpmcore-22.08.3.ebuild b/sys-libs/kpmcore/kpmcore-22.08.3.ebuild deleted file mode 100644 index 0dd4e0fde845..000000000000 --- a/sys-libs/kpmcore/kpmcore-22.08.3.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 ~loong ~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-0.113.0[qt5(+)] -" -RDEPEND="${DEPEND}" |