From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/BZ-Client/
Date: Fri, 30 Apr 2021 22:43:03 +0000 (UTC) [thread overview]
Message-ID: <1619822565.499e52e7f467c2b65a5af94bb04b221c192ddf1b.dilfridge@gentoo> (raw)
commit: 499e52e7f467c2b65a5af94bb04b221c192ddf1b
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 22:42:45 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 22:42:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499e52e7
dev-perl/BZ-Client: Version bump 4.4004
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/BZ-Client/BZ-Client-4.400.400.ebuild | 62 +++++++++++++++++++++++++++
dev-perl/BZ-Client/Manifest | 1 +
2 files changed, 63 insertions(+)
diff --git a/dev-perl/BZ-Client/BZ-Client-4.400.400.ebuild b/dev-perl/BZ-Client/BZ-Client-4.400.400.ebuild
new file mode 100644
index 00000000000..f04e998530c
--- /dev/null
+++ b/dev-perl/BZ-Client/BZ-Client-4.400.400.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DJZORT
+DIST_VERSION=4.4004
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="A client for the Bugzilla web services API."
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-perl/DateTime-Format-ISO8601
+ dev-perl/DateTime-Format-Strptime
+ dev-perl/DateTime-TimeZone
+ virtual/perl-Encode
+ virtual/perl-File-Spec
+ dev-perl/HTTP-CookieJar
+ virtual/perl-HTTP-Tiny
+ virtual/perl-MIME-Base64
+ dev-perl/URI
+ dev-perl/XML-Parser
+ dev-perl/XML-Writer
+ virtual/perl-parent
+"
+DEPEND="dev-perl/Module-Build"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.280.0
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=virtual/perl-CPAN-Meta-2.120.900
+ dev-perl/Clone
+ virtual/perl-Data-Dumper
+ dev-perl/DateTime
+ dev-perl/IO-Socket-SSL
+ dev-perl/Test-RequiresInternet
+ virtual/perl-Test-Simple
+ dev-perl/Text-Password-Pronounceable
+ )
+"
+PERL_RM_FILES=(
+ t/release-distmeta.t
+ t/release-kwalitee.t
+ t/release-unused-vars.t
+ t/author-critic.t
+ t/author-eof.t
+ t/author-eol.t
+ t/author-no-breakpoints.t
+ t/author-no-tabs.t
+ t/author-pod-syntax.t
+ t/author-portability.t
+)
+src_test() {
+ has network ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}} && export TEST_AUTHOR=1
+ perl-module_src_test
+}
diff --git a/dev-perl/BZ-Client/Manifest b/dev-perl/BZ-Client/Manifest
index f69988498d5..ccd7e2b13b2 100644
--- a/dev-perl/BZ-Client/Manifest
+++ b/dev-perl/BZ-Client/Manifest
@@ -1 +1,2 @@
DIST BZ-Client-4.4003.tar.gz 85579 BLAKE2B d9310fd594d3a0a19ee9e08b047efbc89ee36e1d0c8a25f79f9dd3f4de661f7cfd1de27d1017a6cabcb356362b27ba2c9cc5c908dc43c6e43b52b7eeb16e3b15 SHA512 d4b8bb4de96ca40f37f0ab6576095341cd3c7be41d6d4bdfd88f7b25de8ce77130a1736ea4e577f57186191cee2eeff6131fe107a0cb56e9439f4258fb560432
+DIST BZ-Client-4.4004.tar.gz 87209 BLAKE2B 6300d93cd6fefb1271a11f0703757dc7bce8955fd60f11afd7a856267bf37cd5c33e42c28a783b2287b5cb359caaef6ae0aee3481f505118558f6bbf1b3929d7 SHA512 23cf61f3ffdf85e53924e54acc8d0d069f602ea15d35f94b4b8f2f1fd1fd33b27b95afe2125d01ae47c9eb191106d65acd475924bd3158c882cc3e208a711193
next reply other threads:[~2021-04-30 22:43 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-30 22:43 Andreas K. Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-10-09 15:54 [gentoo-commits] repo/gentoo:master commit in: dev-perl/BZ-Client/ Andreas K. Hüttel
2020-12-12 6:46 Kent Fredric
2020-10-01 6:16 Kent Fredric
2017-05-31 1:47 Kent Fredric
2017-02-23 1:47 Kent Fredric
2017-01-06 0:50 Kent Fredric
2015-12-22 23:14 Andreas Hüttel
2015-10-05 20:43 Patrice Clement
2015-10-05 20:43 Patrice Clement
2015-10-05 20:43 Patrice Clement
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=1619822565.499e52e7f467c2b65a5af94bb04b221c192ddf1b.dilfridge@gentoo \
--to=dilfridge@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