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: elfix-0.5.2.ebuild ChangeLog elfix-0.5.1.ebuild
Date: Sun, 29 Jul 2012 15:56:35
Message-Id: 20120729155625.50C592004B@flycatcher.gentoo.org
1 blueness 12/07/29 15:56:25
2
3 Modified: ChangeLog
4 Added: elfix-0.5.2.ebuild
5 Removed: elfix-0.5.1.ebuild
6 Log:
7 Generate native assembly code for fix-gnustack test
8
9 (Portage version: 2.1.10.65/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.22 sys-apps/elfix/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/ChangeLog?rev=1.22&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/ChangeLog?rev=1.22&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/ChangeLog?r1=1.21&r2=1.22
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-apps/elfix/ChangeLog,v
21 retrieving revision 1.21
22 retrieving revision 1.22
23 diff -u -r1.21 -r1.22
24 --- ChangeLog 27 Jul 2012 22:55:29 -0000 1.21
25 +++ ChangeLog 29 Jul 2012 15:56:25 -0000 1.22
26 @@ -1,5 +1,11 @@
27
28
29 +*elfix-0.5.2 (29 Jul 2012)
30 +
31 + 29 Jul 2012; Anthony G. Basile <blueness@g.o> -elfix-0.5.1.ebuild,
32 + +elfix-0.5.2.ebuild:
33 + Generate native assembly code for fix-gnustack test
34 +
35 *elfix-0.5.1 (27 Jul 2012)
36
37 27 Jul 2012; Anthony G. Basile <blueness@g.o> -elfix-0.5.0.ebuild,
38
39
40
41 1.1 sys-apps/elfix/elfix-0.5.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/elfix-0.5.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/elfix-0.5.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: elfix-0.5.2.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/elfix-0.5.2.ebuild,v 1.1 2012/07/29 15:56:25 blueness Exp $
51
52 EAPI="4"
53
54 DESCRIPTION="Tools to work with ELF binaries and libraries on Hardened Gentoo."
55 HOMEPAGE="http://dev.gentoo.org/~blueness/elfix/"
56 SRC_URI="http://dev.gentoo.org/~blueness/elfix/${P}.tar.gz"
57
58 LICENSE="GPL-3"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE="test xtpax"
62
63 DEPEND="
64 dev-libs/elfutils
65 =dev-python/pypax-0.5*[xtpax=]
66 xtpax? ( sys-apps/attr )"
67
68 RDEPEND="${DEPEND}"
69
70 src_configure() {
71 rm -f "${S}/scripts/setup.py"
72 econf $(use_enable test tests)
73 }
74
75 src_install() {
76 emake DESTDIR="${D}" install
77 dodoc AUTHORS ChangeLog INSTALL README THANKS TODO
78 }