public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/tth/
Date: Sat, 22 Apr 2017 17:18:29 +0000 (UTC)	[thread overview]
Message-ID: <1492881503.182d0f79c85d64a41705d4a18d0640866e06c80d.aballier@gentoo> (raw)

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
+}


             reply	other threads:[~2017-04-22 17:18 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-22 17:18 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-04-22 17:30 [gentoo-commits] repo/gentoo:master commit in: dev-tex/tth/ Alexis Ballier
2020-01-01 12:21 Mikle Kolyada
2020-01-01 12:21 Mikle Kolyada
2020-10-06 21:11 Sam James
2020-11-06 15:23 Sam James
2020-11-07 17:57 Sam James
2021-10-11 22:22 Yixun Lan
2022-10-07 19:00 Sam James
2023-03-24 13:26 Arthur Zamarin
2024-10-27 21:01 Andreas K. Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1492881503.182d0f79c85d64a41705d4a18d0640866e06c80d.aballier@gentoo \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox