diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 13:31:56 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 13:31:56 +0000 |
commit | 43098e31a50cc9866df943f92c007fe9ad305a51 (patch) | |
tree | d9ab45324169749d4effa8e14fd9f9a49b37972d /dev-util/yacc | |
parent | repoman'd (diff) | |
download | historical-43098e31a50cc9866df943f92c007fe9ad305a51.tar.gz historical-43098e31a50cc9866df943f92c007fe9ad305a51.tar.bz2 historical-43098e31a50cc9866df943f92c007fe9ad305a51.zip |
repoman'd
Diffstat (limited to 'dev-util/yacc')
-rw-r--r-- | dev-util/yacc/yacc-1.9.1-r1.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/dev-util/yacc/yacc-1.9.1-r1.ebuild b/dev-util/yacc/yacc-1.9.1-r1.ebuild index dd3447e1694c..449544b565f4 100644 --- a/dev-util/yacc/yacc-1.9.1-r1.ebuild +++ b/dev-util/yacc/yacc-1.9.1-r1.ebuild @@ -1,11 +1,17 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r1.ebuild,v 1.7 2002/07/11 06:30:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r1.ebuild,v 1.8 2002/07/23 13:28:37 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Yacc" SRC_URI="ftp://metalab.unc.edu/pub/Linux/devel/compiler-tools/${P}.tar.Z" -DEPEND=">=sys-libs/glibc-2.1.3" +HOMEPAGE="http://dinosaur.compilertools.net/#yacc" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" + +DEPEND="virtual/glibc" src_unpack () { unpack ${A} |