From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/BZ-Client/
Date: Fri, 6 Jan 2017 00:50:29 +0000 (UTC) [thread overview]
Message-ID: <1483663823.b73d83fdbea2b9cb49d2e02dfa65df84d7ade261.kentnl@gentoo> (raw)
commit: b73d83fdbea2b9cb49d2e02dfa65df84d7ade261
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 6 00:47:46 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jan 6 00:50:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b73d83fd
dev-perl/BZ-Client: Bump to version 4.400.0
- EAPI6
- Tests cleaned up
Upstream:
- Functionality parity with Bugzilla 4.4 now achieved.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-perl/BZ-Client/BZ-Client-4.400.0.ebuild | 60 +++++++++++++++++++++++++++++
dev-perl/BZ-Client/Manifest | 1 +
dev-perl/BZ-Client/metadata.xml | 35 +++++++++++++++--
3 files changed, 92 insertions(+), 4 deletions(-)
diff --git a/dev-perl/BZ-Client/BZ-Client-4.400.0.ebuild b/dev-perl/BZ-Client/BZ-Client-4.400.0.ebuild
new file mode 100644
index 00000000..6ee977d
--- /dev/null
+++ b/dev-perl/BZ-Client/BZ-Client-4.400.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=DJZORT
+DIST_VERSION=4.4
+inherit perl-module
+
+DESCRIPTION="A client for the Bugzilla web services API."
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="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
+ dev-perl/URI
+ dev-perl/XML-Parser
+ dev-perl/XML-Writer
+ virtual/perl-parent
+"
+DEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.280.0
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/Clone
+ virtual/perl-Data-Dumper
+ dev-perl/DateTime
+ dev-perl/Test-RequiresInternet
+ virtual/perl-Test-Simple
+ dev-perl/Text-Password-Pronounceable
+ )
+"
+
+src_test() {
+ local bad_files my_test_control
+ bad_files=(
+ t/author-*
+ t/release-*
+ )
+ my_test_control=${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}
+ if ! has network ${my_test_control} ; then
+ bad_files+=(
+ # Fail without network access
+ t/200bug.t t/300classification.t
+ # Do discovery probes
+ t/400component.t t/500group.t
+ )
+ fi
+ perl_rm_files "${bad_files[@]}"
+ perl-module_src_test
+}
diff --git a/dev-perl/BZ-Client/Manifest b/dev-perl/BZ-Client/Manifest
index 298b03f..af09b78 100644
--- a/dev-perl/BZ-Client/Manifest
+++ b/dev-perl/BZ-Client/Manifest
@@ -1 +1,2 @@
DIST BZ-Client-1.072.tar.gz 32692 SHA256 4f39e7739af68df67231719865e579b08d0bf1befebee69aad8015b229388f1a SHA512 d26c7e03d62013e5b308e33920e350ddaf5f93cc7a2939f1a6cee6746fa8e25138fad31454c0f0b8c1f4834ec939226b98d472891c0c1f22120e18a751755898 WHIRLPOOL 3415f6ad89d477c7c2fc2291428ee8144d57ee705af749c79f9b257054ccaca4510a53e79fd30f494f056891852f2c3cd098e14a393617ea2ff9f77833652a48
+DIST BZ-Client-4.4.tar.gz 64706 SHA256 74d821f512ef50fc1e943b8b4170ed0f496a41e49b93960f7793cb5d23b8835b SHA512 b3967179ba9f8139cb1921ffa1b154fdc0fced8a80425db4780eb940499bf62fd669da32673ee176ed65fbe47d168548fa267813cb42264cb9207a3c807e3ed8 WHIRLPOOL eb4d1c195897e891feecd8014e017ebe520ff1584ed3dcfa436822c85a281a208766f05916d01db1134f6d500f9793aed4e54bdce11b166f5d10526ab03d9911
diff --git a/dev-perl/BZ-Client/metadata.xml b/dev-perl/BZ-Client/metadata.xml
index 7faa8df..909c362 100644
--- a/dev-perl/BZ-Client/metadata.xml
+++ b/dev-perl/BZ-Client/metadata.xml
@@ -1,8 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
-</maintainer>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">BZ-Client</remote-id>
+ <remote-id type="cpan-module">BZ::Client</remote-id>
+ <remote-id type="cpan-module">BZ::Client::API</remote-id>
+ <remote-id type="cpan-module">BZ::Client::Bug</remote-id>
+ <remote-id type="cpan-module">BZ::Client::Bug::Attachment</remote-id>
+ <remote-id type="cpan-module">BZ::Client::Bug::Comment</remote-id>
+ <remote-id type="cpan-module">BZ::Client::BugUserLastVisit</remote-id>
+ <remote-id type="cpan-module">BZ::Client::Bugzilla</remote-id>
+ <remote-id type="cpan-module">BZ::Client::Classification</remote-id>
+ <remote-id type="cpan-module">BZ::Client::Component</remote-id>
+ <remote-id type="cpan-module">BZ::Client::Exception</remote-id>
+ <remote-id type="cpan-module">BZ::Client::FlagType</remote-id>
+ <remote-id type="cpan-module">BZ::Client::Group</remote-id>
+ <remote-id type="cpan-module">BZ::Client::Product</remote-id>
+ <remote-id type="cpan-module">BZ::Client::User</remote-id>
+ <remote-id type="cpan-module">BZ::Client::XMLRPC</remote-id>
+ <remote-id type="cpan-module">BZ::Client::XMLRPC::Array</remote-id>
+ <remote-id type="cpan-module">BZ::Client::XMLRPC::Handler</remote-id>
+ <remote-id type="cpan-module">BZ::Client::XMLRPC::Parser</remote-id>
+ <remote-id type="cpan-module">BZ::Client::XMLRPC::Response</remote-id>
+ <remote-id type="cpan-module">BZ::Client::XMLRPC::Struct</remote-id>
+ <remote-id type="cpan-module">BZ::Client::XMLRPC::Value</remote-id>
+ <remote-id type="cpan-module">BZ::Client::XMLRPC::boolean</remote-id>
+ <remote-id type="cpan-module">BZ::Client::XMLRPC::double</remote-id>
+ <remote-id type="cpan-module">BZ::Client::XMLRPC::int</remote-id>
+ </upstream>
</pkgmetadata>
next reply other threads:[~2017-01-06 0:50 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-06 0:50 Kent Fredric [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
2021-04-30 22:43 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
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=1483663823.b73d83fdbea2b9cb49d2e02dfa65df84d7ade261.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