public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Eventual/
@ 2016-11-21  3:37 Kent Fredric
  0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2016-11-21  3:37 UTC (permalink / raw
  To: gentoo-commits

commit:     ef40d2ffbe757f5a1199555973c9fa50b55af61e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 21 02:53:28 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 03:36:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef40d2ff

dev-perl/Pod-Eventual: Add w/ version 0.94.1

Required for dev-perl/Dist-Zilla

Previously maintained in ::perl-experimental by Torsten Veller,
Michele Beltrame and myself since May 2009

Package-Manager: portage-2.3.2

 dev-perl/Pod-Eventual/Manifest                   |  1 +
 dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild | 26 ++++++++++++++++++++++++
 dev-perl/Pod-Eventual/metadata.xml               | 13 ++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-perl/Pod-Eventual/Manifest b/dev-perl/Pod-Eventual/Manifest
new file mode 100644
index 00000000..0ecc321
--- /dev/null
+++ b/dev-perl/Pod-Eventual/Manifest
@@ -0,0 +1 @@
+DIST Pod-Eventual-0.094001.tar.gz 16640 SHA256 be9fb8910b108e5d1a66f002b659ad22576e88d779b703dff9d15122c3f80834 SHA512 f892653f6895381b3f493b44e8c295d02bf78e70e64c23b9c8602e6692517790524cd5996bb6d84aed7b4e8da60eebe99330a53e5f26f75e4ab017d6e8d317e6 WHIRLPOOL 093e958ff8e9ffd1670a469a045a95cfe005972d6de7d2aede238ead2757f242e89c58fe10fcb325b84ab929c2ffbbeb2d4f87a70c668d64fdc09bd012d7e4fd

diff --git a/dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild b/dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild
new file mode 100644
index 00000000..fef0870
--- /dev/null
+++ b/dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild
@@ -0,0 +1,26 @@
+# 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.094001
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="read a POD document as a series of trivial events"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+# r: strict, warnings -> perl
+RDEPEND="
+	virtual/perl-Carp
+	>=dev-perl/Mixin-Linewise-0.102.0
+"
+DEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
+	test? (
+		>=virtual/perl-Test-Simple-0.960.0
+		dev-perl/Test-Deep
+	)
+"

diff --git a/dev-perl/Pod-Eventual/metadata.xml b/dev-perl/Pod-Eventual/metadata.xml
new file mode 100644
index 00000000..db44bcf
--- /dev/null
+++ b/dev-perl/Pod-Eventual/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">Pod-Eventual</remote-id>
+    <remote-id type="cpan-module">Pod::Eventual</remote-id>
+    <remote-id type="cpan-module">Pod::Eventual::Simple</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Eventual/
@ 2017-09-18 13:03 Kent Fredric
  0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2017-09-18 13:03 UTC (permalink / raw
  To: gentoo-commits

commit:     2cb45122bda646230fd8c835497fdc8282c73258
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 12:31:41 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 12:47:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb45122

dev-perl/Pod-Eventual: Fix ebuild.badheader

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild b/dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild
index 48d3482fc75..715c0c4121d 100644
--- a/dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild
+++ b/dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.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.094001


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

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

commit:     163f618addae84285a6d2936f5af0701869fa31b
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  4 16:43:26 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul  4 16:43:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=163f618a

dev-perl/Pod-Eventual: 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-Eventual/Pod-Eventual-0.94.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild b/dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild
index bb21db06841..b656c41cdb1 100644
--- a/dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild
+++ b/dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.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
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="read a POD document as a series of trivial events"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 # r: strict, warnings -> perl


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

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

commit:     4721005b823d70cfc7669b5ca58671d91a136260
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 30 20:13:48 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jul 30 20:18:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4721005b

dev-perl/Pod-Eventual: Version bump 0.094002

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

 dev-perl/Pod-Eventual/Manifest                   |  1 +
 dev-perl/Pod-Eventual/Pod-Eventual-0.94.2.ebuild | 26 ++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/Pod-Eventual/Manifest b/dev-perl/Pod-Eventual/Manifest
index 88aadbe98f8..fce47320a46 100644
--- a/dev-perl/Pod-Eventual/Manifest
+++ b/dev-perl/Pod-Eventual/Manifest
@@ -1 +1,2 @@
 DIST Pod-Eventual-0.094001.tar.gz 16640 BLAKE2B e20422427f26d5b80ff89be8682e92b2542c98feaa0ecbe24fb9505627e6a77595568d6d2c0e23d6da6303ea3c45a24c3dc0f83393fecce5061fc33eff00d487 SHA512 f892653f6895381b3f493b44e8c295d02bf78e70e64c23b9c8602e6692517790524cd5996bb6d84aed7b4e8da60eebe99330a53e5f26f75e4ab017d6e8d317e6
+DIST Pod-Eventual-0.094002.tar.gz 20886 BLAKE2B c59637efc78b5b4360e83608220083e95ae73648e7acfc74a49ec1d66372f33d4540d6063c883405eb8a520284d46c52de21c83c38b59de9d9bd53b629f49389 SHA512 4442a079faaf2f1eeae66639a247a3f1b55eecc1d1bf680dd4429bed6fcfc75824d3ecdf28b32a40780881bab9ebef6712291bcbf955b0f97e82340d407be2a4

diff --git a/dev-perl/Pod-Eventual/Pod-Eventual-0.94.2.ebuild b/dev-perl/Pod-Eventual/Pod-Eventual-0.94.2.ebuild
new file mode 100644
index 00000000000..b8126e9afe4
--- /dev/null
+++ b/dev-perl/Pod-Eventual/Pod-Eventual-0.94.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.094002
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="read a POD document as a series of trivial events"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	virtual/perl-Carp
+	>=dev-perl/Mixin-Linewise-0.102.0
+"
+BDEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
+	test? (
+		>=virtual/perl-Test-Simple-0.960.0
+		dev-perl/Test-Deep
+	)
+"


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

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

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

dev-perl/Pod-Eventual: Stabilize 0.94.2 amd64, #817482

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

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

diff --git a/dev-perl/Pod-Eventual/Pod-Eventual-0.94.2.ebuild b/dev-perl/Pod-Eventual/Pod-Eventual-0.94.2.ebuild
index b8126e9afe4..a40f8ced9ae 100644
--- a/dev-perl/Pod-Eventual/Pod-Eventual-0.94.2.ebuild
+++ b/dev-perl/Pod-Eventual/Pod-Eventual-0.94.2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="read a POD document as a series of trivial events"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
 	virtual/perl-Carp


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

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

commit:     4a797f89fdd7bb4cb0b028c1d9a8d48b708c9403
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 18:02:35 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 18:03:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a797f89

dev-perl/Pod-Eventual: 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-Eventual/Manifest                   |  1 -
 dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild | 27 ------------------------
 2 files changed, 28 deletions(-)

diff --git a/dev-perl/Pod-Eventual/Manifest b/dev-perl/Pod-Eventual/Manifest
index fce47320a46d..bfb4b841af40 100644
--- a/dev-perl/Pod-Eventual/Manifest
+++ b/dev-perl/Pod-Eventual/Manifest
@@ -1,2 +1 @@
-DIST Pod-Eventual-0.094001.tar.gz 16640 BLAKE2B e20422427f26d5b80ff89be8682e92b2542c98feaa0ecbe24fb9505627e6a77595568d6d2c0e23d6da6303ea3c45a24c3dc0f83393fecce5061fc33eff00d487 SHA512 f892653f6895381b3f493b44e8c295d02bf78e70e64c23b9c8602e6692517790524cd5996bb6d84aed7b4e8da60eebe99330a53e5f26f75e4ab017d6e8d317e6
 DIST Pod-Eventual-0.094002.tar.gz 20886 BLAKE2B c59637efc78b5b4360e83608220083e95ae73648e7acfc74a49ec1d66372f33d4540d6063c883405eb8a520284d46c52de21c83c38b59de9d9bd53b629f49389 SHA512 4442a079faaf2f1eeae66639a247a3f1b55eecc1d1bf680dd4429bed6fcfc75824d3ecdf28b32a40780881bab9ebef6712291bcbf955b0f97e82340d407be2a4

diff --git a/dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild b/dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild
deleted file mode 100644
index b656c41cdb14..000000000000
--- a/dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild
+++ /dev/null
@@ -1,27 +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.094001
-DIST_EXAMPLES=("eg/*")
-inherit perl-module
-
-DESCRIPTION="read a POD document as a series of trivial events"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-# r: strict, warnings -> perl
-RDEPEND="
-	virtual/perl-Carp
-	>=dev-perl/Mixin-Linewise-0.102.0
-"
-DEPEND="
-	${RDEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
-	test? (
-		>=virtual/perl-Test-Simple-0.960.0
-		dev-perl/Test-Deep
-	)
-"


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

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

commit:     3c261d303fc5b609c0d0fc17c89e88db588d3f40
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 01:23:16 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 01:23:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c261d30

dev-perl/Pod-Eventual: add 0.94.3

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

 dev-perl/Pod-Eventual/Manifest                   |  1 +
 dev-perl/Pod-Eventual/Pod-Eventual-0.94.3.ebuild | 27 ++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-perl/Pod-Eventual/Manifest b/dev-perl/Pod-Eventual/Manifest
index bfb4b841af40..d6982b67629f 100644
--- a/dev-perl/Pod-Eventual/Manifest
+++ b/dev-perl/Pod-Eventual/Manifest
@@ -1 +1,2 @@
 DIST Pod-Eventual-0.094002.tar.gz 20886 BLAKE2B c59637efc78b5b4360e83608220083e95ae73648e7acfc74a49ec1d66372f33d4540d6063c883405eb8a520284d46c52de21c83c38b59de9d9bd53b629f49389 SHA512 4442a079faaf2f1eeae66639a247a3f1b55eecc1d1bf680dd4429bed6fcfc75824d3ecdf28b32a40780881bab9ebef6712291bcbf955b0f97e82340d407be2a4
+DIST Pod-Eventual-0.094003.tar.gz 20922 BLAKE2B 5be952f4817814ba9ec533c1874ab78930a164a8ee96295ea64f155cb0ecfcb58fc20c657c325f515624956b362a6a5254b31fefc7027ffc3a525535bd6e93a8 SHA512 93ccda890dc69af97c54e1502d82797c2ce0f7fcd89f431ddc8b7c983b8ade94627af8badda28284d08d6d84597d74ed30964311e76caccaf12858addda581a0

diff --git a/dev-perl/Pod-Eventual/Pod-Eventual-0.94.3.ebuild b/dev-perl/Pod-Eventual/Pod-Eventual-0.94.3.ebuild
new file mode 100644
index 000000000000..16fd80ccec52
--- /dev/null
+++ b/dev-perl/Pod-Eventual/Pod-Eventual-0.94.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.094003
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="read a POD document as a series of trivial events"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	virtual/perl-Carp
+	>=dev-perl/Mixin-Linewise-0.102.0
+"
+BDEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
+	test? (
+		>=virtual/perl-Test-Simple-0.960.0
+		dev-perl/Test-Deep
+	)
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Eventual/
@ 2023-07-24  3:19 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-07-24  3:19 UTC (permalink / raw
  To: gentoo-commits

commit:     29423224e3282432235bb7fe668ab9a976ede93a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 03:18:58 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 03:18:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29423224

dev-perl/Pod-Eventual: Stabilize 0.94.3 amd64, #910950

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

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

diff --git a/dev-perl/Pod-Eventual/Pod-Eventual-0.94.3.ebuild b/dev-perl/Pod-Eventual/Pod-Eventual-0.94.3.ebuild
index 16fd80ccec52..603990bae9a0 100644
--- a/dev-perl/Pod-Eventual/Pod-Eventual-0.94.3.ebuild
+++ b/dev-perl/Pod-Eventual/Pod-Eventual-0.94.3.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="read a POD document as a series of trivial events"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
 	virtual/perl-Carp


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

end of thread, other threads:[~2023-07-24  3:19 UTC | newest]

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