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 69B5D138204 for ; Tue, 20 Nov 2012 22:56:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0781721C053; Tue, 20 Nov 2012 22:54:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 583B721C072 for ; Tue, 20 Nov 2012 22:54:59 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32FE533D866 for ; Tue, 20 Nov 2012 22:54:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 82108E5442 for ; Tue, 20 Nov 2012 22:54:55 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1353415086.006e11a215c011950ea8e65564e5fb03efad4060.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Business-PayPal-API/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Business-PayPal-API/Business-PayPal-API-0.700.0.ebuild dev-perl/Business-PayPal-API/ChangeLog X-VCS-Directories: dev-perl/Business-PayPal-API/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 006e11a215c011950ea8e65564e5fb03efad4060 X-VCS-Branch: master Date: Tue, 20 Nov 2012 22:54:55 +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: 347c705b-138e-4595-b875-e99069d5bd2f X-Archives-Hash: 106ae79997080f9861dcc4d4be369b83 commit: 006e11a215c011950ea8e65564e5fb03efad4060 Author: Kent Fredric gmail com> AuthorDate: Tue Nov 20 12:38:06 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Nov 20 12:38:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=006e11a2 [newversion] Business-PayPal-API-0.700.0 Package-Manager: portage-2.2.0_alpha141 Manifest-Sign-Key: ECD2C675C102CDA4 --- .../Business-PayPal-API-0.700.0.ebuild | 33 ++++++++++++++++++++ dev-perl/Business-PayPal-API/ChangeLog | 8 ++++- 2 files changed, 40 insertions(+), 1 deletions(-) diff --git a/dev-perl/Business-PayPal-API/Business-PayPal-API-0.700.0.ebuild b/dev-perl/Business-PayPal-API/Business-PayPal-API-0.700.0.ebuild new file mode 100644 index 0000000..978043f --- /dev/null +++ b/dev-perl/Business-PayPal-API/Business-PayPal-API-0.700.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=OALDERS +MODULE_VERSION=0.70 +inherit perl-module + +DESCRIPTION='PayPal API' +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +perl_meta_configure() { + # ExtUtils::MakeMaker + echo virtual/perl-ExtUtils-MakeMaker +} +perl_meta_build() { + # ExtUtils::MakeMaker + echo virtual/perl-ExtUtils-MakeMaker +} +perl_meta_runtime() { + # SOAP::Lite 0.67 ( 0.670.0 ) + echo \>=dev-perl/SOAP-Lite-0.670.0 +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do" diff --git a/dev-perl/Business-PayPal-API/ChangeLog b/dev-perl/Business-PayPal-API/ChangeLog index a554fa4..9db9819 100644 --- a/dev-perl/Business-PayPal-API/ChangeLog +++ b/dev-perl/Business-PayPal-API/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-perl/Business-PayPal-API -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Business-PayPal-API-0.700.0 (20 Nov 2012) + + 20 Nov 2012; Kent Fredric + +Business-PayPal-API-0.700.0.ebuild: + Version Bump + *Business-PayPal-API-0.690.0 (12 Apr 2011) 12 Apr 2011; Kent Fredric