* [gentoo-commits] gentoo-x86 commit in sys-apps/elfix: ChangeLog elfix-0.3.0.ebuild
@ 2011-10-23 16:07 Anthony G. Basile (blueness)
0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2011-10-23 16:07 UTC (permalink / raw
To: gentoo-commits
blueness 11/10/23 16:07:54
Modified: ChangeLog
Added: elfix-0.3.0.ebuild
Log:
Version bump, adds XT_PAX support
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Revision Changes Path
1.10 sys-apps/elfix/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/elfix/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 17 Oct 2011 22:18:08 -0000 1.9
+++ ChangeLog 23 Oct 2011 16:07:54 -0000 1.10
@@ -1,5 +1,10 @@
+*elfix-0.3.0 (23 Oct 2011)
+
+ 23 Oct 2011; Anthony G. Basile <blueness@gentoo.org> +elfix-0.3.0.ebuild:
+ Version bump, adds XT_PAX support
+
*elfix-0.2.5 (17 Oct 2011)
17 Oct 2011; Anthony G. Basile <blueness@gentoo.org> -elfix-0.2.3.ebuild,
1.1 sys-apps/elfix/elfix-0.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/elfix-0.3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/elfix-0.3.0.ebuild?rev=1.1&content-type=text/plain
Index: elfix-0.3.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/elfix-0.3.0.ebuild,v 1.1 2011/10/23 16:07:54 blueness Exp $
EAPI=4
DESCRIPTION="Tools to fix ELF binaries to work on Hardened Gentoo"
HOMEPAGE="http://dev.gentoo.org/~blueness/elfix/"
SRC_URI="http://dev.gentoo.org/~blueness/elfix/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
DEPEND="dev-libs/elfutils
dev-python/pypax
test? ( dev-lang/yasm )"
RDEPEND="${DEPEND}"
src_configure() {
rm -f "${S}/scripts/setup.py"
econf $(use_enable test tests)
}
src_install() {
emake DESTDIR="${D}" install
dodoc AUTHORS ChangeLog INSTALL README THANKS TODO
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-10-23 16:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-23 16:07 [gentoo-commits] gentoo-x86 commit in sys-apps/elfix: ChangeLog elfix-0.3.0.ebuild Anthony G. Basile (blueness)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox