* [gentoo-commits] repo/gentoo:master commit in: dev-tex/tth/
@ 2017-04-22 17:18 Alexis Ballier
0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2017-04-22 17:18 UTC (permalink / raw
To: gentoo-commits
commit: 182d0f79c85d64a41705d4a18d0640866e06c80d
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 17:18:15 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 17:18:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=182d0f79
dev-tex/tth: bump to 4.08, bug #528246
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-tex/tth/Manifest | 1 +
dev-tex/tth/tth-4.08.ebuild | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-tex/tth/Manifest b/dev-tex/tth/Manifest
index a24fdb6a02f..7aaac3d7f52 100644
--- a/dev-tex/tth/Manifest
+++ b/dev-tex/tth/Manifest
@@ -1 +1,2 @@
DIST tth-3.77.tgz 322313 SHA256 2ac11c76cbe21879b8ca3cbd47dd6349adfca869a465870c79f87046432fc28c SHA512 8fabe24172b1ba6ac275e0d3cd8fbb88fbd8fcf15eb7a8a7f99a3f483629d51587f0f97fdca84d86bff9ef57829415e5f026c24338bef75ba867d3a3dfb3bb87 WHIRLPOOL db03565233ce591b100a895aa0f86fa3c78a7b68db8b070634637849bb8b0fb6a1f2eed9c3e7c820ab5f6b38412babe30b5616f46c306da438b1d85804263ebd
+DIST tth4.08.tar.gz 1085293 SHA256 3ad5cde189bd2a1b621403b26b136cb20fab9b4e844ebb71e311bee553c52724 SHA512 c287cece1219155a5a23684b59f9c88459d7bbe7f029bfd6ca26562fa7a8f38699b4e5ce8a85a5f3544c081b5d1483f9533807b026dc85d130cf2e3eae507c05 WHIRLPOOL 9776e830e4acf6fa975501df0ec4ba1eac39b8097828974fa7e535c57181c0ff61e183492ada14e7ca5aedc3181ffdcb256d00e15a43450004781d6715f52372
diff --git a/dev-tex/tth/tth-4.08.ebuild b/dev-tex/tth/tth-4.08.ebuild
new file mode 100644
index 00000000000..4a23252cd02
--- /dev/null
+++ b/dev-tex/tth/tth-4.08.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 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://sourceforge/${PN}/${PN}${PV}.tar.gz"
+
+SLOT="0"
+LICENSE="free-noncomm"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ app-text/ghostscript-gpl
+ media-libs/netpbm"
+
+S="${WORKDIR}/${PN}"
+
+src_compile() {
+ emake GCC="$(tc-getCC) -O" tth
+ cd tools
+ tc-export CC
+ echo 'all: tthsplit' > makefile
+ emake
+}
+
+src_install() {
+ dobin tth latex2gif ps2gif tools/ps2png tools/tthsplit
+ dodoc CHANGES
+ doman tth.1
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/tth/
@ 2017-04-22 17:30 Alexis Ballier
0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2017-04-22 17:30 UTC (permalink / raw
To: gentoo-commits
commit: 9358fbe2c878a618f441ebce2f503e923e3d4d5a
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 17:30:46 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 17:30:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9358fbe2
dev-tex/tth: set license to gpl2, bug #399083 by Andrius Štikonas
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-tex/tth/tth-4.08.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-tex/tth/tth-4.08.ebuild b/dev-tex/tth/tth-4.08.ebuild
index 4a23252cd02..52dd9294de8 100644
--- a/dev-tex/tth/tth-4.08.ebuild
+++ b/dev-tex/tth/tth-4.08.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://hutchinson.belmont.ma.us/tth/"
SRC_URI="mirror://sourceforge/${PN}/${PN}${PV}.tar.gz"
SLOT="0"
-LICENSE="free-noncomm"
+LICENSE="GPL-2"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
IUSE=""
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/tth/
@ 2020-01-01 12:21 Mikle Kolyada
0 siblings, 0 replies; 11+ messages in thread
From: Mikle Kolyada @ 2020-01-01 12:21 UTC (permalink / raw
To: gentoo-commits
commit: 2a3c8f887d001fd386ac1219c369b3ae8ace983c
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 1 12:21:01 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Jan 1 12:21:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3c8f88
dev-tex/tth: mark stable
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
dev-tex/tth/tth-4.08.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/dev-tex/tth/tth-4.08.ebuild b/dev-tex/tth/tth-4.08.ebuild
index 52dd9294de8..7cffa7854d6 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
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/tth/
@ 2020-01-01 12:21 Mikle Kolyada
0 siblings, 0 replies; 11+ messages in thread
From: Mikle Kolyada @ 2020-01-01 12:21 UTC (permalink / raw
To: gentoo-commits
commit: 6d73937ba62cae4e7e8123d6a6a4945ca2f0aee1
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 1 12:21:29 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Jan 1 12:21:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d73937b
dev-tex/tth: Drop old
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
dev-tex/tth/Manifest | 1 -
dev-tex/tth/tth-3.77.ebuild | 35 -----------------------------------
2 files changed, 36 deletions(-)
diff --git a/dev-tex/tth/Manifest b/dev-tex/tth/Manifest
index 66b3b643b6b..64b577bdf75 100644
--- a/dev-tex/tth/Manifest
+++ b/dev-tex/tth/Manifest
@@ -1,2 +1 @@
-DIST tth-3.77.tgz 322313 BLAKE2B 7a9858b38549ac2faaef1e08de631ff1312aebe95bfa47c79414b5c297828cccf20ac83f3719cdfe232687643dadad072a1d57077cc3c3874d91c0fb50f0a42f SHA512 8fabe24172b1ba6ac275e0d3cd8fbb88fbd8fcf15eb7a8a7f99a3f483629d51587f0f97fdca84d86bff9ef57829415e5f026c24338bef75ba867d3a3dfb3bb87
DIST tth4.08.tar.gz 1085293 BLAKE2B 260613fb9aa1e2acac5daf69db0ea5d3b6495dcb13f8eb3439a8774cf285fccf009dcdb77e33f265051bc9e9d35dda027212042678302b028efee7e4e1019e32 SHA512 c287cece1219155a5a23684b59f9c88459d7bbe7f029bfd6ca26562fa7a8f38699b4e5ce8a85a5f3544c081b5d1483f9533807b026dc85d130cf2e3eae507c05
diff --git a/dev-tex/tth/tth-3.77.ebuild b/dev-tex/tth/tth-3.77.ebuild
deleted file mode 100644
index e3d52deb4f6..00000000000
--- 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 *
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/tth/
@ 2020-10-06 21:11 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2020-10-06 21:11 UTC (permalink / raw
To: gentoo-commits
commit: 86d3b971438ba15920a71288054fff2f59cd97bb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 6 21:09:31 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 6 21:09:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d3b971
dev-tex/tth: Keyword 4.08 arm64, #746944
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-tex/tth/tth-4.08.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-tex/tth/tth-4.08.ebuild b/dev-tex/tth/tth-4.08.ebuild
index 7cffa7854d6..120065be59c 100644
--- a/dev-tex/tth/tth-4.08.ebuild
+++ b/dev-tex/tth/tth-4.08.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}${PV}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86"
DEPEND=""
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/tth/
@ 2020-11-06 15:23 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2020-11-06 15:23 UTC (permalink / raw
To: gentoo-commits
commit: 3c0a0762536d35dbf4e7a05cf309d140b217ee46
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 6 15:19:51 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 6 15:19:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0a0762
dev-tex/tth: Stabilize 4.08 arm64, #709830
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-tex/tth/tth-4.08.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-tex/tth/tth-4.08.ebuild b/dev-tex/tth/tth-4.08.ebuild
index 120065be59c..63a0d4949ea 100644
--- a/dev-tex/tth/tth-4.08.ebuild
+++ b/dev-tex/tth/tth-4.08.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}${PV}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 x86"
DEPEND=""
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/tth/
@ 2020-11-07 17:57 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2020-11-07 17:57 UTC (permalink / raw
To: gentoo-commits
commit: 8378e74e0720f8c46b35c0651f6055b05d6e481e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 7 17:49:53 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 7 17:49:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8378e74e
dev-tex/tth: Stabilize 4.08 arm, #709830
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-tex/tth/tth-4.08.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-tex/tth/tth-4.08.ebuild b/dev-tex/tth/tth-4.08.ebuild
index 63a0d4949ea..38d5c11ab22 100644
--- a/dev-tex/tth/tth-4.08.ebuild
+++ b/dev-tex/tth/tth-4.08.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}${PV}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86"
DEPEND=""
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/tth/
@ 2021-10-11 22:22 Yixun Lan
0 siblings, 0 replies; 11+ messages in thread
From: Yixun Lan @ 2021-10-11 22:22 UTC (permalink / raw
To: gentoo-commits
commit: 45d1fdf2800f0480709d302e0e7dfce97212f14e
Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Mon Oct 11 05:26:37 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 22:20:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45d1fdf2
dev-tex/tth: keyword 4.08 for ~riscv
Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
dev-tex/tth/tth-4.08.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-tex/tth/tth-4.08.ebuild b/dev-tex/tth/tth-4.08.ebuild
index 38d5c11ab22..f0142499859 100644
--- a/dev-tex/tth/tth-4.08.ebuild
+++ b/dev-tex/tth/tth-4.08.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}${PV}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86"
DEPEND=""
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/tth/
@ 2022-10-07 19:00 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-10-07 19:00 UTC (permalink / raw
To: gentoo-commits
commit: e0099e6815d5125b0c2e3447b511a1dd4437eeaa
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 7 17:38:14 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 7 19:00:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0099e68
dev-tex/tth: add changelog link
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-tex/tth/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-tex/tth/metadata.xml b/dev-tex/tth/metadata.xml
index c028b0abe7b9..a4178344e35e 100644
--- a/dev-tex/tth/metadata.xml
+++ b/dev-tex/tth/metadata.xml
@@ -6,6 +6,7 @@
<name>Gentoo TeX Project</name>
</maintainer>
<upstream>
+ <changelog>http://hutchinson.belmont.ma.us/tth/CHANGES</changelog>
<remote-id type="sourceforge">tth</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/tth/
@ 2023-03-24 13:26 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-03-24 13:26 UTC (permalink / raw
To: gentoo-commits
commit: b4685439390bc13f6a3e0da9b418aa78a969b361
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 13:25:52 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 24 13:25:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4685439
dev-tex/tth: Stabilize 4.16 arm64, #902655
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-tex/tth/tth-4.16.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-tex/tth/tth-4.16.ebuild b/dev-tex/tth/tth-4.16.ebuild
index 3a3c671b7734..d855552546b5 100644
--- a/dev-tex/tth/tth-4.16.ebuild
+++ b/dev-tex/tth/tth-4.16.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${PN}_C
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86"
RDEPEND="
app-text/ghostscript-gpl
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/tth/
@ 2024-10-27 21:01 Andreas K. Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2024-10-27 21:01 UTC (permalink / raw
To: gentoo-commits
commit: 86866b0c56949a11b12aa24b2a56597604c813af
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 27 21:01:05 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 21:01:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86866b0c
dev-tex/tth: drop 4.08
Bug: https://bugs.gentoo.org/874744
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-tex/tth/Manifest | 1 -
dev-tex/tth/tth-4.08.ebuild | 35 -----------------------------------
2 files changed, 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
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-10-27 21:01 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-06 21:11 [gentoo-commits] repo/gentoo:master commit in: dev-tex/tth/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-10-27 21:01 Andreas K. Hüttel
2023-03-24 13:26 Arthur Zamarin
2022-10-07 19:00 Sam James
2021-10-11 22:22 Yixun Lan
2020-11-07 17:57 Sam James
2020-11-06 15:23 Sam James
2020-01-01 12:21 Mikle Kolyada
2020-01-01 12:21 Mikle Kolyada
2017-04-22 17:30 Alexis Ballier
2017-04-22 17:18 Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox