diff options
Diffstat (limited to 'dev-tex/tth/tth-3.66.ebuild')
-rw-r--r-- | dev-tex/tth/tth-3.66.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-tex/tth/tth-3.66.ebuild b/dev-tex/tth/tth-3.66.ebuild deleted file mode 100644 index 08460758fd3d..000000000000 --- a/dev-tex/tth/tth-3.66.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/tth/tth-3.66.ebuild,v 1.3 2009/09/23 17:25:02 patrick Exp $ - -inherit toolchain-funcs - -DESCRIPTION="TTH translates TEX into HTML." -HOMEPAGE="http://hutchinson.belmont.ma.us/tth/" -SRC_URI="http://hutchinson.belmont.ma.us/tth/tth-noncom/tth_C.tgz" - -SLOT="0" -LICENSE="free-noncomm" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" - -S="${WORKDIR}/tth_C" - -src_compile() { - "$(tc-getCC)" -o tth tth.c || die "compile failed" -} - -src_install() { - dobin tth - dodoc CHANGES - doman tth.1 - dohtml * -} |