summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-10-27 22:01:05 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-10-27 22:01:05 +0100
commit86866b0c56949a11b12aa24b2a56597604c813af (patch)
treea457e75809b76a19095a8002c39bc999d9129b68 /dev-tex
parentsys-power/pmtools: drop 20110323-r2 (diff)
downloadgentoo-86866b0c56949a11b12aa24b2a56597604c813af.tar.gz
gentoo-86866b0c56949a11b12aa24b2a56597604c813af.tar.bz2
gentoo-86866b0c56949a11b12aa24b2a56597604c813af.zip
dev-tex/tth: drop 4.08
Bug: https://bugs.gentoo.org/874744 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/tth/Manifest1
-rw-r--r--dev-tex/tth/tth-4.08.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-tex/tth/Manifest b/dev-tex/tth/Manifest
index 9cf8f8c598ed..88ed3604ffa9 100644
--- a/dev-tex/tth/Manifest
+++ b/dev-tex/tth/Manifest
@@ -1,2 +1 @@
-DIST tth4.08.tar.gz 1085293 BLAKE2B 260613fb9aa1e2acac5daf69db0ea5d3b6495dcb13f8eb3439a8774cf285fccf009dcdb77e33f265051bc9e9d35dda027212042678302b028efee7e4e1019e32 SHA512 c287cece1219155a5a23684b59f9c88459d7bbe7f029bfd6ca26562fa7a8f38699b4e5ce8a85a5f3544c081b5d1483f9533807b026dc85d130cf2e3eae507c05
DIST tth_4.16.tgz 337901 BLAKE2B ace16726eec5539e81fbafc356c74ed1cc773457100e509cbb5b92fb8bf29bc82655e7d60c6b7ef0bb8e8e4b741c5613bb48e37b8c878757a6354ba1aa0d9267 SHA512 f4c8cc7a268fe8f235ace42a7345cd91efee90103d30b4c24f493982662c51b3d07f4beb2427e177f50e7615d68e1a26055bf3e287c401a9db81a25e614d9281
diff --git a/dev-tex/tth/tth-4.08.ebuild b/dev-tex/tth/tth-4.08.ebuild
deleted file mode 100644
index 2072785841d1..000000000000
--- a/dev-tex/tth/tth-4.08.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Translate TEX into HTML"
-HOMEPAGE="http://hutchinson.belmont.ma.us/tth/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${PN}${PV}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86"
-
-DEPEND=""
-RDEPEND="
- app-text/ghostscript-gpl
- media-libs/netpbm"
-
-S="${WORKDIR}/${PN}"
-
-src_compile() {
- emake GCC="$(tc-getCC) -O" tth
- cd tools || die
- tc-export CC
- echo 'all: tthsplit' > makefile
- emake
-}
-
-src_install() {
- dobin tth latex2gif ps2gif tools/ps2png tools/tthsplit
- dodoc CHANGES
- doman tth.1
-}