Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/dpkg/, app-arch/dpkg/files/
Date: Sat, 31 Mar 2018 10:55:14
Message-Id: 1522493484.8c198114129243461eac55c04b5a252b71360945.jer@gentoo
1 commit: 8c198114129243461eac55c04b5a252b71360945
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 31 10:51:24 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 31 10:51:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c198114
7
8 app-arch/dpkg: Old.
9
10 Package-Manager: Portage-2.3.27, Repoman-2.3.9
11
12 app-arch/dpkg/Manifest | 3 -
13 app-arch/dpkg/dpkg-1.17.26.ebuild | 97 ----------------------
14 app-arch/dpkg/dpkg-1.18.18.ebuild | 87 -------------------
15 app-arch/dpkg/dpkg-1.19.0.4.ebuild | 87 -------------------
16 .../dpkg/files/dpkg-1.17.0-gzip-rsyncable.patch | 11 ---
17 app-arch/dpkg/files/dpkg-1.17.1-flags.patch | 11 ---
18 6 files changed, 296 deletions(-)
19
20 diff --git a/app-arch/dpkg/Manifest b/app-arch/dpkg/Manifest
21 index 78b2ebc9bea..832ba163aa0 100644
22 --- a/app-arch/dpkg/Manifest
23 +++ b/app-arch/dpkg/Manifest
24 @@ -1,4 +1 @@
25 -DIST dpkg_1.17.26.tar.xz 4410860 BLAKE2B ebb4676afc981ec3f08e4c6f2b7bd6ca6951051cfafb2b3cda4b7cad3d05b1ad8a947d5554338d6397bdc1d61f6684c6ed3f597b7d88822ce5bb45a98ba396d2 SHA512 4d2f2a7691dd34d47b62ec1f602d9bab612b151f05362607ec8e31037c4ba0baf5d609c46352240e9806e5781db8df9781e8a0ee9fd24faf54f8b43244a7e538
26 -DIST dpkg_1.18.18.tar.xz 4501988 BLAKE2B 62133cefc40ef3668837906a014cbb12f007402105c6b182d13f6b522af2350af6fe3b4f3dfda1865fa1742da70cb384f4bec4dc897aedfce23ce379dec41c48 SHA512 7682c8ac523ff710acd6742b9a884ed8ec8537e3b38496f871f112fdfd2f874af6d676cfef2d31d2474c5637df043838c814ef4038097b009cf06b3d4e66029c
27 -DIST dpkg_1.19.0.4.tar.xz 4559160 BLAKE2B 544927e07443ca6ba4c1c965e08940aeee1c61ce689a6c3819f78e900e167becafbc1c9845211cd49ffcf05ebe0149a43df1debb857d899c33657157ef642ebd SHA512 3452889a0b5820372a9dd919becff694d4814f12a77b633f0c5f75f2a3bf6c883894b11dcc93e3be591bec42e15ae9824c2496c470962691759525f6aa42f250
28 DIST dpkg_1.19.0.5.tar.xz 4557428 BLAKE2B 99c31705bfad1cfa024366c788264f4e747a7143f87c581730797975303c1054003e41fd65ecf80df1dc053ba87c0e8449ec574ddcb158228b41ae57a23db18f SHA512 60d7198ffe6ea759c30ad82143b3107d41ce59224b853cb5a7beb79af0de6ba6a69414c365e6b3555a0a9c60e3cf9b543a3a448d80a734be38ccecb77ae963a9
29
30 diff --git a/app-arch/dpkg/dpkg-1.17.26.ebuild b/app-arch/dpkg/dpkg-1.17.26.ebuild
31 deleted file mode 100644
32 index b967679f931..00000000000
33 --- a/app-arch/dpkg/dpkg-1.17.26.ebuild
34 +++ /dev/null
35 @@ -1,97 +0,0 @@
36 -# Copyright 1999-2017 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=5
40 -inherit eutils multilib autotools toolchain-funcs
41 -
42 -DESCRIPTION="Package maintenance system for Debian"
43 -HOMEPAGE="https://packages.qa.debian.org/dpkg"
44 -SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
49 -IUSE="+bzip2 +lzma nls selinux test unicode +update-alternatives +zlib"
50 -
51 -RDEPEND="
52 - >=dev-lang/perl-5.6.0:=
53 - dev-perl/TimeDate
54 - >=sys-libs/ncurses-5.2-r7:0=
55 - bzip2? ( app-arch/bzip2 )
56 - lzma? ( app-arch/xz-utils )
57 - selinux? ( sys-libs/libselinux )
58 - zlib? ( >=sys-libs/zlib-1.1.4 )
59 -"
60 -DEPEND="
61 - ${RDEPEND}
62 - app-arch/xz-utils
63 - sys-devel/flex
64 - virtual/pkgconfig
65 - nls? (
66 - app-text/po4a
67 - >=sys-devel/gettext-0.18.2
68 - )
69 - test? (
70 - dev-perl/DateTime-Format-DateParse
71 - dev-perl/IO-String
72 - dev-perl/Test-Pod
73 - virtual/perl-Test-Harness
74 - )
75 -"
76 -
77 -DOCS=( ChangeLog THANKS TODO )
78 -
79 -src_prepare() {
80 - # do not expect Debian's gzip --rsyncable extension
81 - epatch "${FILESDIR}"/${PN}-1.17.0-gzip-rsyncable.patch
82 -
83 - epatch "${FILESDIR}"/${PN}-1.17.1-flags.patch
84 -
85 - # Force the use of the running bash for get-version (this file is never
86 - # installed, so no need to worry about hardcoding a temporary bash)
87 - sed -i -e '1c\#!'"${BASH}" get-version || die
88 -
89 - if [[ ${CHOST} == mips64*-linux-gnu ]] ; then
90 - # Debian targets use custom full tuples. Map the default one
91 - # based on the ABI we're using.
92 - local abi
93 - if [[ ${ABI} == "n64" ]] ; then
94 - abi="mips64"
95 - else
96 - abi="mipsn32"
97 - fi
98 - printf "gnu-linux-mips64 ${abi}\ngnu-linux-mips64el ${abi}el\n" >> triplettable
99 - fi
100 -
101 - use nls && strip-linguas -i po
102 -
103 - eautoreconf
104 -}
105 -
106 -src_configure() {
107 - tc-export CC
108 - econf \
109 - $(use_enable nls) \
110 - $(use_enable unicode) \
111 - $(use_enable update-alternatives) \
112 - $(use_with bzip2 bz2) \
113 - $(use_with lzma liblzma) \
114 - $(use_with selinux) \
115 - $(use_with zlib) \
116 - --disable-compiler-warnings \
117 - --disable-dselect \
118 - --disable-silent-rules \
119 - --disable-start-stop-daemon \
120 - --localstatedir="${EPREFIX}"/var
121 -}
122 -
123 -src_compile() {
124 - emake AR=$(tc-getAR)
125 -}
126 -
127 -src_install() {
128 - default
129 -
130 - keepdir /usr/$(get_libdir)/db/methods/{mnt,floppy,disk}
131 - keepdir /usr/$(get_libdir)/db/{alternatives,info,methods,parts,updates}
132 -}
133
134 diff --git a/app-arch/dpkg/dpkg-1.18.18.ebuild b/app-arch/dpkg/dpkg-1.18.18.ebuild
135 deleted file mode 100644
136 index 7a0b17c7775..00000000000
137 --- a/app-arch/dpkg/dpkg-1.18.18.ebuild
138 +++ /dev/null
139 @@ -1,87 +0,0 @@
140 -# Copyright 1999-2017 Gentoo Foundation
141 -# Distributed under the terms of the GNU General Public License v2
142 -
143 -EAPI=6
144 -inherit eutils multilib autotools toolchain-funcs
145 -
146 -DESCRIPTION="Package maintenance system for Debian"
147 -HOMEPAGE="https://packages.qa.debian.org/dpkg"
148 -SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz"
149 -
150 -LICENSE="GPL-2+"
151 -SLOT="0"
152 -KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
153 -IUSE="+bzip2 +lzma nls selinux test unicode +update-alternatives +zlib"
154 -
155 -RDEPEND="
156 - >=dev-lang/perl-5.14.2:=
157 - bzip2? ( app-arch/bzip2 )
158 - lzma? ( app-arch/xz-utils )
159 - selinux? ( sys-libs/libselinux )
160 - zlib? ( >=sys-libs/zlib-1.1.4 )
161 -"
162 -DEPEND="
163 - ${RDEPEND}
164 - app-arch/xz-utils
165 - sys-devel/flex
166 - virtual/pkgconfig
167 - nls? (
168 - app-text/po4a
169 - >=sys-devel/gettext-0.18.2
170 - )
171 - test? (
172 - dev-perl/IO-String
173 - dev-perl/Test-Pod
174 - virtual/perl-Test-Harness
175 - )
176 -"
177 -
178 -DOCS=(
179 - ChangeLog
180 - THANKS
181 - TODO
182 -)
183 -PATCHES=(
184 - "${FILESDIR}"/${PN}-1.18.12-dpkg_buildpackage-test.patch
185 - "${FILESDIR}"/${PN}-1.18.12-flags.patch
186 - "${FILESDIR}"/${PN}-1.18.12-rsyncable.patch
187 -)
188 -
189 -src_prepare() {
190 - use nls && strip-linguas -i po
191 -
192 - default
193 -
194 - eautoreconf
195 -}
196 -
197 -src_configure() {
198 - tc-export CC
199 - econf \
200 - $(use_enable nls) \
201 - $(use_enable unicode) \
202 - $(use_enable update-alternatives) \
203 - $(use_with bzip2 libbz2) \
204 - $(use_with lzma liblzma) \
205 - $(use_with selinux libselinux) \
206 - $(use_with zlib libz) \
207 - --disable-compiler-warnings \
208 - --disable-dselect \
209 - --disable-silent-rules \
210 - --disable-start-stop-daemon \
211 - --localstatedir="${EPREFIX}"/var \
212 - --without-libmd
213 -}
214 -
215 -src_compile() {
216 - emake AR=$(tc-getAR)
217 -}
218 -
219 -src_install() {
220 - default
221 -
222 - keepdir /usr/$(get_libdir)/db/methods/{mnt,floppy,disk}
223 - keepdir /usr/$(get_libdir)/db/{alternatives,info,methods,parts,updates}
224 -
225 - prune_libtool_files
226 -}
227
228 diff --git a/app-arch/dpkg/dpkg-1.19.0.4.ebuild b/app-arch/dpkg/dpkg-1.19.0.4.ebuild
229 deleted file mode 100644
230 index 88cfc19ca52..00000000000
231 --- a/app-arch/dpkg/dpkg-1.19.0.4.ebuild
232 +++ /dev/null
233 @@ -1,87 +0,0 @@
234 -# Copyright 1999-2017 Gentoo Foundation
235 -# Distributed under the terms of the GNU General Public License v2
236 -
237 -EAPI=6
238 -inherit eutils multilib autotools toolchain-funcs
239 -
240 -DESCRIPTION="Package maintenance system for Debian"
241 -HOMEPAGE="https://packages.qa.debian.org/dpkg"
242 -SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz"
243 -
244 -LICENSE="GPL-2+"
245 -SLOT="0"
246 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
247 -IUSE="+bzip2 +lzma nls selinux test unicode +update-alternatives +zlib"
248 -
249 -RDEPEND="
250 - >=dev-lang/perl-5.14.2:=
251 - bzip2? ( app-arch/bzip2 )
252 - lzma? ( app-arch/xz-utils )
253 - selinux? ( sys-libs/libselinux )
254 - zlib? ( >=sys-libs/zlib-1.1.4 )
255 -"
256 -DEPEND="
257 - ${RDEPEND}
258 - app-arch/xz-utils
259 - sys-devel/flex
260 - virtual/pkgconfig
261 - nls? (
262 - app-text/po4a
263 - >=sys-devel/gettext-0.18.2
264 - )
265 - test? (
266 - dev-perl/IO-String
267 - dev-perl/Test-Pod
268 - virtual/perl-Test-Harness
269 - )
270 -"
271 -
272 -DOCS=(
273 - ChangeLog
274 - THANKS
275 - TODO
276 -)
277 -PATCHES=(
278 - "${FILESDIR}"/${PN}-1.18.12-dpkg_buildpackage-test.patch
279 - "${FILESDIR}"/${PN}-1.18.12-flags.patch
280 - "${FILESDIR}"/${PN}-1.18.12-rsyncable.patch
281 -)
282 -
283 -src_prepare() {
284 - use nls && strip-linguas -i po
285 -
286 - default
287 -
288 - eautoreconf
289 -}
290 -
291 -src_configure() {
292 - tc-export CC
293 - econf \
294 - $(use_enable nls) \
295 - $(use_enable unicode) \
296 - $(use_enable update-alternatives) \
297 - $(use_with bzip2 libbz2) \
298 - $(use_with lzma liblzma) \
299 - $(use_with selinux libselinux) \
300 - $(use_with zlib libz) \
301 - --disable-compiler-warnings \
302 - --disable-dselect \
303 - --disable-silent-rules \
304 - --disable-start-stop-daemon \
305 - --localstatedir="${EPREFIX}"/var \
306 - --without-libmd
307 -}
308 -
309 -src_compile() {
310 - emake AR=$(tc-getAR)
311 -}
312 -
313 -src_install() {
314 - default
315 -
316 - keepdir /usr/$(get_libdir)/db/methods/{mnt,floppy,disk}
317 - keepdir /usr/$(get_libdir)/db/{alternatives,info,methods,parts,updates}
318 -
319 - prune_libtool_files
320 -}
321
322 diff --git a/app-arch/dpkg/files/dpkg-1.17.0-gzip-rsyncable.patch b/app-arch/dpkg/files/dpkg-1.17.0-gzip-rsyncable.patch
323 deleted file mode 100644
324 index f956ca590ce..00000000000
325 --- a/app-arch/dpkg/files/dpkg-1.17.0-gzip-rsyncable.patch
326 +++ /dev/null
327 @@ -1,11 +0,0 @@
328 ---- a/scripts/Dpkg/Compression.pm
329 -+++ b/scripts/Dpkg/Compression.pm
330 -@@ -52,7 +52,7 @@
331 - my $COMP = {
332 - gzip => {
333 - file_ext => 'gz',
334 -- comp_prog => [ 'gzip', '--no-name', '--rsyncable' ],
335 -+ comp_prog => [ 'gzip', '--no-name' ],
336 - decomp_prog => [ 'gunzip' ],
337 - default_level => 9,
338 - },
339
340 diff --git a/app-arch/dpkg/files/dpkg-1.17.1-flags.patch b/app-arch/dpkg/files/dpkg-1.17.1-flags.patch
341 deleted file mode 100644
342 index 9517714fa41..00000000000
343 --- a/app-arch/dpkg/files/dpkg-1.17.1-flags.patch
344 +++ /dev/null
345 @@ -1,11 +0,0 @@
346 ---- a/configure.ac
347 -+++ b/configure.ac
348 -@@ -104,8 +104,6 @@
349 - # Checks for the build machinery.
350 - AC_DEFINE(LIBDPKG_VOLATILE_API, 1, [Acknowledge the volatility of the API.])
351 - DPKG_COMPILER_WARNINGS
352 --DPKG_COMPILER_OPTIMISATIONS
353 --DPKG_LINKER_OPTIMISATIONS
354 - DPKG_ARCHITECTURE
355 -
356 - AC_CONFIG_FILES([ Makefile