diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 10:38:07 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 10:38:07 +0000 |
commit | 3f2be35377686d31df5a734264dda7cb03c20d1f (patch) | |
tree | eb0f206e9edf104c22f525e32efb0f82678e058d /dev-util/cweb | |
parent | Added GNU GPL version 1 (diff) | |
download | historical-3f2be35377686d31df5a734264dda7cb03c20d1f.tar.gz historical-3f2be35377686d31df5a734264dda7cb03c20d1f.tar.bz2 historical-3f2be35377686d31df5a734264dda7cb03c20d1f.zip |
repoman'd
Diffstat (limited to 'dev-util/cweb')
-rw-r--r-- | dev-util/cweb/cweb-3.63.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-util/cweb/cweb-3.63.ebuild b/dev-util/cweb/cweb-3.63.ebuild index f62f269a619b..5e31b3426804 100644 --- a/dev-util/cweb/cweb-3.63.ebuild +++ b/dev-util/cweb/cweb-3.63.ebuild @@ -1,12 +1,17 @@ # 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/cweb/cweb-3.63.ebuild,v 1.3 2002/07/11 06:30:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cweb/cweb-3.63.ebuild,v 1.4 2002/07/23 10:38:07 seemant Exp $ S=${WORKDIR} DESCRIPTION="Knuth's and Levy's C/C++ documenting system" SRC_URI="ftp://labrea.stanford.edu/pub/cweb/cweb.tar.gz" HOMEPAGE="http://www-cs-faculty.standorf.edu/~knuth/cweb.html" -DEPEND="" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="x86" + +DEPEND="virtual/glibc" src_compile() { #emake won't work, because cweave needs ctangle to compile |