* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/
@ 2016-11-15 12:44 Kent Fredric
0 siblings, 0 replies; 19+ messages in thread
From: Kent Fredric @ 2016-11-15 12:44 UTC (permalink / raw
To: gentoo-commits
commit: 359e96cff00709786b7655313ce3efaf060ad808
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 14 23:57:59 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 12:41:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359e96cf
dev-perl/DateTime-Format-Natural: Remove POD Authortests
Package-Manager: portage-2.3.2
.../DateTime-Format-Natural-1.10.0-r1.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.10.0-r1.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.10.0-r1.ebuild
index 250b34a..a28b57e 100644
--- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.10.0-r1.ebuild
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.10.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -33,3 +33,8 @@ DEPEND="${RDEPEND}
"
SRC_TEST=do
+
+src_test() {
+ perl_rm_files t/pod-coverage.t t/pod.t
+ perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/
@ 2016-11-15 12:44 Kent Fredric
0 siblings, 0 replies; 19+ messages in thread
From: Kent Fredric @ 2016-11-15 12:44 UTC (permalink / raw
To: gentoo-commits
commit: 22c558a9b6aef35010250978808e8c48f8ee1701
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 15 12:41:08 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 12:41:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c558a9
dev-perl/DateTime-Format-Natural: Bump to 1.40.0
- EAPI6
- Fix Description
- Parallel Testing
Upstream:
- Supports ISO 8601 <date>T<time> format
- Treat <count> <unit> as a duration
Package-Manager: portage-2.3.2
.../DateTime-Format-Natural-1.40.0.ebuild | 45 ++++++++++++++++++++++
dev-perl/DateTime-Format-Natural/Manifest | 1 +
2 files changed, 46 insertions(+)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.40.0.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.40.0.ebuild
new file mode 100644
index 00000000..e31d6e9
--- /dev/null
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.40.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SCHUBIGER
+DIST_VERSION=1.04
+inherit perl-module
+
+DESCRIPTION="Parse informal natural language date/time strings"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ dev-perl/Clone
+ dev-perl/Date-Calc
+ dev-perl/DateTime
+ dev-perl/DateTime-TimeZone
+ virtual/perl-Exporter
+ virtual/perl-File-Spec
+ virtual/perl-Getopt-Long
+ dev-perl/List-MoreUtils
+ dev-perl/Params-Validate
+ virtual/perl-Scalar-List-Utils
+ virtual/perl-Storable
+ virtual/perl-Term-ReadLine
+ dev-perl/boolean
+"
+DEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.420.0
+ test? (
+ dev-perl/Module-Util
+ dev-perl/Test-MockTime
+ virtual/perl-Test-Simple
+ )
+"
+
+src_test() {
+ perl_rm_files t/pod-coverage.t t/pod.t
+ perl-module_src_test
+}
diff --git a/dev-perl/DateTime-Format-Natural/Manifest b/dev-perl/DateTime-Format-Natural/Manifest
index 19de072..1c3404f 100644
--- a/dev-perl/DateTime-Format-Natural/Manifest
+++ b/dev-perl/DateTime-Format-Natural/Manifest
@@ -1 +1,2 @@
DIST DateTime-Format-Natural-1.01.tar.gz 72617 SHA256 2962b96ab42069ca04a299c8b62c774ae7117d096dbff4d45a9b5c2bd0ca7551 SHA512 1c8516107d5d937273e815002b9b662b80a5c5e687754d65a759b35f5674d3dc8d36224ce03a0c24f693d37ac4934177593b9800caa7fb13806f3c52356ccfe1 WHIRLPOOL 554b1a8c89960d8a6f4d1a3e67d9cdc458dcfb0cab5dc8086b6eb83921d4d66ac465fcf6c4d07c96794fbd8a3cc0d8e2189c26f6343d8a450adc539887171062
+DIST DateTime-Format-Natural-1.04.tar.gz 80415 SHA256 ea7363162fc9eb9eb78448086c7443a9cefb545b2440660c63370023c97aa822 SHA512 4d48ec2180f56333bc50dfe75609e09574bec502bae38a858c82467b6030dcedaec14f94fc6da182d159c1070ebe734f5e3de9d7ad0f82fe99fce885744ea213 WHIRLPOOL 16b02a718284bd96c5f0cef3cc20b4bbb5c58f097177a3385819e6558d70a7cc4f08f0bd4e0999169ba4da5a1ab508db5fbfd4cd04692ae12456b8efaad5d984
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/
@ 2017-05-22 2:29 Kent Fredric
0 siblings, 0 replies; 19+ messages in thread
From: Kent Fredric @ 2017-05-22 2:29 UTC (permalink / raw
To: gentoo-commits
commit: 3797a4c37a9e982d595f8d78516b4167f49629db
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 02:28:58 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon May 22 02:28:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3797a4c3
dev-perl/DateTime-Format-Natural: Bump to version 1.50.0
Upstream:
- Add expressions "beginning of last month" and "end of last month"
Package-Manager: Portage-2.3.5, Repoman-2.3.2
.../DateTime-Format-Natural-1.50.0.ebuild | 44 ++++++++++++++++++++++
dev-perl/DateTime-Format-Natural/Manifest | 1 +
2 files changed, 45 insertions(+)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.50.0.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.50.0.ebuild
new file mode 100644
index 00000000000..8c8f365436f
--- /dev/null
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.50.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SCHUBIGER
+DIST_VERSION=1.05
+inherit perl-module
+
+DESCRIPTION="Parse informal natural language date/time strings"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ dev-perl/Clone
+ dev-perl/Date-Calc
+ dev-perl/DateTime
+ dev-perl/DateTime-TimeZone
+ virtual/perl-Exporter
+ virtual/perl-File-Spec
+ virtual/perl-Getopt-Long
+ dev-perl/List-MoreUtils
+ dev-perl/Params-Validate
+ virtual/perl-Scalar-List-Utils
+ virtual/perl-Storable
+ virtual/perl-Term-ReadLine
+ dev-perl/boolean
+"
+DEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.420.0
+ test? (
+ dev-perl/Module-Util
+ dev-perl/Test-MockTime
+ virtual/perl-Test-Simple
+ )
+"
+
+src_test() {
+ perl_rm_files t/pod-coverage.t t/pod.t
+ perl-module_src_test
+}
diff --git a/dev-perl/DateTime-Format-Natural/Manifest b/dev-perl/DateTime-Format-Natural/Manifest
index 1c3404fbc65..65c70c79902 100644
--- a/dev-perl/DateTime-Format-Natural/Manifest
+++ b/dev-perl/DateTime-Format-Natural/Manifest
@@ -1,2 +1,3 @@
DIST DateTime-Format-Natural-1.01.tar.gz 72617 SHA256 2962b96ab42069ca04a299c8b62c774ae7117d096dbff4d45a9b5c2bd0ca7551 SHA512 1c8516107d5d937273e815002b9b662b80a5c5e687754d65a759b35f5674d3dc8d36224ce03a0c24f693d37ac4934177593b9800caa7fb13806f3c52356ccfe1 WHIRLPOOL 554b1a8c89960d8a6f4d1a3e67d9cdc458dcfb0cab5dc8086b6eb83921d4d66ac465fcf6c4d07c96794fbd8a3cc0d8e2189c26f6343d8a450adc539887171062
DIST DateTime-Format-Natural-1.04.tar.gz 80415 SHA256 ea7363162fc9eb9eb78448086c7443a9cefb545b2440660c63370023c97aa822 SHA512 4d48ec2180f56333bc50dfe75609e09574bec502bae38a858c82467b6030dcedaec14f94fc6da182d159c1070ebe734f5e3de9d7ad0f82fe99fce885744ea213 WHIRLPOOL 16b02a718284bd96c5f0cef3cc20b4bbb5c58f097177a3385819e6558d70a7cc4f08f0bd4e0999169ba4da5a1ab508db5fbfd4cd04692ae12456b8efaad5d984
+DIST DateTime-Format-Natural-1.05.tar.gz 80675 SHA256 1bf75bd04be8de79ba1f498d90b35c0ec2c281262a585c316afada5c3ecc8d82 SHA512 d6c07a7e6345321dfffbf608fbd0ef8b050761b612f76ebb0cf06b9e883ca83863b71f846868c8323d6d0c428c9ec93a988bcb53f883045bd1de94926cba9e7e WHIRLPOOL 06291978a2be87a8597c24e92a608d495f442a23c59621c617c1479933f4cc1db1e1027ff94d79be3cc43fa0699b9930253c909eb45cb91efaa2157e0a25fba5
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/
@ 2018-11-23 13:06 Agostino Sarubbo
0 siblings, 0 replies; 19+ messages in thread
From: Agostino Sarubbo @ 2018-11-23 13:06 UTC (permalink / raw
To: gentoo-commits
commit: 1492e66d059ac8555831ca0948598590ef758ee6
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 23 13:03:55 2018 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Nov 23 13:03:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1492e66d
dev-perl/DateTime-Format-Natural: amd64 stable wrt bug #667266
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
.../DateTime-Format-Natural/DateTime-Format-Natural-1.50.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.50.0.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.50.0.ebuild
index 8c8f365436f..ecc2d59b6c9 100644
--- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.50.0.ebuild
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.50.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 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="Parse informal natural language date/time strings"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/
@ 2020-07-25 20:15 Kent Fredric
0 siblings, 0 replies; 19+ messages in thread
From: Kent Fredric @ 2020-07-25 20:15 UTC (permalink / raw
To: gentoo-commits
commit: e6e7748ca3e32e8bb5efe5891cfbd7cf541d5865
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 25 20:14:38 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 20:14:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e7748c
dev-perl/DateTime-Format-Natural: Bump to version 1.100.0
- EAPI7
- Unconditionally patch bad tests
Upstream:
- Fix advancing to future when both datetime and prefer_future options
are set.
- Include time zone when constructing DateTime objects for the datetime
option in dateparse
- New supported format: <variant> quarter
- New supported formats: <count> <unit> before/after noon/midnight
- New supported format: <count> seconds/minutes before/after
yesterday/today/tomorrow
- Prefer futures even stronger with demand_future
- Require newer Params::Validate
- Support common unit abbreviations
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../DateTime-Format-Natural-1.100.0.ebuild | 47 ++++++++++++++++++++++
dev-perl/DateTime-Format-Natural/Manifest | 1 +
2 files changed, 48 insertions(+)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.100.0.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.100.0.ebuild
new file mode 100644
index 00000000000..6858938e2fd
--- /dev/null
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.100.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SCHUBIGER
+DIST_VERSION=1.10
+inherit perl-module
+
+DESCRIPTION="Parse informal natural language date/time strings"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ virtual/perl-Carp
+ dev-perl/Clone
+ dev-perl/Date-Calc
+ dev-perl/DateTime
+ dev-perl/DateTime-TimeZone
+ virtual/perl-Exporter
+ virtual/perl-File-Spec
+ virtual/perl-Getopt-Long
+ dev-perl/List-MoreUtils
+ >=dev-perl/Params-Validate-1.150.0
+ virtual/perl-Scalar-List-Utils
+ virtual/perl-Storable
+ virtual/perl-Term-ReadLine
+ dev-perl/boolean
+"
+DEPEND="
+ dev-perl/Module-Build
+"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.420.0
+ test? (
+ dev-perl/Module-Util
+ dev-perl/Test-MockTime
+ virtual/perl-Test-Simple
+ )
+"
+PERL_RM_FILES=(
+ t/pod-coverage.t
+ t/pod.t
+)
diff --git a/dev-perl/DateTime-Format-Natural/Manifest b/dev-perl/DateTime-Format-Natural/Manifest
index d05dc6ed7fb..262c74de793 100644
--- a/dev-perl/DateTime-Format-Natural/Manifest
+++ b/dev-perl/DateTime-Format-Natural/Manifest
@@ -1 +1,2 @@
DIST DateTime-Format-Natural-1.05.tar.gz 80675 BLAKE2B 7495309aecc2aca50dcbcbbd7732cffac593a1455a438ada473c9cd0b4c068d4ac5f7dd59632d63e07b3b4c05d6d2cb8826996a047a618eb4a3f4f3fb4a29f85 SHA512 d6c07a7e6345321dfffbf608fbd0ef8b050761b612f76ebb0cf06b9e883ca83863b71f846868c8323d6d0c428c9ec93a988bcb53f883045bd1de94926cba9e7e
+DIST DateTime-Format-Natural-1.10.tar.gz 80958 BLAKE2B 1d1fc1b4f1aae0e9bc359768960896d3d7da548051886789c21993854a2d550dc1c85e202dc714708a99aa09d26823773c6311f5fd33d91ec1844d5226c6e37d SHA512 41d51364efe242733945bca061fe67562fe24f069788d14962aeb2a5d0589e9078f81212d0fde78e950050853eaed5e1a0cc3868f409b82c7b054849c9dc2600
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/
@ 2020-10-01 8:16 Kent Fredric
0 siblings, 0 replies; 19+ messages in thread
From: Kent Fredric @ 2020-10-01 8:16 UTC (permalink / raw
To: gentoo-commits
commit: 0c0d8b07bbe5ea94699cf04cf7d299a4d981bd00
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 1 08:16:27 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Oct 1 08:16:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c0d8b07
dev-perl/DateTime-Format-Natural: Bump to version 1.110.0
Upstream:
- By confiration, permit "8/10" to mean "October 8"
- Allow mm/dd and dd/mm as valid formats
- Improve format matching regexes
- Clarify documentation for formats
- Fail when parsing dd/mm or mm/dd with an explicit ymd-format
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../DateTime-Format-Natural-1.110.0.ebuild | 47 ++++++++++++++++++++++
dev-perl/DateTime-Format-Natural/Manifest | 1 +
2 files changed, 48 insertions(+)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.110.0.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.110.0.ebuild
new file mode 100644
index 00000000000..97f030f721f
--- /dev/null
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.110.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SCHUBIGER
+DIST_VERSION=1.11
+inherit perl-module
+
+DESCRIPTION="Parse informal natural language date/time strings"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ virtual/perl-Carp
+ dev-perl/Clone
+ dev-perl/Date-Calc
+ dev-perl/DateTime
+ dev-perl/DateTime-TimeZone
+ virtual/perl-Exporter
+ virtual/perl-File-Spec
+ virtual/perl-Getopt-Long
+ dev-perl/List-MoreUtils
+ >=dev-perl/Params-Validate-1.150.0
+ virtual/perl-Scalar-List-Utils
+ virtual/perl-Storable
+ virtual/perl-Term-ReadLine
+ dev-perl/boolean
+"
+DEPEND="
+ dev-perl/Module-Build
+"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.420.0
+ test? (
+ dev-perl/Module-Util
+ dev-perl/Test-MockTime
+ virtual/perl-Test-Simple
+ )
+"
+PERL_RM_FILES=(
+ t/pod-coverage.t
+ t/pod.t
+)
diff --git a/dev-perl/DateTime-Format-Natural/Manifest b/dev-perl/DateTime-Format-Natural/Manifest
index 262c74de793..185566c1254 100644
--- a/dev-perl/DateTime-Format-Natural/Manifest
+++ b/dev-perl/DateTime-Format-Natural/Manifest
@@ -1,2 +1,3 @@
DIST DateTime-Format-Natural-1.05.tar.gz 80675 BLAKE2B 7495309aecc2aca50dcbcbbd7732cffac593a1455a438ada473c9cd0b4c068d4ac5f7dd59632d63e07b3b4c05d6d2cb8826996a047a618eb4a3f4f3fb4a29f85 SHA512 d6c07a7e6345321dfffbf608fbd0ef8b050761b612f76ebb0cf06b9e883ca83863b71f846868c8323d6d0c428c9ec93a988bcb53f883045bd1de94926cba9e7e
DIST DateTime-Format-Natural-1.10.tar.gz 80958 BLAKE2B 1d1fc1b4f1aae0e9bc359768960896d3d7da548051886789c21993854a2d550dc1c85e202dc714708a99aa09d26823773c6311f5fd33d91ec1844d5226c6e37d SHA512 41d51364efe242733945bca061fe67562fe24f069788d14962aeb2a5d0589e9078f81212d0fde78e950050853eaed5e1a0cc3868f409b82c7b054849c9dc2600
+DIST DateTime-Format-Natural-1.11.tar.gz 82424 BLAKE2B 454b6c525f3bdee31ad077ba3445b307e175f023dcee3309b7b9f05eced9d9424bde28700dbf22b210910bd056b21293e026290c3a9bf7b47ac3f73d2ac1ccfb SHA512 1e89fe7ea05eec620f453cde4874bba6ced5d4055944e9e396226041c1d2efaa9b5a4852b88484b7dc00d792d2842a5c74f5eb86e70b220a3a8afbc7e1111c80
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/
@ 2020-12-12 8:40 Kent Fredric
0 siblings, 0 replies; 19+ messages in thread
From: Kent Fredric @ 2020-12-12 8:40 UTC (permalink / raw
To: gentoo-commits
commit: 5a67534ef7f7b68bbc5148fb1d6947a5dba9e328
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 12 07:52:20 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Dec 12 08:39:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a67534e
dev-perl/DateTime-Format-Natural: Cleanup old 1.100.0
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../DateTime-Format-Natural-1.100.0.ebuild | 47 ----------------------
dev-perl/DateTime-Format-Natural/Manifest | 1 -
2 files changed, 48 deletions(-)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.100.0.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.100.0.ebuild
deleted file mode 100644
index 6858938e2fd..00000000000
--- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.100.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=SCHUBIGER
-DIST_VERSION=1.10
-inherit perl-module
-
-DESCRIPTION="Parse informal natural language date/time strings"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/perl-Carp
- dev-perl/Clone
- dev-perl/Date-Calc
- dev-perl/DateTime
- dev-perl/DateTime-TimeZone
- virtual/perl-Exporter
- virtual/perl-File-Spec
- virtual/perl-Getopt-Long
- dev-perl/List-MoreUtils
- >=dev-perl/Params-Validate-1.150.0
- virtual/perl-Scalar-List-Utils
- virtual/perl-Storable
- virtual/perl-Term-ReadLine
- dev-perl/boolean
-"
-DEPEND="
- dev-perl/Module-Build
-"
-BDEPEND="${RDEPEND}
- >=dev-perl/Module-Build-0.420.0
- test? (
- dev-perl/Module-Util
- dev-perl/Test-MockTime
- virtual/perl-Test-Simple
- )
-"
-PERL_RM_FILES=(
- t/pod-coverage.t
- t/pod.t
-)
diff --git a/dev-perl/DateTime-Format-Natural/Manifest b/dev-perl/DateTime-Format-Natural/Manifest
index 185566c1254..80a91dfff8a 100644
--- a/dev-perl/DateTime-Format-Natural/Manifest
+++ b/dev-perl/DateTime-Format-Natural/Manifest
@@ -1,3 +1,2 @@
DIST DateTime-Format-Natural-1.05.tar.gz 80675 BLAKE2B 7495309aecc2aca50dcbcbbd7732cffac593a1455a438ada473c9cd0b4c068d4ac5f7dd59632d63e07b3b4c05d6d2cb8826996a047a618eb4a3f4f3fb4a29f85 SHA512 d6c07a7e6345321dfffbf608fbd0ef8b050761b612f76ebb0cf06b9e883ca83863b71f846868c8323d6d0c428c9ec93a988bcb53f883045bd1de94926cba9e7e
-DIST DateTime-Format-Natural-1.10.tar.gz 80958 BLAKE2B 1d1fc1b4f1aae0e9bc359768960896d3d7da548051886789c21993854a2d550dc1c85e202dc714708a99aa09d26823773c6311f5fd33d91ec1844d5226c6e37d SHA512 41d51364efe242733945bca061fe67562fe24f069788d14962aeb2a5d0589e9078f81212d0fde78e950050853eaed5e1a0cc3868f409b82c7b054849c9dc2600
DIST DateTime-Format-Natural-1.11.tar.gz 82424 BLAKE2B 454b6c525f3bdee31ad077ba3445b307e175f023dcee3309b7b9f05eced9d9424bde28700dbf22b210910bd056b21293e026290c3a9bf7b47ac3f73d2ac1ccfb SHA512 1e89fe7ea05eec620f453cde4874bba6ced5d4055944e9e396226041c1d2efaa9b5a4852b88484b7dc00d792d2842a5c74f5eb86e70b220a3a8afbc7e1111c80
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/
@ 2021-05-22 16:05 Andreas K. Hüttel
0 siblings, 0 replies; 19+ messages in thread
From: Andreas K. Hüttel @ 2021-05-22 16:05 UTC (permalink / raw
To: gentoo-commits
commit: d2c28b75db0626165ad1438d1ab2b54096cedf0e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 22 15:45:48 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 22 16:05:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c28b75
dev-perl/DateTime-Format-Natural: Version bump 1.12
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../DateTime-Format-Natural-1.120.0.ebuild | 44 ++++++++++++++++++++++
dev-perl/DateTime-Format-Natural/Manifest | 1 +
2 files changed, 45 insertions(+)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.120.0.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.120.0.ebuild
new file mode 100644
index 00000000000..32af656096b
--- /dev/null
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.120.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SCHUBIGER
+DIST_VERSION=1.12
+inherit perl-module
+
+DESCRIPTION="Parse informal natural language date/time strings"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ virtual/perl-Carp
+ dev-perl/Clone
+ dev-perl/Date-Calc
+ dev-perl/DateTime
+ dev-perl/DateTime-TimeZone
+ virtual/perl-Exporter
+ virtual/perl-Getopt-Long
+ dev-perl/List-MoreUtils
+ >=dev-perl/Params-Validate-1.150.0
+ virtual/perl-Scalar-List-Utils
+ virtual/perl-Storable
+ virtual/perl-Term-ReadLine
+ dev-perl/boolean
+"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.420.0
+ test? (
+ dev-perl/Module-Util
+ dev-perl/Test-MockTime
+ virtual/perl-Test-Simple
+ )
+"
+
+PERL_RM_FILES=(
+ t/pod-coverage.t
+ t/pod.t
+)
diff --git a/dev-perl/DateTime-Format-Natural/Manifest b/dev-perl/DateTime-Format-Natural/Manifest
index 80a91dfff8a..93f446bdca5 100644
--- a/dev-perl/DateTime-Format-Natural/Manifest
+++ b/dev-perl/DateTime-Format-Natural/Manifest
@@ -1,2 +1,3 @@
DIST DateTime-Format-Natural-1.05.tar.gz 80675 BLAKE2B 7495309aecc2aca50dcbcbbd7732cffac593a1455a438ada473c9cd0b4c068d4ac5f7dd59632d63e07b3b4c05d6d2cb8826996a047a618eb4a3f4f3fb4a29f85 SHA512 d6c07a7e6345321dfffbf608fbd0ef8b050761b612f76ebb0cf06b9e883ca83863b71f846868c8323d6d0c428c9ec93a988bcb53f883045bd1de94926cba9e7e
DIST DateTime-Format-Natural-1.11.tar.gz 82424 BLAKE2B 454b6c525f3bdee31ad077ba3445b307e175f023dcee3309b7b9f05eced9d9424bde28700dbf22b210910bd056b21293e026290c3a9bf7b47ac3f73d2ac1ccfb SHA512 1e89fe7ea05eec620f453cde4874bba6ced5d4055944e9e396226041c1d2efaa9b5a4852b88484b7dc00d792d2842a5c74f5eb86e70b220a3a8afbc7e1111c80
+DIST DateTime-Format-Natural-1.12.tar.gz 82853 BLAKE2B 4705b8449bf255d9a2e15bca7dfe862d0c44e9e851808f2879e3452df083e89d97af2ff48a599959102a85bfb4d701b5dd390200c6516eae49cf29bb2e43fa32 SHA512 c2685815e76d7208d2491a01bc93e0c15657325fc1e9b33b85f123085814b9d4554a25b575241605a6c819f1627486b093bf08eeb25bb55531e15a15ddf158c8
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/
@ 2021-05-22 16:05 Andreas K. Hüttel
0 siblings, 0 replies; 19+ messages in thread
From: Andreas K. Hüttel @ 2021-05-22 16:05 UTC (permalink / raw
To: gentoo-commits
commit: 167e953dff8c7c9b381524cef0ec1ba2b5193fe4
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 22 15:46:38 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 22 16:05:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=167e953d
dev-perl/DateTime-Format-Natural: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../DateTime-Format-Natural-1.50.0.ebuild | 45 ----------------------
dev-perl/DateTime-Format-Natural/Manifest | 1 -
2 files changed, 46 deletions(-)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.50.0.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.50.0.ebuild
deleted file mode 100644
index 13b6af25dbc..00000000000
--- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.50.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SCHUBIGER
-DIST_VERSION=1.05
-inherit perl-module
-
-DESCRIPTION="Parse informal natural language date/time strings"
-
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/perl-Carp
- dev-perl/Clone
- dev-perl/Date-Calc
- dev-perl/DateTime
- dev-perl/DateTime-TimeZone
- virtual/perl-Exporter
- virtual/perl-File-Spec
- virtual/perl-Getopt-Long
- dev-perl/List-MoreUtils
- dev-perl/Params-Validate
- virtual/perl-Scalar-List-Utils
- virtual/perl-Storable
- virtual/perl-Term-ReadLine
- dev-perl/boolean
-"
-DEPEND="${RDEPEND}
- >=dev-perl/Module-Build-0.420.0
- test? (
- dev-perl/Module-Util
- dev-perl/Test-MockTime
- virtual/perl-Test-Simple
- )
-"
-
-src_test() {
- perl_rm_files t/pod-coverage.t t/pod.t
- perl-module_src_test
-}
diff --git a/dev-perl/DateTime-Format-Natural/Manifest b/dev-perl/DateTime-Format-Natural/Manifest
index 93f446bdca5..5f9a5ec81a5 100644
--- a/dev-perl/DateTime-Format-Natural/Manifest
+++ b/dev-perl/DateTime-Format-Natural/Manifest
@@ -1,3 +1,2 @@
-DIST DateTime-Format-Natural-1.05.tar.gz 80675 BLAKE2B 7495309aecc2aca50dcbcbbd7732cffac593a1455a438ada473c9cd0b4c068d4ac5f7dd59632d63e07b3b4c05d6d2cb8826996a047a618eb4a3f4f3fb4a29f85 SHA512 d6c07a7e6345321dfffbf608fbd0ef8b050761b612f76ebb0cf06b9e883ca83863b71f846868c8323d6d0c428c9ec93a988bcb53f883045bd1de94926cba9e7e
DIST DateTime-Format-Natural-1.11.tar.gz 82424 BLAKE2B 454b6c525f3bdee31ad077ba3445b307e175f023dcee3309b7b9f05eced9d9424bde28700dbf22b210910bd056b21293e026290c3a9bf7b47ac3f73d2ac1ccfb SHA512 1e89fe7ea05eec620f453cde4874bba6ced5d4055944e9e396226041c1d2efaa9b5a4852b88484b7dc00d792d2842a5c74f5eb86e70b220a3a8afbc7e1111c80
DIST DateTime-Format-Natural-1.12.tar.gz 82853 BLAKE2B 4705b8449bf255d9a2e15bca7dfe862d0c44e9e851808f2879e3452df083e89d97af2ff48a599959102a85bfb4d701b5dd390200c6516eae49cf29bb2e43fa32 SHA512 c2685815e76d7208d2491a01bc93e0c15657325fc1e9b33b85f123085814b9d4554a25b575241605a6c819f1627486b093bf08eeb25bb55531e15a15ddf158c8
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/
@ 2021-05-22 16:05 Andreas K. Hüttel
0 siblings, 0 replies; 19+ messages in thread
From: Andreas K. Hüttel @ 2021-05-22 16:05 UTC (permalink / raw
To: gentoo-commits
commit: 12b2b2de7cbc2378bdc9234837be5d73ef12e7d2
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 22 15:46:21 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 22 16:05:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b2b2de
dev-perl/DateTime-Format-Natural: Stable 1.11 for amd64
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../DateTime-Format-Natural/DateTime-Format-Natural-1.110.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.110.0.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.110.0.ebuild
index 97f030f721f..15f85f31727 100644
--- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.110.0.ebuild
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.110.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Parse informal natural language date/time strings"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/
@ 2021-08-02 3:22 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-08-02 3:22 UTC (permalink / raw
To: gentoo-commits
commit: dbf7270e99b19fe494af6a9f7b45a7ddbc56173c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 2 03:19:32 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 2 03:19:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf7270e
dev-perl/DateTime-Format-Natural: Stabilize 1.120.0 amd64, #805767
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.120.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.120.0.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.120.0.ebuild
index 32af656096b..12deb3776d1 100644
--- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.120.0.ebuild
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.120.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Parse informal natural language date/time strings"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/
@ 2021-10-20 23:00 Andreas K. Hüttel
0 siblings, 0 replies; 19+ messages in thread
From: Andreas K. Hüttel @ 2021-10-20 23:00 UTC (permalink / raw
To: gentoo-commits
commit: 5188a39cdb16e9fde86e6db586f588e55fc20341
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 20 22:41:41 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Oct 20 22:59:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5188a39c
dev-perl/DateTime-Format-Natural: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../DateTime-Format-Natural-1.110.0.ebuild | 47 ----------------------
dev-perl/DateTime-Format-Natural/Manifest | 1 -
2 files changed, 48 deletions(-)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.110.0.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.110.0.ebuild
deleted file mode 100644
index 15f85f31727..00000000000
--- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.110.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=SCHUBIGER
-DIST_VERSION=1.11
-inherit perl-module
-
-DESCRIPTION="Parse informal natural language date/time strings"
-
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/perl-Carp
- dev-perl/Clone
- dev-perl/Date-Calc
- dev-perl/DateTime
- dev-perl/DateTime-TimeZone
- virtual/perl-Exporter
- virtual/perl-File-Spec
- virtual/perl-Getopt-Long
- dev-perl/List-MoreUtils
- >=dev-perl/Params-Validate-1.150.0
- virtual/perl-Scalar-List-Utils
- virtual/perl-Storable
- virtual/perl-Term-ReadLine
- dev-perl/boolean
-"
-DEPEND="
- dev-perl/Module-Build
-"
-BDEPEND="${RDEPEND}
- >=dev-perl/Module-Build-0.420.0
- test? (
- dev-perl/Module-Util
- dev-perl/Test-MockTime
- virtual/perl-Test-Simple
- )
-"
-PERL_RM_FILES=(
- t/pod-coverage.t
- t/pod.t
-)
diff --git a/dev-perl/DateTime-Format-Natural/Manifest b/dev-perl/DateTime-Format-Natural/Manifest
index 5f9a5ec81a5..4231c0fc865 100644
--- a/dev-perl/DateTime-Format-Natural/Manifest
+++ b/dev-perl/DateTime-Format-Natural/Manifest
@@ -1,2 +1 @@
-DIST DateTime-Format-Natural-1.11.tar.gz 82424 BLAKE2B 454b6c525f3bdee31ad077ba3445b307e175f023dcee3309b7b9f05eced9d9424bde28700dbf22b210910bd056b21293e026290c3a9bf7b47ac3f73d2ac1ccfb SHA512 1e89fe7ea05eec620f453cde4874bba6ced5d4055944e9e396226041c1d2efaa9b5a4852b88484b7dc00d792d2842a5c74f5eb86e70b220a3a8afbc7e1111c80
DIST DateTime-Format-Natural-1.12.tar.gz 82853 BLAKE2B 4705b8449bf255d9a2e15bca7dfe862d0c44e9e851808f2879e3452df083e89d97af2ff48a599959102a85bfb4d701b5dd390200c6516eae49cf29bb2e43fa32 SHA512 c2685815e76d7208d2491a01bc93e0c15657325fc1e9b33b85f123085814b9d4554a25b575241605a6c819f1627486b093bf08eeb25bb55531e15a15ddf158c8
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/
@ 2022-09-13 10:40 Jakov Smolić
0 siblings, 0 replies; 19+ messages in thread
From: Jakov Smolić @ 2022-09-13 10:40 UTC (permalink / raw
To: gentoo-commits
commit: 66b3bb817d3751320c88245374ec55abadc9174d
Author: Yu Gu <guyu2876 <AT> gmail <DOT> com>
AuthorDate: Mon Sep 12 12:20:47 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Sep 13 10:39:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b3bb81
dev-perl/DateTime-Format-Natural: Keyword 1.120.0 riscv, #869833
Signed-off-by: Yu Gu <guyu2876 <AT> gmail.com>
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.120.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.120.0.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.120.0.ebuild
index 7e1f48de2242..d294e4847f2d 100644
--- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.120.0.ebuild
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.120.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Parse informal natural language date/time strings"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/
@ 2023-06-21 7:35 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2023-06-21 7:35 UTC (permalink / raw
To: gentoo-commits
commit: 0c77db009087e4789e182fe90bf13f24f60d8beb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 07:15:06 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 07:35:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c77db00
dev-perl/DateTime-Format-Natural: add 1.170.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../DateTime-Format-Natural-1.170.0.ebuild | 43 ++++++++++++++++++++++
dev-perl/DateTime-Format-Natural/Manifest | 1 +
2 files changed, 44 insertions(+)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.170.0.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.170.0.ebuild
new file mode 100644
index 000000000000..3fd35fc162c0
--- /dev/null
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.170.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SCHUBIGER
+DIST_VERSION=1.17
+inherit perl-module
+
+DESCRIPTION="Parse informal natural language date/time strings"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+ virtual/perl-Carp
+ dev-perl/Clone
+ dev-perl/Date-Calc
+ dev-perl/DateTime
+ dev-perl/DateTime-TimeZone
+ virtual/perl-Exporter
+ virtual/perl-Getopt-Long
+ dev-perl/List-MoreUtils
+ >=dev-perl/Params-Validate-1.150.0
+ virtual/perl-Scalar-List-Utils
+ virtual/perl-Storable
+ virtual/perl-Term-ReadLine
+ dev-perl/boolean
+"
+BDEPEND="
+ ${RDEPEND}
+ >=dev-perl/Module-Build-0.420.0
+ test? (
+ dev-perl/Module-Util
+ dev-perl/Test-MockTime
+ virtual/perl-Test-Simple
+ )
+"
+
+PERL_RM_FILES=(
+ t/pod-coverage.t
+ t/pod.t
+)
diff --git a/dev-perl/DateTime-Format-Natural/Manifest b/dev-perl/DateTime-Format-Natural/Manifest
index 4231c0fc865a..c9cf0ee22bde 100644
--- a/dev-perl/DateTime-Format-Natural/Manifest
+++ b/dev-perl/DateTime-Format-Natural/Manifest
@@ -1 +1,2 @@
DIST DateTime-Format-Natural-1.12.tar.gz 82853 BLAKE2B 4705b8449bf255d9a2e15bca7dfe862d0c44e9e851808f2879e3452df083e89d97af2ff48a599959102a85bfb4d701b5dd390200c6516eae49cf29bb2e43fa32 SHA512 c2685815e76d7208d2491a01bc93e0c15657325fc1e9b33b85f123085814b9d4554a25b575241605a6c819f1627486b093bf08eeb25bb55531e15a15ddf158c8
+DIST DateTime-Format-Natural-1.17.tar.gz 86635 BLAKE2B b904fc6675a9dbe11e6e7fb7acd5f45551e1dd4e7c675d9761f9dc5b8f57c31562f331f59f9b2070867271395c257d1d0e2947b93e1989ab29db5441323df92b SHA512 719a49f647bdfe10a526e672ca163faac457109e4b977dfb5b9ace9daf2590425bd8001f330dab0c1ad7d55f0dc55a07b18e8821578ab0617ba7e931dcaaf575
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/
@ 2023-07-08 4:18 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2023-07-08 4:18 UTC (permalink / raw
To: gentoo-commits
commit: 1576eeef03ac3a3f7f95ed8f404764225185a2a9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 8 04:16:31 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 8 04:18:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1576eeef
dev-perl/DateTime-Format-Natural: fix dependencies
See also 6448143c43da1c09bebe80fc425b088666018279.
Signed-off-by: Sam James <sam <AT> gentoo.org>
...ural-1.170.0.ebuild => DateTime-Format-Natural-1.170.0-r1.ebuild} | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.170.0.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.170.0-r1.ebuild
similarity index 88%
rename from dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.170.0.ebuild
rename to dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.170.0-r1.ebuild
index 3fd35fc162c0..a7ef66acfe3f 100644
--- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.170.0.ebuild
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.170.0-r1.ebuild
@@ -10,13 +10,14 @@ inherit perl-module
DESCRIPTION="Parse informal natural language date/time strings"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
RDEPEND="
virtual/perl-Carp
dev-perl/Clone
dev-perl/Date-Calc
dev-perl/DateTime
+ dev-perl/DateTime-HiRes
dev-perl/DateTime-TimeZone
virtual/perl-Exporter
virtual/perl-Getopt-Long
@@ -32,7 +33,7 @@ BDEPEND="
>=dev-perl/Module-Build-0.420.0
test? (
dev-perl/Module-Util
- dev-perl/Test-MockTime
+ dev-perl/Test-MockTime-HiRes
virtual/perl-Test-Simple
)
"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/
@ 2023-07-08 6:06 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2023-07-08 6:06 UTC (permalink / raw
To: gentoo-commits
commit: 9e3c90468f027bbde2d1bf85c7e62e577ac104f8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 8 06:06:09 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 8 06:06:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e3c9046
dev-perl/DateTime-Format-Natural: Keyword 1.170.0-r1 ppc64, #909852
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../DateTime-Format-Natural/DateTime-Format-Natural-1.170.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.170.0-r1.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.170.0-r1.ebuild
index a7ef66acfe3f..1ec16e710cf1 100644
--- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.170.0-r1.ebuild
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.170.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Parse informal natural language date/time strings"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND="
virtual/perl-Carp
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/
@ 2023-08-24 18:10 Arthur Zamarin
0 siblings, 0 replies; 19+ messages in thread
From: Arthur Zamarin @ 2023-08-24 18:10 UTC (permalink / raw
To: gentoo-commits
commit: 3bce7bb0a4b049ad04833d34ba56215b383d6e00
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 18:09:59 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 18:09:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bce7bb0
dev-perl/DateTime-Format-Natural: Stabilize 1.170.0-r1 amd64, #912529
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.../DateTime-Format-Natural/DateTime-Format-Natural-1.170.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.170.0-r1.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.170.0-r1.ebuild
index 1ec16e710cf1..6e49683c955b 100644
--- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.170.0-r1.ebuild
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.170.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Parse informal natural language date/time strings"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND="
virtual/perl-Carp
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/
@ 2023-10-08 6:44 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2023-10-08 6:44 UTC (permalink / raw
To: gentoo-commits
commit: 014702c8784534be874a444cf5f95eb5e4a68664
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 8 06:38:59 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 8 06:38:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=014702c8
dev-perl/DateTime-Format-Natural: add 1.180.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../DateTime-Format-Natural-1.180.0.ebuild | 44 ++++++++++++++++++++++
dev-perl/DateTime-Format-Natural/Manifest | 1 +
2 files changed, 45 insertions(+)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.180.0.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.180.0.ebuild
new file mode 100644
index 000000000000..6669ff449fd8
--- /dev/null
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.180.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SCHUBIGER
+DIST_VERSION=1.18
+inherit perl-module
+
+DESCRIPTION="Parse informal natural language date/time strings"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+ virtual/perl-Carp
+ dev-perl/Clone
+ dev-perl/Date-Calc
+ dev-perl/DateTime
+ dev-perl/DateTime-HiRes
+ dev-perl/DateTime-TimeZone
+ virtual/perl-Exporter
+ virtual/perl-Getopt-Long
+ dev-perl/List-MoreUtils
+ >=dev-perl/Params-Validate-1.150.0
+ virtual/perl-Scalar-List-Utils
+ virtual/perl-Storable
+ virtual/perl-Term-ReadLine
+ dev-perl/boolean
+"
+BDEPEND="
+ ${RDEPEND}
+ >=dev-perl/Module-Build-0.420.0
+ test? (
+ dev-perl/Module-Util
+ dev-perl/Test-MockTime-HiRes
+ virtual/perl-Test-Simple
+ )
+"
+
+PERL_RM_FILES=(
+ t/pod-coverage.t
+ t/pod.t
+)
diff --git a/dev-perl/DateTime-Format-Natural/Manifest b/dev-perl/DateTime-Format-Natural/Manifest
index c9cf0ee22bde..5fb7f64306ac 100644
--- a/dev-perl/DateTime-Format-Natural/Manifest
+++ b/dev-perl/DateTime-Format-Natural/Manifest
@@ -1,2 +1,3 @@
DIST DateTime-Format-Natural-1.12.tar.gz 82853 BLAKE2B 4705b8449bf255d9a2e15bca7dfe862d0c44e9e851808f2879e3452df083e89d97af2ff48a599959102a85bfb4d701b5dd390200c6516eae49cf29bb2e43fa32 SHA512 c2685815e76d7208d2491a01bc93e0c15657325fc1e9b33b85f123085814b9d4554a25b575241605a6c819f1627486b093bf08eeb25bb55531e15a15ddf158c8
DIST DateTime-Format-Natural-1.17.tar.gz 86635 BLAKE2B b904fc6675a9dbe11e6e7fb7acd5f45551e1dd4e7c675d9761f9dc5b8f57c31562f331f59f9b2070867271395c257d1d0e2947b93e1989ab29db5441323df92b SHA512 719a49f647bdfe10a526e672ca163faac457109e4b977dfb5b9ace9daf2590425bd8001f330dab0c1ad7d55f0dc55a07b18e8821578ab0617ba7e931dcaaf575
+DIST DateTime-Format-Natural-1.18.tar.gz 86921 BLAKE2B dc44918a7dda17b1304669fb4d13a3b7cf0f4da968d9e948d8e0a026d955e722a02dc7971cded0047ed3d18d3c4d5fdae40a6fef7137539c7ff2f5163aae7f6d SHA512 ec57179399e1539a0e22379794cf927337f682ca168de7f48338598c27d6ea70a1901a47e232c574d89e7e234930e09aa995309b40e171f99f22a24a95236b82
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/
@ 2023-12-30 3:04 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2023-12-30 3:04 UTC (permalink / raw
To: gentoo-commits
commit: 04769cd3a4dfe6ea87397074a93cedfe181c14d3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 03:03:12 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 03:03:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04769cd3
dev-perl/DateTime-Format-Natural: Stabilize 1.180.0 amd64, #921003
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.180.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.180.0.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.180.0.ebuild
index 6669ff449fd8..d6ec4dcad04c 100644
--- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.180.0.ebuild
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.180.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Parse informal natural language date/time strings"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND="
virtual/perl-Carp
^ permalink raw reply related [flat|nested] 19+ messages in thread
end of thread, other threads:[~2023-12-30 3:05 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-08 4:18 [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-12-30 3:04 Sam James
2023-10-08 6:44 Sam James
2023-08-24 18:10 Arthur Zamarin
2023-07-08 6:06 Sam James
2023-06-21 7:35 Sam James
2022-09-13 10:40 Jakov Smolić
2021-10-20 23:00 Andreas K. Hüttel
2021-08-02 3:22 Sam James
2021-05-22 16:05 Andreas K. Hüttel
2021-05-22 16:05 Andreas K. Hüttel
2021-05-22 16:05 Andreas K. Hüttel
2020-12-12 8:40 Kent Fredric
2020-10-01 8:16 Kent Fredric
2020-07-25 20:15 Kent Fredric
2018-11-23 13:06 Agostino Sarubbo
2017-05-22 2:29 Kent Fredric
2016-11-15 12:44 Kent Fredric
2016-11-15 12:44 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox