Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/parted/
Date: Tue, 27 Nov 2018 12:32:19
Message-Id: 1543321928.b7151e2136d278d10f8d266da022ccf45a65cbd8.jer@gentoo
1 commit: b7151e2136d278d10f8d266da022ccf45a65cbd8
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 27 12:21:36 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 27 12:32:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7151e21
7
8 sys-block/parted: Old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 sys-block/parted/Manifest | 1 -
14 sys-block/parted/parted-3.2-r2.ebuild | 63 ----------------------------
15 sys-block/parted/parted-3.2_p19-r1.ebuild | 70 -------------------------------
16 3 files changed, 134 deletions(-)
17
18 diff --git a/sys-block/parted/Manifest b/sys-block/parted/Manifest
19 index ad2a63ed4bc..bb31adc240d 100644
20 --- a/sys-block/parted/Manifest
21 +++ b/sys-block/parted/Manifest
22 @@ -1,4 +1,3 @@
23 DIST parted-3.2.tar.xz 1655244 BLAKE2B 56608590b26a9b5266dacf3698d990b730bdb35d9374d1da57103fbef3ef5037e40dd2fe0f523ca8e0e75401a3b25cf543e5ca5c94cf410bbaa62ea15d6f0ba3 SHA512 4e37dbdd6f5032c9ebfec43704f6882379597d038167b9c4d04053efa083c68a705196713864451fa9e11d32777e16c68982877945c5efd9ea5f8252cb20e1c4
24 -DIST parted_3.2-19.debian.tar.xz 87288 BLAKE2B f0cef2978ead9edca3e952849deb36526eea0a050d45ab480b2aa62d02ba0a1750c28e93c28a714df6629f02ccf5a1e4fbb33a6e42b82bf6685c05aeaad1756c SHA512 de3e55545d7d94668eb608c8c31440f550baaf7b664836d199f73f7a8c75bba4ff59b4c06a23459c7d522250d7c03d29fa7f727f7d1a2b1e5a0366e83a2d871a
25 DIST parted_3.2-20.debian.tar.xz 87496 BLAKE2B 4409826b35b42093f16f80b1ab2f41b4caf2264c9dcfe9572fa1ddf5f51eeffa2208fc187bd7a98290ee2df92604928eae84fd2fdee78d688ec19e81f8b9efac SHA512 83f14befdd7d048976572b3e2eebfaa42649458cbcfd659db704737dce991980ddb2bc65013c5b31b04a17fc17fb756da0dda76edbcba93708afca34c56e0d22
26 DIST parted_3.2-23.debian.tar.xz 88152 BLAKE2B 5e69a5799cc909bf54d1dcd1c7a8f7fe5dd7ce46b03957406f4a6118480d5acca3a165cc16b720fd03a89339fcfb46844d470079c4e10a4683e270c9e804c245 SHA512 7f449a24d1ea75a185b5fd589fea73a2f0944f1276288ece2790c5889de6adf8354f94388046a25b2dbf5735759f6010397f140607320a4de348cf77f8c75b09
27
28 diff --git a/sys-block/parted/parted-3.2-r2.ebuild b/sys-block/parted/parted-3.2-r2.ebuild
29 deleted file mode 100644
30 index b4561cfee28..00000000000
31 --- a/sys-block/parted/parted-3.2-r2.ebuild
32 +++ /dev/null
33 @@ -1,63 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -inherit autotools eutils flag-o-matic
39 -
40 -DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
41 -HOMEPAGE="https://www.gnu.org/software/parted"
42 -SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
47 -IUSE="+debug device-mapper nls readline selinux static-libs"
48 -RESTRICT="test"
49 -
50 -# specific version for gettext needed
51 -# to fix bug 85999
52 -RDEPEND="
53 - >=sys-fs/e2fsprogs-1.27
54 - device-mapper? ( >=sys-fs/lvm2-2.02.45 )
55 - readline? ( >=sys-libs/readline-5.2:0= >=sys-libs/ncurses-5.7-r7:0= )
56 - selinux? ( sys-libs/libselinux )
57 - elibc_uclibc? ( dev-libs/libiconv )
58 -"
59 -DEPEND="
60 - ${RDEPEND}
61 - nls? ( >=sys-devel/gettext-0.12.1-r2 )
62 - virtual/pkgconfig
63 -"
64 -PATCHES=(
65 - "${FILESDIR}"/${PN}-3.2-devmapper.patch
66 - "${FILESDIR}"/${PN}-3.2-po4a-mandir.patch
67 - "${FILESDIR}"/${PN}-3.2-fix-resizing-FAT16.patch
68 - "${FILESDIR}"/${PN}-3.2-sysmacros.patch
69 -)
70 -
71 -src_prepare() {
72 - default
73 -
74 - eautoreconf
75 -}
76 -
77 -src_configure() {
78 - use elibc_uclibc && append-libs -liconv
79 - econf \
80 - $(use_enable debug) \
81 - $(use_enable device-mapper) \
82 - $(use_enable nls) \
83 - $(use_enable selinux) \
84 - $(use_enable static-libs static) \
85 - $(use_with readline) \
86 - --disable-rpath \
87 - --disable-silent-rules
88 -}
89 -
90 -DOCS=( AUTHORS BUGS ChangeLog NEWS README THANKS TODO doc/{API,FAT,USER.jp} )
91 -
92 -src_install() {
93 - default
94 -
95 - prune_libtool_files
96 -}
97
98 diff --git a/sys-block/parted/parted-3.2_p19-r1.ebuild b/sys-block/parted/parted-3.2_p19-r1.ebuild
99 deleted file mode 100644
100 index 8547e2cb78e..00000000000
101 --- a/sys-block/parted/parted-3.2_p19-r1.ebuild
102 +++ /dev/null
103 @@ -1,70 +0,0 @@
104 -# Copyright 1999-2018 Gentoo Foundation
105 -# Distributed under the terms of the GNU General Public License v2
106 -
107 -EAPI=6
108 -inherit autotools eutils flag-o-matic
109 -
110 -DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
111 -HOMEPAGE="https://www.gnu.org/software/parted"
112 -SRC_URI="
113 - mirror://gnu/${PN}/${P/_p*/}.tar.xz
114 - mirror://debian/pool/main/p/${PN}/${PN}_${PV/_p/-}.debian.tar.xz
115 -"
116 -
117 -LICENSE="GPL-3"
118 -SLOT="0"
119 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
120 -IUSE="+debug device-mapper nls readline selinux static-libs"
121 -RESTRICT="test"
122 -
123 -# specific version for gettext needed
124 -# to fix bug 85999
125 -RDEPEND="
126 - >=sys-fs/e2fsprogs-1.27
127 - device-mapper? ( >=sys-fs/lvm2-2.02.45 )
128 - readline? ( >=sys-libs/readline-5.2:0= >=sys-libs/ncurses-5.7-r7:0= )
129 - selinux? ( sys-libs/libselinux )
130 - elibc_uclibc? ( dev-libs/libiconv )
131 -"
132 -DEPEND="
133 - ${RDEPEND}
134 - nls? ( >=sys-devel/gettext-0.12.1-r2 )
135 - virtual/pkgconfig
136 -"
137 -PATCHES=(
138 - "${FILESDIR}"/${PN}-3.2-devmapper.patch
139 - "${FILESDIR}"/${PN}-3.2-po4a-mandir.patch
140 - "${FILESDIR}"/${PN}-3.2-sysmacros.patch
141 -)
142 -S=${WORKDIR}/${P/_p*/}
143 -
144 -src_prepare() {
145 - default
146 - sed -i -e '/atari\.patch/d' "${WORKDIR}"/debian/patches/series || die
147 - for patch in $(< "${WORKDIR}"/debian/patches/series); do
148 - eapply "${WORKDIR}/debian/patches/$patch"
149 - done
150 -
151 - eautoreconf
152 -}
153 -
154 -src_configure() {
155 - use elibc_uclibc && append-libs -liconv
156 - econf \
157 - $(use_enable debug) \
158 - $(use_enable device-mapper) \
159 - $(use_enable nls) \
160 - $(use_enable selinux) \
161 - $(use_enable static-libs static) \
162 - $(use_with readline) \
163 - --disable-rpath \
164 - --disable-silent-rules
165 -}
166 -
167 -DOCS=( AUTHORS BUGS ChangeLog NEWS README THANKS TODO doc/{API,FAT,USER.jp} )
168 -
169 -src_install() {
170 - default
171 -
172 - prune_libtool_files
173 -}