Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/elfutils/
Date: Wed, 04 Jul 2018 16:25:15
Message-Id: 1530721484.7a0474559d4361a75a90aadc2b0f5ec46d85f359.mrueg@gentoo
1 commit: 7a0474559d4361a75a90aadc2b0f5ec46d85f359
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 4 16:24:44 2018 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 4 16:24:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a047455
7
8 dev-libs/elfutils: Remove old
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 dev-libs/elfutils/Manifest | 2 -
13 dev-libs/elfutils/elfutils-0.169-r1.ebuild | 67 ------------------------------
14 dev-libs/elfutils/elfutils-0.170.ebuild | 66 -----------------------------
15 dev-libs/elfutils/elfutils-0.171.ebuild | 66 -----------------------------
16 4 files changed, 201 deletions(-)
17
18 diff --git a/dev-libs/elfutils/Manifest b/dev-libs/elfutils/Manifest
19 index 2d92fbaf633..3fdccdea984 100644
20 --- a/dev-libs/elfutils/Manifest
21 +++ b/dev-libs/elfutils/Manifest
22 @@ -1,5 +1,3 @@
23 -DIST elfutils-0.169.tar.bz2 8067758 BLAKE2B cf4c11619442fe19a5df95b79546af879771890b069de44743440ca5f6b44ac471125cce21fb4b1533d5265760e9fdf2ea3371c36bca39713c3e587987b69cd9 SHA512 0a81a20bb2aff533d035d6b76f1403437b2e11bce390db57e34b8c26e4b9b3150346d83dddcbfbbdc58063f046ca3223508dba35c6ce88e375d201e7a777a8b9
24 DIST elfutils-0.170.tar.bz2 8358001 BLAKE2B 03ea3ba7d3feaac43065312c475f4a3cd9083a6c56c9982fa00c0ed02b28440f6a37bbeca4be18db13749647ea1c8a6f00dae7efcb1c70235110e60ad7d56d06 SHA512 aca0b5e271138eaf86e36505ffb101181207b151e833e6cd7c18986ac50678542a5ecd2250f8dd6923ca497142f197c8b08fd225e4130b16b6203c24013d6d28
25 -DIST elfutils-0.171.tar.bz2 8654558 BLAKE2B 709b5a4090867ec536563ed31178f7fb820f6b0ca8fb7c379b9081fa0d0027c8c2904cf17e9ee36245dd1fea8d2853ee3e7af457167e007fb7b08eec2e921a30 SHA512 777be2d63ca9b11440bf358a33428d9ca974e2612a880934156c9f7194af596ed627c1ed2d48dbd47a3761c94913b8f39565f9dcb6b62c92bf229f04c96d5ee3
26 DIST elfutils-0.172.tar.bz2 8601066 BLAKE2B 7d4cb9944bfc258ba46312e8a4dde491f9d8fb4fa27837f6df0993107256f76e79ce02ea5872475a70ff9ebe9093e39bddf1c807be2af4bf0f6f5429f446a1ce SHA512 b2f491e976ef3067fe33ad22b3ef1952c47557571747899e94aee601bfeb95e8e1a91daad80a7950bee7feb42192769663db32eb65734ea5ffbc0b87cdad76b2
27 DIST elfutils-0.173.tar.bz2 8684782 BLAKE2B c5905bb864059bdfb2699a0681a0ec576b6b8da444b0641e8184f58735084588910930bcca14583db6be75b24a0e374413911ded5ba2ca893798404fbe7374eb SHA512 7f38e4ce2098b685f15030bf01f0a66a74aa32fbfcead0304c1d0e0a929b348a72f99e685cd4605465f4337393382112f64b8847e6c2f7cc1a57a4fd03d03eb3
28
29 diff --git a/dev-libs/elfutils/elfutils-0.169-r1.ebuild b/dev-libs/elfutils/elfutils-0.169-r1.ebuild
30 deleted file mode 100644
31 index 0cba7905dfe..00000000000
32 --- a/dev-libs/elfutils/elfutils-0.169-r1.ebuild
33 +++ /dev/null
34 @@ -1,67 +0,0 @@
35 -# Copyright 1999-2018 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -inherit eutils flag-o-matic multilib-minimal
41 -
42 -DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)"
43 -HOMEPAGE="http://elfutils.org/"
44 -SRC_URI="https://sourceware.org/elfutils/ftp/${PV}/${P}.tar.bz2"
45 -
46 -LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )"
47 -SLOT="0"
48 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
49 -IUSE="bzip2 lzma nls static-libs test +threads +utils"
50 -
51 -RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
52 - bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] )
53 - lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] )
54 - !dev-libs/libelf"
55 -DEPEND="${RDEPEND}
56 - nls? ( sys-devel/gettext )
57 - >=sys-devel/flex-2.5.4a
58 - sys-devel/m4"
59 -
60 -PATCHES=(
61 - "${FILESDIR}"/${PN}-0.118-PaX-support.patch
62 -)
63 -
64 -src_prepare() {
65 - default
66 - if use static-libs; then
67 - sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' lib{asm,dw,elf}/Makefile.in || die
68 - fi
69 - sed -i 's:-Werror::' */Makefile.in || die
70 -}
71 -
72 -src_configure() {
73 - use test && append-flags -g #407135
74 - multilib-minimal_src_configure
75 -}
76 -
77 -multilib_src_configure() {
78 - ECONF_SOURCE="${S}" econf \
79 - $(use_enable nls) \
80 - $(use_enable threads thread-safety) \
81 - --program-prefix="eu-" \
82 - --with-zlib \
83 - $(use_with bzip2 bzlib) \
84 - $(use_with lzma)
85 -}
86 -
87 -multilib_src_test() {
88 - env LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm" \
89 - LC_ALL="C" \
90 - emake check
91 -}
92 -
93 -multilib_src_install_all() {
94 - einstalldocs
95 - dodoc NOTES
96 - # These build quick, and are needed for most tests, so don't
97 - # disable their building when the USE flag is disabled.
98 - if ! use utils; then
99 - rm -rf "${ED}"/usr/bin || die
100 - fi
101 -}
102
103 diff --git a/dev-libs/elfutils/elfutils-0.170.ebuild b/dev-libs/elfutils/elfutils-0.170.ebuild
104 deleted file mode 100644
105 index 5172c44eb91..00000000000
106 --- a/dev-libs/elfutils/elfutils-0.170.ebuild
107 +++ /dev/null
108 @@ -1,66 +0,0 @@
109 -# Copyright 1999-2017 Gentoo Foundation
110 -# Distributed under the terms of the GNU General Public License v2
111 -
112 -EAPI=6
113 -
114 -inherit flag-o-matic multilib-minimal
115 -
116 -DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)"
117 -HOMEPAGE="http://elfutils.org/"
118 -SRC_URI="https://sourceware.org/elfutils/ftp/${PV}/${P}.tar.bz2"
119 -
120 -LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )"
121 -SLOT="0"
122 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
123 -IUSE="bzip2 lzma nls static-libs test +threads +utils"
124 -
125 -RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
126 - bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] )
127 - lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] )
128 - !dev-libs/libelf"
129 -DEPEND="${RDEPEND}
130 - nls? ( sys-devel/gettext )
131 - >=sys-devel/flex-2.5.4a
132 - sys-devel/m4"
133 -
134 -PATCHES=("${FILESDIR}"/${PN}-0.118-PaX-support.patch)
135 -
136 -src_prepare() {
137 - default
138 -
139 - if use static-libs; then
140 - sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' lib{asm,dw,elf}/Makefile.in || die
141 - fi
142 - sed -i 's:-Werror::' */Makefile.in || die
143 -}
144 -
145 -src_configure() {
146 - use test && append-flags -g #407135
147 - multilib-minimal_src_configure
148 -}
149 -
150 -multilib_src_configure() {
151 - ECONF_SOURCE="${S}" econf \
152 - $(use_enable nls) \
153 - $(use_enable threads thread-safety) \
154 - --program-prefix="eu-" \
155 - --with-zlib \
156 - $(use_with bzip2 bzlib) \
157 - $(use_with lzma)
158 -}
159 -
160 -multilib_src_test() {
161 - env LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm" \
162 - LC_ALL="C" \
163 - emake check
164 -}
165 -
166 -multilib_src_install_all() {
167 - einstalldocs
168 - dodoc NOTES
169 - # These build quick, and are needed for most tests, so don't
170 - # disable their building when the USE flag is disabled.
171 - if ! use utils; then
172 - rm -rf "${ED}"/usr/bin || die
173 - fi
174 -}
175
176 diff --git a/dev-libs/elfutils/elfutils-0.171.ebuild b/dev-libs/elfutils/elfutils-0.171.ebuild
177 deleted file mode 100644
178 index 9ac835cad36..00000000000
179 --- a/dev-libs/elfutils/elfutils-0.171.ebuild
180 +++ /dev/null
181 @@ -1,66 +0,0 @@
182 -# Copyright 1999-2018 Gentoo Foundation
183 -# Distributed under the terms of the GNU General Public License v2
184 -
185 -EAPI=6
186 -
187 -inherit flag-o-matic multilib-minimal
188 -
189 -DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)"
190 -HOMEPAGE="http://elfutils.org/"
191 -SRC_URI="https://sourceware.org/elfutils/ftp/${PV}/${P}.tar.bz2"
192 -
193 -LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )"
194 -SLOT="0"
195 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
196 -IUSE="bzip2 lzma nls static-libs test +threads +utils"
197 -
198 -RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
199 - bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] )
200 - lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] )
201 - !dev-libs/libelf"
202 -DEPEND="${RDEPEND}
203 - nls? ( sys-devel/gettext )
204 - >=sys-devel/flex-2.5.4a
205 - sys-devel/m4"
206 -
207 -PATCHES=("${FILESDIR}"/${PN}-0.118-PaX-support.patch)
208 -
209 -src_prepare() {
210 - default
211 -
212 - if ! use static-libs; then
213 - sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' lib{asm,dw,elf}/Makefile.in || die
214 - fi
215 - sed -i 's:-Werror::' */Makefile.in || die
216 -}
217 -
218 -src_configure() {
219 - use test && append-flags -g #407135
220 - multilib-minimal_src_configure
221 -}
222 -
223 -multilib_src_configure() {
224 - ECONF_SOURCE="${S}" econf \
225 - $(use_enable nls) \
226 - $(use_enable threads thread-safety) \
227 - --program-prefix="eu-" \
228 - --with-zlib \
229 - $(use_with bzip2 bzlib) \
230 - $(use_with lzma)
231 -}
232 -
233 -multilib_src_test() {
234 - env LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm" \
235 - LC_ALL="C" \
236 - emake check
237 -}
238 -
239 -multilib_src_install_all() {
240 - einstalldocs
241 - dodoc NOTES
242 - # These build quick, and are needed for most tests, so don't
243 - # disable their building when the USE flag is disabled.
244 - if ! use utils; then
245 - rm -rf "${ED}"/usr/bin || die
246 - fi
247 -}