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 | bcd827920a2b94cb2786b41482714b033a7275d0 (patch) | |
tree | 2a6d4d31d11f183f99b87e6fd4211618748466e7 /dev-util/cweb | |
parent | Added GNU GPL version 1 (diff) | |
download | gentoo-2-bcd827920a2b94cb2786b41482714b033a7275d0.tar.gz gentoo-2-bcd827920a2b94cb2786b41482714b033a7275d0.tar.bz2 gentoo-2-bcd827920a2b94cb2786b41482714b033a7275d0.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 |