public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Pipely/
@ 2017-10-26  4:33 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2017-10-26  4:33 UTC (permalink / raw
  To: gentoo-commits

commit:     ba421608e81747c947f1a08ee3b9240f34933c47
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 04:06:42 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 04:32:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba421608

dev-perl/IO-Pipely: Enable tests

- EAPI6
- Enable tests
- Normalize version
- Fix missing remote-id's

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/IO-Pipely/IO-Pipely-0.5.0-r1.ebuild | 14 ++++++++++++++
 dev-perl/IO-Pipely/metadata.xml              |  1 +
 2 files changed, 15 insertions(+)

diff --git a/dev-perl/IO-Pipely/IO-Pipely-0.5.0-r1.ebuild b/dev-perl/IO-Pipely/IO-Pipely-0.5.0-r1.ebuild
new file mode 100644
index 00000000000..61dc1448453
--- /dev/null
+++ b/dev-perl/IO-Pipely/IO-Pipely-0.5.0-r1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RCAPUTO
+DIST_VERSION=0.005
+inherit perl-module
+
+DESCRIPTION="Portably create pipe() or pipe-like handles, one way or another"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""

diff --git a/dev-perl/IO-Pipely/metadata.xml b/dev-perl/IO-Pipely/metadata.xml
index bc2ebf900e8..9aabf353ee8 100644
--- a/dev-perl/IO-Pipely/metadata.xml
+++ b/dev-perl/IO-Pipely/metadata.xml
@@ -7,5 +7,6 @@
   </maintainer>
   <upstream>
     <remote-id type="cpan">IO-Pipely</remote-id>
+    <remote-id type="cpan-module">IO::Pipely</remote-id>
   </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Pipely/
@ 2018-06-10 15:56 Thomas Deutschmann
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2018-06-10 15:56 UTC (permalink / raw
  To: gentoo-commits

commit:     9861ca6c14929073dd9bdb45584918a34679278b
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 15:53:49 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 15:56:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9861ca6c

dev-perl/IO-Pipely: x86 stable (bug #657684)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/IO-Pipely/IO-Pipely-0.5.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/IO-Pipely/IO-Pipely-0.5.0-r1.ebuild b/dev-perl/IO-Pipely/IO-Pipely-0.5.0-r1.ebuild
index 61dc1448453..836575c169c 100644
--- a/dev-perl/IO-Pipely/IO-Pipely-0.5.0-r1.ebuild
+++ b/dev-perl/IO-Pipely/IO-Pipely-0.5.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,5 +10,5 @@ inherit perl-module
 DESCRIPTION="Portably create pipe() or pipe-like handles, one way or another"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Pipely/
@ 2018-06-10 19:33 Aaron Bauman
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-06-10 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     a363614318b3b4828bce70e2338c70fa4374baa3
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 19:17:39 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 19:33:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3636143

dev-perl/IO-Pipely: amd64 stable wrt bug #657684

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/IO-Pipely/IO-Pipely-0.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IO-Pipely/IO-Pipely-0.5.0-r1.ebuild b/dev-perl/IO-Pipely/IO-Pipely-0.5.0-r1.ebuild
index 836575c169c..106cb48e5aa 100644
--- a/dev-perl/IO-Pipely/IO-Pipely-0.5.0-r1.ebuild
+++ b/dev-perl/IO-Pipely/IO-Pipely-0.5.0-r1.ebuild
@@ -10,5 +10,5 @@ inherit perl-module
 DESCRIPTION="Portably create pipe() or pipe-like handles, one way or another"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Pipely/
@ 2018-08-17  4:29 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2018-08-17  4:29 UTC (permalink / raw
  To: gentoo-commits

commit:     3a68c7d3c2839a1dd9b43fdc897858add7b76a6a
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 17 04:11:52 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug 17 04:29:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a68c7d3

dev-perl/IO-Pipely: Cleanup old version 0.005.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/IO-Pipely/IO-Pipely-0.005.0.ebuild | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/dev-perl/IO-Pipely/IO-Pipely-0.005.0.ebuild b/dev-perl/IO-Pipely/IO-Pipely-0.005.0.ebuild
deleted file mode 100644
index 334b1ec8a16..00000000000
--- a/dev-perl/IO-Pipely/IO-Pipely-0.005.0.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=RCAPUTO
-MODULE_VERSION=0.005
-inherit perl-module
-
-DESCRIPTION="Portably create pipe() or pipe-like handles, one way or another"
-
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Pipely/
@ 2021-11-04 17:36 Andreas K. Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-11-04 17:36 UTC (permalink / raw
  To: gentoo-commits

commit:     e2ab01610d7f105a94ed6fee852c63bf2c68aa05
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  4 17:35:19 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Nov  4 17:36:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2ab0161

dev-perl/IO-Pipely: EAPI=8 bump

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

 .../{IO-Pipely-0.5.0-r1.ebuild => IO-Pipely-0.5.0-r2.ebuild}         | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-perl/IO-Pipely/IO-Pipely-0.5.0-r1.ebuild b/dev-perl/IO-Pipely/IO-Pipely-0.5.0-r2.ebuild
similarity index 81%
rename from dev-perl/IO-Pipely/IO-Pipely-0.5.0-r1.ebuild
rename to dev-perl/IO-Pipely/IO-Pipely-0.5.0-r2.ebuild
index c489fa67767..f0b9f5d2a80 100644
--- a/dev-perl/IO-Pipely/IO-Pipely-0.5.0-r1.ebuild
+++ b/dev-perl/IO-Pipely/IO-Pipely-0.5.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=RCAPUTO
 DIST_VERSION=0.005
@@ -11,4 +11,3 @@ DESCRIPTION="Portably create pipe() or pipe-like handles, one way or another"
 
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Pipely/
@ 2023-06-21  3:09 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-06-21  3:09 UTC (permalink / raw
  To: gentoo-commits

commit:     2b2de3019b0de988a0429cae4d0b019dbfbbae6f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 02:57:03 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 03:09:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b2de301

dev-perl/IO-Pipely: add 0.6.0

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

 dev-perl/IO-Pipely/IO-Pipely-0.6.0.ebuild | 25 +++++++++++++++++++++++++
 dev-perl/IO-Pipely/Manifest               |  1 +
 2 files changed, 26 insertions(+)

diff --git a/dev-perl/IO-Pipely/IO-Pipely-0.6.0.ebuild b/dev-perl/IO-Pipely/IO-Pipely-0.6.0.ebuild
new file mode 100644
index 000000000000..7e1f3d68de5e
--- /dev/null
+++ b/dev-perl/IO-Pipely/IO-Pipely-0.6.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=RCAPUTO
+DIST_VERSION=0.006
+inherit perl-module
+
+DESCRIPTION="Portably create pipe() or pipe-like handles, one way or another"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+	>=virtual/perl-Exporter-5.720.0
+	>=virtual/perl-IO-1.380.0
+"
+BDEPEND="
+	${RDEPEND}
+	test? (
+		>=virtual/perl-Carp-1.420.0
+		>=virtual/perl-Scalar-List-Utils-1.460.0
+	)
+"

diff --git a/dev-perl/IO-Pipely/Manifest b/dev-perl/IO-Pipely/Manifest
index 1ed6537fb189..b13126420320 100644
--- a/dev-perl/IO-Pipely/Manifest
+++ b/dev-perl/IO-Pipely/Manifest
@@ -1 +1,2 @@
 DIST IO-Pipely-0.005.tar.gz 23928 BLAKE2B 98078d3c531b0dfbcf8f6edebbcdd57e0ee2fc525b911347f91a8081db6cc36c54c3ce881ee226415de37e80d5315528d619f6143c2e0860072036bb6926828b SHA512 0a49ad646978506c6c8ab305cad7e295f68a8c9ddc95b7ee39bc381598cad054ef0ea790904e3bcc96a38fc87c9c91a865209d94f6332106c71c55c5bc98477e
+DIST IO-Pipely-0.006.tar.gz 24238 BLAKE2B 025de2f36ae4313308d18a5a9f0143b7dc3aca7b7824db875798ec0a4d10f11d841c8522b83e5d89d2704a873f34f8988d86e8163a2e0aa1d28513beacd6f3b7 SHA512 1a80f4c24c09a457c71cc89ff1130b9f99c7cf63d4c47293537ee68636563f509c21ec44a32870675ea20de3ff1a889610c7edcf95f5b8ce6b8dbe5e336b4f8c


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

end of thread, other threads:[~2023-06-21  3:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-26  4:33 [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Pipely/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2018-06-10 15:56 Thomas Deutschmann
2018-06-10 19:33 Aaron Bauman
2018-08-17  4:29 Kent Fredric
2021-11-04 17:36 Andreas K. Hüttel
2023-06-21  3:09 Sam James

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