public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Builder/
Date: Mon, 17 Aug 2020 00:54:24 +0000 (UTC)	[thread overview]
Message-ID: <1597625587.0e770536f1ac4fdd118de41f8be8b65c9a27af79.kentnl@gentoo> (raw)

commit:     0e770536f1ac4fdd118de41f8be8b65c9a27af79
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 00:51:58 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 00:53:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e770536

dev-perl/DateTime-Format-Builder: Bump to version 0.830.0

- Include 2 extra (weak) test deps for improved coverage, that can be
  avoided with USE="minimal"

Upstream:
- Minor packaging tweaks (metadata mostly)

Keywords:
- Keywords dropped for various arches due to added deps
  Test-Memory-Cycle and Devel-Cycle. Arches may simply package.use.force
  their way around complications this implies if needed. Drops:
  - arm64, hppa, ia64
  - mips, riscv, s390
  - sparc

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

 .../DateTime-Format-Builder-0.830.0.ebuild         | 38 ++++++++++++++++++++++
 dev-perl/DateTime-Format-Builder/Manifest          |  1 +
 2 files changed, 39 insertions(+)

diff --git a/dev-perl/DateTime-Format-Builder/DateTime-Format-Builder-0.830.0.ebuild b/dev-perl/DateTime-Format-Builder/DateTime-Format-Builder-0.830.0.ebuild
new file mode 100644
index 00000000000..3334a4dc176
--- /dev/null
+++ b/dev-perl/DateTime-Format-Builder/DateTime-Format-Builder-0.830.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=0.83
+inherit perl-module
+
+DESCRIPTION="Create DateTime parser classes and objects"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-aix ~x86-solaris"
+IUSE="minimal test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	virtual/perl-Carp
+	>=dev-perl/DateTime-1.0.0
+	>=dev-perl/DateTime-Format-Strptime-1.40.0
+	>=dev-perl/Params-Validate-0.720.0
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-parent
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-File-Spec
+		>=virtual/perl-Test-Simple-0.960.0
+		!minimal? (
+			dev-perl/Test-Memory-Cycle
+			>=dev-perl/Devel-Cycle-1.70.0
+		)
+	)
+"
+PERL_RM_FILES=(
+	t/99pod.t
+)

diff --git a/dev-perl/DateTime-Format-Builder/Manifest b/dev-perl/DateTime-Format-Builder/Manifest
index a98322e2ead..6c86b8f0b00 100644
--- a/dev-perl/DateTime-Format-Builder/Manifest
+++ b/dev-perl/DateTime-Format-Builder/Manifest
@@ -1,2 +1,3 @@
 DIST DateTime-Format-Builder-0.81.tar.gz 39933 BLAKE2B a9e692f584e02bf09609c5a666064de2dcef368a86518b77266bf9176a748f0b009687fb07831196e93adeedcf75123539519e1664a7caaa3e05bb5d46431b27 SHA512 617cf72e900d9bb17fd5c3cfbfa1874bf1c34de144514ea4cabd7b66eb682696b9c9501e66db1073da59c5e8278e6878b893876a1a7f11a9c011dbae44ebdd57
 DIST DateTime-Format-Builder-0.82.tar.gz 63465 BLAKE2B ee030678837e11fc2af0cc7d3ad00856b92b25cac23ea5a8a4468fef48f7cb60d09b59277bcf44a73d83920441e16a4c130cf0b8982ed4cd280cbbd9c0f10e01 SHA512 e89becd9875f84df8f83ea2081bf6b08cad4a62af6f8d193ce6735ae8442881ca826e68c894879d3c5e90d1fcc60b7b5fa5ba4b7f9dbba92a4c2e26fc54dca1e
+DIST DateTime-Format-Builder-0.83.tar.gz 63355 BLAKE2B 795a7cab7e837b45d4d509c06f99b7192e85f17dbf57988fa8bf07b0ed5af602135baa9c6b131ce81800ff1144ed3ffbc246119364d162fcfa30bf2956d23c07 SHA512 eb0601dce7bc9adb0b4b6df2058b5f126e36738a9fc1e18c6e09ecf2787fbe7cd9b8ae9a5772590d6fa0df271b5a7fde0f3ab6f2be68e182adaac48ca3ae3837


             reply	other threads:[~2020-08-17  0:54 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-17  0:54 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-23 17:47 [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Builder/ Arthur Zamarin
2024-06-20 15:07 Ionen Wolkens
2022-05-08  4:10 Sam James
2021-10-18 19:43 Andreas K. Hüttel
2021-10-16  0:48 Sam James
2021-08-02  2:24 Sam James
2021-05-23 23:05 Agostino Sarubbo
2021-05-23 22:28 Agostino Sarubbo
2020-12-27 14:54 Fabian Groffen
2020-12-12  8:40 Kent Fredric
2020-10-22  5:11 Joshua Kinard
2020-09-03  4:33 Yixun Lan
2020-09-02  6:33 Sergei Trofimovich
2020-08-17 21:42 Sergei Trofimovich
2020-08-17  9:40 Sam James
2020-08-17  8:50 Sam James
2020-08-17  8:04 Sam James
2020-07-25 18:08 Kent Fredric
2019-07-22 13:58 Mikle Kolyada
2018-04-02 18:06 Mart Raudsepp
2016-08-05  4:43 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=1597625587.0e770536f1ac4fdd118de41f8be8b65c9a27af79.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