diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-17 00:44:10 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-17 00:44:10 +0200 |
commit | 4131f7cec513d46e273f76781423c2f5723e6753 (patch) | |
tree | c07b1ecf6624e683414c634b6ecda8dcd85f2f1f /sys-libs/kpmcore | |
parent | sys-block/partitionmanager: Drop 3.3.1 (diff) | |
download | gentoo-4131f7cec513d46e273f76781423c2f5723e6753.tar.gz gentoo-4131f7cec513d46e273f76781423c2f5723e6753.tar.bz2 gentoo-4131f7cec513d46e273f76781423c2f5723e6753.zip |
sys-libs/kpmcore: Drop 3.3.0
Package-Manager: Portage-2.3.71, Repoman-2.3.17
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-3.3.0.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest index faa8fd124325..2486d57f001d 100644 --- a/sys-libs/kpmcore/Manifest +++ b/sys-libs/kpmcore/Manifest @@ -1,2 +1 @@ -DIST kpmcore-3.3.0.tar.xz 412648 BLAKE2B c8e5bf8d20108b8c3164466bf4b08ec9e58808a20134e27b188f0b85809bf1dffabe293f7b1f53d96a6291d4a5d9c1945a496763aa5f72eaccde83f4fcc62c8b SHA512 62a0a341fbbec426291e2c9dd183a20466fce48ffaa360dd816c58402ee03c1f61c4ef7887d0a66c4693d77c2183a5da3477b828ba4ac2ed405f684ffb27125e DIST kpmcore-4.0.0.tar.xz 417784 BLAKE2B deffb82b3ec5029ce845a398728b31b4da1b1b69377684a982b0d8067cfddc9ccb2ab2f4369faeb289b4aa54841940aae5a69051a30e4895b840c51393b0c487 SHA512 16f0a8ecae35c214272f28c49b5fff3d2d5e0959b9dceba392b9b6186d44e10d11fcf16ef0ad1da42f49f0c631ccb858d726a92d7c2f22125dae07fd4d2c5500 diff --git a/sys-libs/kpmcore/kpmcore-3.3.0.ebuild b/sys-libs/kpmcore/kpmcore-3.3.0.ebuild deleted file mode 100644 index 975b1eb5e038..000000000000 --- a/sys-libs/kpmcore/kpmcore-3.3.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit kde5 - -if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" - KEYWORDS="amd64 ~arm x86" -fi - -DESCRIPTION="Library for managing partitions" -HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager" -LICENSE="GPL-3" -SLOT="5/7" -IUSE="" - -RDEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - dev-libs/libatasmart - >=sys-apps/util-linux-2.30 - >=sys-block/parted-3 -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" |