* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Symbol-Global-Name/
@ 2017-03-14 14:28 Agostino Sarubbo
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo @ 2017-03-14 14:28 UTC (permalink / raw
To: gentoo-commits
commit: 10d43f059016761b8646d05a47618767ed94e97f
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 14:28:09 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 14:28:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d43f05
dev-perl/Symbol-Global-Name: amd64 stable wrt bug #612558
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0.ebuild b/dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0.ebuild
index 494e456e660..d453911b6c1 100644
--- a/dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0.ebuild
+++ b/dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -11,7 +11,7 @@ DESCRIPTION="Finds name and type of a global variable"
LICENSE="Artistic-2"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
IUSE="test"
RDEPEND=""
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Symbol-Global-Name/
@ 2017-07-03 22:38 Andreas Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Hüttel @ 2017-07-03 22:38 UTC (permalink / raw
To: gentoo-commits
commit: 42a34c13b9a3956867de0ed16bf7c0a0a84a6e61
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 3 21:23:59 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jul 3 21:23:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a34c13
dev-perl/Symbol-Global-Name: Add build fix for Perl 5.26, bug 623106
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0.ebuild | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0.ebuild b/dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0.ebuild
index d453911b6c1..94bf6565653 100644
--- a/dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0.ebuild
+++ b/dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-MODULE_AUTHOR=ALEXMV
-MODULE_VERSION=0.05
+DIST_AUTHOR=ALEXMV
+DIST_VERSION=0.05
inherit perl-module
DESCRIPTION="Finds name and type of a global variable"
@@ -19,4 +19,8 @@ DEPEND="${RDEPEND}
test? ( >=virtual/perl-Test-Simple-0.96 )
"
-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
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Symbol-Global-Name/
@ 2021-08-11 21:26 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-08-11 21:26 UTC (permalink / raw
To: gentoo-commits
commit: abec57e0d2751e54671e9bfa7326e985b2d4246f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 11 21:10:49 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Aug 11 21:25:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abec57e0
dev-perl/Symbol-Global-Name: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...bal-Name-0.50.0.ebuild => Symbol-Global-Name-0.50.0-r1.ebuild} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0.ebuild b/dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0-r1.ebuild
similarity index 82%
rename from dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0.ebuild
rename to dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0-r1.ebuild
index cc76499e7c2..5de6075edf2 100644
--- a/dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0.ebuild
+++ b/dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=ALEXMV
DIST_VERSION=0.05
@@ -12,11 +12,9 @@ DESCRIPTION="Finds name and type of a global variable"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND=""
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
test? ( >=virtual/perl-Test-Simple-0.96 )
"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-08-11 21:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-11 21:26 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Symbol-Global-Name/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2017-07-03 22:38 Andreas Hüttel
2017-03-14 14:28 Agostino Sarubbo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox