diff options
author | 2005-10-05 07:48:52 +0000 | |
---|---|---|
committer | 2005-10-05 07:48:52 +0000 | |
commit | 81e81b786884ca7fb9d26150e7b53b812f49b2d9 (patch) | |
tree | a4a4661a41300e11bfb49afa2cfc67e18829d44f /app-admin/paxtest | |
parent | * bump again (diff) | |
download | historical-81e81b786884ca7fb9d26150e7b53b812f49b2d9.tar.gz historical-81e81b786884ca7fb9d26150e7b53b812f49b2d9.tar.bz2 historical-81e81b786884ca7fb9d26150e7b53b812f49b2d9.zip |
make it adhere multilib-strict; bug 107805
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-admin/paxtest')
-rw-r--r-- | app-admin/paxtest/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/paxtest/Manifest | 6 | ||||
-rw-r--r-- | app-admin/paxtest/paxtest-0.9.6.ebuild | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/app-admin/paxtest/ChangeLog b/app-admin/paxtest/ChangeLog index 200989050c03..5b1ec5170570 100644 --- a/app-admin/paxtest/ChangeLog +++ b/app-admin/paxtest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/paxtest # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/ChangeLog,v 1.22 2005/09/09 13:47:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/ChangeLog,v 1.23 2005/10/05 07:48:52 blubb Exp $ + + 05 Oct 2005; Simon Stelling <blubb@gentoo.org> paxtest-0.9.6.ebuild: + make it adhere multilib-strict; bug 107805 09 Sep 2005; Aron Griffis <agriffis@gentoo.org> paxtest-0.9.6.ebuild: Mark 0.9.6 stable on alpha diff --git a/app-admin/paxtest/Manifest b/app-admin/paxtest/Manifest index a732bf502a6b..1b7c06730891 100644 --- a/app-admin/paxtest/Manifest +++ b/app-admin/paxtest/Manifest @@ -1,9 +1,9 @@ +MD5 9c5dbafecd20ecb58187ab6fea0bb53d ChangeLog 3119 MD5 9c3ac1379620120fbd744ce753b30ab5 metadata.xml 1075 -MD5 0d33071ef5f87a202120a6fa5f363453 paxtest-0.9.6.ebuild 922 -MD5 851d1e18fba5704dd2b1a1846ef27e4f ChangeLog 3005 MD5 45b4d7ef46e496dc198373339532418b paxtest-0.9.5-r1.ebuild 1089 -MD5 30e5dbdc3446194bf75504fe4c83d5d9 files/paxtest-0.9.5-use-fPIE.patch 813 +MD5 abe9b392322ccda85c5d82df3e3b5982 paxtest-0.9.6.ebuild 948 MD5 72e240fcd006ff512fa354491c0ed637 files/Makefile-portable 7373 MD5 d2c0f3f930cc073ecca57b22266fc4af files/digest-paxtest-0.9.5-r1 64 MD5 cd07586dbaa6a36a4e8ae197de829875 files/digest-paxtest-0.9.6 64 +MD5 30e5dbdc3446194bf75504fe4c83d5d9 files/paxtest-0.9.5-use-fPIE.patch 813 MD5 424438ef95656aae91eb2f6c53c663d9 files/paxtest-0.9.5.1.diff 2369 diff --git a/app-admin/paxtest/paxtest-0.9.6.ebuild b/app-admin/paxtest/paxtest-0.9.6.ebuild index 8d5c5858b3db..853f58eda06e 100644 --- a/app-admin/paxtest/paxtest-0.9.6.ebuild +++ b/app-admin/paxtest/paxtest-0.9.6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.6.ebuild,v 1.10 2005/09/09 13:47:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.6.ebuild,v 1.11 2005/10/05 07:48:52 blubb Exp $ -inherit eutils +inherit eutils multilib DESCRIPTION="PaX regression test suite" HOMEPAGE="http://www.adamantix.org/paxtest/" @@ -24,11 +24,11 @@ src_unpack() { } src_compile() { - emake DESTDIR=${D} BINDIR=${D}/usr/bin RUNDIR=/usr/lib/paxtest || die + emake DESTDIR=${D} BINDIR=${D}/usr/bin RUNDIR=/usr/$(get_libdir)/paxtest || die } src_install() { - make DESTDIR="${D}" BINDIR=/usr/bin RUNDIR=/usr/lib/paxtest install || die + make DESTDIR="${D}" BINDIR=/usr/bin RUNDIR=/usr/$(get_libdir)/paxtest install || die for doc in Changelog README ;do [[ -f ${doc} ]] && dodoc ${doc} done |