Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/xz-utils/
Date: Wed, 30 Mar 2016 23:48:57
Message-Id: 1459381663.56302a2e3818f1edcf0d82e70605944401a83f9a.vapier@gentoo
1 commit: 56302a2e3818f1edcf0d82e70605944401a83f9a
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 30 22:47:31 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 30 23:47:43 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56302a2e
7
8 app-arch/xz-utils: drop old <5.2.2 versions
9
10 app-arch/xz-utils/Manifest | 3 --
11 app-arch/xz-utils/xz-utils-5.0.8.ebuild | 73 -----------------------------
12 app-arch/xz-utils/xz-utils-5.2.0.ebuild | 73 -----------------------------
13 app-arch/xz-utils/xz-utils-5.2.1-r1.ebuild | 74 ------------------------------
14 4 files changed, 223 deletions(-)
15
16 diff --git a/app-arch/xz-utils/Manifest b/app-arch/xz-utils/Manifest
17 index 5ac61af..217230c 100644
18 --- a/app-arch/xz-utils/Manifest
19 +++ b/app-arch/xz-utils/Manifest
20 @@ -1,4 +1 @@
21 -DIST xz-5.0.8.tar.gz 1329117 SHA256 cac71b31ed322a487f1da1f10dfcf47f8855f97ff2c23b92680c7ae7be58babb SHA512 402079001c280e0e957d666da724158b134fd0b17320c4c387413dd2cc88400ea0a7f88819e06de3b35d864f51cb3e3a50495265382cabd6c1080920b4c70847 WHIRLPOOL d8a5748ef85000e81d535a98448fbf4198c59da7183fa8e25d5311b0e122f8b9342d706fceb1a6151a1b40a2a4bc264d4e799c65a89dd5ed80d1fbebf29e5049
22 -DIST xz-5.2.0.tar.gz 1445562 SHA256 231ef369982240bb20ed7cffa52bb12a4a297ce6871f480ab85e8a7ba98bf3d6 SHA512 dc272d4f8d437bfe22ed75355fcd647018a2514e4b011552c913074c0ae7d306ae2a20f3227895ea8123918088d826b2c5595dc15ba6ba2d8062e780d8707a28 WHIRLPOOL a629c42215c5c8ee366d757a4a08ecf9773aea3422f8c51cf8dffcb74edaab4fa3f760a7a3c11e85564b3a2d6154e06f9a76afc460c1120406539233254caa9e
23 -DIST xz-5.2.1.tar.gz 1454491 SHA256 b918b6648076e74f8d7ae19db5ee663df800049e187259faf5eb997a7b974681 SHA512 61d059c51c7cdbab803d006ee47b0be116fd6ba4ba05b9234c43c8b1d8b0021b44735c1335a911a4bccb8543548563cef16dafd7d76dd8ef6c4f763fc023afc2 WHIRLPOOL d4d90f7230c0880c1c392a2767c398510a69e24c18f5c5947472e108902aebb6e94aad0245f16720c60729a7a50199fb4250ae3f6801a0cc25086e7858c55d19
24 DIST xz-5.2.2.tar.gz 1464228 SHA256 73df4d5d34f0468bd57d09f2d8af363e95ed6cc3a4a86129d2f2c366259902a2 SHA512 8d6249f93c5c43e1c8eeb21f93b22330fd54575e20bbb4af3d06721192d9f0ca3351878964c9640238ac410b7dd9f16329793c7be7355c7ca0db92c6db6ab813 WHIRLPOOL 7707f10908a57b5780cdb9dda6bac2674f4c5e3350660ea61539b4df5ecc7dbeeb03f05a9b32873d28a14343f9c6491d68095769d3b283018e8139a95bf5f369
25
26 diff --git a/app-arch/xz-utils/xz-utils-5.0.8.ebuild b/app-arch/xz-utils/xz-utils-5.0.8.ebuild
27 deleted file mode 100644
28 index f3dbb5e..0000000
29 --- a/app-arch/xz-utils/xz-utils-5.0.8.ebuild
30 +++ /dev/null
31 @@ -1,73 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -# Remember: we cannot leverage autotools in this ebuild in order
37 -# to avoid circular deps with autotools
38 -
39 -EAPI="4"
40 -
41 -inherit eutils multilib toolchain-funcs libtool multilib-minimal
42 -
43 -if [[ ${PV} == "9999" ]] ; then
44 - EGIT_REPO_URI="http://git.tukaani.org/xz.git"
45 - inherit git-2 autotools
46 - SRC_URI=""
47 - EXTRA_DEPEND="sys-devel/gettext dev-vcs/cvs >=sys-devel/libtool-2" #272880 286068
48 -else
49 - MY_P="${PN/-utils}-${PV/_}"
50 - SRC_URI="http://tukaani.org/xz/${MY_P}.tar.gz"
51 - KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
52 - S=${WORKDIR}/${MY_P}
53 - EXTRA_DEPEND=
54 -fi
55 -
56 -DESCRIPTION="utils for managing LZMA compressed files"
57 -HOMEPAGE="http://tukaani.org/xz/"
58 -
59 -# See top-level COPYING file as it outlines the various pieces and their licenses.
60 -LICENSE="public-domain LGPL-2.1+ GPL-2+"
61 -SLOT="0"
62 -IUSE="nls static-libs +threads"
63 -
64 -RDEPEND="!<app-arch/lzma-4.63
65 - !app-arch/lzma-utils
66 - !<app-arch/p7zip-4.57"
67 -DEPEND="${RDEPEND}
68 - ${EXTRA_DEPEND}"
69 -
70 -src_prepare() {
71 - if [[ ${PV} == "9999" ]] ; then
72 - eautopoint
73 - eautoreconf
74 - else
75 - elibtoolize # to allow building shared libs on Solaris/x64
76 - fi
77 -}
78 -
79 -multilib_src_configure() {
80 - ECONF_SOURCE="${S}" econf \
81 - $(use_enable nls) \
82 - $(use_enable threads) \
83 - $(use_enable static-libs static) \
84 - $(multilib_is_native_abi || echo --disable-{xz,xzdec,lzmadec,lzmainfo,lzma-links,scripts})
85 -}
86 -
87 -multilib_src_install() {
88 - default
89 - gen_usr_ldscript -a lzma
90 -}
91 -
92 -multilib_src_install_all() {
93 - prune_libtool_files --all
94 - rm "${ED}"/usr/share/doc/xz/COPYING* || die
95 - mv "${ED}"/usr/share/doc/{xz,${PF}} || die
96 -}
97 -
98 -pkg_preinst() {
99 - preserve_old_lib /usr/$(get_libdir)/liblzma$(get_libname 0)
100 -}
101 -
102 -pkg_postinst() {
103 - preserve_old_lib_notify /usr/$(get_libdir)/liblzma$(get_libname 0)
104 -}
105
106 diff --git a/app-arch/xz-utils/xz-utils-5.2.0.ebuild b/app-arch/xz-utils/xz-utils-5.2.0.ebuild
107 deleted file mode 100644
108 index f50cda4..0000000
109 --- a/app-arch/xz-utils/xz-utils-5.2.0.ebuild
110 +++ /dev/null
111 @@ -1,73 +0,0 @@
112 -# Copyright 1999-2014 Gentoo Foundation
113 -# Distributed under the terms of the GNU General Public License v2
114 -# $Id$
115 -
116 -# Remember: we cannot leverage autotools in this ebuild in order
117 -# to avoid circular deps with autotools
118 -
119 -EAPI="4"
120 -
121 -inherit eutils multilib toolchain-funcs libtool multilib-minimal
122 -
123 -if [[ ${PV} == "9999" ]] ; then
124 - EGIT_REPO_URI="http://git.tukaani.org/xz.git"
125 - inherit git-2 autotools
126 - SRC_URI=""
127 - EXTRA_DEPEND="sys-devel/gettext dev-vcs/cvs >=sys-devel/libtool-2" #272880 286068
128 -else
129 - MY_P="${PN/-utils}-${PV/_}"
130 - SRC_URI="http://tukaani.org/xz/${MY_P}.tar.gz"
131 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
132 - S=${WORKDIR}/${MY_P}
133 - EXTRA_DEPEND=
134 -fi
135 -
136 -DESCRIPTION="utils for managing LZMA compressed files"
137 -HOMEPAGE="http://tukaani.org/xz/"
138 -
139 -# See top-level COPYING file as it outlines the various pieces and their licenses.
140 -LICENSE="public-domain LGPL-2.1+ GPL-2+"
141 -SLOT="0"
142 -IUSE="nls static-libs +threads"
143 -
144 -RDEPEND="!<app-arch/lzma-4.63
145 - !app-arch/lzma-utils
146 - !<app-arch/p7zip-4.57"
147 -DEPEND="${RDEPEND}
148 - ${EXTRA_DEPEND}"
149 -
150 -src_prepare() {
151 - if [[ ${PV} == "9999" ]] ; then
152 - eautopoint
153 - eautoreconf
154 - else
155 - elibtoolize # to allow building shared libs on Solaris/x64
156 - fi
157 -}
158 -
159 -multilib_src_configure() {
160 - ECONF_SOURCE="${S}" econf \
161 - $(use_enable nls) \
162 - $(use_enable threads) \
163 - $(use_enable static-libs static) \
164 - $(multilib_is_native_abi || echo --disable-{xz,xzdec,lzmadec,lzmainfo,lzma-links,scripts})
165 -}
166 -
167 -multilib_src_install() {
168 - default
169 - gen_usr_ldscript -a lzma
170 -}
171 -
172 -multilib_src_install_all() {
173 - prune_libtool_files --all
174 - rm "${ED}"/usr/share/doc/xz/COPYING* || die
175 - mv "${ED}"/usr/share/doc/{xz,${PF}} || die
176 -}
177 -
178 -pkg_preinst() {
179 - preserve_old_lib /usr/$(get_libdir)/liblzma$(get_libname 0)
180 -}
181 -
182 -pkg_postinst() {
183 - preserve_old_lib_notify /usr/$(get_libdir)/liblzma$(get_libname 0)
184 -}
185
186 diff --git a/app-arch/xz-utils/xz-utils-5.2.1-r1.ebuild b/app-arch/xz-utils/xz-utils-5.2.1-r1.ebuild
187 deleted file mode 100644
188 index d50e82e..0000000
189 --- a/app-arch/xz-utils/xz-utils-5.2.1-r1.ebuild
190 +++ /dev/null
191 @@ -1,74 +0,0 @@
192 -# Copyright 1999-2015 Gentoo Foundation
193 -# Distributed under the terms of the GNU General Public License v2
194 -# $Id$
195 -
196 -# Remember: we cannot leverage autotools in this ebuild in order
197 -# to avoid circular deps with autotools
198 -
199 -EAPI="4"
200 -
201 -inherit eutils multilib toolchain-funcs libtool multilib-minimal
202 -
203 -if [[ ${PV} == "9999" ]] ; then
204 - EGIT_REPO_URI="http://git.tukaani.org/xz.git"
205 - inherit git-2 autotools
206 - SRC_URI=""
207 - EXTRA_DEPEND="sys-devel/gettext dev-vcs/cvs >=sys-devel/libtool-2" #272880 286068
208 -else
209 - MY_P="${PN/-utils}-${PV/_}"
210 - SRC_URI="http://tukaani.org/xz/${MY_P}.tar.gz"
211 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
212 - S=${WORKDIR}/${MY_P}
213 - EXTRA_DEPEND=
214 -fi
215 -
216 -DESCRIPTION="utils for managing LZMA compressed files"
217 -HOMEPAGE="http://tukaani.org/xz/"
218 -
219 -# See top-level COPYING file as it outlines the various pieces and their licenses.
220 -LICENSE="public-domain LGPL-2.1+ GPL-2+"
221 -SLOT="0"
222 -IUSE="elibc_FreeBSD nls static-libs +threads"
223 -
224 -RDEPEND="!<app-arch/lzma-4.63
225 - !app-arch/lzma-utils
226 - !<app-arch/p7zip-4.57"
227 -DEPEND="${RDEPEND}
228 - ${EXTRA_DEPEND}"
229 -
230 -src_prepare() {
231 - if [[ ${PV} == "9999" ]] ; then
232 - eautopoint
233 - eautoreconf
234 - else
235 - elibtoolize # to allow building shared libs on Solaris/x64
236 - fi
237 -}
238 -
239 -multilib_src_configure() {
240 - use elibc_FreeBSD && export ac_cv_header_sha256_h=no #545714
241 - ECONF_SOURCE="${S}" econf \
242 - $(use_enable nls) \
243 - $(use_enable threads) \
244 - $(use_enable static-libs static) \
245 - $(multilib_is_native_abi || echo --disable-{xz,xzdec,lzmadec,lzmainfo,lzma-links,scripts})
246 -}
247 -
248 -multilib_src_install() {
249 - default
250 - gen_usr_ldscript -a lzma
251 -}
252 -
253 -multilib_src_install_all() {
254 - prune_libtool_files --all
255 - rm "${ED}"/usr/share/doc/xz/COPYING* || die
256 - mv "${ED}"/usr/share/doc/{xz,${PF}} || die
257 -}
258 -
259 -pkg_preinst() {
260 - preserve_old_lib /usr/$(get_libdir)/liblzma$(get_libname 0)
261 -}
262 -
263 -pkg_postinst() {
264 - preserve_old_lib_notify /usr/$(get_libdir)/liblzma$(get_libname 0)
265 -}