diff options
Diffstat (limited to 'dev-util/cweb/cweb-3.63-r1.ebuild')
-rw-r--r-- | dev-util/cweb/cweb-3.63-r1.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-util/cweb/cweb-3.63-r1.ebuild b/dev-util/cweb/cweb-3.63-r1.ebuild deleted file mode 100644 index 1d98b92e407a..000000000000 --- a/dev-util/cweb/cweb-3.63-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cweb/cweb-3.63-r1.ebuild,v 1.9 2004/07/14 23:10:54 agriffis 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.stanford.edu/~knuth/cweb.html" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="x86 sparc " -IUSE="" - -DEPEND="virtual/libc" - -src_compile() { - #emake won't work, because cweave needs ctangle to compile - make all CFLAGS="${CFLAGS}" LINKFLAGS="-s" || die -} - -src_install () { - dobin ctangle cweave - doman cweb.1 - dodoc README cwebman.tex - dodir /usr/share/texmf/tex/generic - insinto /usr/share/texmf/tex/generic - doins cwebmac.tex - dodir /usr/lib/cweb - insinto /usr/lib/cweb - doins c++lib.w - dodir /usr/share/emacs/site-lisp/ - insinto /usr/share/emacs/site-lisp/ - doins cweb.el -} - -# Going to use this, just to make sure. May convert to a latex-package later. -pkg_postinst() { - texconfig rehash -} |