summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2018-02-10 10:57:32 +1100
committerMichael Palimaka <kensington@gentoo.org>2018-02-10 10:58:00 +1100
commit9915cb713972c71068201acd53eeb48d1f2ade89 (patch)
tree3dac9f3361fe389268711f03aa1f6bdf4154d43b /sys-libs
parentsys-block/partitionmanager: remove 3.2.1 (diff)
downloadgentoo-9915cb713972c71068201acd53eeb48d1f2ade89.tar.gz
gentoo-9915cb713972c71068201acd53eeb48d1f2ade89.tar.bz2
gentoo-9915cb713972c71068201acd53eeb48d1f2ade89.zip
sys-libs/kpmcore: remove 3.2.1
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/kpmcore/Manifest1
-rw-r--r--sys-libs/kpmcore/kpmcore-3.2.1.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
index d23f1eb739a1..dedbd7747bb3 100644
--- a/sys-libs/kpmcore/Manifest
+++ b/sys-libs/kpmcore/Manifest
@@ -1,2 +1 @@
-DIST kpmcore-3.2.1.tar.xz 408356 BLAKE2B 9cc48cc1383345c05484f19f344eaef9e0c30b942574b19f8d11591d8a581ccd489e832f14b787394f6ae9342180704816e6855775919c544d0f2c8206b93ba9 SHA512 f7a198a1632f96f092b937275ffc779ac1997c9ea6973906a2e08d6f7852aaaffc5abc480bec88d41a793ed8f5b364f7150f40aab1187fbbf33915a01cdc61e5
DIST kpmcore-3.3.0.tar.xz 412648 BLAKE2B c8e5bf8d20108b8c3164466bf4b08ec9e58808a20134e27b188f0b85809bf1dffabe293f7b1f53d96a6291d4a5d9c1945a496763aa5f72eaccde83f4fcc62c8b SHA512 62a0a341fbbec426291e2c9dd183a20466fce48ffaa360dd816c58402ee03c1f61c4ef7887d0a66c4693d77c2183a5da3477b828ba4ac2ed405f684ffb27125e
diff --git a/sys-libs/kpmcore/kpmcore-3.2.1.ebuild b/sys-libs/kpmcore/kpmcore-3.2.1.ebuild
deleted file mode 100644
index 9afb1bae933d..000000000000
--- a/sys-libs/kpmcore/kpmcore-3.2.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 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/6"
-IUSE=""
-
-RDEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kservice)
- $(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
-"