commit: 7a3aff6eb7c145504a2c4e335e7ee480dbcfefd9
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 5 17:03:57 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Oct 5 20:40:48 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a3aff6e
dev-perl/BZ-Client: Version bump.
Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-perl/BZ-Client/BZ-Client-1.72.0.ebuild | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/dev-perl/BZ-Client/BZ-Client-1.72.0.ebuild
b/dev-perl/BZ-Client/BZ-Client-1.72.0.ebuild
new file mode 100644
index 0000000..509fdea
--- /dev/null
+++ b/dev-perl/BZ-Client/BZ-Client-1.72.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=JWIED
+MODULE_VERSION=1.04
+inherit perl-module
+
+DESCRIPTION="A client for the Bugzilla web services API."
+
+LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-perl/URI
+ dev-perl/XML-Writer
+ dev-perl/XML-Parser
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"