From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Date-Manip/
Date: Mon, 9 Oct 2017 21:22:28 +0000 (UTC) [thread overview]
Message-ID: <1507584131.af5f3d76d0e773a92c5267a54794fffb8069d520.kentnl@gentoo> (raw)
commit: af5f3d76d0e773a92c5267a54794fffb8069d520
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 9 21:21:53 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Oct 9 21:22:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af5f3d76
dev-perl/Date-Manip: Bump to version 6.600.0
Upstream:
- Fix recurrences without interval, start and end dates.
- Documentation clarification
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-perl/Date-Manip/Date-Manip-6.600.0.ebuild | 37 +++++++++++++++++++++++++++
dev-perl/Date-Manip/Manifest | 1 +
2 files changed, 38 insertions(+)
diff --git a/dev-perl/Date-Manip/Date-Manip-6.600.0.ebuild b/dev-perl/Date-Manip/Date-Manip-6.600.0.ebuild
new file mode 100644
index 00000000000..7c5adda5093
--- /dev/null
+++ b/dev-perl/Date-Manip/Date-Manip-6.600.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SBECK
+DIST_VERSION=6.60
+
+inherit perl-module
+
+DESCRIPTION="Perl date manipulation routines"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+IUSE="elibc_musl test"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Data-Dumper
+ virtual/perl-Encode
+ virtual/perl-File-Spec
+ virtual/perl-IO
+ virtual/perl-Storable
+ elibc_musl? ( sys-libs/timezone-data )
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.670.100
+ test? (
+ dev-perl/Test-Inter
+ virtual/perl-Test-Simple
+ )
+"
+
+src_test() {
+ perl_rm_files t/pod_coverage.t t/pod.t
+ TZ=UTC perl-module_src_test
+}
diff --git a/dev-perl/Date-Manip/Manifest b/dev-perl/Date-Manip/Manifest
index 78a77194579..7301740ec80 100644
--- a/dev-perl/Date-Manip/Manifest
+++ b/dev-perl/Date-Manip/Manifest
@@ -4,3 +4,4 @@ DIST Date-Manip-6.56.tar.gz 1829314 SHA256 acae07026b84d157f161d569b41026f4770e7
DIST Date-Manip-6.57.tar.gz 1831444 SHA256 864c1e71a62db5f58fd570ddf82259feb025203a58187fdddec96824f54e2f76 SHA512 c2dbe195cfcc4c60f5b120fb4af0d487a6d3713b874f48a78c0ebf32364c2062c68e03bbc72a9ad54c25a3b6dada7a3b2041f16755665e93206de1320a88ba9a WHIRLPOOL ea35b247c79cafaa57f7ca391f3445f8936278f2d184b42dbb63f970759cbe4c6d2c75186cba9ec545215a071348267a6a9d6d66707ddcd498a73613ef6531e3
DIST Date-Manip-6.58.tar.gz 1820488 SHA256 485eec6c00141c477941598de7081746f57365b9705d4a751fb1d164ded2b363 SHA512 f2f2b7e5655f31135134284a993194777313ca1f07e8869daf4850a48dbe8e5fe7fccdcd1caa82d07234fd29e5f1c74e44bc2c3c10cc6f84541b317493b40c6d WHIRLPOOL a7555c44531e07afdebcd2221e58985e9f6008b93a4f875fe76cdc85eb501def37bda103b60a7639cb5ae4d4e36ba77ab3076e17bf53c6d69fe1e3925abcad96
DIST Date-Manip-6.59.tar.gz 1825069 SHA256 50c71db870008dfd22f42e2e55a392a9a337a44ebbc86e98be5d209b5b0b8a12 SHA512 ec1217cdedf4901d4b1165f1d4e1213c66a49144f7d06fba697d1216cd9e59a900ef441b9fab98990b0ef9e54a88ac27e27c336dfafcc19a1e9343c9a1e7c801 WHIRLPOOL 703afccadda458a94357590a094e275834cba473c38b2fd767e3d2ff9bc03873cfe466de5bc751a0b8e543d5de5260bc2eaffd34986c880a94ff1ca9e93c603a
+DIST Date-Manip-6.60.tar.gz 1824792 SHA256 7e20d6ffa0f8e32454098b4d397b8036764e90f171156375a81cc7e55a4f434f SHA512 46ac9696aea04167427957a43de1b44041ea05d3eaf01ffbdbfda9f458b3073f36ec46c9661ac437f96731d0f40aebc206ef385c6c4aff1b147917fc2c89a1cf WHIRLPOOL ef5cfd7358f36d2a42c60004d0b6c3d403824c6eee3144900d4d3d90381bbfa7232110f6b75ab375106c2d45ed964c1c1ef572572468787da807d1a363c62260
next reply other threads:[~2017-10-09 21:22 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-09 21:22 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-22 4:55 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Date-Manip/ Sam James
2024-07-10 4:21 Ionen Wolkens
2024-06-14 0:43 Sam James
2024-05-02 1:36 Sam James
2023-08-01 18:42 Arthur Zamarin
2023-07-24 4:12 Sam James
2023-06-17 21:03 Sam James
2022-12-18 18:57 Arthur Zamarin
2022-12-18 11:35 Sam James
2022-12-18 11:34 Sam James
2022-09-02 0:30 Sam James
2022-09-02 0:30 Sam James
2022-01-24 19:19 Sam James
2022-01-03 23:26 David Seifert
2021-08-13 1:05 Sam James
2021-08-06 12:16 Sam James
2021-08-03 11:05 Sam James
2021-08-02 3:22 Sam James
2021-08-01 8:25 Sam James
2021-05-16 0:20 Sam James
2021-05-16 0:20 Sam James
2021-05-16 0:07 Sam James
2021-05-16 0:03 Sam James
2021-05-16 0:03 Sam James
2021-05-16 0:03 Sam James
2021-05-15 23:32 Andreas K. Hüttel
2020-12-27 14:54 Fabian Groffen
2020-07-24 10:32 Kent Fredric
2020-07-18 4:43 Kent Fredric
2019-10-21 8:39 Fabian Groffen
2019-05-04 18:46 Andreas K. Hüttel
2019-04-26 11:32 Anthony G. Basile
2018-07-10 19:47 Markus Meier
2018-06-25 18:56 Tobias Klausmann
2018-06-12 15:20 Mikle Kolyada
2018-06-07 10:13 Agostino Sarubbo
2018-06-06 16:37 Sergei Trofimovich
2018-06-03 10:40 Sergei Trofimovich
2017-06-04 10:29 Kent Fredric
2017-06-04 9:18 Kent Fredric
2017-03-22 10:33 Kent Fredric
2016-12-05 14:15 Kent Fredric
2016-10-22 19:27 Andreas Hüttel
2016-08-04 3:03 Kent Fredric
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1507584131.af5f3d76d0e773a92c5267a54794fffb8069d520.kentnl@gentoo \
--to=kentnl@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox