Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/elfix: ChangeLog elfix-0.4.2.ebuild elfix-0.4.1.ebuild
Date: Thu, 29 Dec 2011 01:27:47
Message-Id: 20111229012734.544862004B@flycatcher.gentoo.org
1 blueness 11/12/29 01:27:34
2
3 Modified: ChangeLog
4 Added: elfix-0.4.2.ebuild
5 Removed: elfix-0.4.1.ebuild
6 Log:
7 Version bump 0.4 branch, intelligently migrate pax flags when binary and library have conflicting flags, thanks klondike
8
9 (Portage version: 2.1.10.41/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.17 sys-apps/elfix/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/ChangeLog?rev=1.17&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/ChangeLog?rev=1.17&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/ChangeLog?r1=1.16&r2=1.17
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-apps/elfix/ChangeLog,v
21 retrieving revision 1.16
22 retrieving revision 1.17
23 diff -u -r1.16 -r1.17
24 --- ChangeLog 4 Dec 2011 22:07:17 -0000 1.16
25 +++ ChangeLog 29 Dec 2011 01:27:33 -0000 1.17
26 @@ -1,5 +1,12 @@
27
28
29 +*elfix-0.4.2 (29 Dec 2011)
30 +
31 + 29 Dec 2011; Anthony G. Basile <blueness@g.o> -elfix-0.4.1.ebuild,
32 + +elfix-0.4.2.ebuild:
33 + Version bump 0.4 branch, intelligently migrate pax flags when binary
34 + and library have conflicting flags, thanks klondike
35 +
36 *elfix-0.4.1 (04 Dec 2011)
37
38 04 Dec 2011; Anthony G. Basile <blueness@g.o> -elfix-0.4.0.ebuild,
39
40
41
42 1.1 sys-apps/elfix/elfix-0.4.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/elfix-0.4.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/elfix-0.4.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: elfix-0.4.2.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/elfix-0.4.2.ebuild,v 1.1 2011/12/29 01:27:33 blueness Exp $
52
53 EAPI="4"
54
55 DESCRIPTION="Tools to fix ELF binaries to work on Hardened Gentoo"
56 HOMEPAGE="http://dev.gentoo.org/~blueness/elfix/"
57 SRC_URI="http://dev.gentoo.org/~blueness/elfix/${P}.tar.gz"
58
59 LICENSE="GPL-3"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="test xtpax"
63
64 DEPEND="dev-libs/elfutils
65 =dev-python/pypax-0.4*[xtpax=]
66 test? ( dev-lang/yasm )"
67 RDEPEND="${DEPEND}"
68
69 src_configure() {
70 rm -f "${S}/scripts/setup.py"
71 econf $(use_enable test tests)
72 }
73
74 src_install() {
75 emake DESTDIR="${D}" install
76 dodoc AUTHORS ChangeLog INSTALL README THANKS TODO
77 }