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: Tue, 20 Nov 2018 20:40:53
Message-Id: 1542746437.3b90749ab17533819b7b63ff28a972f30f8cc749.slyfox@gentoo
1 commit: 3b90749ab17533819b7b63ff28a972f30f8cc749
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 20 20:40:24 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 20 20:40:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b90749a
7
8 dev-libs/elfutils: bump up to 0.175, bug #671560
9
10 Reported-by: Lars Wendler (Polynomial-C)
11 Closes: https://bugs.gentoo.org/671560
12 Package-Manager: Portage-2.3.52, Repoman-2.3.12
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-libs/elfutils/Manifest | 1 +
16 dev-libs/elfutils/elfutils-0.175.ebuild | 66 +++++++++++++++++++++++++++++++++
17 2 files changed, 67 insertions(+)
18
19 diff --git a/dev-libs/elfutils/Manifest b/dev-libs/elfutils/Manifest
20 index 3fdccdea984..9b133c08197 100644
21 --- a/dev-libs/elfutils/Manifest
22 +++ b/dev-libs/elfutils/Manifest
23 @@ -1,3 +1,4 @@
24 DIST elfutils-0.170.tar.bz2 8358001 BLAKE2B 03ea3ba7d3feaac43065312c475f4a3cd9083a6c56c9982fa00c0ed02b28440f6a37bbeca4be18db13749647ea1c8a6f00dae7efcb1c70235110e60ad7d56d06 SHA512 aca0b5e271138eaf86e36505ffb101181207b151e833e6cd7c18986ac50678542a5ecd2250f8dd6923ca497142f197c8b08fd225e4130b16b6203c24013d6d28
25 DIST elfutils-0.172.tar.bz2 8601066 BLAKE2B 7d4cb9944bfc258ba46312e8a4dde491f9d8fb4fa27837f6df0993107256f76e79ce02ea5872475a70ff9ebe9093e39bddf1c807be2af4bf0f6f5429f446a1ce SHA512 b2f491e976ef3067fe33ad22b3ef1952c47557571747899e94aee601bfeb95e8e1a91daad80a7950bee7feb42192769663db32eb65734ea5ffbc0b87cdad76b2
26 DIST elfutils-0.173.tar.bz2 8684782 BLAKE2B c5905bb864059bdfb2699a0681a0ec576b6b8da444b0641e8184f58735084588910930bcca14583db6be75b24a0e374413911ded5ba2ca893798404fbe7374eb SHA512 7f38e4ce2098b685f15030bf01f0a66a74aa32fbfcead0304c1d0e0a929b348a72f99e685cd4605465f4337393382112f64b8847e6c2f7cc1a57a4fd03d03eb3
27 +DIST elfutils-0.175.tar.bz2 8786600 BLAKE2B d6d4ade37741da788c6c2eec9688c6f8ac9707e0b17e0518398972dab3cf77a70cc82346c2e37b41f0ea414b9a1e925a7567567fcf43d504d75c92971ab25f5d SHA512 2c3168a34bbc8f22425faa263fc24ec50df39258a4f9ace4e6cd88e9764c435fee70c1a82db8273dbab70a75e5216a200bebf05af1d3ea77e444e35d71a4ed84
28
29 diff --git a/dev-libs/elfutils/elfutils-0.175.ebuild b/dev-libs/elfutils/elfutils-0.175.ebuild
30 new file mode 100644
31 index 00000000000..bd9d2f1dac7
32 --- /dev/null
33 +++ b/dev-libs/elfutils/elfutils-0.175.ebuild
34 @@ -0,0 +1,66 @@
35 +# Copyright 1999-2018 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=7
39 +
40 +inherit 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 ~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=("${FILESDIR}"/${PN}-0.118-PaX-support.patch)
61 +
62 +src_prepare() {
63 + default
64 +
65 + if ! use static-libs; then
66 + sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' lib{asm,dw,elf}/Makefile.in || die
67 + fi
68 + sed -i 's:-Werror::' */Makefile.in || die
69 +}
70 +
71 +src_configure() {
72 + use test && append-flags -g #407135
73 + multilib-minimal_src_configure
74 +}
75 +
76 +multilib_src_configure() {
77 + ECONF_SOURCE="${S}" econf \
78 + $(use_enable nls) \
79 + $(use_enable threads thread-safety) \
80 + --program-prefix="eu-" \
81 + --with-zlib \
82 + $(use_with bzip2 bzlib) \
83 + $(use_with lzma)
84 +}
85 +
86 +multilib_src_test() {
87 + env LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm" \
88 + LC_ALL="C" \
89 + emake check VERBOSE=1
90 +}
91 +
92 +multilib_src_install_all() {
93 + einstalldocs
94 + dodoc NOTES
95 + # These build quick, and are needed for most tests, so don't
96 + # disable their building when the USE flag is disabled.
97 + if ! use utils; then
98 + rm -rf "${ED}"/usr/bin || die
99 + fi
100 +}