From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/LaTeX-Driver/
Date: Fri, 30 Jun 2017 22:42:58 +0000 (UTC) [thread overview]
Message-ID: <1498862564.468340a738fa0179000ef01dbd002194caacbe6f.dilfridge@gentoo> (raw)
commit: 468340a738fa0179000ef01dbd002194caacbe6f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 22:42:44 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 22:42:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468340a7
dev-perl/LaTeX-Driver: Add build fix for Perl 5.26, bug 617040
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-perl/LaTeX-Driver/LaTeX-Driver-0.200.4.ebuild | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/dev-perl/LaTeX-Driver/LaTeX-Driver-0.200.4.ebuild b/dev-perl/LaTeX-Driver/LaTeX-Driver-0.200.4.ebuild
index 4cc4c610109..f422f50af56 100644
--- a/dev-perl/LaTeX-Driver/LaTeX-Driver-0.200.4.ebuild
+++ b/dev-perl/LaTeX-Driver/LaTeX-Driver-0.200.4.ebuild
@@ -1,15 +1,14 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-MODULE_AUTHOR=EINHVERFR
-MODULE_VERSION=0.200.4
+DIST_AUTHOR=EINHVERFR
+DIST_VERSION=0.200.4
inherit perl-module
DESCRIPTION="Perl encapsulation of invoking the Latex programs"
-LICENSE="|| ( GPL-1+ Artistic )"
SLOT="0"
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd"
IUSE="test"
@@ -32,4 +31,8 @@ DEPEND="${RDEPEND}
)
"
-SRC_TEST="do"
+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"
+ perl-module_src_prepare
+}
next reply other threads:[~2017-06-30 22:43 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-30 22:42 Andreas Hüttel [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-10-27 6:49 Kent Fredric
2017-06-30 22:46 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=1498862564.468340a738fa0179000ef01dbd002194caacbe6f.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