diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-08-16 04:38:32 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-08-16 04:38:32 +0000 |
commit | af8bd7c49d1732d8568ae89f892c39261332cacf (patch) | |
tree | 03a5022b39371a36088584b10cd76c2af3974e76 /sys-apps/bzip2 | |
parent | removed all "CATEGORY" entries in ebuild. They shouldn't be needed anymore. (diff) | |
download | historical-af8bd7c49d1732d8568ae89f892c39261332cacf.tar.gz historical-af8bd7c49d1732d8568ae89f892c39261332cacf.tar.bz2 historical-af8bd7c49d1732d8568ae89f892c39261332cacf.zip |
removed all "CATEGORY" entries in ebuild. They shouldn't be needed anymore.
Diffstat (limited to 'sys-apps/bzip2')
-rw-r--r-- | sys-apps/bzip2/bzip2-1.0.0-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/bzip2/bzip2-1.0.0-r1.ebuild b/sys-apps/bzip2/bzip2-1.0.0-r1.ebuild index 580f3800fe4d..a1b4d1c01751 100644 --- a/sys-apps/bzip2/bzip2-1.0.0-r1.ebuild +++ b/sys-apps/bzip2/bzip2-1.0.0-r1.ebuild @@ -1,12 +1,11 @@ # 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-apps/bzip2/bzip2-1.0.0-r1.ebuild,v 1.1 2000/08/02 17:07:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bzip2/bzip2-1.0.0-r1.ebuild,v 1.2 2000/08/16 04:38:22 drobbins Exp $ P=bzip2-1.0.0 A=${P}.tar.gz S=${WORKDIR}/${P} -CATEGORY="sys-apps" DESCRIPTION="A high-quality data compressor used extensively by Enoch" SRC_URI="ftp://sourceware.cygnus.com/pub/bzip2/v100/$A" HOMEPAGE="http://sourceware.cygnus.com/bzip2/" |