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/XML-Parser/
Date: Sat, 10 Sep 2016 11:11:00 +0000 (UTC)	[thread overview]
Message-ID: <1473505820.f4fa3b25e2dfdcecca5773a89e33b840df3977c5.kentnl@gentoo> (raw)

commit:     f4fa3b25e2dfdcecca5773a89e33b840df3977c5
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 10 11:09:23 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 11:10:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4fa3b25

dev-perl/XML-Parser: fix get_libdir in global scope, bug #593370

Bug: https://bugs.gentoo.org/593370

Package-Manager: portage-2.3.0

 dev-perl/XML-Parser/XML-Parser-2.410.0-r2.ebuild | 8 ++++++--
 dev-perl/XML-Parser/XML-Parser-2.440.0.ebuild    | 8 ++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/dev-perl/XML-Parser/XML-Parser-2.410.0-r2.ebuild b/dev-perl/XML-Parser/XML-Parser-2.410.0-r2.ebuild
index 3cbe567..2291b7b 100644
--- a/dev-perl/XML-Parser/XML-Parser-2.410.0-r2.ebuild
+++ b/dev-perl/XML-Parser/XML-Parser-2.410.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,4 +18,8 @@ RDEPEND=">=dev-libs/expat-1.95.1-r1"
 DEPEND="${RDEPEND}"
 
 SRC_TEST=do
-myconf="EXPATLIBPATH=${EPREFIX}/usr/$(get_libdir) EXPATINCPATH=${EPREFIX}/usr/include"
+
+src_configure() {
+	myconf="EXPATLIBPATH=${EPREFIX}/usr/$(get_libdir) EXPATINCPATH=${EPREFIX}/usr/include"
+	perl-module_src_configure
+}

diff --git a/dev-perl/XML-Parser/XML-Parser-2.440.0.ebuild b/dev-perl/XML-Parser/XML-Parser-2.440.0.ebuild
index 90d7815..44f1bcd 100644
--- a/dev-perl/XML-Parser/XML-Parser-2.440.0.ebuild
+++ b/dev-perl/XML-Parser/XML-Parser-2.440.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,4 +18,8 @@ RDEPEND=">=dev-libs/expat-1.95.1-r1"
 DEPEND="${RDEPEND}"
 
 SRC_TEST=do
-myconf="EXPATLIBPATH=${EPREFIX}/usr/$(get_libdir) EXPATINCPATH=${EPREFIX}/usr/include"
+
+src_configure() {
+	myconf="EXPATLIBPATH=${EPREFIX}/usr/$(get_libdir) EXPATINCPATH=${EPREFIX}/usr/include"
+	perl-module_src_configure
+}


             reply	other threads:[~2016-09-10 11:11 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-10 11:11 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-09-26 15:22 [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Parser/ Tobias Klausmann
2016-10-05 19:02 Markus Meier
2016-12-20 18:08 Tobias Klausmann
2016-12-20 20:09 Thomas Deutschmann
2017-01-29 16:59 Fabian Groffen
2017-02-03 21:48 Jeroen Roovers
2017-02-04 17:33 Andreas Hüttel
2017-02-14 20:03 Mike Frysinger
2019-05-04 19:08 Andreas K. Hüttel
2020-12-27 16:19 Fabian Groffen
2021-04-24 17:14 Andreas K. Hüttel
2021-07-30 15:37 Sergei Trofimovich
2021-07-31 11:44 Sergei Trofimovich
2021-07-31 13:04 Agostino Sarubbo
2021-07-31 22:12 Sam James
2021-07-31 22:23 Sam James
2021-08-02 12:17 Sam James
2021-08-03 11:03 Sam James
2021-10-06 12:07 Andreas K. Hüttel
2021-12-13  0:11 Andreas K. Hüttel
2021-12-14  6:22 Sam James
2021-12-14  6:22 Sam James
2021-12-14  6:44 Sam James
2021-12-14  6:46 Sam James
2021-12-14  6:46 Sam James
2022-01-29 12:53 Arthur Zamarin
2022-01-29 12:53 Arthur Zamarin
2022-01-29 13:09 Arthur Zamarin
2022-01-29 15:47 Sam James
2022-01-29 15:47 Sam James
2022-01-29 18:48 Arthur Zamarin
2022-01-29 18:48 Arthur Zamarin
2022-02-02 10:48 Sam James
2022-02-15 10:31 Jakov Smolić
2022-03-10 21:12 Sam James
2022-05-14  6:54 WANG Xuerui
2024-04-29  9:56 Andreas K. Hüttel
2024-06-09 21:18 Sam James
2024-07-10  4:21 Ionen Wolkens

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=1473505820.f4fa3b25e2dfdcecca5773a89e33b840df3977c5.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