public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Out/
@ 2018-03-16 23:18 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2018-03-16 23:18 UTC (permalink / raw
  To: gentoo-commits

commit:     dfd44533750a07b1814515c3dd9d8293e785fc6c
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 16 23:17:12 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Mar 16 23:17:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfd44533

dev-perl/Time-Out: EAPI6 + tests

- EAPI6
- Enable tests
- Cleanup POD tests
- Add missing CPAN remote-id's

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Time-Out/Time-Out-0.110.0-r1.ebuild | 20 ++++++++++++++++++++
 dev-perl/Time-Out/metadata.xml               |  4 ++++
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/Time-Out/Time-Out-0.110.0-r1.ebuild b/dev-perl/Time-Out/Time-Out-0.110.0-r1.ebuild
new file mode 100644
index 00000000000..cf8e675074c
--- /dev/null
+++ b/dev-perl/Time-Out/Time-Out-0.110.0-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PATL
+DIST_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION="Easily timeout long running operations"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"
+PERL_RM_FILES=( "t/pod.t" )

diff --git a/dev-perl/Time-Out/metadata.xml b/dev-perl/Time-Out/metadata.xml
index 2b9a936fc0a..4e9caee52d4 100644
--- a/dev-perl/Time-Out/metadata.xml
+++ b/dev-perl/Time-Out/metadata.xml
@@ -5,4 +5,8 @@
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>
   </maintainer>
+  <upstream>
+    <remote-id type="cpan">Time-Out</remote-id>
+    <remote-id type="cpan-module">Time::Out</remote-id>
+  </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Out/
@ 2018-07-21 13:27 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2018-07-21 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     2cac5e44662987d74ece48a8638d0c9c4b40d5b3
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 21 13:17:34 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 21 13:26:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cac5e44

dev-perl/Time-Out: Cleanup old version 0.110.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Time-Out/Time-Out-0.110.0.ebuild | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/dev-perl/Time-Out/Time-Out-0.110.0.ebuild b/dev-perl/Time-Out/Time-Out-0.110.0.ebuild
deleted file mode 100644
index fdb9de0d462..00000000000
--- a/dev-perl/Time-Out/Time-Out-0.110.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=PATL
-MODULE_VERSION=0.11
-inherit perl-module
-
-DESCRIPTION="Easily timeout long running operations"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Out/
@ 2021-09-29 15:53 Andreas K. Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2021-09-29 15:53 UTC (permalink / raw
  To: gentoo-commits

commit:     e9bb7ce65b31ced342940b8e6bd433f915a45aab
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 29 15:49:28 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Sep 29 15:52:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9bb7ce6

dev-perl/Time-Out: EAPI=8 bump

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

 .../{Time-Out-0.110.0-r1.ebuild => Time-Out-0.110.0-r2.ebuild}   | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Time-Out/Time-Out-0.110.0-r1.ebuild b/dev-perl/Time-Out/Time-Out-0.110.0-r2.ebuild
similarity index 66%
rename from dev-perl/Time-Out/Time-Out-0.110.0-r1.ebuild
rename to dev-perl/Time-Out/Time-Out-0.110.0-r2.ebuild
index cf8e675074c..380070ffddc 100644
--- a/dev-perl/Time-Out/Time-Out-0.110.0-r1.ebuild
+++ b/dev-perl/Time-Out/Time-Out-0.110.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=PATL
 DIST_VERSION=0.11
@@ -11,10 +11,5 @@ DESCRIPTION="Easily timeout long running operations"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-RDEPEND=""
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-"
 PERL_RM_FILES=( "t/pod.t" )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Out/
@ 2023-11-13  4:35 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-11-13  4:35 UTC (permalink / raw
  To: gentoo-commits

commit:     17d5218d5ae863e8416235cd3c587631e18f09ca
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 13 04:28:55 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 13 04:34:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d5218d

dev-perl/Time-Out: add 0.220.0

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

 dev-perl/Time-Out/Manifest                |  1 +
 dev-perl/Time-Out/Time-Out-0.220.0.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/Time-Out/Manifest b/dev-perl/Time-Out/Manifest
index 29c05811f1e5..21b671650355 100644
--- a/dev-perl/Time-Out/Manifest
+++ b/dev-perl/Time-Out/Manifest
@@ -1 +1,2 @@
 DIST Time-Out-0.11.tar.gz 3647 BLAKE2B a4dc5da38db1f5f42da8235e083d7b6214ed5b0e565a0cef50ff38c2ae6213ef999e50f9c97ebfcd457dcc39c6a131657cf21ea3619ca1277ab4c2a34b5238ee SHA512 707f113bf3d6c607f8e945d0bd89e9b035eebd7df79e3d8f62eea9e344bebfdce7d9165bfaf20c6267e68e3503c673077cec0823a7b2f139c24effd2e6cecd0a
+DIST Time-Out-0.22.tar.gz 15344 BLAKE2B 645c893bcdf51f2f43a55d3fbd067eaf4ea355d7fe5139cbad82bb78d0b82ac3685c7c2d8c44b29cd327ca18387fac7b61cadef023d13c39b5957e602d6e6e68 SHA512 c17efa124bc2a41141b929d532227f13b72b0528053087023b009bddd3b4ad4ea4b5ac0df0d42c6794a67c93afb375411afb0bb532b0a084f21cfce6b0744a0a

diff --git a/dev-perl/Time-Out/Time-Out-0.220.0.ebuild b/dev-perl/Time-Out/Time-Out-0.220.0.ebuild
new file mode 100644
index 000000000000..9db765563541
--- /dev/null
+++ b/dev-perl/Time-Out/Time-Out-0.220.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SVW
+DIST_VERSION=0.22
+inherit perl-module
+
+DESCRIPTION="Easily timeout long running operations"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-perl/Try-Tiny
+"
+BDEPEND="
+	${RDEPEND}
+	>=dev-perl/ExtUtils-MakeMaker-CPANfile-0.90.0
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		dev-perl/Test-Fatal
+		dev-perl/Test-Needs
+	)
+"
+
+PERL_RM_FILES=( "t/pod.t" )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Out/
@ 2023-11-13 20:24 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-11-13 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     1ff041c115b18d23af6b5de67cf82fb98efd3190
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 13 20:24:10 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 13 20:24:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ff041c1

dev-perl/Time-Out: Keyword 0.220.0 x86, #917273

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/Time-Out/Time-Out-0.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Time-Out/Time-Out-0.220.0.ebuild b/dev-perl/Time-Out/Time-Out-0.220.0.ebuild
index 9db765563541..5d2415416a9c 100644
--- a/dev-perl/Time-Out/Time-Out-0.220.0.ebuild
+++ b/dev-perl/Time-Out/Time-Out-0.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Easily timeout long running operations"
 
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
 	dev-perl/Try-Tiny


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Out/
@ 2024-05-02  3:53 Andreas K. Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2024-05-02  3:53 UTC (permalink / raw
  To: gentoo-commits

commit:     cf81c8d9c397600efd431b528ad616d1d30857e4
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu May  2 03:53:13 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu May  2 03:53:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf81c8d9

dev-perl/Time-Out: add 0.240.0

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Time-Out/Manifest                |  1 +
 dev-perl/Time-Out/Time-Out-0.240.0.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/Time-Out/Manifest b/dev-perl/Time-Out/Manifest
index 988daf297e40..7d6d9309e9d4 100644
--- a/dev-perl/Time-Out/Manifest
+++ b/dev-perl/Time-Out/Manifest
@@ -1 +1,2 @@
 DIST Time-Out-0.22.tar.gz 15344 BLAKE2B 645c893bcdf51f2f43a55d3fbd067eaf4ea355d7fe5139cbad82bb78d0b82ac3685c7c2d8c44b29cd327ca18387fac7b61cadef023d13c39b5957e602d6e6e68 SHA512 c17efa124bc2a41141b929d532227f13b72b0528053087023b009bddd3b4ad4ea4b5ac0df0d42c6794a67c93afb375411afb0bb532b0a084f21cfce6b0744a0a
+DIST Time-Out-0.24.tar.gz 15965 BLAKE2B 5d04601620070b40022205ce3f56f3781dcf5fdc01845705438044c16af2e7b0844a5b69be1dad6db05d98fca9dd58d6785407232f5fbe837d1923aa945efb4b SHA512 76c35af32d6c8dbc88a5e37584ea851b9c5417a23357a93a254832fe9232498f7bad3c22f8ca361c667c3e1a12dce6ca7e901d6e24a6911f3814a1431f19a40a

diff --git a/dev-perl/Time-Out/Time-Out-0.240.0.ebuild b/dev-perl/Time-Out/Time-Out-0.240.0.ebuild
new file mode 100644
index 000000000000..edb5afa51af9
--- /dev/null
+++ b/dev-perl/Time-Out/Time-Out-0.240.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SVW
+DIST_VERSION=0.24
+inherit perl-module
+
+DESCRIPTION="Easily timeout long running operations"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-perl/Try-Tiny
+"
+BDEPEND="
+	${RDEPEND}
+	>=dev-perl/ExtUtils-MakeMaker-CPANfile-0.90.0
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		dev-perl/Test-Fatal
+		dev-perl/Test-Needs
+	)
+"
+
+PERL_RM_FILES=( "t/pod.t" )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Out/
@ 2024-10-17  3:12 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-10-17  3:12 UTC (permalink / raw
  To: gentoo-commits

commit:     00d1c7ff252ed9c8861ad69ffe867133032dd04b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 03:07:39 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 03:11:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00d1c7ff

dev-perl/Time-Out: add 1.0.0

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

 dev-perl/Time-Out/Manifest              |  1 +
 dev-perl/Time-Out/Time-Out-1.0.0.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/Time-Out/Manifest b/dev-perl/Time-Out/Manifest
index 7d6d9309e9d4..d113045e5b3f 100644
--- a/dev-perl/Time-Out/Manifest
+++ b/dev-perl/Time-Out/Manifest
@@ -1,2 +1,3 @@
 DIST Time-Out-0.22.tar.gz 15344 BLAKE2B 645c893bcdf51f2f43a55d3fbd067eaf4ea355d7fe5139cbad82bb78d0b82ac3685c7c2d8c44b29cd327ca18387fac7b61cadef023d13c39b5957e602d6e6e68 SHA512 c17efa124bc2a41141b929d532227f13b72b0528053087023b009bddd3b4ad4ea4b5ac0df0d42c6794a67c93afb375411afb0bb532b0a084f21cfce6b0744a0a
 DIST Time-Out-0.24.tar.gz 15965 BLAKE2B 5d04601620070b40022205ce3f56f3781dcf5fdc01845705438044c16af2e7b0844a5b69be1dad6db05d98fca9dd58d6785407232f5fbe837d1923aa945efb4b SHA512 76c35af32d6c8dbc88a5e37584ea851b9c5417a23357a93a254832fe9232498f7bad3c22f8ca361c667c3e1a12dce6ca7e901d6e24a6911f3814a1431f19a40a
+DIST Time-Out-1.0.0.tar.gz 16163 BLAKE2B 2fd07e9b0540400b9d35bf387d555b4a2d50765944b20d8bffe30a612984b0951777ab7cd206e13fd33a0969019dadf15e131f540f4615f4c79e9c7f42bb0e1a SHA512 1f09145ec8837b585a03099c929d87ca8a0526d620f95ff111d1a1f5ebaaa724c7bd0b0efff780e810de1d8aab351c23ff0784f56d30f7cb5e87f3d35f133b52

diff --git a/dev-perl/Time-Out/Time-Out-1.0.0.ebuild b/dev-perl/Time-Out/Time-Out-1.0.0.ebuild
new file mode 100644
index 000000000000..562b8a77c0d4
--- /dev/null
+++ b/dev-perl/Time-Out/Time-Out-1.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SVW
+inherit perl-module
+
+DESCRIPTION="Easily timeout long running operations"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-perl/Try-Tiny
+"
+BDEPEND="
+	${RDEPEND}
+	>=dev-perl/ExtUtils-MakeMaker-CPANfile-0.90.0
+	>=virtual/perl-ExtUtils-MakeMaker-6.760.0
+	test? (
+		dev-perl/Test-Fatal
+		>=virtual/perl-Test-Harness-3.500.0
+		dev-perl/Test-Needs
+	)
+"
+
+PERL_RM_FILES=( "t/pod.t" )


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

end of thread, other threads:[~2024-10-17  3:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-13  4:35 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Out/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-10-17  3:12 Sam James
2024-05-02  3:53 Andreas K. Hüttel
2023-11-13 20:24 Arthur Zamarin
2021-09-29 15:53 Andreas K. Hüttel
2018-07-21 13:27 Kent Fredric
2018-03-16 23:18 Kent Fredric

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