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 dev-python/pypax: ChangeLog pypax-0.5.2.ebuild pypax-0.5.1.ebuild
Date: Sun, 29 Jul 2012 17:39:44
Message-Id: 20120729173930.ABA272004B@flycatcher.gentoo.org
1 blueness 12/07/29 17:39:30
2
3 Modified: ChangeLog
4 Added: pypax-0.5.2.ebuild
5 Removed: pypax-0.5.1.ebuild
6 Log:
7 Version bump, keep up with elfix parent
8
9 (Portage version: 2.1.10.65/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.12 dev-python/pypax/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?rev=1.12&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?rev=1.12&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?r1=1.11&r2=1.12
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/pypax/ChangeLog,v
21 retrieving revision 1.11
22 retrieving revision 1.12
23 diff -u -r1.11 -r1.12
24 --- ChangeLog 27 Jul 2012 22:53:51 -0000 1.11
25 +++ ChangeLog 29 Jul 2012 17:39:30 -0000 1.12
26 @@ -1,5 +1,11 @@
27
28
29 +*pypax-0.5.2 (29 Jul 2012)
30 +
31 + 29 Jul 2012; Anthony G. Basile <blueness@g.o> -pypax-0.5.1.ebuild,
32 + +pypax-0.5.2.ebuild:
33 + Version bump, keep up with elfix parent
34 +
35 *pypax-0.5.1 (27 Jul 2012)
36
37 27 Jul 2012; Anthony G. Basile <blueness@g.o> -pypax-0.5.0.ebuild,
38
39
40
41 1.1 dev-python/pypax/pypax-0.5.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/pypax-0.5.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/pypax-0.5.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pypax-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/dev-python/pypax/pypax-0.5.2.ebuild,v 1.1 2012/07/29 17:39:30 blueness Exp $
51
52 EAPI="3"
53
54 SUPPORT_PYTHON_ABIS="1"
55 RESTRICT_PYTHON_ABIS="*-jython"
56
57 inherit distutils
58
59 DESCRIPTION="Python module for reading or writing PaX flags to an ELF."
60 HOMEPAGE="http://dev.gentoo.org/~blueness/elfix/"
61 SRC_URI="http://dev.gentoo.org/~blueness/elfix/elfix-${PV}.tar.gz"
62
63 S="${WORKDIR}/elfix-${PV}/scripts"
64
65 LICENSE="GPL-3"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE="xtpax"
69
70 DEPEND="
71 dev-libs/elfutils
72 xtpax? ( sys-apps/attr )"
73
74 RDEPEND=""
75
76 src_compile() {
77 unset XATTR
78 use xtpax && export XATTR="yes"
79 distutils_src_compile
80 }