diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-08-16 04:38:00 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-08-16 04:38:00 +0000 |
commit | 3ada6e9c58074817718887ab47f9266afaae2968 (patch) | |
tree | d66a3c5d13a15976339f884e5be0b09667fde62f /dev-util/yacc | |
parent | removed all "CATEGORY" entries in ebuild. They shouldn't be needed anymore. (diff) | |
download | historical-3ada6e9c58074817718887ab47f9266afaae2968.tar.gz historical-3ada6e9c58074817718887ab47f9266afaae2968.tar.bz2 historical-3ada6e9c58074817718887ab47f9266afaae2968.zip |
removed all "CATEGORY" entries in ebuild. They shouldn't be needed anymore.
Diffstat (limited to 'dev-util/yacc')
-rw-r--r-- | dev-util/yacc/yacc-1.9.1-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/yacc/yacc-1.9.1-r1.ebuild b/dev-util/yacc/yacc-1.9.1-r1.ebuild index d26f4c632f5e..a4d26d9477ff 100644 --- a/dev-util/yacc/yacc-1.9.1-r1.ebuild +++ b/dev-util/yacc/yacc-1.9.1-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/dev-util/yacc/yacc-1.9.1-r1.ebuild,v 1.1 2000/08/13 12:10:49 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r1.ebuild,v 1.2 2000/08/16 04:38:00 drobbins Exp $ P=yacc-1.9.1 A=${P}.tar.Z S=${WORKDIR}/${P} -CATEGORY="dev-util" DESCRIPTION="Yacc" SRC_URI="ftp://metalab.unc.edu/pub/Linux/devel/compiler-tools/${A}" |