Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/elfutils/
Date: Sat, 02 May 2020 17:51:51
Message-Id: 1588441890.f01a48eca1b21e236a457cdfb2745dea1256c318.slyfox@gentoo
1 commit: f01a48eca1b21e236a457cdfb2745dea1256c318
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 2 17:44:30 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat May 2 17:51:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f01a48ec
7
8 dev-libs/elfutils: drop old
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-libs/elfutils/Manifest | 1 -
14 dev-libs/elfutils/elfutils-0.178.ebuild | 77 ---------------------------------
15 2 files changed, 78 deletions(-)
16
17 diff --git a/dev-libs/elfutils/Manifest b/dev-libs/elfutils/Manifest
18 index eb04759218f..581a21cf845 100644
19 --- a/dev-libs/elfutils/Manifest
20 +++ b/dev-libs/elfutils/Manifest
21 @@ -1,3 +1,2 @@
22 DIST elfutils-0.177.tar.bz2 8852413 BLAKE2B 03f432342651f7646d73b7847325bd14b722ce34d85df01b1ad072b916af9b9da2d0d119cd24e952073bd584ec76b027ba9b6c7d45fb057372b3e700b1f5741a SHA512 2779987463a22ed220759e25a09c9a1eb84c0f36db37675136e59aa55c7f8f90b7a7d34ffc4e6a4291d7fa73692a1bd1a303a74270b11d1623b4f9868d19498f
23 -DIST elfutils-0.178.tar.bz2 9007557 BLAKE2B 241b611dbfac37f35a670fbe80096c21b870e4b26fcddc8af26fba0373c9cd72eae42aabae2803b7b16c3bf649aeda036b1ea1b40952b43c4021ed23fcb51e80 SHA512 356656ad0db8f6877b461de1a11280de16a9cc5d8dde4381a938a212e828e32755135e5e3171d311c4c9297b728fbd98123048e2e8fbf7fe7de68976a2daabe5
24 DIST elfutils-0.179.tar.bz2 9057637 BLAKE2B b34f5af6d2a6613622f4d5da78b9ae10e60800fc91cb4607115fcaaf90c1c544460fb02e164f87e52951a446d6479909bbf3aa02b7db78b26af7863290de8848 SHA512 ff2d96ad1db08e3a2ddaa60bd5a05e9b61ffa71d646f889cebb6bef51322e874930809c6dd0a257ced8c6e8de4b59ecf13ca6741dc68f9400293208278a0c052
25
26 diff --git a/dev-libs/elfutils/elfutils-0.178.ebuild b/dev-libs/elfutils/elfutils-0.178.ebuild
27 deleted file mode 100644
28 index 49647cfe5e9..00000000000
29 --- a/dev-libs/elfutils/elfutils-0.178.ebuild
30 +++ /dev/null
31 @@ -1,77 +0,0 @@
32 -# Copyright 2003-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit flag-o-matic multilib-minimal
38 -
39 -DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)"
40 -HOMEPAGE="http://elfutils.org/"
41 -SRC_URI="https://sourceware.org/elfutils/ftp/${PV}/${P}.tar.bz2"
42 -
43 -LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )"
44 -SLOT="0"
45 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
46 -IUSE="bzip2 lzma nls static-libs test +threads +utils valgrind"
47 -
48 -RDEPEND=">=sys-libs/zlib-1.2.8-r1[static-libs?,${MULTILIB_USEDEP}]
49 - bzip2? ( >=app-arch/bzip2-1.0.6-r4[static-libs?,${MULTILIB_USEDEP}] )
50 - lzma? ( >=app-arch/xz-utils-5.0.5-r1[static-libs?,${MULTILIB_USEDEP}] )
51 - !dev-libs/libelf"
52 -DEPEND="${RDEPEND}
53 - valgrind? ( dev-util/valgrind )
54 -"
55 -BDEPEND="nls? ( sys-devel/gettext )
56 - >=sys-devel/flex-2.5.4a
57 - sys-devel/m4"
58 -
59 -RESTRICT="!test? ( test )"
60 -
61 -PATCHES=(
62 - "${FILESDIR}"/${PN}-0.118-PaX-support.patch
63 - "${FILESDIR}"/${PN}-0.175-disable-biarch-test-PR24158.patch
64 - "${FILESDIR}"/${PN}-0.177-disable-large.patch
65 -)
66 -
67 -src_prepare() {
68 - default
69 -
70 - if ! use static-libs; then
71 - sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' lib{asm,dw,elf}/Makefile.in || die
72 - fi
73 - # https://sourceware.org/PR23914
74 - sed -i 's:-Werror::' */Makefile.in || die
75 -}
76 -
77 -src_configure() {
78 - use test && append-flags -g #407135
79 - multilib-minimal_src_configure
80 -}
81 -
82 -multilib_src_configure() {
83 - ECONF_SOURCE="${S}" econf \
84 - $(use_enable nls) \
85 - $(use_enable threads thread-safety) \
86 - $(use_enable valgrind) \
87 - --disable-debuginfod \
88 - --program-prefix="eu-" \
89 - --with-zlib \
90 - $(use_with bzip2 bzlib) \
91 - $(use_with lzma)
92 -}
93 -
94 -multilib_src_test() {
95 - env LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm" \
96 - LC_ALL="C" \
97 - emake check VERBOSE=1
98 -}
99 -
100 -multilib_src_install_all() {
101 - einstalldocs
102 - dodoc NOTES
103 - # These build quick, and are needed for most tests, so don't
104 - # disable their building when the USE flag is disabled.
105 - if ! use utils; then
106 - rm -rf "${ED}"/usr/bin || die
107 - fi
108 -}