diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-18 18:40:03 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-18 18:40:03 +0000 |
commit | 757b333c122c194683df481181f7543c98fa6183 (patch) | |
tree | bacb3c0acace8b0cf13931dac8a93b0f0f906127 /app-arch/unzip | |
parent | Stable on ppc. (diff) | |
download | historical-757b333c122c194683df481181f7543c98fa6183.tar.gz historical-757b333c122c194683df481181f7543c98fa6183.tar.bz2 historical-757b333c122c194683df481181f7543c98fa6183.zip |
Stable on ppc.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-arch/unzip')
-rw-r--r-- | app-arch/unzip/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/unzip/Manifest | 16 | ||||
-rw-r--r-- | app-arch/unzip/unzip-5.52.ebuild | 4 |
3 files changed, 9 insertions, 16 deletions
diff --git a/app-arch/unzip/ChangeLog b/app-arch/unzip/ChangeLog index b76028119196..e63b0dba7a24 100644 --- a/app-arch/unzip/ChangeLog +++ b/app-arch/unzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/unzip # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/ChangeLog,v 1.31 2005/08/18 13:58:50 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/ChangeLog,v 1.32 2005/08/18 18:40:03 hansmi Exp $ + + 18 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> unzip-5.52.ebuild: + Stable on ppc. 18 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> unzip-5.52.ebuild: Stable on mips. diff --git a/app-arch/unzip/Manifest b/app-arch/unzip/Manifest index 5ca7a0f681ff..ea1cc4a8f7dc 100644 --- a/app-arch/unzip/Manifest +++ b/app-arch/unzip/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 c2e626b006660a8e6d8e884d4b5728d4 ChangeLog 3558 MD5 4c9cca80bd3bde938e8921913622b498 unzip-5.50-r2.ebuild 1129 -MD5 a6403db8b7de120bb6f6ad13cbdbc303 unzip-5.52.ebuild 1155 -MD5 583a5d8bbc70fb1d858c5e40d686e8ce files/digest-unzip-5.50-r2 61 +MD5 13a3adb23a48bf7303ae4062816c90b7 unzip-5.52.ebuild 1153 +MD5 b92d89a8688d97803f5ee5a3997bdea6 ChangeLog 3648 MD5 96a480a7d42cba427e44955d142d670c files/digest-unzip-5.52 61 +MD5 583a5d8bbc70fb1d858c5e40d686e8ce files/digest-unzip-5.50-r2 61 MD5 3b01796cbe10d9492bd8c0825bc83544 files/unzip-5.50-dotdot.patch 3236 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFDBJRiEZCkKN40op4RApyyAJ9hdY3kPMeqvb0ljhtUKOaOp1Ge/QCfWIwB -Nv1V1k2FsMuwXTSwid021EQ= -=GwMV ------END PGP SIGNATURE----- diff --git a/app-arch/unzip/unzip-5.52.ebuild b/app-arch/unzip/unzip-5.52.ebuild index 0cacb5f88d28..c97811a4a110 100644 --- a/app-arch/unzip/unzip-5.52.ebuild +++ b/app-arch/unzip/unzip-5.52.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-arch/unzip/unzip-5.52.ebuild,v 1.6 2005/08/18 13:58:50 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.52.ebuild,v 1.7 2005/08/18 18:40:03 hansmi Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.info-zip.org/pub/infozip/src/${PN}${PV/.}.tar.gz" LICENSE="Info-ZIP" 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="" DEPEND="" |