diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-11-25 03:45:19 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-11-25 03:45:19 +0000 |
commit | 6e86ca742088dcdd96fbfa8805e12a132b179613 (patch) | |
tree | 525a2d62ca1911981b493b02652071b1dc02c723 /app-arch/unlzx | |
parent | Add ~alpha (diff) | |
download | gentoo-2-6e86ca742088dcdd96fbfa8805e12a132b179613.tar.gz gentoo-2-6e86ca742088dcdd96fbfa8805e12a132b179613.tar.bz2 gentoo-2-6e86ca742088dcdd96fbfa8805e12a132b179613.zip |
Add ~alpha
Diffstat (limited to 'app-arch/unlzx')
-rw-r--r-- | app-arch/unlzx/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/unlzx/Manifest | 4 | ||||
-rw-r--r-- | app-arch/unlzx/unlzx-1.1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-arch/unlzx/ChangeLog b/app-arch/unlzx/ChangeLog index 1450d128a5f1..dea346c600e1 100644 --- a/app-arch/unlzx/ChangeLog +++ b/app-arch/unlzx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/unlzx # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/ChangeLog,v 1.7 2003/02/12 02:58:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/ChangeLog,v 1.8 2003/11/25 03:42:44 agriffis Exp $ + + 24 Nov 2003; Aron Griffis <agriffis@gentoo.org> unlzx-1.1.ebuild: + Add ~alpha 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/app-arch/unlzx/Manifest b/app-arch/unlzx/Manifest index 8e8c7c650dfd..688e9a76d7cc 100644 --- a/app-arch/unlzx/Manifest +++ b/app-arch/unlzx/Manifest @@ -1,3 +1,3 @@ -MD5 cf21fdf0faab3ee577af0539c5f7aa01 unlzx-1.1.ebuild 767 -MD5 ca2da4bb7e4904612ec42e3eb9d6f860 ChangeLog 880 +MD5 2169d55d68dcd81b9ba0f6594faca594 ChangeLog 964 +MD5 f03c0913384270fd68dead87b83697dd unlzx-1.1.ebuild 775 MD5 c79b876056d975f3733d869d5ad91ec2 files/digest-unlzx-1.1 112 diff --git a/app-arch/unlzx/unlzx-1.1.ebuild b/app-arch/unlzx/unlzx-1.1.ebuild index 0a5c02ce6a8c..ef4c5bc6836b 100644 --- a/app-arch/unlzx/unlzx-1.1.ebuild +++ b/app-arch/unlzx/unlzx-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/unlzx-1.1.ebuild,v 1.15 2003/02/13 05:57:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/unlzx-1.1.ebuild,v 1.16 2003/11/25 03:42:44 agriffis Exp $ DESCRIPTION="Unarchiver for Amiga LZX archives" SRC_URI="ftp://us.aminet.net/pub/aminet/misc/unix/${PN}.c.gz ftp://us.aminet.net/pub/aminet/misc/unix/${PN}.c.gz.readme" @@ -8,7 +8,7 @@ HOMEPAGE="ftp://us.aminet.net/pub/aminet/misc/unix/${PN}.c.gz.readme" SLOT="0" LICENSE="freedist" -KEYWORDS="x86 ppc sparc " +KEYWORDS="x86 ppc sparc ~alpha" src_unpack() { mkdir ${S} |