Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/BZ-Client/
Date: Mon, 05 Oct 2015 20:43:19
Message-Id: 1444077648.7a3aff6eb7c145504a2c4e335e7ee480dbcfefd9.monsieurp@gentoo
1 commit: 7a3aff6eb7c145504a2c4e335e7ee480dbcfefd9
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 5 17:03:57 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 5 20:40:48 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a3aff6e
7
8 dev-perl/BZ-Client: Version bump.
9
10 Package-Manager: portage-2.2.18
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-perl/BZ-Client/BZ-Client-1.72.0.ebuild | 25 +++++++++++++++++++++++++
14 1 file changed, 25 insertions(+)
15
16 diff --git a/dev-perl/BZ-Client/BZ-Client-1.72.0.ebuild b/dev-perl/BZ-Client/BZ-Client-1.72.0.ebuild
17 new file mode 100644
18 index 0000000..509fdea
19 --- /dev/null
20 +++ b/dev-perl/BZ-Client/BZ-Client-1.72.0.ebuild
21 @@ -0,0 +1,25 @@
22 +# Copyright 1999-2014 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Id$
25 +
26 +EAPI=5
27 +
28 +MODULE_AUTHOR=JWIED
29 +MODULE_VERSION=1.04
30 +inherit perl-module
31 +
32 +DESCRIPTION="A client for the Bugzilla web services API."
33 +
34 +LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~x86"
37 +IUSE=""
38 +
39 +RDEPEND="
40 + dev-perl/URI
41 + dev-perl/XML-Writer
42 + dev-perl/XML-Parser
43 +"
44 +DEPEND="${RDEPEND}
45 + virtual/perl-ExtUtils-MakeMaker
46 +"