diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-08-16 04:38:36 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-08-16 04:38:36 +0000 |
commit | a58e2a3fd135c5b86eaf1d8e1ff43e7cae13835b (patch) | |
tree | 9d6db14f2f6a441fd618436931d2d8a42227f297 /sys-libs/zlib | |
parent | removed all "CATEGORY" entries in ebuild. They shouldn't be needed anymore. (diff) | |
download | historical-a58e2a3fd135c5b86eaf1d8e1ff43e7cae13835b.tar.gz historical-a58e2a3fd135c5b86eaf1d8e1ff43e7cae13835b.tar.bz2 historical-a58e2a3fd135c5b86eaf1d8e1ff43e7cae13835b.zip |
removed all "CATEGORY" entries in ebuild. They shouldn't be needed anymore.
Diffstat (limited to 'sys-libs/zlib')
-rw-r--r-- | sys-libs/zlib/zlib-1.1.3-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-libs/zlib/zlib-1.1.3-r1.ebuild b/sys-libs/zlib/zlib-1.1.3-r1.ebuild index 8dd919f67038..d8d69db29181 100644 --- a/sys-libs/zlib/zlib-1.1.3-r1.ebuild +++ b/sys-libs/zlib/zlib-1.1.3-r1.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.1.3-r1.ebuild,v 1.1 2000/08/03 16:22:36 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.1.3-r1.ebuild,v 1.2 2000/08/16 04:38:36 drobbins Exp $ P=zlib-1.1.3 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Standard (de)compression library" -CATEGORY="sys-libs" SRC_URI="ftp://ftp.freesoftware.com/pub/infozip/zlib/${A}" src_compile() { |