diff options
Diffstat (limited to 'app-text/noweb/noweb-2.9-r2.ebuild')
-rw-r--r-- | app-text/noweb/noweb-2.9-r2.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/app-text/noweb/noweb-2.9-r2.ebuild b/app-text/noweb/noweb-2.9-r2.ebuild deleted file mode 100644 index 11622a688cdc..000000000000 --- a/app-text/noweb/noweb-2.9-r2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/noweb/noweb-2.9-r2.ebuild,v 1.12 2003/10/03 17:28:16 usata Exp $ - -S=${WORKDIR}/src -#SRC_URI="ftp://ftp.dante.de/tex-archive/web/noweb/src.tar.gz" -SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/noweb-src-${PV}.tar.gz" - -HOMEPAGE="http://www.eecs.harvard.edu/~nr/noweb/" -SLOT="0" -LICENSE="freedist" -DESCRIPTION="a literate programming tool, lighter than web" - -DEPEND="sys-devel/gcc - virtual/tetex - sys-apps/gawk" -KEYWORDS="x86 ppc sparc alpha" - -src_unpack() { - unpack ${A} - cd ${S} - patch -p0 <${FILESDIR}/${PF}-gentoo.diff || die -} - -src_compile() { - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - - [ -x /usr/bin/nawk ] || dosym /usr/bin/gawk /usr/bin/nawk - - # fix man pages to be LFH compliant - mv ${D}/usr/man ${D}/usr/share -} - -pkg_postinst() { - einfo "Running texhash to complete installation.." - addwrite "/var/lib/texmf" - addwrite "/usr/share/texmf" - addwrite "/var/cache/fonts" - texhash -} |