commit: 7823d6125949deb0f761c32e6690ddccb54b4f37 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Jul 5 13:43:32 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Jul 5 18:07:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7823d612
sys-libs/kpmcore: drop 24.12.3 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sys-libs/kpmcore/Manifest | 1 - sys-libs/kpmcore/kpmcore-24.12.3.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest index 55cbc3d2ca69..6223a49b37db 100644 --- a/sys-libs/kpmcore/Manifest +++ b/sys-libs/kpmcore/Manifest @@ -1,3 +1,2 @@ -DIST kpmcore-24.12.3.tar.xz 649640 BLAKE2B 5ca289422f616d61076ca91854bc46c6f7528897bfa78c1b8da3458ed681ca33dbd23ed3ceae58fa99cf7fe7aff86a2607c1eb3e8e0a3fd67b1076bdfa964c84 SHA512 d849b407b812725917b75f4d99b1a7070dd89107eff2cded41900c03bf1eb2e907fff5eaaa651e73150b1d01b7fec6e714044dacb6fcf05f8622e1c0b62802ba DIST kpmcore-25.04.2.tar.xz 665488 BLAKE2B b3d313dcaf43405988142432d7fbe0b616daff1af9a44ddb51115c0956f07cfbf2eb02871f495a18998b9c27b673f4cbe615326450f037a47a654b47541733c0 SHA512 61282314db3e1626ec2e8934a1da3ea6f8789eb5b9b71acbf6c37129b99347900d1c40ea677fa9d0e2140dd8aceaa5cc798bdd816c3e1c4d7478d417088b96fe DIST kpmcore-25.04.3.tar.xz 665512 BLAKE2B 888b5ce949e73618cea8b53a134b8cd86f80d837e1e2d3cc1ee9e6f508a38d035cd2afe0d17ffac1def528ca091882298311464e3c5d7faa6aa5e5c2a9739b05 SHA512 4ac7c507da6d33709d8822bd7fb8412b2af2b54d33798a47136dbb92286553e66f3bd8a2aa548a42247bae20874350837fa17fed156882a2a9ccf60cd4864950 diff --git a/sys-libs/kpmcore/kpmcore-24.12.3.ebuild b/sys-libs/kpmcore/kpmcore-24.12.3.ebuild deleted file mode 100644 index 574011c7fb8c..000000000000 --- a/sys-libs/kpmcore/kpmcore-24.12.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_NONGUI="true" -KFMIN=6.7.0 -QTMIN=6.7.2 -inherit ecm gear.kde.org - -DESCRIPTION="Library for managing partitions" -HOMEPAGE="https://apps.kde.org/partitionmanager/" - -LICENSE="GPL-3" -SLOT="6/10" -KEYWORDS="amd64 arm64 ~ppc64 ~x86" -IUSE="" - -# bug 689468, tests need polkit etc. -RESTRICT="test" - -DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets] - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 - >=sys-apps/util-linux-2.33.2 - >=sys-auth/polkit-qt-0.175.0[qt6(+)] -" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig"
