public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/dvipost/
Date: Thu, 17 Jan 2019 22:39:37 +0000 (UTC)	[thread overview]
Message-ID: <1547764765.8fd8a9ea64cefee9af92ad3b10748fbe1f5c6f63.dilfridge@gentoo> (raw)

commit:     8fd8a9ea64cefee9af92ad3b10748fbe1f5c6f63
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 17 22:39:25 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jan 17 22:39:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd8a9ea

dev-tex/dvipost: EAPI bump

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-tex/dvipost/dvipost-1.1-r3.ebuild | 38 +++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/dev-tex/dvipost/dvipost-1.1-r3.ebuild b/dev-tex/dvipost/dvipost-1.1-r3.ebuild
new file mode 100644
index 00000000000..a55059cb329
--- /dev/null
+++ b/dev-tex/dvipost/dvipost-1.1-r3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit latex-package eutils toolchain-funcs
+
+DESCRIPTION="post processor for dvi files"
+HOMEPAGE="http://efeu.cybertec.at/index_en.html"
+SRC_URI="http://efeu.cybertec.at/dist/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x86-macos"
+IUSE=""
+
+src_prepare() {
+	tc-export CC
+	eapply "${FILESDIR}"/${PV}-ldflags.patch
+	default
+}
+
+src_compile() {
+	emake
+}
+
+src_install() {
+	dobin dvipost
+	dosym dvipost /usr/bin/pptex
+	dosym dvipost /usr/bin/pplatex
+
+	insinto ${TEXMF}/tex/latex/misc/
+	insopts -m0644
+	doins dvipost.sty
+
+	dodoc dvipost.doc CHANGELOG NOTES README dvipost.html
+	newman "${S}"/dvipost.man dvipost.1
+}


             reply	other threads:[~2019-01-17 22:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-17 22:39 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-03-06 21:13 [gentoo-commits] repo/gentoo:master commit in: dev-tex/dvipost/ Sergei Trofimovich
2019-04-07 22:15 Aaron Bauman
2019-04-07 22:20 Aaron Bauman
2019-04-20 17:57 Mikle Kolyada
2019-07-27 18:36 Andreas K. Hüttel
2019-07-27 18:36 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=1547764765.8fd8a9ea64cefee9af92ad3b10748fbe1f5c6f63.dilfridge@gentoo \
    --to=dilfridge@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