public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/elfix: ChangeLog elfix-0.4.2.ebuild elfix-0.4.1.ebuild
@ 2011-12-29  1:27 Anthony G. Basile (blueness)
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2011-12-29  1:27 UTC (permalink / raw
  To: gentoo-commits

blueness    11/12/29 01:27:34

  Modified:             ChangeLog
  Added:                elfix-0.4.2.ebuild
  Removed:              elfix-0.4.1.ebuild
  Log:
  Version bump 0.4 branch, intelligently migrate pax flags when binary and library have conflicting flags, thanks klondike
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 sys-apps/elfix/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/elfix/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	4 Dec 2011 22:07:17 -0000	1.16
+++ ChangeLog	29 Dec 2011 01:27:33 -0000	1.17
@@ -1,5 +1,12 @@
 
 
+*elfix-0.4.2 (29 Dec 2011)
+
+  29 Dec 2011; Anthony G. Basile <blueness@gentoo.org> -elfix-0.4.1.ebuild,
+  +elfix-0.4.2.ebuild:
+  Version bump 0.4 branch, intelligently migrate pax flags when binary
+  and library have conflicting flags, thanks klondike
+
 *elfix-0.4.1 (04 Dec 2011)
 
   04 Dec 2011; Anthony G. Basile <blueness@gentoo.org> -elfix-0.4.0.ebuild,



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

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

Index: elfix-0.4.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.4.2.ebuild,v 1.1 2011/12/29 01:27:33 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 xtpax"

DEPEND="dev-libs/elfutils
	=dev-python/pypax-0.4*[xtpax=]
	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-12-29  1:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-29  1:27 [gentoo-commits] gentoo-x86 commit in sys-apps/elfix: ChangeLog elfix-0.4.2.ebuild elfix-0.4.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