diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-08-16 04:37:53 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-08-16 04:37:53 +0000 |
commit | f49ccdbd6b95168958571d468831d2c8bddabf0c (patch) | |
tree | e47fb672124c8aeb2df58a73e5c40e696eaa9215 /app-arch/rpm | |
parent | hopefully now it will stay executable (diff) | |
download | historical-f49ccdbd6b95168958571d468831d2c8bddabf0c.tar.gz historical-f49ccdbd6b95168958571d468831d2c8bddabf0c.tar.bz2 historical-f49ccdbd6b95168958571d468831d2c8bddabf0c.zip |
removed all "CATEGORY" entries in ebuild. They shouldn't be needed anymore.
Diffstat (limited to 'app-arch/rpm')
-rw-r--r-- | app-arch/rpm/rpm-3.0.4-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-arch/rpm/rpm-3.0.4-r1.ebuild b/app-arch/rpm/rpm-3.0.4-r1.ebuild index 73bf5edfc70e..fa63389405b1 100644 --- a/app-arch/rpm/rpm-3.0.4-r1.ebuild +++ b/app-arch/rpm/rpm-3.0.4-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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-3.0.4-r1.ebuild,v 1.1 2000/08/07 10:51:35 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-3.0.4-r1.ebuild,v 1.2 2000/08/16 04:37:53 drobbins Exp $ P=rpm-3.0.4 A="${P}.tar.gz bzip2-0.9.5d.tar.gz" S=${WORKDIR}/${P} -CATEGORY="app-arch" DESCRIPTION="Red Hat Package Management Utils" SRC_URI="ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/${P}.tar.gz ftp://ftp.kernel.org/pub/software/utils/compress/bzip2/bzip2-0.9.5.tar.gz" |