blueness    14/11/03 12:57:56

  Modified:             ChangeLog
  Added:                pypax-0.9.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  Changes    Path
1.91                 dev-python/pypax/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?rev=1.91&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?rev=1.91&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?r1=1.90&r2=1.91

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypax/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog   8 Sep 2014 20:49:32 -0000       1.90
+++ ChangeLog   3 Nov 2014 12:57:56 -0000       1.91
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pypax
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/ChangeLog,v 1.90 
2014/09/08 20:49:32 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/ChangeLog,v 1.91 
2014/11/03 12:57:56 blueness Exp $
+
+*pypax-0.9.0 (03 Nov 2014)
+
+  03 Nov 2014; Anthony G. Basile <[email protected]> +pypax-0.9.0.ebuild:
+  Version bump
 
   08 Sep 2014; Anthony G. Basile <[email protected]> -pypax-0.8.1-r1.ebuild,
   -pypax-0.8.3.ebuild, -pypax-0.8.5.ebuild, pypax-0.8.4.ebuild,



1.1                  dev-python/pypax/pypax-0.9.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/pypax-0.9.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/pypax-0.9.0.ebuild?rev=1.1&content-type=text/plain

Index: pypax-0.9.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.9.0.ebuild,v 1.1 
2014/11/03 12:57:56 blueness Exp $

EAPI="5"

PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )

inherit distutils-r1

DESCRIPTION="Python module to get or set either PT_PAX and/or XATTR_PAX flags"
HOMEPAGE="http://dev.gentoo.org/~blueness/elfix/
        http://www.gentoo.org/proj/en/hardened/pax-quickstart.xml";
SRC_URI="http://dev.gentoo.org/~blueness/elfix/elfix-${PV}.tar.gz";

S="${WORKDIR}/elfix-${PV}/scripts"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="+ptpax +xtpax"

REQUIRED_USE="|| ( ptpax xtpax )"

RDEPEND="
        ptpax? ( dev-libs/elfutils )
        xtpax? ( sys-apps/attr )"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        ${RDEPEND}"

src_compile() {
        unset PTPAX
        unset XTPAX
        use ptpax && export PTPAX="yes"
        use xtpax && export XTPAX="yes"
        distutils-r1_src_compile
}




Reply via email to