commit:     ff46f0c5e185e79a5278f9a003908629f96f071b
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 10:49:27 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 10:49:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff46f0c5

dev-libs/elfutils: Remove old

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-libs/elfutils/Manifest              |  3 --
 dev-libs/elfutils/elfutils-0.166.ebuild | 68 ---------------------------------
 dev-libs/elfutils/elfutils-0.167.ebuild | 68 ---------------------------------
 dev-libs/elfutils/elfutils-0.168.ebuild | 59 ----------------------------
 dev-libs/elfutils/elfutils-0.169.ebuild | 64 -------------------------------
 5 files changed, 262 deletions(-)

diff --git a/dev-libs/elfutils/Manifest b/dev-libs/elfutils/Manifest
index ecec6085c5e..d37567126ee 100644
--- a/dev-libs/elfutils/Manifest
+++ b/dev-libs/elfutils/Manifest
@@ -1,5 +1,2 @@
-DIST elfutils-0.166.tar.bz2 6496225 SHA256 
3c056914c8a438b210be0d790463b960fc79d234c3f05ce707cbff80e94cba30 SHA512 
543e8f9fbebbef86c40b1d6dc93da04a8431071aad636b70e7a1b9536450990b237d100d354c29fd0c3605074b7a0621f5bdaab4c2664be42b2912ad283bc614
 WHIRLPOOL 
4de083bbb397235dd46c2ba6e0cbb615825c13d7e8413015d5ff08d72deae1d9a508c0f6e5f90e27cc709870064bc53a51b2a681f2a9b80e1f658bb7dc475f8d
-DIST elfutils-0.167.tar.bz2 6456047 SHA256 
3f300087c42b6f35591163b48246b4098ce39c4c6f5d55a83023c903c5776553 SHA512 
855b27b7b2785265e095a5c28518b9765238bbcdc8aefede11453e9727156b71360a4b0e2634f2c3813d4b632d3be7079b2d952701bf0455a9c2c19f7facdc91
 WHIRLPOOL 
1eccbdf65e75c36d7e7704e34eb824d8f54aa4d5879c8df174a1121889fd796cd0aaf5e727f07f361da301659f23d7167e5e59e6a039003def0411d0d01a570e
-DIST elfutils-0.168.tar.bz2 6840399 SHA256 
b88d07893ba1373c7dd69a7855974706d05377766568a7d9002706d5de72c276 SHA512 
c8f2077ffe6877ad9e9d2f553bf0576361799c601d246f53e1d99a6f7046794c5916e1087b97ad1d1e5f59f9debc20384f864d507ef6c4c75a8e767d15d6eb91
 WHIRLPOOL 
281e6917ad243c4f28dad48801d43c29b503da0198f1cd882b6e378b9016e0843088185a39909db75295484f28b963b711f68b80dc6cc810b3027a2ea5cce556
 DIST elfutils-0.169.tar.bz2 8067758 SHA256 
9412fac7b30872b738bc1ed1ebcaed54493c26ef9a67887913498c17b10f3bc2 SHA512 
0a81a20bb2aff533d035d6b76f1403437b2e11bce390db57e34b8c26e4b9b3150346d83dddcbfbbdc58063f046ca3223508dba35c6ce88e375d201e7a777a8b9
 WHIRLPOOL 
dc4f689b403160272dccb1e306ee3584f6d06156d3318d745bba46f9b4a31a477795223233ffb420b096b1c196aba09492e4ab5803f6150326b48e1045f92e06
 DIST elfutils-0.170.tar.bz2 8358001 SHA256 
1f844775576b79bdc9f9c717a50058d08620323c1e935458223a12f249c9e066 SHA512 
aca0b5e271138eaf86e36505ffb101181207b151e833e6cd7c18986ac50678542a5ecd2250f8dd6923ca497142f197c8b08fd225e4130b16b6203c24013d6d28
 WHIRLPOOL 
ebb3069aa52e49b7e137c722ac490b12393e0c54656d6d7476193eaa4253b48209e62e4babd4819a52cf5a9f3a1a6f56945eb776f014df9cbd841aa392e94823

diff --git a/dev-libs/elfutils/elfutils-0.166.ebuild 
b/dev-libs/elfutils/elfutils-0.166.ebuild
deleted file mode 100644
index 3cbf2592f07..00000000000
--- a/dev-libs/elfutils/elfutils-0.166.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils flag-o-matic multilib-minimal
-
-DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement 
for libelf)"
-HOMEPAGE="https://fedorahosted.org/elfutils/";
-SRC_URI="https://fedorahosted.org/releases/e/l/${PN}/${PV}/${P}.tar.bz2";
-
-LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="bzip2 lzma nls static-libs test +threads +utils"
-
-# This pkg does not actually seem to compile currently in a uClibc
-# environment (xrealloc errs), but we need to ensure that glibc never
-# gets pulled in as a dep since this package does not respect virtual/libc
-RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
-       bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] )
-       lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] )
-       !dev-libs/libelf
-       abi_x86_32? (
-               !<=app-emulation/emul-linux-x86-baselibs-20130224-r11
-               !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
-       )"
-DEPEND="${RDEPEND}
-       nls? ( sys-devel/gettext )
-       >=sys-devel/flex-2.5.4a
-       sys-devel/m4"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch
-       use static-libs || sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e 
'/^%.os/s:%.o$::' lib{asm,dw,elf}/Makefile.in
-       sed -i 's:-Werror::' */Makefile.in
-       # some patches touch both configure and configure.ac
-       find -type f -exec touch -r configure {} +
-}
-
-src_configure() {
-       use test && append-flags -g #407135
-       multilib-minimal_src_configure
-}
-
-multilib_src_configure() {
-       ECONF_SOURCE="${S}" econf \
-               $(use_enable nls) \
-               $(use_enable threads thread-safety) \
-               --program-prefix="eu-" \
-               --with-zlib \
-               $(use_with bzip2 bzlib) \
-               $(use_with lzma)
-}
-
-multilib_src_test() {
-       env     
LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm"
 \
-               LC_ALL="C" \
-               emake check || die
-}
-
-multilib_src_install_all() {
-       einstalldocs
-       dodoc NOTES
-       # These build quick, and are needed for most tests, so don't
-       # disable their building when the USE flag is disabled.
-       use utils || rm -rf "${ED}"/usr/bin
-}

diff --git a/dev-libs/elfutils/elfutils-0.167.ebuild 
b/dev-libs/elfutils/elfutils-0.167.ebuild
deleted file mode 100644
index e6e48ec7830..00000000000
--- a/dev-libs/elfutils/elfutils-0.167.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils flag-o-matic multilib-minimal
-
-DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement 
for libelf)"
-HOMEPAGE="https://fedorahosted.org/elfutils/";
-SRC_URI="https://fedorahosted.org/releases/e/l/${PN}/${PV}/${P}.tar.bz2";
-
-LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="bzip2 lzma nls static-libs test +threads +utils"
-
-# This pkg does not actually seem to compile currently in a uClibc
-# environment (xrealloc errs), but we need to ensure that glibc never
-# gets pulled in as a dep since this package does not respect virtual/libc
-RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
-       bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] )
-       lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] )
-       !dev-libs/libelf
-       abi_x86_32? (
-               !<=app-emulation/emul-linux-x86-baselibs-20130224-r11
-               !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
-       )"
-DEPEND="${RDEPEND}
-       nls? ( sys-devel/gettext )
-       >=sys-devel/flex-2.5.4a
-       sys-devel/m4"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch
-       use static-libs || sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e 
'/^%.os/s:%.o$::' lib{asm,dw,elf}/Makefile.in
-       sed -i 's:-Werror::' */Makefile.in
-       # some patches touch both configure and configure.ac
-       find -type f -exec touch -r configure {} +
-}
-
-src_configure() {
-       use test && append-flags -g #407135
-       multilib-minimal_src_configure
-}
-
-multilib_src_configure() {
-       ECONF_SOURCE="${S}" econf \
-               $(use_enable nls) \
-               $(use_enable threads thread-safety) \
-               --program-prefix="eu-" \
-               --with-zlib \
-               $(use_with bzip2 bzlib) \
-               $(use_with lzma)
-}
-
-multilib_src_test() {
-       env     
LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm"
 \
-               LC_ALL="C" \
-               emake check || die
-}
-
-multilib_src_install_all() {
-       einstalldocs
-       dodoc NOTES
-       # These build quick, and are needed for most tests, so don't
-       # disable their building when the USE flag is disabled.
-       use utils || rm -rf "${ED}"/usr/bin
-}

diff --git a/dev-libs/elfutils/elfutils-0.168.ebuild 
b/dev-libs/elfutils/elfutils-0.168.ebuild
deleted file mode 100644
index c8421493747..00000000000
--- a/dev-libs/elfutils/elfutils-0.168.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils flag-o-matic multilib-minimal
-
-DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement 
for libelf)"
-HOMEPAGE="http://elfutils.org/";
-SRC_URI="https://sourceware.org/elfutils/ftp/${PV}/${P}.tar.bz2";
-
-LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="bzip2 lzma nls static-libs test +threads +utils"
-
-RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
-       bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] )
-       lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] )
-       !dev-libs/libelf"
-DEPEND="${RDEPEND}
-       nls? ( sys-devel/gettext )
-       >=sys-devel/flex-2.5.4a
-       sys-devel/m4"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch
-       use static-libs || sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e 
'/^%.os/s:%.o$::' lib{asm,dw,elf}/Makefile.in
-       sed -i 's:-Werror::' */Makefile.in
-}
-
-src_configure() {
-       use test && append-flags -g #407135
-       multilib-minimal_src_configure
-}
-
-multilib_src_configure() {
-       ECONF_SOURCE="${S}" econf \
-               $(use_enable nls) \
-               $(use_enable threads thread-safety) \
-               --program-prefix="eu-" \
-               --with-zlib \
-               $(use_with bzip2 bzlib) \
-               $(use_with lzma)
-}
-
-multilib_src_test() {
-       env     
LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm"
 \
-               LC_ALL="C" \
-               emake check
-}
-
-multilib_src_install_all() {
-       einstalldocs
-       dodoc NOTES
-       # These build quick, and are needed for most tests, so don't
-       # disable their building when the USE flag is disabled.
-       use utils || rm -rf "${ED}"/usr/bin
-}

diff --git a/dev-libs/elfutils/elfutils-0.169.ebuild 
b/dev-libs/elfutils/elfutils-0.169.ebuild
deleted file mode 100644
index 3a58148ecbe..00000000000
--- a/dev-libs/elfutils/elfutils-0.169.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils flag-o-matic multilib-minimal
-
-DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement 
for libelf)"
-HOMEPAGE="http://elfutils.org/";
-SRC_URI="https://sourceware.org/elfutils/ftp/${PV}/${P}.tar.bz2";
-
-LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="bzip2 lzma nls static-libs test +threads +utils"
-
-RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
-       bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] )
-       lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] )
-       !dev-libs/libelf"
-DEPEND="${RDEPEND}
-       nls? ( sys-devel/gettext )
-       >=sys-devel/flex-2.5.4a
-       sys-devel/m4"
-
-src_prepare() {
-       default
-       epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch
-       if use static-libs; then
-               sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' 
lib{asm,dw,elf}/Makefile.in || die
-       fi
-       sed -i 's:-Werror::' */Makefile.in || die
-}
-
-src_configure() {
-       use test && append-flags -g #407135
-       multilib-minimal_src_configure
-}
-
-multilib_src_configure() {
-       ECONF_SOURCE="${S}" econf \
-               $(use_enable nls) \
-               $(use_enable threads thread-safety) \
-               --program-prefix="eu-" \
-               --with-zlib \
-               $(use_with bzip2 bzlib) \
-               $(use_with lzma)
-}
-
-multilib_src_test() {
-       env     
LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm"
 \
-               LC_ALL="C" \
-               emake check
-}
-
-multilib_src_install_all() {
-       einstalldocs
-       dodoc NOTES
-       # These build quick, and are needed for most tests, so don't
-       # disable their building when the USE flag is disabled.
-       if use utils; then
-               rm -rf "${ED}"/usr/bin || die
-       fi
-}

Reply via email to