public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Elemental/
@ 2017-06-20 20:12 Andreas Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Hüttel @ 2017-06-20 20:12 UTC (permalink / raw
  To: gentoo-commits

commit:     510607269f03f2f44d09d86cb50a00abedf54a60
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 19:48:33 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 20:12:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51060726

dev-perl/Pod-Elemental: New package, needed for Dist::Zilla::Plugin::PodWeaver

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Pod-Elemental/Manifest                    |  1 +
 .../Pod-Elemental/Pod-Elemental-0.103.4.ebuild     | 39 ++++++++++++++++++++++
 dev-perl/Pod-Elemental/metadata.xml                |  8 +++++
 3 files changed, 48 insertions(+)

diff --git a/dev-perl/Pod-Elemental/Manifest b/dev-perl/Pod-Elemental/Manifest
new file mode 100644
index 00000000000..857044bda24
--- /dev/null
+++ b/dev-perl/Pod-Elemental/Manifest
@@ -0,0 +1 @@
+DIST Pod-Elemental-0.103004.tar.gz 37215 SHA256 43625cde7241fb174ad9c7eb45387fba410dc141d7de2323855eeab3590072c9 SHA512 d2cae23f7c4131f74374f72aa52e58840035f2245d290f82594265089400fe669c0c03cf01c5b65688770b1b5eba6f611b60693b245af637711330fe8c617a66 WHIRLPOOL 648078df3065be1d4c043da849d93eeb80fdffc84344af3541d6c5315a4ab4123d2c8a8e336ab1897309596251beabb018a7e2dbf09374bef8b379cde85ae9f2

diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.ebuild
new file mode 100644
index 00000000000..9c38e8a3565
--- /dev/null
+++ b/dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.103004
+inherit perl-module
+
+DESCRIPTION="Work with nestable Pod elements"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	dev-perl/Class-Load
+	virtual/perl-Encode
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Mixin-Linewise
+	dev-perl/Moose
+	dev-perl/MooseX-Types
+	>=dev-perl/Pod-Eventual-0.4.0
+	dev-perl/String-RewritePrefix
+	dev-perl/String-Truncate
+	dev-perl/Sub-Exporter
+	dev-perl/Sub-Exporter-ForMethods
+	dev-perl/namespace-autoclean
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Data-Dumper
+		virtual/perl-File-Spec
+		dev-perl/Test-Deep
+		dev-perl/Test-Differences
+		>=virtual/perl-Test-Simple-0.960.0
+	)
+"

diff --git a/dev-perl/Pod-Elemental/metadata.xml b/dev-perl/Pod-Elemental/metadata.xml
new file mode 100644
index 00000000000..2b9a936fc0a
--- /dev/null
+++ b/dev-perl/Pod-Elemental/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Elemental/
@ 2017-12-28  3:38 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2017-12-28  3:38 UTC (permalink / raw
  To: gentoo-commits

commit:     a44383967e5bbfdf18f994b321219de2ebfae8e7
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 02:49:51 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 03:38:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4438396

dev-perl/Pod-Elemental: Add missing CPAN remote-id's

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/Pod-Elemental/metadata.xml | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/dev-perl/Pod-Elemental/metadata.xml b/dev-perl/Pod-Elemental/metadata.xml
index 2b9a936fc0a..37bb4152706 100644
--- a/dev-perl/Pod-Elemental/metadata.xml
+++ b/dev-perl/Pod-Elemental/metadata.xml
@@ -5,4 +5,33 @@
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>
   </maintainer>
+  <upstream>
+    <remote-id type="cpan">Pod-Elemental</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental::Autoblank</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental::Autochomp</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental::Command</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental::Document</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental::Element::Generic::Blank</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental::Element::Generic::Command</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental::Element::Generic::Nonpod</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental::Element::Generic::Text</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental::Element::Nested</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental::Element::Pod5::Command</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental::Element::Pod5::Data</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental::Element::Pod5::Nonpod</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental::Element::Pod5::Ordinary</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental::Element::Pod5::Region</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental::Element::Pod5::Verbatim</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental::Flat</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental::Node</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental::Objectifier</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental::Paragraph</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental::Selectors</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental::Transformer</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental::Transformer::Gatherer</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental::Transformer::Nester</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental::Transformer::Pod5</remote-id>
+    <remote-id type="cpan-module">Pod::Elemental::Types</remote-id>
+  </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Elemental/
@ 2021-07-04 16:47 Andreas K. Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2021-07-04 16:47 UTC (permalink / raw
  To: gentoo-commits

commit:     3df0859237e779f1d5fd5979fa9a303309c6285a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  4 16:44:16 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul  4 16:44:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df08592

dev-perl/Pod-Elemental: stable for amd64

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.ebuild
index f1cfff572ca..2bbc31519e6 100644
--- a/dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.ebuild
+++ b/dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.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
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Work with nestable Pod elements"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Elemental/
@ 2021-07-30 20:19 Andreas K. Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2021-07-30 20:19 UTC (permalink / raw
  To: gentoo-commits

commit:     70c62c6cc8e1a50226fbd6a04da0c6e954aab2d0
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 30 20:11:07 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jul 30 20:18:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c62c6c

dev-perl/Pod-Elemental: Version bump 0.103005

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Pod-Elemental/Manifest                    |  1 +
 .../Pod-Elemental/Pod-Elemental-0.103.5.ebuild     | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-perl/Pod-Elemental/Manifest b/dev-perl/Pod-Elemental/Manifest
index 58aa1e71a0d..b4b1bc3a0c2 100644
--- a/dev-perl/Pod-Elemental/Manifest
+++ b/dev-perl/Pod-Elemental/Manifest
@@ -1 +1,2 @@
 DIST Pod-Elemental-0.103004.tar.gz 37215 BLAKE2B d2d8dba34fcc47fbb809674571e6c931dbdd6b30479207f38836b97615b0a76fbbff2b3d78594ba19f9e3c8fbf7c22ebd50d26c28115e53e750ef9814a982491 SHA512 d2cae23f7c4131f74374f72aa52e58840035f2245d290f82594265089400fe669c0c03cf01c5b65688770b1b5eba6f611b60693b245af637711330fe8c617a66
+DIST Pod-Elemental-0.103005.tar.gz 37245 BLAKE2B 2d27f5ded1919584139ac26035380484ac193fddcb3739707ca56e56e1bc352df54ca1b8411329b83a02dbe9f0f656075bdf8dbf71c4abcd2ab9ea657c4613fe SHA512 bd3c6c6d5aef5b0242daddbba7c00b9cabdee4e26111562bb3efcd6032044b581ee8e66877d8ea07baff6b076cd6cccd0f55be210fbb35344a324f93d79ca667

diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.103.5.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.103.5.ebuild
new file mode 100644
index 00000000000..297c7ac810d
--- /dev/null
+++ b/dev-perl/Pod-Elemental/Pod-Elemental-0.103.5.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.103005
+inherit perl-module
+
+DESCRIPTION="Work with nestable Pod elements"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-perl/Class-Load
+	virtual/perl-Encode
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Mixin-Linewise
+	dev-perl/Moose
+	dev-perl/MooseX-Types
+	>=dev-perl/Pod-Eventual-0.4.0
+	dev-perl/String-RewritePrefix
+	dev-perl/String-Truncate
+	dev-perl/Sub-Exporter
+	dev-perl/Sub-Exporter-ForMethods
+	dev-perl/namespace-autoclean
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Data-Dumper
+		virtual/perl-File-Spec
+		dev-perl/Test-Deep
+		dev-perl/Test-Differences
+		>=virtual/perl-Test-Simple-0.960.0
+	)
+"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Elemental/
@ 2021-10-11  3:13 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-10-11  3:13 UTC (permalink / raw
  To: gentoo-commits

commit:     27b3adeb12fb085a362164c6f59e2968b7009022
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 03:11:24 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 03:11:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b3adeb

dev-perl/Pod-Elemental: Stabilize 0.103.5 amd64, #817473

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Pod-Elemental/Pod-Elemental-0.103.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.103.5.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.103.5.ebuild
index 297c7ac810d..b38724d8b90 100644
--- a/dev-perl/Pod-Elemental/Pod-Elemental-0.103.5.ebuild
+++ b/dev-perl/Pod-Elemental/Pod-Elemental-0.103.5.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Work with nestable Pod elements"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
 	dev-perl/Class-Load


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Elemental/
@ 2021-11-25 18:03 Andreas K. Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2021-11-25 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     0e45a770e4f4c35e24936e6a6ce997e2227877c6
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 18:01:39 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 18:03:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e45a770

dev-perl/Pod-Elemental: 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/Pod-Elemental/Manifest                    |  1 -
 .../Pod-Elemental/Pod-Elemental-0.103.4.ebuild     | 40 ----------------------
 2 files changed, 41 deletions(-)

diff --git a/dev-perl/Pod-Elemental/Manifest b/dev-perl/Pod-Elemental/Manifest
index b4b1bc3a0c21..f53376e49512 100644
--- a/dev-perl/Pod-Elemental/Manifest
+++ b/dev-perl/Pod-Elemental/Manifest
@@ -1,2 +1 @@
-DIST Pod-Elemental-0.103004.tar.gz 37215 BLAKE2B d2d8dba34fcc47fbb809674571e6c931dbdd6b30479207f38836b97615b0a76fbbff2b3d78594ba19f9e3c8fbf7c22ebd50d26c28115e53e750ef9814a982491 SHA512 d2cae23f7c4131f74374f72aa52e58840035f2245d290f82594265089400fe669c0c03cf01c5b65688770b1b5eba6f611b60693b245af637711330fe8c617a66
 DIST Pod-Elemental-0.103005.tar.gz 37245 BLAKE2B 2d27f5ded1919584139ac26035380484ac193fddcb3739707ca56e56e1bc352df54ca1b8411329b83a02dbe9f0f656075bdf8dbf71c4abcd2ab9ea657c4613fe SHA512 bd3c6c6d5aef5b0242daddbba7c00b9cabdee4e26111562bb3efcd6032044b581ee8e66877d8ea07baff6b076cd6cccd0f55be210fbb35344a324f93d79ca667

diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.ebuild
deleted file mode 100644
index 2bbc31519e64..000000000000
--- a/dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=RJBS
-DIST_VERSION=0.103004
-inherit perl-module
-
-DESCRIPTION="Work with nestable Pod elements"
-
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-perl/Class-Load
-	virtual/perl-Encode
-	virtual/perl-Scalar-List-Utils
-	dev-perl/Mixin-Linewise
-	dev-perl/Moose
-	dev-perl/MooseX-Types
-	>=dev-perl/Pod-Eventual-0.4.0
-	dev-perl/String-RewritePrefix
-	dev-perl/String-Truncate
-	dev-perl/Sub-Exporter
-	dev-perl/Sub-Exporter-ForMethods
-	dev-perl/namespace-autoclean
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-Data-Dumper
-		virtual/perl-File-Spec
-		dev-perl/Test-Deep
-		dev-perl/Test-Differences
-		>=virtual/perl-Test-Simple-0.960.0
-	)
-"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Elemental/
@ 2023-06-19  1:47 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-06-19  1:47 UTC (permalink / raw
  To: gentoo-commits

commit:     f99ae5176cb0586f909242c9beff8380c4db280f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 01:25:49 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 01:25:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f99ae517

dev-perl/Pod-Elemental: add 0.103.6

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Pod-Elemental/Manifest                    |  1 +
 .../Pod-Elemental/Pod-Elemental-0.103.6.ebuild     | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-perl/Pod-Elemental/Manifest b/dev-perl/Pod-Elemental/Manifest
index f53376e49512..a26308e0089a 100644
--- a/dev-perl/Pod-Elemental/Manifest
+++ b/dev-perl/Pod-Elemental/Manifest
@@ -1 +1,2 @@
 DIST Pod-Elemental-0.103005.tar.gz 37245 BLAKE2B 2d27f5ded1919584139ac26035380484ac193fddcb3739707ca56e56e1bc352df54ca1b8411329b83a02dbe9f0f656075bdf8dbf71c4abcd2ab9ea657c4613fe SHA512 bd3c6c6d5aef5b0242daddbba7c00b9cabdee4e26111562bb3efcd6032044b581ee8e66877d8ea07baff6b076cd6cccd0f55be210fbb35344a324f93d79ca667
+DIST Pod-Elemental-0.103006.tar.gz 38392 BLAKE2B 4fce191d1fd472107a942e206741efa2af3d19ba77b4c48b1dacf08933b8f0ac81389849ebad3359c9a78f765bb8321556b3ab9f834c44ad97064b76871e09f1 SHA512 fa8c562b8ffa28564a5f8983c2205ed7a81cc0b959217553e4021e6ad24add4557a7fb55d24891b326989938b764b9a46d321cc001a496bdfac6ca50c39c58ee

diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.103.6.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.103.6.ebuild
new file mode 100644
index 000000000000..0ba850df4af7
--- /dev/null
+++ b/dev-perl/Pod-Elemental/Pod-Elemental-0.103.6.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.103006
+inherit perl-module
+
+DESCRIPTION="Work with nestable Pod elements"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-perl/Class-Load
+	virtual/perl-Encode
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Mixin-Linewise
+	dev-perl/Moose
+	dev-perl/MooseX-Types
+	>=dev-perl/Pod-Eventual-0.4.0
+	dev-perl/String-RewritePrefix
+	dev-perl/String-Truncate
+	dev-perl/Sub-Exporter
+	dev-perl/Sub-Exporter-ForMethods
+	dev-perl/namespace-autoclean
+"
+BDEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.780.0
+	test? (
+		virtual/perl-Data-Dumper
+		virtual/perl-File-Spec
+		dev-perl/Test-Deep
+		dev-perl/Test-Differences
+		>=virtual/perl-Test-Simple-0.960.0
+	)
+"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-06-19  1:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-11  3:13 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Elemental/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-06-19  1:47 Sam James
2021-11-25 18:03 Andreas K. Hüttel
2021-07-30 20:19 Andreas K. Hüttel
2021-07-04 16:47 Andreas K. Hüttel
2017-12-28  3:38 Kent Fredric
2017-06-20 20:12 Andreas Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox