blueness    14/07/30 17:35:45

  Modified:             ChangeLog
  Added:                elfix-0.8.6.ebuild
  Log:
  Version bump, builds fix-gnustack contingent on --enable-ptpax
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  Changes    Path
1.84                 sys-apps/elfix/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/ChangeLog?rev=1.84&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/ChangeLog?rev=1.84&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/ChangeLog?r1=1.83&r2=1.84

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/elfix/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog   7 Jun 2014 14:36:12 -0000       1.83
+++ ChangeLog   30 Jul 2014 17:35:45 -0000      1.84
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/elfix
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/ChangeLog,v 1.83 2014/06/07 
14:36:12 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/ChangeLog,v 1.84 2014/07/30 
17:35:45 blueness Exp $
+
+*elfix-0.8.6 (30 Jul 2014)
+
+  30 Jul 2014; Anthony G. Basile <bluen...@gentoo.org> +elfix-0.8.6.ebuild:
+  Version bump, builds fix-gnustack contingent on --enable-ptpax
 
 *elfix-0.8.5 (07 Jun 2014)
 



1.1                  sys-apps/elfix/elfix-0.8.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/elfix-0.8.6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/elfix-0.8.6.ebuild?rev=1.1&content-type=text/plain

Index: elfix-0.8.6.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/elfix-0.8.6.ebuild,v 1.1 
2014/07/30 17:35:45 blueness Exp $

EAPI="5"

DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo."
HOMEPAGE="http://www.gentoo.org/proj/en/hardened/pax-quickstart.xml
        http://dev.gentoo.org/~blueness/elfix/";
SRC_URI="http://dev.gentoo.org/~blueness/elfix/${P}.tar.gz";

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

REQUIRED_USE="|| ( ptpax xtpax )"

# These only work with a properly configured PaX kernel
RESTRICT="test"

DEPEND="~dev-python/pypax-${PV}[ptpax=,xtpax=]
        ptpax? ( dev-libs/elfutils )
        xtpax? ( sys-apps/attr )"

RDEPEND="${DEPEND}"

src_configure() {
        rm -f "${S}/scripts/setup.py"
        econf --disable-tests \
                $(use_enable ptpax) \
                $(use_enable xtpax)
}

src_install() {
        emake DESTDIR="${D}" install
        dodoc AUTHORS ChangeLog INSTALL README THANKS TODO
}




Reply via email to