diff options
author | 2006-03-08 13:56:17 +0000 | |
---|---|---|
committer | 2006-03-08 13:56:17 +0000 | |
commit | 5d6dc319b2d70d6f879187208a18923e934a98cc (patch) | |
tree | 6409ffb4b34de010620614d2f44bc63a65ad1a3a /app-misc/pax-utils | |
parent | Bump 0.12.1 -> 0.12.2 (diff) | |
download | historical-5d6dc319b2d70d6f879187208a18923e934a98cc.tar.gz historical-5d6dc319b2d70d6f879187208a18923e934a98cc.tar.bz2 historical-5d6dc319b2d70d6f879187208a18923e934a98cc.zip |
Stable on sparc wrt #124699
Package-Manager: portage-2.0.54
Diffstat (limited to 'app-misc/pax-utils')
-rw-r--r-- | app-misc/pax-utils/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/pax-utils/Manifest | 14 | ||||
-rw-r--r-- | app-misc/pax-utils/pax-utils-0.1.10.ebuild | 4 |
3 files changed, 19 insertions, 5 deletions
diff --git a/app-misc/pax-utils/ChangeLog b/app-misc/pax-utils/ChangeLog index c8ed8d69a357..3cc6acc96886 100644 --- a/app-misc/pax-utils/ChangeLog +++ b/app-misc/pax-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/pax-utils # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.54 2006/03/08 07:42:37 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.55 2006/03/08 13:56:17 gustavoz Exp $ + + 08 Mar 2006; Gustavo Zacarias <gustavoz@gentoo.org> + pax-utils-0.1.10.ebuild: + Stable on sparc wrt #124699 08 Mar 2006; Markus Rothe <corsair@gentoo.org> pax-utils-0.1.10.ebuild: Stable on ppc64; bug #124699 diff --git a/app-misc/pax-utils/Manifest b/app-misc/pax-utils/Manifest index e2e2fc9b3604..4af54d594397 100644 --- a/app-misc/pax-utils/Manifest +++ b/app-misc/pax-utils/Manifest @@ -1,7 +1,17 @@ -MD5 ccecb0e1abcb345a070d4d5324374730 ChangeLog 9232 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 6f477fc38cb87cffef1d7702de726984 ChangeLog 9345 MD5 ef0d6edb066135c347d7cf0b303e502d files/digest-pax-utils-0.1.10 250 MD5 496d43931c308efd71d497e2a0145a26 files/digest-pax-utils-0.1.9 247 MD5 b98c7b9dfd7e41ac1b8eb030e65e5c9c files/pax-utils-0.1.10.patch 1187 MD5 90f775b6c4fdbeb494f7d8e1d94ad30d metadata.xml 604 -MD5 f0e275e1561d14372e60527ea41217c0 pax-utils-0.1.10.ebuild 1189 +MD5 0434d536b3759f2b3db021f598a34d35 pax-utils-0.1.10.ebuild 1189 MD5 ecc20ffdd7188cc6b47fd7aa6a9234d4 pax-utils-0.1.9.ebuild 1094 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2.1-ecc0.1.6 (GNU/Linux) + +iD8DBQFEDuKRKRy60XGEcJIRAsW9AJ4w0zLUOmlAe1rEddEhzUsrda1D0gCgsF+y +gS0ZcUCo2Zw2kFE3dEFUHOk= +=TPSG +-----END PGP SIGNATURE----- diff --git a/app-misc/pax-utils/pax-utils-0.1.10.ebuild b/app-misc/pax-utils/pax-utils-0.1.10.ebuild index b8b5394836ea..0d3cb23d92bb 100644 --- a/app-misc/pax-utils/pax-utils-0.1.10.ebuild +++ b/app-misc/pax-utils/pax-utils-0.1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.1.10.ebuild,v 1.3 2006/03/08 07:42:37 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.1.10.ebuild,v 1.4 2006/03/08 13:56:17 gustavoz Exp $ inherit flag-o-matic toolchain-funcs eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/pax-utils-${PV}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ppc64 ~s390 ~sh sparc ~x86" IUSE="caps" DEPEND="caps? ( sys-libs/libcap )" |