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: 1530721432.ba8b3335bf78f3b1b7e9e67bbe5a779a1f15fafa.mrueg@gentoo
1 commit: ba8b3335bf78f3b1b7e9e67bbe5a779a1f15fafa
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 4 16:23:52 2018 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 4 16:23:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba8b3335
7
8 dev-libs/elfutils: Version bump to 0.173
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 dev-libs/elfutils/Manifest | 1 +
13 dev-libs/elfutils/elfutils-0.173.ebuild | 66 +++++++++++++++++++++++++++++++++
14 2 files changed, 67 insertions(+)
15
16 diff --git a/dev-libs/elfutils/Manifest b/dev-libs/elfutils/Manifest
17 index 0e61aab329a..2d92fbaf633 100644
18 --- a/dev-libs/elfutils/Manifest
19 +++ b/dev-libs/elfutils/Manifest
20 @@ -2,3 +2,4 @@ DIST elfutils-0.169.tar.bz2 8067758 BLAKE2B cf4c11619442fe19a5df95b79546af879771
21 DIST elfutils-0.170.tar.bz2 8358001 BLAKE2B 03ea3ba7d3feaac43065312c475f4a3cd9083a6c56c9982fa00c0ed02b28440f6a37bbeca4be18db13749647ea1c8a6f00dae7efcb1c70235110e60ad7d56d06 SHA512 aca0b5e271138eaf86e36505ffb101181207b151e833e6cd7c18986ac50678542a5ecd2250f8dd6923ca497142f197c8b08fd225e4130b16b6203c24013d6d28
22 DIST elfutils-0.171.tar.bz2 8654558 BLAKE2B 709b5a4090867ec536563ed31178f7fb820f6b0ca8fb7c379b9081fa0d0027c8c2904cf17e9ee36245dd1fea8d2853ee3e7af457167e007fb7b08eec2e921a30 SHA512 777be2d63ca9b11440bf358a33428d9ca974e2612a880934156c9f7194af596ed627c1ed2d48dbd47a3761c94913b8f39565f9dcb6b62c92bf229f04c96d5ee3
23 DIST elfutils-0.172.tar.bz2 8601066 BLAKE2B 7d4cb9944bfc258ba46312e8a4dde491f9d8fb4fa27837f6df0993107256f76e79ce02ea5872475a70ff9ebe9093e39bddf1c807be2af4bf0f6f5429f446a1ce SHA512 b2f491e976ef3067fe33ad22b3ef1952c47557571747899e94aee601bfeb95e8e1a91daad80a7950bee7feb42192769663db32eb65734ea5ffbc0b87cdad76b2
24 +DIST elfutils-0.173.tar.bz2 8684782 BLAKE2B c5905bb864059bdfb2699a0681a0ec576b6b8da444b0641e8184f58735084588910930bcca14583db6be75b24a0e374413911ded5ba2ca893798404fbe7374eb SHA512 7f38e4ce2098b685f15030bf01f0a66a74aa32fbfcead0304c1d0e0a929b348a72f99e685cd4605465f4337393382112f64b8847e6c2f7cc1a57a4fd03d03eb3
25
26 diff --git a/dev-libs/elfutils/elfutils-0.173.ebuild b/dev-libs/elfutils/elfutils-0.173.ebuild
27 new file mode 100644
28 index 00000000000..12da334a1b0
29 --- /dev/null
30 +++ b/dev-libs/elfutils/elfutils-0.173.ebuild
31 @@ -0,0 +1,66 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
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 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
46 +IUSE="bzip2 lzma nls static-libs test +threads +utils"
47 +
48 +RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
49 + bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] )
50 + lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] )
51 + !dev-libs/libelf"
52 +DEPEND="${RDEPEND}
53 + nls? ( sys-devel/gettext )
54 + >=sys-devel/flex-2.5.4a
55 + sys-devel/m4"
56 +
57 +PATCHES=("${FILESDIR}"/${PN}-0.118-PaX-support.patch)
58 +
59 +src_prepare() {
60 + default
61 +
62 + if ! use static-libs; then
63 + sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' lib{asm,dw,elf}/Makefile.in || die
64 + fi
65 + sed -i 's:-Werror::' */Makefile.in || die
66 +}
67 +
68 +src_configure() {
69 + use test && append-flags -g #407135
70 + multilib-minimal_src_configure
71 +}
72 +
73 +multilib_src_configure() {
74 + ECONF_SOURCE="${S}" econf \
75 + $(use_enable nls) \
76 + $(use_enable threads thread-safety) \
77 + --program-prefix="eu-" \
78 + --with-zlib \
79 + $(use_with bzip2 bzlib) \
80 + $(use_with lzma)
81 +}
82 +
83 +multilib_src_test() {
84 + env LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm" \
85 + LC_ALL="C" \
86 + emake check VERBOSE=1
87 +}
88 +
89 +multilib_src_install_all() {
90 + einstalldocs
91 + dodoc NOTES
92 + # These build quick, and are needed for most tests, so don't
93 + # disable their building when the USE flag is disabled.
94 + if ! use utils; then
95 + rm -rf "${ED}"/usr/bin || die
96 + fi
97 +}