Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/elfutils: elfutils-0.157.ebuild ChangeLog
Date: Thu, 02 Jan 2014 12:54:57
Message-Id: 20140102125454.4E5AC2004C@flycatcher.gentoo.org
1 vapier 14/01/02 12:54:54
2
3 Modified: elfutils-0.157.ebuild ChangeLog
4 Log:
5 Drop some sed hacks as the fixes are in the portability patch now.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.2 dev-libs/elfutils/elfutils-0.157.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/elfutils/elfutils-0.157.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/elfutils/elfutils-0.157.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/elfutils/elfutils-0.157.ebuild?r1=1.1&r2=1.2
15
16 Index: elfutils-0.157.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.157.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- elfutils-0.157.ebuild 23 Dec 2013 10:30:54 -0000 1.1
23 +++ elfutils-0.157.ebuild 2 Jan 2014 12:54:54 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.157.ebuild,v 1.1 2013/12/23 10:30:54 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.157.ebuild,v 1.2 2014/01/02 12:54:54 vapier Exp $
30
31 EAPI="4"
32
33 @@ -36,8 +36,6 @@
34 src_prepare() {
35 epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch
36 epatch "${DISTDIR}"/${P}-{portability,robustify}.patch
37 - sed -i -e 's:-Werror::g' $(find -name Makefile.in) || die
38 - use test || sed -i -e 's: tests::' Makefile.in #226349
39 use static-libs || sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' lib{asm,dw,elf}/Makefile.in
40 # some patches touch both configure and configure.ac
41 find -type f -exec touch -r configure {} +
42
43
44
45 1.173 dev-libs/elfutils/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/elfutils/ChangeLog?rev=1.173&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/elfutils/ChangeLog?rev=1.173&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/elfutils/ChangeLog?r1=1.172&r2=1.173
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v
54 retrieving revision 1.172
55 retrieving revision 1.173
56 diff -u -r1.172 -r1.173
57 --- ChangeLog 23 Dec 2013 10:30:54 -0000 1.172
58 +++ ChangeLog 2 Jan 2014 12:54:54 -0000 1.173
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-libs/elfutils
61 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.172 2013/12/23 10:30:54 vapier Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.173 2014/01/02 12:54:54 vapier Exp $
65 +
66 + 02 Jan 2014; Mike Frysinger <vapier@g.o> elfutils-0.157.ebuild:
67 + Drop some sed hacks as the fixes are in the portability patch now.
68
69 *elfutils-0.157 (23 Dec 2013)