* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Role-Identifiable/
@ 2016-11-21 3:37 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2016-11-21 3:37 UTC (permalink / raw
To: gentoo-commits
commit: 85da104c635d2e99fa77b8adf807e4dc690afc34
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 21 01:23:34 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 03:36:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85da104c
dev-perl/Role-Identifiable: Add w/ version 0.7.0
Requried for dev-perl/Dist-Zilla via its dependency dev-perl/Config-MVP
Previously maintained in ::perl-experimental since Feb 2011 by myself
and Torsten Veller
Package-Manager: portage-2.3.2
dev-perl/Role-Identifiable/Manifest | 1 +
.../Role-Identifiable-0.7.0.ebuild | 29 ++++++++++++++++++++++
dev-perl/Role-Identifiable/metadata.xml | 13 ++++++++++
3 files changed, 43 insertions(+)
diff --git a/dev-perl/Role-Identifiable/Manifest b/dev-perl/Role-Identifiable/Manifest
new file mode 100644
index 00000000..1f76f85
--- /dev/null
+++ b/dev-perl/Role-Identifiable/Manifest
@@ -0,0 +1 @@
+DIST Role-Identifiable-0.007.tar.gz 13429 SHA256 561346d1a1a07a45bd851d859a825a7f67925a7a3ba5ba58e0cdad8bb99073ad SHA512 811c81e3fbf8499269c4db3a45d60b35ae6ff8a8d5a93308607f37c97c2f52ad4ee6db28d15497d4d1f8cb59c67f03f479632d1a2d440034e8cd711b2a5349df WHIRLPOOL ef4e02fbd06a24026b8770fea154189be0b0ef6e804d4cd3d5897eca94f28f79fc9812ddd6f9b551878434de38c044a7025e775542bb6bbd1250aa99853859f7
diff --git a/dev-perl/Role-Identifiable/Role-Identifiable-0.7.0.ebuild b/dev-perl/Role-Identifiable/Role-Identifiable-0.7.0.ebuild
new file mode 100644
index 00000000..8d3a3be
--- /dev/null
+++ b/dev-perl/Role-Identifiable/Role-Identifiable-0.7.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.007
+inherit perl-module
+
+DESCRIPTION="a thing with a list of tags"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# r: Moose::Role -> Moose
+# r: Moose::Util::TypeConstraints -> Moose
+RDEPEND="
+ dev-perl/Moose
+"
+# t: IO::Handle -> IO
+# t: IPC::Open3 -> perl
+DEPEND="
+ ${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ test? (
+ virtual/perl-File-Spec
+ virtual/perl-IO
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
diff --git a/dev-perl/Role-Identifiable/metadata.xml b/dev-perl/Role-Identifiable/metadata.xml
new file mode 100644
index 00000000..54be6d5
--- /dev/null
+++ b/dev-perl/Role-Identifiable/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Role-Identifiable</remote-id>
+ <remote-id type="cpan-module">Role::Identifiable::HasIdent</remote-id>
+ <remote-id type="cpan-module">Role::Identifiable::HasTags</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Role-Identifiable/
@ 2017-09-18 13:03 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2017-09-18 13:03 UTC (permalink / raw
To: gentoo-commits
commit: 8b62c591ebb1fba925a3602e155e8ed2f704b7ab
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 12:33:59 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 12:47:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b62c591
dev-perl/Role-Identifiable: Fix ebuild.badheader
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-perl/Role-Identifiable/Role-Identifiable-0.7.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-perl/Role-Identifiable/Role-Identifiable-0.7.0.ebuild b/dev-perl/Role-Identifiable/Role-Identifiable-0.7.0.ebuild
index 6153c9b87c2..5ccbc3c3cea 100644
--- a/dev-perl/Role-Identifiable/Role-Identifiable-0.7.0.ebuild
+++ b/dev-perl/Role-Identifiable/Role-Identifiable-0.7.0.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+
EAPI=6
DIST_AUTHOR=RJBS
DIST_VERSION=0.007
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Role-Identifiable/
@ 2021-06-15 16:58 Andreas K. Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-06-15 16:58 UTC (permalink / raw
To: gentoo-commits
commit: 6c0277005f891316bd3c02ab9753279d9e3e8a09
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 15 16:56:15 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun 15 16:57:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c027700
dev-perl/Role-Identifiable: stable for amd64
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Role-Identifiable/Role-Identifiable-0.7.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Role-Identifiable/Role-Identifiable-0.7.0.ebuild b/dev-perl/Role-Identifiable/Role-Identifiable-0.7.0.ebuild
index b76f96e97cc..4ecd27c1376 100644
--- a/dev-perl/Role-Identifiable/Role-Identifiable-0.7.0.ebuild
+++ b/dev-perl/Role-Identifiable/Role-Identifiable-0.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,7 @@ inherit perl-module
DESCRIPTION="a thing with a list of tags"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Role-Identifiable/
@ 2021-08-05 21:15 Andreas K. Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-08-05 21:15 UTC (permalink / raw
To: gentoo-commits
commit: 04b4ddbe0f867cd49e872cdc1ff3e5ada4bc51ad
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 5 20:55:55 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Aug 5 21:14:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b4ddbe
dev-perl/Role-Identifiable: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...ifiable-0.7.0.ebuild => Role-Identifiable-0.7.0-r1.ebuild} | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/dev-perl/Role-Identifiable/Role-Identifiable-0.7.0.ebuild b/dev-perl/Role-Identifiable/Role-Identifiable-0.7.0-r1.ebuild
similarity index 70%
rename from dev-perl/Role-Identifiable/Role-Identifiable-0.7.0.ebuild
rename to dev-perl/Role-Identifiable/Role-Identifiable-0.7.0-r1.ebuild
index 4ecd27c1376..a28d2e5e872 100644
--- a/dev-perl/Role-Identifiable/Role-Identifiable-0.7.0.ebuild
+++ b/dev-perl/Role-Identifiable/Role-Identifiable-0.7.0-r1.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+
DIST_AUTHOR=RJBS
DIST_VERSION=0.007
inherit perl-module
@@ -9,17 +10,11 @@ inherit perl-module
DESCRIPTION="a thing with a list of tags"
SLOT="0"
KEYWORDS="amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-# r: Moose::Role -> Moose
-# r: Moose::Util::TypeConstraints -> Moose
RDEPEND="
dev-perl/Moose
"
-# t: IO::Handle -> IO
-# t: IPC::Open3 -> perl
-DEPEND="
+BDEPEND="
${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Role-Identifiable/
@ 2023-06-18 23:58 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-06-18 23:58 UTC (permalink / raw
To: gentoo-commits
commit: 0f3619ba055cb78366f71d13bc004a4143082359
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 23:50:57 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 23:52:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3619ba
dev-perl/Role-Identifiable: add 0.9.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Role-Identifiable/Manifest | 1 +
.../Role-Identifiable-0.9.0.ebuild | 25 ++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-perl/Role-Identifiable/Manifest b/dev-perl/Role-Identifiable/Manifest
index 768ba7723dd3..97453ef9057c 100644
--- a/dev-perl/Role-Identifiable/Manifest
+++ b/dev-perl/Role-Identifiable/Manifest
@@ -1 +1,2 @@
DIST Role-Identifiable-0.007.tar.gz 13429 BLAKE2B 181094bf86a12c218c437706b4876ba9043c3808c460048fd911316eb49e0766b69e96559755c1ccc9d2344fe0639a8856c70aa7583e0d23ca0ca6e4e5ce1782 SHA512 811c81e3fbf8499269c4db3a45d60b35ae6ff8a8d5a93308607f37c97c2f52ad4ee6db28d15497d4d1f8cb59c67f03f479632d1a2d440034e8cd711b2a5349df
+DIST Role-Identifiable-0.009.tar.gz 16678 BLAKE2B e9a0cd3f3fd0be9bc98f3e4f029f7859745a5da148866791c024de67afb5e887aa5bd90c5bc26dd2bf645854359d417aa02bab3f52555fc38545b578b2aa4e64 SHA512 adc94f63c128dca80ef204eaf4b71752227b0cedca3bc2d32ffebdabfc5804009ebe15bfab2d522c23cf92090ed49c1a00c9f237c52abe9de69cf5145605eb33
diff --git a/dev-perl/Role-Identifiable/Role-Identifiable-0.9.0.ebuild b/dev-perl/Role-Identifiable/Role-Identifiable-0.9.0.ebuild
new file mode 100644
index 000000000000..3dab92d17c8e
--- /dev/null
+++ b/dev-perl/Role-Identifiable/Role-Identifiable-0.9.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.009
+inherit perl-module
+
+DESCRIPTION="Thing with a list of tags"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-perl/Moose
+"
+BDEPEND="
+ ${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.780.0
+ test? (
+ virtual/perl-File-Spec
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-06-18 23:58 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-18 23:58 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Role-Identifiable/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-08-05 21:15 Andreas K. Hüttel
2021-06-15 16:58 Andreas K. Hüttel
2017-09-18 13:03 Kent Fredric
2016-11-21 3:37 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox