diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-09-09 13:47:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-09-09 13:47:24 +0000 |
commit | af567b89bcdf8c89357136801b31f0a452503b4e (patch) | |
tree | f0f2e42910948144bf0ebef4a95e936b415dfa66 /app-admin/paxtest | |
parent | Marked ~ppc (diff) | |
download | historical-af567b89bcdf8c89357136801b31f0a452503b4e.tar.gz historical-af567b89bcdf8c89357136801b31f0a452503b4e.tar.bz2 historical-af567b89bcdf8c89357136801b31f0a452503b4e.zip |
Mark 0.9.6 stable on alpha
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 | 8 | ||||
-rw-r--r-- | app-admin/paxtest/paxtest-0.9.6.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/app-admin/paxtest/ChangeLog b/app-admin/paxtest/ChangeLog index 0b5d7873071b..200989050c03 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.21 2005/04/24 10:42:24 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/ChangeLog,v 1.22 2005/09/09 13:47:24 agriffis Exp $ + + 09 Sep 2005; Aron Griffis <agriffis@gentoo.org> paxtest-0.9.6.ebuild: + Mark 0.9.6 stable on alpha 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> paxtest-0.9.6.ebuild: Stable on ppc. diff --git a/app-admin/paxtest/Manifest b/app-admin/paxtest/Manifest index 82cf5cbe24cf..a732bf502a6b 100644 --- a/app-admin/paxtest/Manifest +++ b/app-admin/paxtest/Manifest @@ -1,9 +1,9 @@ -MD5 a25e3a5c02d9a21e8a64f3bf1b0aef41 paxtest-0.9.6.ebuild 920 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 ac88d1ea6f7b6dacd524d2f0e9e3b863 ChangeLog 2901 -MD5 cd07586dbaa6a36a4e8ae197de829875 files/digest-paxtest-0.9.6 64 +MD5 30e5dbdc3446194bf75504fe4c83d5d9 files/paxtest-0.9.5-use-fPIE.patch 813 MD5 72e240fcd006ff512fa354491c0ed637 files/Makefile-portable 7373 MD5 d2c0f3f930cc073ecca57b22266fc4af files/digest-paxtest-0.9.5-r1 64 -MD5 30e5dbdc3446194bf75504fe4c83d5d9 files/paxtest-0.9.5-use-fPIE.patch 813 +MD5 cd07586dbaa6a36a4e8ae197de829875 files/digest-paxtest-0.9.6 64 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 53612fa32ed5..8d5c5858b3db 100644 --- a/app-admin/paxtest/paxtest-0.9.6.ebuild +++ b/app-admin/paxtest/paxtest-0.9.6.ebuild @@ -1,6 +1,6 @@ # 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.9 2005/04/24 10:42:24 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.6.ebuild,v 1.10 2005/09/09 13:47:24 agriffis Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.adamantix.org/paxtest/paxtest-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sparc x86" IUSE="" # pax flags are not strip safe. RESTRICT="nostrip" |