Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/kpmcore/
Date: Sun, 02 Apr 2017 14:08:37
Message-Id: 1491142050.7266a2979f3e7911f12470c95ed0a51f958d37bf.asturm@gentoo
1 commit: 7266a2979f3e7911f12470c95ed0a51f958d37bf
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 2 14:06:49 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 2 14:07:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7266a297
7
8 sys-libs/kpmcore: Drop old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sys-libs/kpmcore/Manifest | 1 -
13 sys-libs/kpmcore/kpmcore-2.2.1.ebuild | 35 -----------------------------------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
17 index 46ccba21410..7db90276992 100644
18 --- a/sys-libs/kpmcore/Manifest
19 +++ b/sys-libs/kpmcore/Manifest
20 @@ -1,2 +1 @@
21 -DIST kpmcore-2.2.1.tar.xz 351160 SHA256 573c662fce7077180bafa62461e0bf0000d6e7ca5f8fce3cfc7561668da291ae SHA512 5c8a9f9a939927d451c8b408ced250bf847af344d13791152fc08e08b80ac0535ecdb661d733a10478fcb7cd9c61164614f359704052d964bedde0949c95cdf7 WHIRLPOOL 69db6258f8564ecbf426084653411db20d429df5780021d871190a9dd00fc0bbf9f48e7ea0ec69f35336511a5606aab7439dfa0068d9269f1ceca947f95f91a2
22 DIST kpmcore-3.0.3.tar.xz 401800 SHA256 a271a7f6e84ef161a1130a7ff9d998fc8b74d91098bfa8e0a92e0c9ec6cd989e SHA512 20d21b8317aebea56ed63b636b852df1ae50895aacbe9c92e1470c9d8a1085561aa04a44fc41d70df71713a3f90c2d7f4192d232a060fe352422093012744186 WHIRLPOOL 6cedde5b242e1ca7b3228369c610647b57a973f279e9c77ee4bb3ac1bef911c154eec5d9215bbc3c5bb6bad745cd95ecb987768429f5f2273b970236b8a5765e
23
24 diff --git a/sys-libs/kpmcore/kpmcore-2.2.1.ebuild b/sys-libs/kpmcore/kpmcore-2.2.1.ebuild
25 deleted file mode 100644
26 index 6cd2e5e7894..00000000000
27 --- a/sys-libs/kpmcore/kpmcore-2.2.1.ebuild
28 +++ /dev/null
29 @@ -1,35 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -inherit kde5
36 -
37 -DESCRIPTION="Library for managing partitions"
38 -HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager"
39 -SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
40 -
41 -LICENSE="GPL-3"
42 -SLOT="5/3"
43 -KEYWORDS="amd64 ~arm ~x86"
44 -IUSE=""
45 -
46 -CDEPEND="
47 - $(add_frameworks_dep kcoreaddons)
48 - $(add_frameworks_dep ki18n)
49 - $(add_frameworks_dep kiconthemes)
50 - $(add_frameworks_dep kio)
51 - $(add_frameworks_dep kservice)
52 - $(add_frameworks_dep kwidgetsaddons)
53 - $(add_qt_dep qtgui)
54 - $(add_qt_dep qtwidgets)
55 - dev-libs/libatasmart
56 - sys-apps/util-linux
57 - >=sys-block/parted-3
58 -"
59 -DEPEND="${CDEPEND}
60 - virtual/pkgconfig
61 -"
62 -RDEPEND="${CDEPEND}
63 - !<sys-block/partitionmanager-2.0.0
64 -"