public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/LaTeX-Driver/
Date: Fri, 27 Oct 2017 06:49:26 +0000 (UTC)	[thread overview]
Message-ID: <1509086930.bbe322ad7b408c9c5518e4d3b491a809f6431820.kentnl@gentoo> (raw)

commit:     bbe322ad7b408c9c5518e4d3b491a809f6431820
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 06:48:24 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 06:48:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe322ad

dev-perl/LaTeX-Driver: Bump to version 0.300.2

Upstream:
- Add ps support via pdflatex
- Add ps support via xelatex
- Fix stdout bleading into callers stdout
- Add more formats for explicit processor selection

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/LaTeX-Driver/LaTeX-Driver-0.300.2.ebuild | 45 +++++++++++++++++++++++
 dev-perl/LaTeX-Driver/Manifest                    |  1 +
 dev-perl/LaTeX-Driver/metadata.xml                |  5 +++
 3 files changed, 51 insertions(+)

diff --git a/dev-perl/LaTeX-Driver/LaTeX-Driver-0.300.2.ebuild b/dev-perl/LaTeX-Driver/LaTeX-Driver-0.300.2.ebuild
new file mode 100644
index 00000000000..dcecf72ede3
--- /dev/null
+++ b/dev-perl/LaTeX-Driver/LaTeX-Driver-0.300.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=EINHVERFR
+DIST_VERSION=0.300.2
+inherit perl-module
+
+DESCRIPTION="Perl encapsulation of invoking the Latex programs"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="test"
+
+RDEPEND="
+	dev-perl/Capture-Tiny
+	dev-perl/Class-Accessor
+	dev-perl/Exception-Class
+	dev-perl/File-Slurp
+	virtual/perl-File-Spec
+	dev-perl/File-pushd
+	virtual/perl-Getopt-Long
+	dev-perl/Readonly
+	virtual/perl-parent
+	virtual/latex-base
+"
+DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+	test? (
+		>=virtual/perl-Test-Simple-0.880.0
+		dev-perl/Test-Exception
+		app-text/texlive-core
+		dev-texlive/texlive-latexextra
+	)
+"
+
+src_prepare() {
+	sed -i -e 's/use inc::Module::Install/use lib q[.]; use inc::Module::Install/' Makefile.PL ||
+		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+
+	use test && perl_rm_files t/{90-kwalitee,91-pod,92-pod-coverage,93-perl-critic}.t
+
+	perl-module_src_prepare
+}

diff --git a/dev-perl/LaTeX-Driver/Manifest b/dev-perl/LaTeX-Driver/Manifest
index de14cbbb0ee..5a486d1428e 100644
--- a/dev-perl/LaTeX-Driver/Manifest
+++ b/dev-perl/LaTeX-Driver/Manifest
@@ -1 +1,2 @@
 DIST LaTeX-Driver-0.200.4.tar.gz 63968 SHA256 f853501847ace834b786090bae6300edfbf020d9dec710497a4684ca4598b77b SHA512 7ed52118076460d84aa465cbe6c637d7289e2197aff0a40a654d4fdcea9e7a96ab945c7552709ba7cc65f818828e4107477da47b3fe184e474d4baf105048993 WHIRLPOOL 73e7102d817d3cbe7ea3496b245050c9261509d0f3df7e31945048fd811f1058cbd27eb194d6963e9b0faef5ee202b6dffc7f634e8cae6651dbfd283221c57ab
+DIST LaTeX-Driver-0.300.2.tar.gz 54084 SHA256 f963539634e3ab17bc4301e367bdd866f387069067a9f79d89333d3c87e77a1d SHA512 09f485071004d151c2d3ced576ac7b5423fd2d014a3950e0bc8bc2bb1e507b4aa6f041a7d54ad085632a0988d48d69ad726439adcabb8d8a81e10fb613e78271 WHIRLPOOL 34a236c91e0ff2381025eb2738829a8cfffc7eb7765136ea4e47f65db9caf811d2bfa75598d8f7bb87033889d6f3366849226268b99b702165944cdab6e0bfe7

diff --git a/dev-perl/LaTeX-Driver/metadata.xml b/dev-perl/LaTeX-Driver/metadata.xml
index 2b9a936fc0a..631cf85f9c7 100644
--- a/dev-perl/LaTeX-Driver/metadata.xml
+++ b/dev-perl/LaTeX-Driver/metadata.xml
@@ -5,4 +5,9 @@
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>
   </maintainer>
+  <upstream>
+    <remote-id type="cpan">LaTeX-Driver</remote-id>
+    <remote-id type="cpan-module">LaTeX::Driver</remote-id>
+    <remote-id type="cpan-module">LaTeX::Driver::FilterProgram</remote-id>
+  </upstream>
 </pkgmetadata>


             reply	other threads:[~2017-10-27  6:49 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-27  6:49 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-07 18:47 [gentoo-commits] repo/gentoo:master commit in: dev-perl/LaTeX-Driver/ Andreas K. Hüttel
2021-09-17  7:51 Yixun Lan
2021-08-06  0:30 Sam James
2021-08-03 12:38 Agostino Sarubbo
2021-08-02  4:16 Sam James
2021-08-01 17:44 Sam James
2021-08-01 17:44 Sam James
2021-06-26  1:34 Sam James
2021-06-26  1:34 Sam James
2021-06-24 17:33 Sergei Trofimovich
2021-06-22 21:38 Andreas K. Hüttel
2020-04-14 13:57 Kent Fredric
2019-07-28 17:16 Aaron Bauman
2019-04-13 17:27 Aaron Bauman
2018-10-21  8:39 Fabian Groffen
2018-07-15 23:57 Mikle Kolyada
2017-10-27  6:49 Kent Fredric
2017-06-30 22:46 Andreas Hüttel
2017-06-30 22:42 Andreas Hüttel
2016-12-25 10:23 Agostino Sarubbo
2016-12-22  8:57 Agostino Sarubbo
2016-12-19 20:57 Andreas Hüttel
2016-12-19 15:40 Tobias Klausmann

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=1509086930.bbe322ad7b408c9c5518e4d3b491a809f6431820.kentnl@gentoo \
    --to=kentnl@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