diff options
author | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:17:37 +0000 |
---|---|---|
committer | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:17:37 +0000 |
commit | f74f1f002ebdb3d301a5c07a7f16aaf9dca673b9 (patch) | |
tree | 5caa0e0782211d983f7f2730405b28d816c72108 /app-arch/unlzx | |
parent | 12-08-02 Keyword remove sparc64 Rodney Rees manson@gentoo.org (diff) | |
download | historical-f74f1f002ebdb3d301a5c07a7f16aaf9dca673b9.tar.gz historical-f74f1f002ebdb3d301a5c07a7f16aaf9dca673b9.tar.bz2 historical-f74f1f002ebdb3d301a5c07a7f16aaf9dca673b9.zip |
12-08-02 Keyword remove sparc64 Rodney Rees manson@gentoo.org
Diffstat (limited to 'app-arch/unlzx')
-rw-r--r-- | app-arch/unlzx/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/unlzx/unlzx-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/unlzx/ChangeLog b/app-arch/unlzx/ChangeLog index 65fa548b322f..952458a7f93c 100644 --- a/app-arch/unlzx/ChangeLog +++ b/app-arch/unlzx/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for app-arch/unlzx # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/ChangeLog,v 1.4 2002/09/07 13:29:57 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/ChangeLog,v 1.5 2002/12/09 04:17:37 manson Exp $ +\* Autoupdate keywords (12-6-02) + 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords + *unlzx-1.1 (23 Feb 2002) 07 Sep 2002; Seemant Kulleen <seemant@gentoo.org> unlzx-1.1.ebuild : diff --git a/app-arch/unlzx/unlzx-1.1.ebuild b/app-arch/unlzx/unlzx-1.1.ebuild index f6ef4b967d58..b2ec7dcff3e2 100644 --- a/app-arch/unlzx/unlzx-1.1.ebuild +++ b/app-arch/unlzx/unlzx-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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.13 2002/11/30 02:52:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/unlzx-1.1.ebuild,v 1.14 2002/12/09 04:17:37 manson 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 sparc64" +KEYWORDS="x86 ppc sparc " src_unpack() { mkdir ${S} |