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/cabextract | |
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/cabextract')
-rw-r--r-- | app-arch/cabextract/cabextract-0.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-arch/cabextract/cabextract-0.5.ebuild b/app-arch/cabextract/cabextract-0.5.ebuild index e0aa116f9361..3b447985a9c5 100644 --- a/app-arch/cabextract/cabextract-0.5.ebuild +++ b/app-arch/cabextract/cabextract-0.5.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 Joshua Pollak <pardsbane@offthehill.org> -# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/cabextract-0.5.ebuild,v 1.2 2001/11/01 06:55:04 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/cabextract-0.5.ebuild,v 1.3 2002/07/06 20:46:50 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Extracts files from Microsoft .cab files" SRC_URI="http://www.kyz.uklinux.net/downloads/${P}.tar.gz" HOMEPAGE="http://www.kyz.uklinux.net/cabextract.php3" +LICENSE="GPL-2" DEPEND="virtual/glibc" |