diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 14:47:35 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 14:47:35 +0000 |
commit | e801ec55d9b418e158a5c40a469bcbac08aab53f (patch) | |
tree | 2afb10f61ab1774d6ca8789e6715344f490543e0 /app-arch/unlzx | |
parent | added public domain non-license (diff) | |
download | historical-e801ec55d9b418e158a5c40a469bcbac08aab53f.tar.gz historical-e801ec55d9b418e158a5c40a469bcbac08aab53f.tar.bz2 historical-e801ec55d9b418e158a5c40a469bcbac08aab53f.zip |
repoman'd
Diffstat (limited to 'app-arch/unlzx')
-rw-r--r-- | app-arch/unlzx/unlzx-1.1.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/app-arch/unlzx/unlzx-1.1.ebuild b/app-arch/unlzx/unlzx-1.1.ebuild index f44e6d0d75d7..42254e11cdfd 100644 --- a/app-arch/unlzx/unlzx-1.1.ebuild +++ b/app-arch/unlzx/unlzx-1.1.ebuild @@ -1,18 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/unlzx-1.1.ebuild,v 1.3 2002/07/17 20:44:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/unlzx-1.1.ebuild,v 1.4 2002/07/25 14:47:35 seemant Exp $ S=${WORKDIR}/${P} - DESCRIPTION="Unarchiver for Amiga LZX archives" - -#This site is listed as the master site in NetBSD makefile 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" -SLOT="0" - -#For lack of anything better HOMEPAGE="ftp://us.aminet.net/pub/aminet/misc/unix/${PN}.c.gz.readme" +SLOT="0" +LICENSE="" +KEYWORDS="x86" + DEPEND="virtual/glibc" src_unpack() { |