diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-07 11:23:27 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-07 11:23:27 +0000 |
commit | 94ab11db38258d9371404c12c196737960f2324b (patch) | |
tree | 15c383460b57ff8fb3767d1f0353f7d1fc3e2e88 /dev-tex/tth | |
parent | Version bump, also change metadata a bit to get bugs assigned to most active ... (diff) | |
download | gentoo-2-94ab11db38258d9371404c12c196737960f2324b.tar.gz gentoo-2-94ab11db38258d9371404c12c196737960f2324b.tar.bz2 gentoo-2-94ab11db38258d9371404c12c196737960f2324b.zip |
dev-tex/tth: Drop old
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex/tth')
-rw-r--r-- | dev-tex/tth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tex/tth/tth-3.66.ebuild | 29 |
2 files changed, 4 insertions, 30 deletions
diff --git a/dev-tex/tth/ChangeLog b/dev-tex/tth/ChangeLog index a2b64986cc20..d51133e7ea28 100644 --- a/dev-tex/tth/ChangeLog +++ b/dev-tex/tth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/tth # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/tth/ChangeLog,v 1.17 2012/09/30 17:58:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/tth/ChangeLog,v 1.18 2012/10/07 11:23:27 jlec Exp $ + + 07 Oct 2012; Justin Lecher <jlec@gentoo.org> -tth-3.66.ebuild: + Drop old 30 Sep 2012; Raúl Porcel <armin76@gentoo.org> tth-3.77.ebuild: Drop alpha keywords 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 * -} |