Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/kpmcore/
Date: Wed, 28 Sep 2016 11:17:36
Message-Id: 1475061435.6f5570299a7fe5300f7fbf25b01fa3e7d0e6f056.kensington@gentoo
1 commit: 6f5570299a7fe5300f7fbf25b01fa3e7d0e6f056
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 28 11:17:04 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 28 11:17:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f557029
7
8 sys-libs/kpmcore: remove old
9
10 Package-Manager: portage-2.3.1
11
12 sys-libs/kpmcore/Manifest | 1 -
13 sys-libs/kpmcore/kpmcore-2.1.0-r1.ebuild | 35 --------------------------------
14 sys-libs/kpmcore/kpmcore-2.1.0.ebuild | 34 -------------------------------
15 3 files changed, 70 deletions(-)
16
17 diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
18 index a6cd95d..e5853e4 100644
19 --- a/sys-libs/kpmcore/Manifest
20 +++ b/sys-libs/kpmcore/Manifest
21 @@ -1,2 +1 @@
22 -DIST kpmcore-2.1.0.tar.xz 481000 SHA256 d94418380321ca9aaadbb47b90500341c16163f82ec519563d77bd4904f5dcad SHA512 0fcec48432f8552922404203dd827f2cf35c026e453362a9263d1220ae7e34ac31157a8df38f6f0ddf94b4164978bc7b6a695c56e45726ae6f6a275b342534af WHIRLPOOL 00b7856f039be24645fa10ece94a18a224f823cfb3d9bb81914fb54940b4979a63555c92b8da2c17d2adb62b11c0f3ec0e204833014b032293b5dcfa8e653ca7
23 DIST kpmcore-2.2.1.tar.xz 351160 SHA256 573c662fce7077180bafa62461e0bf0000d6e7ca5f8fce3cfc7561668da291ae SHA512 5c8a9f9a939927d451c8b408ced250bf847af344d13791152fc08e08b80ac0535ecdb661d733a10478fcb7cd9c61164614f359704052d964bedde0949c95cdf7 WHIRLPOOL 69db6258f8564ecbf426084653411db20d429df5780021d871190a9dd00fc0bbf9f48e7ea0ec69f35336511a5606aab7439dfa0068d9269f1ceca947f95f91a2
24
25 diff --git a/sys-libs/kpmcore/kpmcore-2.1.0-r1.ebuild b/sys-libs/kpmcore/kpmcore-2.1.0-r1.ebuild
26 deleted file mode 100644
27 index 086b6a9..00000000
28 --- a/sys-libs/kpmcore/kpmcore-2.1.0-r1.ebuild
29 +++ /dev/null
30 @@ -1,35 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=6
36 -
37 -inherit kde5
38 -
39 -DESCRIPTION="Library for managing partitions"
40 -HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager"
41 -SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
42 -
43 -LICENSE="GPL-3"
44 -SLOT="5/2"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE=""
47 -
48 -CDEPEND="
49 - $(add_frameworks_dep kcoreaddons)
50 - $(add_frameworks_dep ki18n)
51 - $(add_frameworks_dep kiconthemes)
52 - $(add_frameworks_dep kio)
53 - $(add_frameworks_dep kservice)
54 - $(add_qt_dep qtgui)
55 - $(add_qt_dep qtwidgets)
56 - dev-libs/libatasmart
57 - sys-apps/util-linux
58 - >=sys-block/parted-3
59 -"
60 -DEPEND="${CDEPEND}
61 - virtual/pkgconfig
62 -"
63 -RDEPEND="${CDEPEND}
64 - !<sys-block/partitionmanager-2.0.0
65 -"
66
67 diff --git a/sys-libs/kpmcore/kpmcore-2.1.0.ebuild b/sys-libs/kpmcore/kpmcore-2.1.0.ebuild
68 deleted file mode 100644
69 index 9d296b2..00000000
70 --- a/sys-libs/kpmcore/kpmcore-2.1.0.ebuild
71 +++ /dev/null
72 @@ -1,34 +0,0 @@
73 -# Copyright 1999-2016 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -# $Id$
76 -
77 -EAPI=6
78 -
79 -inherit kde5
80 -
81 -DESCRIPTION="Library for managing partitions"
82 -HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager"
83 -SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
84 -
85 -LICENSE="GPL-3"
86 -KEYWORDS="amd64 ~x86"
87 -IUSE=""
88 -
89 -CDEPEND="
90 - $(add_frameworks_dep kcoreaddons)
91 - $(add_frameworks_dep ki18n)
92 - $(add_frameworks_dep kiconthemes)
93 - $(add_frameworks_dep kio)
94 - $(add_frameworks_dep kservice)
95 - $(add_qt_dep qtgui)
96 - $(add_qt_dep qtwidgets)
97 - dev-libs/libatasmart
98 - sys-apps/util-linux
99 - >=sys-block/parted-3
100 -"
101 -DEPEND="${CDEPEND}
102 - virtual/pkgconfig
103 -"
104 -RDEPEND="${CDEPEND}
105 - !<sys-block/partitionmanager-2.0.0
106 -"