diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-07-06 20:51:35 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-07-06 20:51:35 +0000 |
commit | c756f51d72c1c226b1e7e762ba12fb53c63e1419 (patch) | |
tree | 68a154c6d4adf768358385899250a5b28a86013d /app-arch/unzip | |
parent | LICENSE fix (diff) | |
download | gentoo-2-c756f51d72c1c226b1e7e762ba12fb53c63e1419.tar.gz gentoo-2-c756f51d72c1c226b1e7e762ba12fb53c63e1419.tar.bz2 gentoo-2-c756f51d72c1c226b1e7e762ba12fb53c63e1419.zip |
LICENSE fixes from Daniel Ahlberg
Diffstat (limited to 'app-arch/unzip')
-rw-r--r-- | app-arch/unzip/unzip-5.41-r2.ebuild | 3 | ||||
-rw-r--r-- | app-arch/unzip/unzip-5.42-r1.ebuild | 3 | ||||
-rw-r--r-- | app-arch/unzip/unzip-5.42.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/unzip/unzip-5.41-r2.ebuild b/app-arch/unzip/unzip-5.41-r2.ebuild index 8ac9fe42613a..111db59657af 100644 --- a/app-arch/unzip/unzip-5.41-r2.ebuild +++ b/app-arch/unzip/unzip-5.41-r2.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.41-r2.ebuild,v 1.2 2001/11/10 02:33:03 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.41-r2.ebuild,v 1.3 2002/07/06 20:46:50 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Unzipper for pkzip-compressed files" SRC_URI="ftp://ftp.freesoftware.com/pub/infozip/src/unzip541.tar.gz" HOMEPAGE="ftp://ftp.info-zip.org/pub/infozip/UnZip.html" +LICENSE="Info-ZIP" DEPEND="virtual/glibc" diff --git a/app-arch/unzip/unzip-5.42-r1.ebuild b/app-arch/unzip/unzip-5.42-r1.ebuild index 2922bb79ba06..513471c1cae8 100644 --- a/app-arch/unzip/unzip-5.42-r1.ebuild +++ b/app-arch/unzip/unzip-5.42-r1.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.42-r1.ebuild,v 1.1 2002/04/19 23:17:27 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.42-r1.ebuild,v 1.2 2002/07/06 20:46:50 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Unzipper for pkzip-compressed files" SRC_URI="http://soft.ivanovo.ru/Linux/unzip542.tar.gz" HOMEPAGE="ftp://ftp.info-zip.org/pub/infozip/UnZip.html" +LICENSE="Info-ZIP" DEPEND="virtual/glibc" diff --git a/app-arch/unzip/unzip-5.42.ebuild b/app-arch/unzip/unzip-5.42.ebuild index c0122731fac6..21738f5fec5e 100644 --- a/app-arch/unzip/unzip-5.42.ebuild +++ b/app-arch/unzip/unzip-5.42.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.42.ebuild,v 1.5 2002/02/17 23:15:38 m0rpheus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.42.ebuild,v 1.6 2002/07/06 20:46:50 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Unzipper for pkzip-compressed files" SRC_URI="http://soft.ivanovo.ru/Linux/unzip542.tar.gz" HOMEPAGE="ftp://ftp.info-zip.org/pub/infozip/UnZip.html" +LICENSE="Info-ZIP" DEPEND="virtual/glibc" |