From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E7E66138BEF for ; Mon, 5 Oct 2015 20:43:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3578F21C00C; Mon, 5 Oct 2015 20:43:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5A31E084D for ; Mon, 5 Oct 2015 20:43:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8993340890 for ; Mon, 5 Oct 2015 20:43:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BEDF88E for ; Mon, 5 Oct 2015 20:43:13 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1444077648.7a3aff6eb7c145504a2c4e335e7ee480dbcfefd9.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/BZ-Client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/BZ-Client/BZ-Client-1.72.0.ebuild X-VCS-Directories: dev-perl/BZ-Client/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 7a3aff6eb7c145504a2c4e335e7ee480dbcfefd9 X-VCS-Branch: master Date: Mon, 5 Oct 2015 20:43:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7af160f9-6713-447f-9067-1fa61b044feb X-Archives-Hash: 3930becbe24a767217e1cee675ce3b7e commit: 7a3aff6eb7c145504a2c4e335e7ee480dbcfefd9 Author: Patrice Clement gentoo org> AuthorDate: Mon Oct 5 17:03:57 2015 +0000 Commit: Patrice Clement gentoo 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 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 +"