summaryrefslogtreecommitdiff
path: root/dev-tex/tth
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-tex/tth
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-tex/tth')
-rw-r--r--dev-tex/tth/Manifest4
-rw-r--r--dev-tex/tth/tth-3.77.ebuild35
-rw-r--r--dev-tex/tth/tth-4.08.ebuild9
3 files changed, 5 insertions, 43 deletions
diff --git a/dev-tex/tth/Manifest b/dev-tex/tth/Manifest
index 4634fbf638c1..ef666a490f15 100644
--- a/dev-tex/tth/Manifest
+++ b/dev-tex/tth/Manifest
@@ -1,5 +1,3 @@
-DIST tth-3.77.tgz 322313 BLAKE2B 7a9858b38549ac2faaef1e08de631ff1312aebe95bfa47c79414b5c297828cccf20ac83f3719cdfe232687643dadad072a1d57077cc3c3874d91c0fb50f0a42f SHA512 8fabe24172b1ba6ac275e0d3cd8fbb88fbd8fcf15eb7a8a7f99a3f483629d51587f0f97fdca84d86bff9ef57829415e5f026c24338bef75ba867d3a3dfb3bb87
DIST tth4.08.tar.gz 1085293 BLAKE2B 260613fb9aa1e2acac5daf69db0ea5d3b6495dcb13f8eb3439a8774cf285fccf009dcdb77e33f265051bc9e9d35dda027212042678302b028efee7e4e1019e32 SHA512 c287cece1219155a5a23684b59f9c88459d7bbe7f029bfd6ca26562fa7a8f38699b4e5ce8a85a5f3544c081b5d1483f9533807b026dc85d130cf2e3eae507c05
-EBUILD tth-3.77.ebuild 600 BLAKE2B 62d64590a10ecce9ffb47439089aada954f5ae344952ea362c2bc9ab8c1ff22ac452553615130c93a7d352c850d6f37db093483bc06c7fb0321394df52edd5b9 SHA512 e2db4df1021275cfb115340c284adef0fddf2511b34c59c114da548d1f0515a5338e433cac0f3f932282b963f1a085aa4926a385b28782f5383b4fe604928d65
-EBUILD tth-4.08.ebuild 669 BLAKE2B a59e1be2a46ae8c869c68417b43b287548e5c0f100601f49caecd0917487a09ed9984d63719275feca8bce0337b5e5ece71499a634ec6bb6d3e7e8fd15ee94b1 SHA512 d75495d8d3acc5289d673335dcd79264f573744e977e61da67cd628120a23f7a192ab2d77b39366ad6efb4d8bbf3ca798c2ce10f0c1adbfa1992377db25d4181
+EBUILD tth-4.08.ebuild 661 BLAKE2B 787c013d4300d4657083fce8f1c22b3b526e5ff1eb2c03062154d9f400455cba5e62c033f84ef9b3ad9eee67f511cb9f17d770574ba99c1ebf7802e516c6eb48 SHA512 0b61958d3c27dade678bed8cf6679bac3e2c1443f6d4ae8792fd0f73160b685d4962c461bb1ea13861997fc6650f753913154527bfff0c041f8e6c3dcaea929f
MISC metadata.xml 322 BLAKE2B 2eb3263caab1343cef8ba5d1006dca8820c82b156c061e3ad879954a49d66d043959621bb1c57c1cbddaa5e13e56426ee5519cfb06f0ae05776039e621df1584 SHA512 be8a5cd22a1378bc98ca35ee5f5db177756d43d6b21d7d5d793dfbb1c3b9e0493348f727ceb05fcca7718a1b15a3b480df485dabec276c44d5397382ae51fb1d
diff --git a/dev-tex/tth/tth-3.77.ebuild b/dev-tex/tth/tth-3.77.ebuild
deleted file mode 100644
index e3d52deb4f65..000000000000
--- a/dev-tex/tth/tth-3.77.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit toolchain-funcs
-
-DESCRIPTION="Translate TEX into HTML"
-HOMEPAGE="http://hutchinson.belmont.ma.us/tth/"
-SRC_URI="mirror://gentoo/${P}.tgz"
-
-SLOT="0"
-LICENSE="free-noncomm"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- app-text/ghostscript-gpl
- media-libs/netpbm"
-
-S="${WORKDIR}/tth_C"
-
-src_compile() {
- echo 'all: tth' > Makefile || die
- tc-export CC
- emake
-}
-
-src_install() {
- dobin tth latex2gif ps2gif ps2png
- dodoc CHANGES
- doman tth.1
- dohtml *
-}
diff --git a/dev-tex/tth/tth-4.08.ebuild b/dev-tex/tth/tth-4.08.ebuild
index 52dd9294de8e..7cffa7854d62 100644
--- a/dev-tex/tth/tth-4.08.ebuild
+++ b/dev-tex/tth/tth-4.08.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
inherit toolchain-funcs
@@ -11,8 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}${PV}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
+KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86"
DEPEND=""
RDEPEND="
@@ -23,7 +22,7 @@ S="${WORKDIR}/${PN}"
src_compile() {
emake GCC="$(tc-getCC) -O" tth
- cd tools
+ cd tools || die
tc-export CC
echo 'all: tthsplit' > makefile
emake