* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-HandlesVia/
@ 2016-02-28 10:01 Patrice Clement
0 siblings, 0 replies; 15+ messages in thread
From: Patrice Clement @ 2016-02-28 10:01 UTC (permalink / raw
To: gentoo-commits
commit: abd0117c6d21ed20ab4598962dd5d445ce6818a5
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 27 01:50:06 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 08:39:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd0117c
dev-perl/MooX-HandlesVia: Bump to version 0.1.8
- use EAPI6
Upstream:
- removed hidden dependency on strictures
- avoids bug in inheriting from Non-Moo based classes
Package-Manager: portage-2.2.27
dev-perl/MooX-HandlesVia/Manifest | 1 +
.../MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild | 32 ++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-perl/MooX-HandlesVia/Manifest b/dev-perl/MooX-HandlesVia/Manifest
index 58f572e..cc72254 100644
--- a/dev-perl/MooX-HandlesVia/Manifest
+++ b/dev-perl/MooX-HandlesVia/Manifest
@@ -1 +1,2 @@
DIST MooX-HandlesVia-0.001007.tar.gz 24154 SHA256 1c727db0f0342dd7758410990f05fe5015fe73467c79f7200eceea8c659c51eb SHA512 8795a822671a57aec8cc65349ad8a5189bf0663da0acc896d54a98608516bbd7255fcdf0180759ddfa616c05879fd26bede78551437c167c399c936284e608d4 WHIRLPOOL 6e602c182048ddc1ce86da86c851550cdc44cc50f75c64925d4df5f35688156dc665c032d7ecb98c0a92dfd47194aa0633dfece062118c6fe7ac80abb508ad7c
+DIST MooX-HandlesVia-0.001008.tar.gz 24385 SHA256 b0946f23b3537763b8a96b8a83afcdaa64fce4b45235e98064845729acccfe8c SHA512 ad5dd6c5a05d6f44788e31a74d595c3a6c1b8bf62f51d59bab2d65f6963c2995205ad64f6930b103026d3497d3d2a83bd192b7566228c31bf944265e060703c0 WHIRLPOOL 8afed47996153df47e6319143d13f3da052a31125608f913ff15e529b062e444cc6441298f1313f29310ed2821a272bfec6daa7235390630651a335553a73578
diff --git a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild
new file mode 100644
index 0000000..6e4ee9a
--- /dev/null
+++ b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=MATTP
+DIST_VERSION=0.001008
+inherit perl-module
+
+DESCRIPTION="NativeTrait-like behavior for Moo"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE="test"
+
+RDEPEND="
+ dev-perl/Class-Method-Modifiers
+ >=dev-perl/Data-Perl-0.2.6
+ dev-perl/Module-Runtime
+ >=dev-perl/Moo-1.3.0
+ dev-perl/Role-Tiny
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=dev-perl/MooX-Types-MooseLike-0.230.0
+ dev-perl/Test-Exception
+ dev-perl/Test-Fatal
+ virtual/perl-Test-Simple
+ )
+"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-HandlesVia/
@ 2016-03-15 11:26 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2016-03-15 11:26 UTC (permalink / raw
To: gentoo-commits
commit: 3873f52a91496638c37f3a6198cc32f835d1524a
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 11:24:41 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 11:24:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3873f52a
dev-perl/MooX-HandlesVia: amd64 stable wrt bug #573536
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.7.ebuild b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.7.ebuild
index a3c1209..d0df580 100644
--- a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.7.ebuild
+++ b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.7.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="NativeTrait-like behavior for Moo"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-HandlesVia/
@ 2016-03-15 11:28 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2016-03-15 11:28 UTC (permalink / raw
To: gentoo-commits
commit: 31475bf34a55c09f959ad1befcff456aee57837f
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 11:27:49 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 11:27:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31475bf3
dev-perl/MooX-HandlesVia: x86 stable wrt bug #573536
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.7.ebuild b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.7.ebuild
index d0df580..9ba939d 100644
--- a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.7.ebuild
+++ b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.7.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="NativeTrait-like behavior for Moo"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-HandlesVia/
@ 2016-04-02 12:49 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2016-04-02 12:49 UTC (permalink / raw
To: gentoo-commits
commit: a1bb0395bb78d82ec9c4e84e4dea485d3b8aa979
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 2 12:49:04 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Apr 2 12:49:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1bb0395
dev-perl/MooX-HandlesVia: amd64/ppc/x86 stable, (ALLARCHES policy) wrt bug #578640
Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild
index 6e4ee9a..a060cc2 100644
--- a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild
+++ b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="NativeTrait-like behavior for Moo"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ppc x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-HandlesVia/
@ 2016-04-02 14:57 Andreas Hüttel
0 siblings, 0 replies; 15+ messages in thread
From: Andreas Hüttel @ 2016-04-02 14:57 UTC (permalink / raw
To: gentoo-commits
commit: dc475a2fc1044cd484d7e7f885af663375880751
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 2 14:49:28 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr 2 14:54:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc475a2f
dev-perl/MooX-HandlesVia: Remove old
Package-Manager: portage-2.2.28
dev-perl/MooX-HandlesVia/Manifest | 1 -
.../MooX-HandlesVia/MooX-HandlesVia-0.1.7.ebuild | 34 ----------------------
2 files changed, 35 deletions(-)
diff --git a/dev-perl/MooX-HandlesVia/Manifest b/dev-perl/MooX-HandlesVia/Manifest
index cc72254..b990104 100644
--- a/dev-perl/MooX-HandlesVia/Manifest
+++ b/dev-perl/MooX-HandlesVia/Manifest
@@ -1,2 +1 @@
-DIST MooX-HandlesVia-0.001007.tar.gz 24154 SHA256 1c727db0f0342dd7758410990f05fe5015fe73467c79f7200eceea8c659c51eb SHA512 8795a822671a57aec8cc65349ad8a5189bf0663da0acc896d54a98608516bbd7255fcdf0180759ddfa616c05879fd26bede78551437c167c399c936284e608d4 WHIRLPOOL 6e602c182048ddc1ce86da86c851550cdc44cc50f75c64925d4df5f35688156dc665c032d7ecb98c0a92dfd47194aa0633dfece062118c6fe7ac80abb508ad7c
DIST MooX-HandlesVia-0.001008.tar.gz 24385 SHA256 b0946f23b3537763b8a96b8a83afcdaa64fce4b45235e98064845729acccfe8c SHA512 ad5dd6c5a05d6f44788e31a74d595c3a6c1b8bf62f51d59bab2d65f6963c2995205ad64f6930b103026d3497d3d2a83bd192b7566228c31bf944265e060703c0 WHIRLPOOL 8afed47996153df47e6319143d13f3da052a31125608f913ff15e529b062e444cc6441298f1313f29310ed2821a272bfec6daa7235390630651a335553a73578
diff --git a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.7.ebuild b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.7.ebuild
deleted file mode 100644
index 7783c2f..0000000
--- a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.7.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=MATTP
-MODULE_VERSION=0.001007
-inherit perl-module
-
-DESCRIPTION="NativeTrait-like behavior for Moo"
-
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc x86"
-IUSE="test"
-
-RDEPEND="
- dev-perl/Class-Method-Modifiers
- >=dev-perl/Data-Perl-0.2.6
- dev-perl/Module-Runtime
- >=dev-perl/Moo-1.3.0
- dev-perl/Role-Tiny
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- >=dev-perl/MooX-Types-MooseLike-0.230.0
- dev-perl/Test-Exception
- dev-perl/Test-Fatal
- virtual/perl-Test-Simple
- )
-"
-
-SRC_TEST=do
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-HandlesVia/
@ 2016-08-13 7:48 Jeroen Roovers
0 siblings, 0 replies; 15+ messages in thread
From: Jeroen Roovers @ 2016-08-13 7:48 UTC (permalink / raw
To: gentoo-commits
commit: 40d95d0c2d0c4f11f99fba6b1b55ca942c3192d5
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 13 07:46:08 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Aug 13 07:48:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40d95d0c
dev-perl/MooX-HandlesVia: Stable for HPPA (bug #573536).
Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches
dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild
index a060cc2..2ca82ee 100644
--- a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild
+++ b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="NativeTrait-like behavior for Moo"
SLOT="0"
-KEYWORDS="amd64 ~hppa ppc x86"
+KEYWORDS="amd64 hppa ppc x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-HandlesVia/
@ 2017-11-19 12:21 Kent Fredric
0 siblings, 0 replies; 15+ messages in thread
From: Kent Fredric @ 2017-11-19 12:21 UTC (permalink / raw
To: gentoo-commits
commit: 11c8d6a56b344099bc934248c41dc78b6dc2f8c5
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 12:08:39 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 12:21:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c8d6a5
dev-perl/MooX-HandlesVia: Add missing cpan remote-id's
Package-Manager: Portage-2.3.14, Repoman-2.3.6
dev-perl/MooX-HandlesVia/metadata.xml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/dev-perl/MooX-HandlesVia/metadata.xml b/dev-perl/MooX-HandlesVia/metadata.xml
index 51930499ab6..550bddadd3f 100644
--- a/dev-perl/MooX-HandlesVia/metadata.xml
+++ b/dev-perl/MooX-HandlesVia/metadata.xml
@@ -5,4 +5,13 @@
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="cpan">MooX-HandlesVia</remote-id>
+ <remote-id type="cpan-module">Data::Perl::Bool::MooseLike</remote-id>
+ <remote-id type="cpan-module">Data::Perl::Collection::Array::MooseLike</remote-id>
+ <remote-id type="cpan-module">Data::Perl::Collection::Hash::MooseLike</remote-id>
+ <remote-id type="cpan-module">Data::Perl::Number::MooseLike</remote-id>
+ <remote-id type="cpan-module">Data::Perl::String::MooseLike</remote-id>
+ <remote-id type="cpan-module">MooX::HandlesVia</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-HandlesVia/
@ 2018-10-25 19:03 Fabian Groffen
0 siblings, 0 replies; 15+ messages in thread
From: Fabian Groffen @ 2018-10-25 19:03 UTC (permalink / raw
To: gentoo-commits
commit: e2d0c5b6a8ca2aecaf7ef672aa7c5c3e66a622e1
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 25 19:03:12 2018 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Oct 25 19:03:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d0c5b6
dev-perl/MooX-HandlesVia: 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/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild
index 5665fe180d5..5f12c957de6 100644
--- a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild
+++ b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.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=6
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="NativeTrait-like behavior for Moo"
SLOT="0"
-KEYWORDS="amd64 hppa ppc x86"
+KEYWORDS="amd64 hppa ppc 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="
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-HandlesVia/
@ 2020-07-18 7:04 Kent Fredric
0 siblings, 0 replies; 15+ messages in thread
From: Kent Fredric @ 2020-07-18 7:04 UTC (permalink / raw
To: gentoo-commits
commit: e91a38e8bed2c4775ae54ce9247015de61245e3a
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 18 06:25:20 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 18 07:03:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91a38e8
dev-perl/MooX-HandlesVia: Drop ~m68k-mint re bug #673504
Depends:
- dev-perl/Data-Perl
- dev-perl/List-MoreUtils
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/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild
index 280ad61b0fd..00d672cfef6 100644
--- a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild
+++ b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.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=6
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="NativeTrait-like behavior for Moo"
SLOT="0"
-KEYWORDS="amd64 hppa ppc 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 hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-HandlesVia/
@ 2020-07-18 10:53 Kent Fredric
0 siblings, 0 replies; 15+ messages in thread
From: Kent Fredric @ 2020-07-18 10:53 UTC (permalink / raw
To: gentoo-commits
commit: 9a719b7bb9b41c5cf0482c3b23870aaee1cd4c47
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 18 10:07:04 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 18 10:51:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a719b7b
dev-perl/MooX-HandlesVia: Drop {x,sparc}64-solaris re bug #673504
Depends:
- dev-perl/Data-Perl
- dev-perl/List-MoreUtils
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/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild
index 00d672cfef6..98f8a460afe 100644
--- a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild
+++ b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="NativeTrait-like behavior for Moo"
SLOT="0"
-KEYWORDS="amd64 hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-HandlesVia/
@ 2020-07-18 10:53 Kent Fredric
0 siblings, 0 replies; 15+ messages in thread
From: Kent Fredric @ 2020-07-18 10:53 UTC (permalink / raw
To: gentoo-commits
commit: 66bc2df7a596b9abbc3e11f53d5a47c60cf7bc97
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 18 10:48:29 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 18 10:52:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66bc2df7
dev-perl/MooX-HandlesVia: Drop ~ppc-aix re bug #673504
Depends:
- dev-perl/Data-Perl
- dev-perl/Test-Output
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/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild
index 98f8a460afe..30ac40b27aa 100644
--- a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild
+++ b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="NativeTrait-like behavior for Moo"
SLOT="0"
-KEYWORDS="amd64 hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-HandlesVia/
@ 2021-07-08 23:02 Andreas K. Hüttel
0 siblings, 0 replies; 15+ messages in thread
From: Andreas K. Hüttel @ 2021-07-08 23:02 UTC (permalink / raw
To: gentoo-commits
commit: d5fdc71410a80bfb459dcb1a8b885b707be341db
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 8 23:01:04 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jul 8 23:02:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5fdc714
dev-perl/MooX-HandlesVia: Version bump 0.001009
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/MooX-HandlesVia/Manifest | 1 +
.../MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild | 30 ++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-perl/MooX-HandlesVia/Manifest b/dev-perl/MooX-HandlesVia/Manifest
index f32ef03d895..d726b009961 100644
--- a/dev-perl/MooX-HandlesVia/Manifest
+++ b/dev-perl/MooX-HandlesVia/Manifest
@@ -1 +1,2 @@
DIST MooX-HandlesVia-0.001008.tar.gz 24385 BLAKE2B 9d6a72a9b9bc3bd99a145904e4148bb2c4bce6150b67431402d409ddb81b732a57a11935a10f2ddf2184b0fb8a93d57f6482fdde61508f73b8867fbc92e24c4f SHA512 ad5dd6c5a05d6f44788e31a74d595c3a6c1b8bf62f51d59bab2d65f6963c2995205ad64f6930b103026d3497d3d2a83bd192b7566228c31bf944265e060703c0
+DIST MooX-HandlesVia-0.001009.tar.gz 24754 BLAKE2B 965da8297cb22e266b43c8bb79248db7122fca51e2ab98f6ef038463919b0e6128f0328cc3b02245031dbe3a3805963e3bf231c3ee5e959108fa8e821d500b4a SHA512 ea3521bf04c52db09068d4fa7cedd3642fd54fc40b5c88cde9340f0a3bb0da03f2aabbe22788a4f33ffedc628fc510c4fb57bdf3f7c9ce1b9316dd1408c2dd40
diff --git a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild
new file mode 100644
index 00000000000..04f4f5a2c50
--- /dev/null
+++ b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=TOBYINK
+DIST_VERSION=0.001009
+inherit perl-module
+
+DESCRIPTION="NativeTrait-like behavior for Moo"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+
+RDEPEND="
+ dev-perl/Class-Method-Modifiers
+ >=dev-perl/Data-Perl-0.2.6
+ dev-perl/Module-Runtime
+ >=dev-perl/Moo-1.3.0
+ dev-perl/Role-Tiny
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=dev-perl/MooX-Types-MooseLike-0.230.0
+ dev-perl/Test-Exception
+ dev-perl/Test-Fatal
+ virtual/perl-Test-Simple
+ )
+"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-HandlesVia/
@ 2021-08-26 3:00 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-08-26 3:00 UTC (permalink / raw
To: gentoo-commits
commit: d629165db140c24cb80ef18eaa76458d4aa46c90
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 26 02:56:18 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 02:56:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d629165d
dev-perl/MooX-HandlesVia: Stabilize 0.1.9 x86, #810127
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild
index 3998941236d..51a40e56257 100644
--- a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild
+++ b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="NativeTrait-like behavior for Moo"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
RDEPEND="
dev-perl/Class-Method-Modifiers
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-HandlesVia/
@ 2021-08-26 14:49 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-08-26 14:49 UTC (permalink / raw
To: gentoo-commits
commit: 33d8bc67b7d600c636973851c52b9a5ab32c9c84
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 26 14:47:35 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 14:47:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d8bc67
dev-perl/MooX-HandlesVia: Stabilize 0.1.9 amd64, #810127
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild
index 51a40e56257..aec4e737b18 100644
--- a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild
+++ b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="NativeTrait-like behavior for Moo"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
RDEPEND="
dev-perl/Class-Method-Modifiers
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-HandlesVia/
@ 2021-11-19 1:19 Andreas K. Hüttel
0 siblings, 0 replies; 15+ messages in thread
From: Andreas K. Hüttel @ 2021-11-19 1:19 UTC (permalink / raw
To: gentoo-commits
commit: 9b8777f1f4baf973589826d32a396f4f6b26bcf0
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 19 01:11:01 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 01:18:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b8777f1
dev-perl/MooX-HandlesVia: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/MooX-HandlesVia/Manifest | 1 -
.../MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild | 32 ----------------------
2 files changed, 33 deletions(-)
diff --git a/dev-perl/MooX-HandlesVia/Manifest b/dev-perl/MooX-HandlesVia/Manifest
index d726b009961c..f1b9722aac49 100644
--- a/dev-perl/MooX-HandlesVia/Manifest
+++ b/dev-perl/MooX-HandlesVia/Manifest
@@ -1,2 +1 @@
-DIST MooX-HandlesVia-0.001008.tar.gz 24385 BLAKE2B 9d6a72a9b9bc3bd99a145904e4148bb2c4bce6150b67431402d409ddb81b732a57a11935a10f2ddf2184b0fb8a93d57f6482fdde61508f73b8867fbc92e24c4f SHA512 ad5dd6c5a05d6f44788e31a74d595c3a6c1b8bf62f51d59bab2d65f6963c2995205ad64f6930b103026d3497d3d2a83bd192b7566228c31bf944265e060703c0
DIST MooX-HandlesVia-0.001009.tar.gz 24754 BLAKE2B 965da8297cb22e266b43c8bb79248db7122fca51e2ab98f6ef038463919b0e6128f0328cc3b02245031dbe3a3805963e3bf231c3ee5e959108fa8e821d500b4a SHA512 ea3521bf04c52db09068d4fa7cedd3642fd54fc40b5c88cde9340f0a3bb0da03f2aabbe22788a4f33ffedc628fc510c4fb57bdf3f7c9ce1b9316dd1408c2dd40
diff --git a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild
deleted file mode 100644
index cc9dfc75a173..000000000000
--- a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MATTP
-DIST_VERSION=0.001008
-inherit perl-module
-
-DESCRIPTION="NativeTrait-like behavior for Moo"
-
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-perl/Class-Method-Modifiers
- >=dev-perl/Data-Perl-0.2.6
- dev-perl/Module-Runtime
- >=dev-perl/Moo-1.3.0
- dev-perl/Role-Tiny
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- >=dev-perl/MooX-Types-MooseLike-0.230.0
- dev-perl/Test-Exception
- dev-perl/Test-Fatal
- virtual/perl-Test-Simple
- )
-"
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2021-11-19 1:19 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-13 7:48 [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-HandlesVia/ Jeroen Roovers
-- strict thread matches above, loose matches on Subject: below --
2021-11-19 1:19 Andreas K. Hüttel
2021-08-26 14:49 Sam James
2021-08-26 3:00 Sam James
2021-07-08 23:02 Andreas K. Hüttel
2020-07-18 10:53 Kent Fredric
2020-07-18 10:53 Kent Fredric
2020-07-18 7:04 Kent Fredric
2018-10-25 19:03 Fabian Groffen
2017-11-19 12:21 Kent Fredric
2016-04-02 14:57 Andreas Hüttel
2016-04-02 12:49 Agostino Sarubbo
2016-03-15 11:28 Agostino Sarubbo
2016-03-15 11:26 Agostino Sarubbo
2016-02-28 10:01 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox