public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Tiny/
@ 2016-11-18  5:17 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2016-11-18  5:17 UTC (permalink / raw
  To: gentoo-commits

commit:     24903df77405e520f0ebc0b8fa6155bb1f58a319
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 18 05:16:34 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Nov 18 05:17:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24903df7

dev-perl/DateTime-Tiny: Bump to version 1.60.0

- EAPI6
- Parallel Tests
- Patch upstreamed

Upstream:
- Fix test compat against DateTime::Locale >1.0
- Ensure Carp is loaded before using it.

Package-Manager: portage-2.3.2

 dev-perl/DateTime-Tiny/DateTime-Tiny-1.60.0.ebuild | 26 ++++++++++++++++++++++
 dev-perl/DateTime-Tiny/Manifest                    |  1 +
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/DateTime-Tiny/DateTime-Tiny-1.60.0.ebuild b/dev-perl/DateTime-Tiny/DateTime-Tiny-1.60.0.ebuild
new file mode 100644
index 00000000..41e3803
--- /dev/null
+++ b/dev-perl/DateTime-Tiny/DateTime-Tiny-1.60.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=DAGOLDEN
+DIST_VERSION=1.06
+
+inherit perl-module
+
+DESCRIPTION="A date object, with as little code as possible"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Carp
+"
+DEPEND="
+	>=virtual/perl-ExtUtils-MakeMaker-6.170.0
+	test? (
+		virtual/perl-File-Spec
+		virtual/perl-Test-Simple
+	)
+"

diff --git a/dev-perl/DateTime-Tiny/Manifest b/dev-perl/DateTime-Tiny/Manifest
index c37669e..3a0a3d9 100644
--- a/dev-perl/DateTime-Tiny/Manifest
+++ b/dev-perl/DateTime-Tiny/Manifest
@@ -1 +1,2 @@
 DIST DateTime-Tiny-1.04.tar.gz 14427 SHA256 68137c8ab3ca2a7f8a5fcea20f94b2f82bc2c7c36bb45063dbd81faadf0c7881 SHA512 da065b983ef7362a3190d1e0758fc071ded7c216c5bbff2aa111b9211b6deffdfa6c17a12ec6aa4c0fc51a091ea753d05c9b00acb4e30f57b6b99a66236de3c1 WHIRLPOOL 137b1907aaa7f9b18bf7398ba058f0718b5e029164811e78f0758e71898518ba7d95d4b175ea2179b314b4c0e4afd4ce87d096deccbcbdc80ce315cf7b118368
+DIST DateTime-Tiny-1.06.tar.gz 22195 SHA256 bd725df481d7223ee787e154c116098b08a129f55e0763194b07ebea3dda33ec SHA512 84adfb5877ad94669e3dc57e9f40a562eabf623ac3ed3e96be1094a89da8aec6372c92f3d4a70967744d07b11de620e20c027c7b4ca40fc3dc5150cccad5af27 WHIRLPOOL bd71702ce79d050c753f93b5cf110bff988b56f379b9feaa7f92eeaed12cee504404e5c0009054fc0b31cf72fd4f3bbd0b61469f3c223ad20ab97b647b52ad2b


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Tiny/
@ 2020-07-28 11:46 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2020-07-28 11:46 UTC (permalink / raw
  To: gentoo-commits

commit:     e60a2f8e669d06e09f87a834f03c3279e59a830e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 28 11:45:26 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Jul 28 11:46:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e60a2f8e

dev-perl/DateTime-Tiny: Bump to version 1.70.0

- EAPI7

Upstream:
- Only match ASCI digits in from_string() method

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/DateTime-Tiny/DateTime-Tiny-1.70.0.ebuild | 26 ++++++++++++++++++++++
 dev-perl/DateTime-Tiny/Manifest                    |  1 +
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/DateTime-Tiny/DateTime-Tiny-1.70.0.ebuild b/dev-perl/DateTime-Tiny/DateTime-Tiny-1.70.0.ebuild
new file mode 100644
index 00000000000..f91c1035c9f
--- /dev/null
+++ b/dev-perl/DateTime-Tiny/DateTime-Tiny-1.70.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=1.07
+
+inherit perl-module
+
+DESCRIPTION="A date object, with as little code as possible"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	virtual/perl-Carp
+"
+BDEPEND="
+	>=virtual/perl-ExtUtils-MakeMaker-6.170.0
+	test? (
+		virtual/perl-File-Spec
+		virtual/perl-Test-Simple
+	)
+"

diff --git a/dev-perl/DateTime-Tiny/Manifest b/dev-perl/DateTime-Tiny/Manifest
index 187960ab46d..49e7e62459f 100644
--- a/dev-perl/DateTime-Tiny/Manifest
+++ b/dev-perl/DateTime-Tiny/Manifest
@@ -1 +1,2 @@
 DIST DateTime-Tiny-1.06.tar.gz 22195 BLAKE2B 00105750f23abf7e620b595582fbacaa8e7386d27f87916a979426c98667babcfdc9cec43eb99536f8c0d973f43ead66ff4c5fbd582651214c2ab5021a5af973 SHA512 84adfb5877ad94669e3dc57e9f40a562eabf623ac3ed3e96be1094a89da8aec6372c92f3d4a70967744d07b11de620e20c027c7b4ca40fc3dc5150cccad5af27
+DIST DateTime-Tiny-1.07.tar.gz 20977 BLAKE2B 33f5bbd45e1ae1ae7c6aeeb426978acd9cae64e6464ac7db1be5165bdae6905cd58048de10719883fdc5e87d99999422bb262ef7ff807d39bde5438b9a69e62a SHA512 dd5eeac0faed485e40bfdda93827860661ed2142cd06d3007925d5a9bfc2b62223954e61947e26203740dc9be59694917f8c81e7584a7935b86305b9e4ffdd7d


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Tiny/
@ 2020-08-31  8:48 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2020-08-31  8:48 UTC (permalink / raw
  To: gentoo-commits

commit:     f2a524cd1cbe4975663041793975202e6961ca2d
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 08:27:23 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 08:47:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a524cd

dev-perl/DateTime-Tiny: Cleanup old 1.60.0

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/DateTime-Tiny/DateTime-Tiny-1.60.0.ebuild | 26 ----------------------
 dev-perl/DateTime-Tiny/Manifest                    |  1 -
 2 files changed, 27 deletions(-)

diff --git a/dev-perl/DateTime-Tiny/DateTime-Tiny-1.60.0.ebuild b/dev-perl/DateTime-Tiny/DateTime-Tiny-1.60.0.ebuild
deleted file mode 100644
index 52c6ca97a8a..00000000000
--- a/dev-perl/DateTime-Tiny/DateTime-Tiny-1.60.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DAGOLDEN
-DIST_VERSION=1.06
-
-inherit perl-module
-
-DESCRIPTION="A date object, with as little code as possible"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	virtual/perl-Carp
-"
-DEPEND="
-	>=virtual/perl-ExtUtils-MakeMaker-6.170.0
-	test? (
-		virtual/perl-File-Spec
-		virtual/perl-Test-Simple
-	)
-"

diff --git a/dev-perl/DateTime-Tiny/Manifest b/dev-perl/DateTime-Tiny/Manifest
index 49e7e62459f..1a845cdfe00 100644
--- a/dev-perl/DateTime-Tiny/Manifest
+++ b/dev-perl/DateTime-Tiny/Manifest
@@ -1,2 +1 @@
-DIST DateTime-Tiny-1.06.tar.gz 22195 BLAKE2B 00105750f23abf7e620b595582fbacaa8e7386d27f87916a979426c98667babcfdc9cec43eb99536f8c0d973f43ead66ff4c5fbd582651214c2ab5021a5af973 SHA512 84adfb5877ad94669e3dc57e9f40a562eabf623ac3ed3e96be1094a89da8aec6372c92f3d4a70967744d07b11de620e20c027c7b4ca40fc3dc5150cccad5af27
 DIST DateTime-Tiny-1.07.tar.gz 20977 BLAKE2B 33f5bbd45e1ae1ae7c6aeeb426978acd9cae64e6464ac7db1be5165bdae6905cd58048de10719883fdc5e87d99999422bb262ef7ff807d39bde5438b9a69e62a SHA512 dd5eeac0faed485e40bfdda93827860661ed2142cd06d3007925d5a9bfc2b62223954e61947e26203740dc9be59694917f8c81e7584a7935b86305b9e4ffdd7d


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

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

commit:     723fbd346e6126ab8d16accb2e75e1d74e4d4182
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 07:02:49 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 07:35:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=723fbd34

dev-perl/DateTime-Tiny: update DESCRIPTION

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

 dev-perl/DateTime-Tiny/DateTime-Tiny-1.70.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/DateTime-Tiny/DateTime-Tiny-1.70.0.ebuild b/dev-perl/DateTime-Tiny/DateTime-Tiny-1.70.0.ebuild
index f91c1035c9f5..7406138e6193 100644
--- a/dev-perl/DateTime-Tiny/DateTime-Tiny-1.70.0.ebuild
+++ b/dev-perl/DateTime-Tiny/DateTime-Tiny-1.70.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ DIST_VERSION=1.07
 
 inherit perl-module
 
-DESCRIPTION="A date object, with as little code as possible"
+DESCRIPTION="Date object, with as little code as possible"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="test"


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-21  7:35 [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Tiny/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2020-08-31  8:48 Kent Fredric
2020-07-28 11:46 Kent Fredric
2016-11-18  5:17 Kent Fredric

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