* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tie-Sub/
@ 2020-12-27 16:19 Fabian Groffen
0 siblings, 0 replies; 7+ messages in thread
From: Fabian Groffen @ 2020-12-27 16:19 UTC (permalink / raw
To: gentoo-commits
commit: 3174d694787cbdd4ff4f65ae0d7717b3656cf570
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 16:10:37 2020 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 16:19:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3174d694
dev-perl/Tie-Sub: drop ppc-aix m68k-mint
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild b/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild
index 7d7a1fc08dd..23353cf46a7 100644
--- a/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild
+++ b/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Tying a subroutine, function or method to a hash"
SLOT="0"
-KEYWORDS="amd64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tie-Sub/
@ 2021-09-28 18:32 Andreas K. Hüttel
0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2021-09-28 18:32 UTC (permalink / raw
To: gentoo-commits
commit: 2207c203751800c5db5b77e4c000c7fcf9d51386
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 28 18:30:42 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Sep 28 18:32:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2207c203
dev-perl/Tie-Sub: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{Tie-Sub-1.1.0-r1.ebuild => Tie-Sub-1.1.0-r2.ebuild} | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild b/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r2.ebuild
similarity index 81%
rename from dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild
rename to dev-perl/Tie-Sub/Tie-Sub-1.1.0-r2.ebuild
index ac9b5da49c3..6879ca274be 100644
--- a/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild
+++ b/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r2.ebuild
@@ -1,29 +1,26 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=STEFFENW
-MODULE_VERSION=1.001
+DIST_AUTHOR=STEFFENW
+DIST_VERSION=1.001
inherit perl-module
DESCRIPTION="Tying a subroutine, function or method to a hash"
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="dev-perl/Params-Validate"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
test? (
>=dev-perl/Test-Differences-0.600.0
dev-perl/Test-NoWarnings
dev-perl/Test-Exception
virtual/perl-Test-Simple
- )"
-
-SRC_TEST="do"
+ )
+"
src_test() {
perl_rm_files t/pod.t t/pod_coverage.t t/perl_critic.t \
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tie-Sub/
@ 2020-07-20 20:45 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2020-07-20 20:45 UTC (permalink / raw
To: gentoo-commits
commit: 1926c4e23a3e2fd177e35f24f876090afed0b3d0
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 20 20:27:44 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 20:44:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1926c4e2
dev-perl/Tie-Sub: Drop various prefixes re bug #673504
Depends:
- dev-perl/Params-Validate
- dev-perl/Module-Implementation
- dev-perl/Test-Requires
Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild b/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild
index aca235513b1..7d7a1fc08dd 100644
--- a/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild
+++ b/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Tying a subroutine, function or method to a hash"
SLOT="0"
-KEYWORDS="amd64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tie-Sub/
@ 2018-10-27 19:50 Fabian Groffen
0 siblings, 0 replies; 7+ messages in thread
From: Fabian Groffen @ 2018-10-27 19:50 UTC (permalink / raw
To: gentoo-commits
commit: 9aacaf6c3b3e3d25763da7263e28120fc96f048c
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 19:12:41 2018 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 19:50:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aacaf6c
dev-perl/Tie-Sub: added Prefix keywords, bug #665088
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild b/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild
index 72ea01c4561..1b3e6f76ff8 100644
--- a/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild
+++ b/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Tying a subroutine, function or method to a hash"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RDEPEND="dev-perl/Params-Validate"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tie-Sub/
@ 2017-08-09 16:45 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2017-08-09 16:45 UTC (permalink / raw
To: gentoo-commits
commit: c66e8ac461379636fd6ea1a22c44447544d633ce
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 8 16:13:11 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Aug 9 16:44:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c66e8ac4
dev-perl/Tie-Sub: Fix metadata.xml
Avoid use of legacy email contact and promoting to project
maintainership. Proxy maint are no longer needed :)
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-perl/Tie-Sub/metadata.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/dev-perl/Tie-Sub/metadata.xml b/dev-perl/Tie-Sub/metadata.xml
index 8007ab25825..5b2cc2c7c07 100644
--- a/dev-perl/Tie-Sub/metadata.xml
+++ b/dev-perl/Tie-Sub/metadata.xml
@@ -1,18 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>kentfredric@gmail.com</email>
- <name>Kent Fredric</name>
- </maintainer>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
<upstream>
<remote-id type="cpan">Tie-Sub</remote-id>
<remote-id type="cpan-module">Tie::Sub</remote-id>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tie-Sub/
@ 2016-08-06 15:53 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2016-08-06 15:53 UTC (permalink / raw
To: gentoo-commits
commit: d904ba53c52cd37dba86e422a0d6113a7b0a4470
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 15:50:57 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 15:53:02 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d904ba53
dev-perl/Tie-Sub: Remove POD Author Tests.
Not useful on gentoo
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild b/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild
index c85afb1..7359a89 100644
--- a/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild
+++ b/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.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$
@@ -20,9 +20,13 @@ DEPEND="${RDEPEND}
>=dev-perl/Test-Differences-0.600.0
dev-perl/Test-NoWarnings
dev-perl/Test-Exception
- >=dev-perl/Test-Pod-1.140.0
- >=dev-perl/Test-Pod-Coverage-1.40.0
virtual/perl-Test-Simple
)"
SRC_TEST="do"
+
+src_test() {
+ perl_rm_files t/pod.t t/pod_coverage.t t/perl_critic.t \
+ t/prereq_build.t
+ perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tie-Sub/
@ 2015-10-03 13:38 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2015-10-03 13:38 UTC (permalink / raw
To: gentoo-commits
commit: 9d6bfb62099baebb2c7d81ce280ac185934843d3
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 3 12:15:33 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Oct 3 13:35:34 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d6bfb62
dev-perl/Tie-Sub: Stable for amd64+x86.
Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild b/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild
index 10c6427..c85afb1 100644
--- a/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild
+++ b/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Tying a subroutine, function or method to a hash"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="test"
RDEPEND="dev-perl/Params-Validate"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2021-09-28 18:32 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-27 16:19 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tie-Sub/ Fabian Groffen
-- strict thread matches above, loose matches on Subject: below --
2021-09-28 18:32 Andreas K. Hüttel
2020-07-20 20:45 Kent Fredric
2018-10-27 19:50 Fabian Groffen
2017-08-09 16:45 Kent Fredric
2016-08-06 15:53 Kent Fredric
2015-10-03 13:38 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox