public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Duration/
@ 2016-04-23 17:30 Andreas Hüttel
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Hüttel @ 2016-04-23 17:30 UTC (permalink / raw
  To: gentoo-commits

commit:     9b24dc4e70a489b1f59c5f3dc1d9e161508d1733
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Apr 18 22:06:59 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 17:30:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b24dc4e

dev-perl/Time-Duration: Bump to version 1.200.0

- EAPI6
- Tests and deps cleanup

Upstream:
- Packaging fixes

Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Time-Duration/Manifest                    |  1 +
 .../Time-Duration/Time-Duration-1.200.0.ebuild     | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/Time-Duration/Manifest b/dev-perl/Time-Duration/Manifest
index 7695a47..35794aa 100644
--- a/dev-perl/Time-Duration/Manifest
+++ b/dev-perl/Time-Duration/Manifest
@@ -1 +1,2 @@
 DIST Time-Duration-1.06.tar.gz 24910 SHA256 f7b647ba215ef9c729b7a0dfb86f47db7b7c9d3e24bcbe62c891c3e7627f3f4f SHA512 1ebf0098c01be56153d9b7237291996734f61523a24cf513a8fe85856ccd256c6943a50624e78baf17743f4a65b2fc84b06fbefd1636fab385733c74725fa5fa WHIRLPOOL dbd8faed7d3a95a3e108782d20e0e16fc0a8caab6bd3cdae1aeacb765a04c76e0d211ef64115ba25214b2f61cfc5bc1da3302657bd746e5f504ce08aec2a7653
+DIST Time-Duration-1.20.tar.gz 15478 SHA256 458205b528818e741757b2854afac5f9af257f983000aae0c0b1d04b5a9cbbb8 SHA512 74bdcbc2b65061ad30540a95467de24f552235cea2367a7770309d9ffefeb35717f438e4f7ebf6a1d63f338cd714ffe16b3f45808514995db9753d643892d5f9 WHIRLPOOL 126c8bc29a0b22db4a1d616e9ffe1e3c7558fd16e9846801d8fd7f15684630ee7d5d4f03e20f6e00e2a3d629c0bcf5fe51ebcb3307b900bed3a0908d58701abe

diff --git a/dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild b/dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild
new file mode 100644
index 0000000..6a35878
--- /dev/null
+++ b/dev-perl/Time-Duration/Time-Duration-1.200.0.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=NEILB
+DIST_VERSION=1.20
+inherit perl-module
+
+DESCRIPTION="Rounded or exact English expression of durations"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-linux"
+IUSE="test"
+
+RDEPEND="virtual/perl-Exporter"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? ( virtual/perl-Test )
+"
+
+src_test() {
+	perl_rm_files t/release-{02_pod,03_pod_cover}.t
+	perl-module_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Duration/
@ 2016-07-05  7:57 Tobias Klausmann
  0 siblings, 0 replies; 17+ messages in thread
From: Tobias Klausmann @ 2016-07-05  7:57 UTC (permalink / raw
  To: gentoo-commits

commit:     ef73f0171e13c1a739d8a1ad5b72319b9e88e090
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  5 07:57:05 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Jul  5 07:57:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef73f017

dev-perl/Time-Duration-1.200.0-r0: add alpha keyword

Gentoo-Bug: 588028

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

diff --git a/dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild b/dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild
index 6a35878..473194d 100644
--- a/dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild
+++ b/dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Rounded or exact English expression of durations"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-linux"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-linux"
 IUSE="test"
 
 RDEPEND="virtual/perl-Exporter"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Duration/
@ 2016-07-08 14:55 Markus Meier
  0 siblings, 0 replies; 17+ messages in thread
From: Markus Meier @ 2016-07-08 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a62d8eaec5c178d2f602804358d3ac8e55ab35de
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  8 14:54:44 2016 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Fri Jul  8 14:54:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a62d8eae

dev-perl/Time-Duration: amd64/arm/hppa/ia64/ppc64/ppc/sparc/x86 stable, bug #588028

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64 arm hppa ia64 ppc ppc64 sparc x86"

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

diff --git a/dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild b/dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild
index 473194d..91287a3 100644
--- a/dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild
+++ b/dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Rounded or exact English expression of durations"
 
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-linux"
 IUSE="test"
 
 RDEPEND="virtual/perl-Exporter"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Duration/
@ 2016-08-04  7:30 Kent Fredric
  0 siblings, 0 replies; 17+ messages in thread
From: Kent Fredric @ 2016-08-04  7:30 UTC (permalink / raw
  To: gentoo-commits

commit:     f9f381d1d28ea5ba9d3017b26e4dd51bbf9b872c
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  4 06:02:58 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug  4 07:30:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9f381d1

dev-perl/Time-Duration: Remove POD Author tests.

Useless for end users, only complicates install.

Unbreaks dependency graph for s390 and sh

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Time-Duration/Time-Duration-1.60.0-r1.ebuild | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/dev-perl/Time-Duration/Time-Duration-1.60.0-r1.ebuild b/dev-perl/Time-Duration/Time-Duration-1.60.0-r1.ebuild
index 3b7319d..36b23d1 100644
--- a/dev-perl/Time-Duration/Time-Duration-1.60.0-r1.ebuild
+++ b/dev-perl/Time-Duration/Time-Duration-1.60.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,10 +14,12 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-linux"
 IUSE="test"
 
-DEPEND="
-	test? (
-		dev-perl/Test-Pod
-		dev-perl/Test-Pod-Coverage
-	)"
+DEPEND=""
+
+src_prepare() {
+	# Has to happen before configure time
+	use test && perl_rm_files "t/02_pod.t" "t/03_pod_cover.t"
+	perl-module_src_prepare
+}
 
 SRC_TEST=do


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Duration/
@ 2017-05-20 23:15 Kent Fredric
  0 siblings, 0 replies; 17+ messages in thread
From: Kent Fredric @ 2017-05-20 23:15 UTC (permalink / raw
  To: gentoo-commits

commit:     7273a132f36ceaaa0362eca6a3de1d39e0927893
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 23:14:30 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat May 20 23:14:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7273a132

dev-perl/Time-Duration: Remove old

Remove versions broken by '.' in @INC removal

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/Time-Duration/Manifest                    |  1 -
 .../Time-Duration/Time-Duration-1.60.0-r1.ebuild   | 24 ----------------------
 2 files changed, 25 deletions(-)

diff --git a/dev-perl/Time-Duration/Manifest b/dev-perl/Time-Duration/Manifest
index 35794aaf7bd..7767a23bf9d 100644
--- a/dev-perl/Time-Duration/Manifest
+++ b/dev-perl/Time-Duration/Manifest
@@ -1,2 +1 @@
-DIST Time-Duration-1.06.tar.gz 24910 SHA256 f7b647ba215ef9c729b7a0dfb86f47db7b7c9d3e24bcbe62c891c3e7627f3f4f SHA512 1ebf0098c01be56153d9b7237291996734f61523a24cf513a8fe85856ccd256c6943a50624e78baf17743f4a65b2fc84b06fbefd1636fab385733c74725fa5fa WHIRLPOOL dbd8faed7d3a95a3e108782d20e0e16fc0a8caab6bd3cdae1aeacb765a04c76e0d211ef64115ba25214b2f61cfc5bc1da3302657bd746e5f504ce08aec2a7653
 DIST Time-Duration-1.20.tar.gz 15478 SHA256 458205b528818e741757b2854afac5f9af257f983000aae0c0b1d04b5a9cbbb8 SHA512 74bdcbc2b65061ad30540a95467de24f552235cea2367a7770309d9ffefeb35717f438e4f7ebf6a1d63f338cd714ffe16b3f45808514995db9753d643892d5f9 WHIRLPOOL 126c8bc29a0b22db4a1d616e9ffe1e3c7558fd16e9846801d8fd7f15684630ee7d5d4f03e20f6e00e2a3d629c0bcf5fe51ebcb3307b900bed3a0908d58701abe

diff --git a/dev-perl/Time-Duration/Time-Duration-1.60.0-r1.ebuild b/dev-perl/Time-Duration/Time-Duration-1.60.0-r1.ebuild
deleted file mode 100644
index dda45d4f8dd..00000000000
--- a/dev-perl/Time-Duration/Time-Duration-1.60.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=AVIF
-MODULE_VERSION=1.06
-inherit perl-module
-
-DESCRIPTION="Rounded or exact English expression of durations"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-linux"
-IUSE="test"
-
-DEPEND=""
-
-src_prepare() {
-	# Has to happen before configure time
-	use test && perl_rm_files "t/02_pod.t" "t/03_pod_cover.t"
-	perl-module_src_prepare
-}
-
-SRC_TEST=do


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Duration/
@ 2018-12-27 14:37 Kent Fredric
  0 siblings, 0 replies; 17+ messages in thread
From: Kent Fredric @ 2018-12-27 14:37 UTC (permalink / raw
  To: gentoo-commits

commit:     fe59fd66a601c546417108c05f3ecd908173920e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 27 14:36:27 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Dec 27 14:36:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe59fd66

dev-perl/Time-Duration: Keyword for ~arm64 re bug #668488

Tested by Michael Everitt

Bug: https://bugs.gentoo.org/668488
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild b/dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild
index 235dc2c7ada..a57de34548c 100644
--- a/dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild
+++ b/dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Rounded or exact English expression of durations"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-linux"
 IUSE="test"
 
 RDEPEND="virtual/perl-Exporter"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Duration/
@ 2020-05-13 21:07 Mart Raudsepp
  0 siblings, 0 replies; 17+ messages in thread
From: Mart Raudsepp @ 2020-05-13 21:07 UTC (permalink / raw
  To: gentoo-commits

commit:     4570dcdcc1326f6395031663726e0210d42e26a7
Author:     Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Wed May 13 05:14:01 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed May 13 21:05:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4570dcdc

dev-perl/Time-Duration: arm64 stable (bug #722790)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

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

diff --git a/dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild b/dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild
index 74bc26f0926..f7cce357b77 100644
--- a/dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild
+++ b/dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Rounded or exact English expression of durations"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Duration/
@ 2020-11-28  9:17 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2020-11-28  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     f649f4935c6aabc104c926c5ec94dcd636ab294d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 28 09:15:49 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 28 09:17:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f649f493

dev-perl/Time-Duration: ~x64-macos keyworded

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild b/dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild
index f7cce357b77..d5632bc5577 100644
--- a/dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild
+++ b/dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Rounded or exact English expression of durations"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

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

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

dev-perl/Time-Duration: Version bump 1.21

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

 dev-perl/Time-Duration/Manifest                    |  1 +
 .../Time-Duration/Time-Duration-1.210.0.ebuild     | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/Time-Duration/Manifest b/dev-perl/Time-Duration/Manifest
index 77cc10519d6..4ec746dcb94 100644
--- a/dev-perl/Time-Duration/Manifest
+++ b/dev-perl/Time-Duration/Manifest
@@ -1 +1,2 @@
 DIST Time-Duration-1.20.tar.gz 15478 BLAKE2B f269d9667482712b952f5c29bc041efb9a85c0c8f93bb0ea6f0ab3cd0ced1259b41cfaaaad34146720b39863e3185c0d1f99fc3f0efe91f2a6e8db36d42ea390 SHA512 74bdcbc2b65061ad30540a95467de24f552235cea2367a7770309d9ffefeb35717f438e4f7ebf6a1d63f338cd714ffe16b3f45808514995db9753d643892d5f9
+DIST Time-Duration-1.21.tar.gz 16205 BLAKE2B a86d9bc6d2c8b8c91abb215bd28e50c1d0fe78101b554c345e4fda732e932f67bcd3d04199ce3855427d84ea1946f749aa49c599f02c9051caf733a932440093 SHA512 2d03d73096967265f16f4ebde2d9fbb83fce591e15fa01f5f4f750123f27a4571bbd01d5d93f785f78ee8810aca9d945241e6a767b65f45abb4608d321108020

diff --git a/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild b/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild
new file mode 100644
index 00000000000..dc85bbcb3d5
--- /dev/null
+++ b/dev-perl/Time-Duration/Time-Duration-1.210.0.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=NEILB
+DIST_VERSION=1.21
+inherit perl-module
+
+DESCRIPTION="Rounded or exact English expression of durations"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-linux ~x64-macos"
+
+RDEPEND="
+	virtual/perl-Exporter
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? ( virtual/perl-Test )
+"
+
+src_test() {
+	perl_rm_files t/release-{02_pod,03_pod_cover}.t
+	perl-module_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Duration/
@ 2021-12-05  4:21 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-12-05  4:21 UTC (permalink / raw
  To: gentoo-commits

commit:     41f3b27ab7e31472eaf749aacae50b13e3aa2cee
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  5 04:19:54 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec  5 04:19:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f3b27a

dev-perl/Time-Duration: Stabilize 1.210.0 arm, #828223

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

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

diff --git a/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild b/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild
index 464337eff308..46938648d9ff 100644
--- a/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild
+++ b/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Rounded or exact English expression of durations"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-linux ~x64-macos"
 
 RDEPEND="
 	virtual/perl-Exporter


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Duration/
@ 2021-12-05  4:21 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-12-05  4:21 UTC (permalink / raw
  To: gentoo-commits

commit:     f0b8c2f97ad515eced403c2e53569d47fb2dfae5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  5 04:20:27 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec  5 04:20:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b8c2f9

dev-perl/Time-Duration: Stabilize 1.210.0 ppc64, #828223

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

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

diff --git a/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild b/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild
index 46938648d9ff..31a6287dcb22 100644
--- a/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild
+++ b/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Rounded or exact English expression of durations"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc ~x86 ~x86-linux ~x64-macos"
 
 RDEPEND="
 	virtual/perl-Exporter


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Duration/
@ 2021-12-05  4:36 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-12-05  4:36 UTC (permalink / raw
  To: gentoo-commits

commit:     e2d4cab9c07574d99c742c1500b21f0dd1fbcf55
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  5 04:35:34 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec  5 04:35:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d4cab9

dev-perl/Time-Duration: Stabilize 1.210.0 arm64, #828223

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

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

diff --git a/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild b/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild
index 31a6287dcb22..9509ecbe22dd 100644
--- a/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild
+++ b/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Rounded or exact English expression of durations"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc ~x86 ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc ~x86 ~x86-linux ~x64-macos"
 
 RDEPEND="
 	virtual/perl-Exporter


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Duration/
@ 2021-12-05  4:37 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-12-05  4:37 UTC (permalink / raw
  To: gentoo-commits

commit:     ff6954b58c31fb1b0dc0da9e433302b45391f63b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  5 04:37:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec  5 04:37:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff6954b5

dev-perl/Time-Duration: Stabilize 1.210.0 ppc, #828223

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

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

diff --git a/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild b/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild
index 9509ecbe22dd..1dcea1726c88 100644
--- a/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild
+++ b/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Rounded or exact English expression of durations"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc ~x86 ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86 ~x86-linux ~x64-macos"
 
 RDEPEND="
 	virtual/perl-Exporter


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Duration/
@ 2021-12-05  4:43 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-12-05  4:43 UTC (permalink / raw
  To: gentoo-commits

commit:     569ae6fc55c2e29ba3c1e873d7fcd09b5b30609a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  5 04:42:32 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec  5 04:42:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569ae6fc

dev-perl/Time-Duration: Stabilize 1.210.0 x86, #828223

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

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

diff --git a/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild b/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild
index 1dcea1726c88..aa2951a62641 100644
--- a/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild
+++ b/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Rounded or exact English expression of durations"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86 ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~x86-linux ~x64-macos"
 
 RDEPEND="
 	virtual/perl-Exporter


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

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

commit:     80f5e44d1ccbf60b4c1029e6aac70ae20052ef64
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  6 00:08:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec  6 00:08:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f5e44d

dev-perl/Time-Duration: Stabilize 1.210.0 sparc, #828223

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

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

diff --git a/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild b/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild
index aa2951a62641..c760f69d1c1f 100644
--- a/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild
+++ b/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Rounded or exact English expression of durations"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x86-linux ~x64-macos"
 
 RDEPEND="
 	virtual/perl-Exporter


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Duration/
@ 2021-12-11  4:33 Andreas K. Hüttel
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas K. Hüttel @ 2021-12-11  4:33 UTC (permalink / raw
  To: gentoo-commits

commit:     70146c96bcb7e4febff7eefb0cff0245f28e149a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 04:04:42 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 04:33:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70146c96

dev-perl/Time-Duration: 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/Time-Duration/Manifest                    |  1 -
 .../Time-Duration/Time-Duration-1.200.0.ebuild     | 26 ----------------------
 2 files changed, 27 deletions(-)

diff --git a/dev-perl/Time-Duration/Manifest b/dev-perl/Time-Duration/Manifest
index 4ec746dcb941..43dba45ca5cc 100644
--- a/dev-perl/Time-Duration/Manifest
+++ b/dev-perl/Time-Duration/Manifest
@@ -1,2 +1 @@
-DIST Time-Duration-1.20.tar.gz 15478 BLAKE2B f269d9667482712b952f5c29bc041efb9a85c0c8f93bb0ea6f0ab3cd0ced1259b41cfaaaad34146720b39863e3185c0d1f99fc3f0efe91f2a6e8db36d42ea390 SHA512 74bdcbc2b65061ad30540a95467de24f552235cea2367a7770309d9ffefeb35717f438e4f7ebf6a1d63f338cd714ffe16b3f45808514995db9753d643892d5f9
 DIST Time-Duration-1.21.tar.gz 16205 BLAKE2B a86d9bc6d2c8b8c91abb215bd28e50c1d0fe78101b554c345e4fda732e932f67bcd3d04199ce3855427d84ea1946f749aa49c599f02c9051caf733a932440093 SHA512 2d03d73096967265f16f4ebde2d9fbb83fce591e15fa01f5f4f750123f27a4571bbd01d5d93f785f78ee8810aca9d945241e6a767b65f45abb4608d321108020

diff --git a/dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild b/dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild
deleted file mode 100644
index 16d8362493cf..000000000000
--- a/dev-perl/Time-Duration/Time-Duration-1.200.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=NEILB
-DIST_VERSION=1.20
-inherit perl-module
-
-DESCRIPTION="Rounded or exact English expression of durations"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x86-linux ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="virtual/perl-Exporter"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? ( virtual/perl-Test )
-"
-
-src_test() {
-	perl_rm_files t/release-{02_pod,03_pod_cover}.t
-	perl-module_src_test
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Duration/
@ 2022-03-09 13:00 Yixun Lan
  0 siblings, 0 replies; 17+ messages in thread
From: Yixun Lan @ 2022-03-09 13:00 UTC (permalink / raw
  To: gentoo-commits

commit:     05fefb798fbe79b79bcf16f75f8de8401fe41162
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  9 03:59:32 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 12:58:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05fefb79

dev-perl/Time-Duration: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild b/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild
index c760f69d1c1f..55fe4598386d 100644
--- a/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild
+++ b/dev-perl/Time-Duration/Time-Duration-1.210.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Rounded or exact English expression of durations"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x86-linux ~x64-macos"
 
 RDEPEND="
 	virtual/perl-Exporter


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

end of thread, other threads:[~2022-03-09 13:00 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-05  4:21 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Duration/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-03-09 13:00 Yixun Lan
2021-12-11  4:33 Andreas K. Hüttel
2021-12-06  0:10 Sam James
2021-12-05  4:43 Sam James
2021-12-05  4:37 Sam James
2021-12-05  4:36 Sam James
2021-12-05  4:21 Sam James
2021-09-29 15:53 Andreas K. Hüttel
2020-11-28  9:17 Sam James
2020-05-13 21:07 Mart Raudsepp
2018-12-27 14:37 Kent Fredric
2017-05-20 23:15 Kent Fredric
2016-08-04  7:30 Kent Fredric
2016-07-08 14:55 Markus Meier
2016-07-05  7:57 Tobias Klausmann
2016-04-23 17:30 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