* [gentoo-commits] gentoo-x86 commit in sys-apps/elfix: elfix-0.2.2.ebuild ChangeLog elfix-0.2.1.ebuild
@ 2011-10-03 16:36 Anthony G. Basile (blueness)
0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2011-10-03 16:36 UTC (permalink / raw
To: gentoo-commits
blueness 11/10/03 16:36:03
Modified: ChangeLog
Added: elfix-0.2.2.ebuild
Removed: elfix-0.2.1.ebuild
Log:
Bump, fix FEATURES=test
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Revision Changes Path
1.6 sys-apps/elfix/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/elfix/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 27 Sep 2011 18:55:06 -0000 1.5
+++ ChangeLog 3 Oct 2011 16:36:03 -0000 1.6
@@ -1,5 +1,11 @@
+*elfix-0.2.2 (03 Oct 2011)
+
+ 03 Oct 2011; Anthony G. Basile <blueness@gentoo.org> -elfix-0.2.1.ebuild,
+ +elfix-0.2.2.ebuild:
+ Bump, fix FEATURES="test"
+
*elfix-0.2.1 (27 Sep 2011)
27 Sep 2011; Anthony G. Basile <blueness@gentoo.org> -elfix-0.2.0.ebuild,
1.1 sys-apps/elfix/elfix-0.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/elfix-0.2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/elfix-0.2.2.ebuild?rev=1.1&content-type=text/plain
Index: elfix-0.2.2.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.2.2.ebuild,v 1.1 2011/10/03 16:36:02 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
test? ( dev-lang/yasm )"
RDEPEND="${DEPEND}"
src_configure() {
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-03 16:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-03 16:36 [gentoo-commits] gentoo-x86 commit in sys-apps/elfix: elfix-0.2.2.ebuild ChangeLog elfix-0.2.1.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