diff options
author | Daniel Ostrow <dostrow@gentoo.org> | 2005-03-17 05:58:55 +0000 |
---|---|---|
committer | Daniel Ostrow <dostrow@gentoo.org> | 2005-03-17 05:58:55 +0000 |
commit | 9b3dfe36a3f114085378c806c8149d42268a90d7 (patch) | |
tree | c0311bbe5d3cc395991c67aceb328405e8160a0a /app-admin/paxtest | |
parent | mask only bad version of dbh (diff) | |
download | historical-9b3dfe36a3f114085378c806c8149d42268a90d7.tar.gz historical-9b3dfe36a3f114085378c806c8149d42268a90d7.tar.bz2 historical-9b3dfe36a3f114085378c806c8149d42268a90d7.zip |
Stable on ppc64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-admin/paxtest')
-rw-r--r-- | app-admin/paxtest/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/paxtest/Manifest | 16 | ||||
-rw-r--r-- | app-admin/paxtest/paxtest-0.9.6.ebuild | 4 |
3 files changed, 14 insertions, 11 deletions
diff --git a/app-admin/paxtest/ChangeLog b/app-admin/paxtest/ChangeLog index 8f37497204e7..4c181886639a 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.17 2005/01/01 11:17:19 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/ChangeLog,v 1.18 2005/03/17 05:58:55 dostrow Exp $ + + 17 Mar 2005; Daniel Ostrow <dostrow@gentoo.org> paxtest-0.9.6.ebuild: + Stable on ppc64 21 Oct 2004; Michael Sterrett <mr_bones_@gentoo.org> paxtest-0.9.5-r1.ebuild, paxtest-0.9.6.ebuild: diff --git a/app-admin/paxtest/Manifest b/app-admin/paxtest/Manifest index 95f57b4b109c..f9f2f7a35e29 100644 --- a/app-admin/paxtest/Manifest +++ b/app-admin/paxtest/Manifest @@ -1,19 +1,19 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 47a651312957c966e957d79a7b7c219a ChangeLog 2471 +MD5 ec4351d8345ee44f3119115784c47878 ChangeLog 2559 MD5 9c3ac1379620120fbd744ce753b30ab5 metadata.xml 1075 MD5 45b4d7ef46e496dc198373339532418b paxtest-0.9.5-r1.ebuild 1089 -MD5 fc919e6946797c88492a156ce04142bd paxtest-0.9.6.ebuild 924 +MD5 cde4a60fe916dd0a55f7138071b7fed6 paxtest-0.9.6.ebuild 924 MD5 72e240fcd006ff512fa354491c0ed637 files/Makefile-portable 7373 MD5 d2c0f3f930cc073ecca57b22266fc4af files/digest-paxtest-0.9.5-r1 64 -MD5 424438ef95656aae91eb2f6c53c663d9 files/paxtest-0.9.5.1.diff 2369 -MD5 30e5dbdc3446194bf75504fe4c83d5d9 files/paxtest-0.9.5-use-fPIE.patch 813 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 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) +Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFB3ZH3roRuSHgZdywRAubEAJ4z2Y2v859VkRFNWf2f02hnjqXSdwCfe1ro -P5pJeiuIRj+y5NPCgAUL7GQ= -=jrs2 +iD8DBQFCOR0sjNUs7Bp9UGQRAgRgAJ9nOXNGvsh58OpAP6yN1xoxyxqgfgCfefIg +f8Cfvk/jlozVinfsoCoebKM= +=CXKQ -----END PGP SIGNATURE----- diff --git a/app-admin/paxtest/paxtest-0.9.6.ebuild b/app-admin/paxtest/paxtest-0.9.6.ebuild index 2dca22ca99ed..7500d78ea4bd 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.5 2005/01/06 19:30:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.6.ebuild,v 1.6 2005/03/17 05:58:55 dostrow 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" |