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 BD97C1381F3 for ; Sun, 28 Apr 2013 09:25:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E22AE0979; Sun, 28 Apr 2013 09:25:15 +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 C2975E096E for ; Sun, 28 Apr 2013 09:25:09 +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 BEF9B33DF68 for ; Sun, 28 Apr 2013 09:25:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 65C27E440A for ; Sun, 28 Apr 2013 09:25:06 +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: <1367011692.368a4c2350ba17ce0b2de7c4c60c00cfef8c7f2d.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTTP-Proxy/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/HTTP-Proxy/ChangeLog dev-perl/HTTP-Proxy/HTTP-Proxy-0.300.0.ebuild X-VCS-Directories: dev-perl/HTTP-Proxy/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 368a4c2350ba17ce0b2de7c4c60c00cfef8c7f2d X-VCS-Branch: master Date: Sun, 28 Apr 2013 09:25:06 +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: e743867c-f67b-4df2-936e-9867a5c5f8dc X-Archives-Hash: 2373d886245b185f3a42d1d5ff075e1e commit: 368a4c2350ba17ce0b2de7c4c60c00cfef8c7f2d Author: Kent Fredric gmail com> AuthorDate: Fri Apr 26 21:28:12 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Apr 26 21:28:12 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=368a4c23 [newversion] HTTP-Proxy-0.300.0 Package-Manager: portage-2.2.0_alpha166 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/HTTP-Proxy/ChangeLog | 5 ++++ dev-perl/HTTP-Proxy/HTTP-Proxy-0.300.0.ebuild | 31 +++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 0 deletions(-) diff --git a/dev-perl/HTTP-Proxy/ChangeLog b/dev-perl/HTTP-Proxy/ChangeLog index fdae92c..c7cb5d4 100644 --- a/dev-perl/HTTP-Proxy/ChangeLog +++ b/dev-perl/HTTP-Proxy/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*HTTP-Proxy-0.300.0 (26 Apr 2013) + + 26 Apr 2013; Kent Fredric +HTTP-Proxy-0.300.0.ebuild: + Version Bump + *HTTP-Proxy-0.260.0 (10 Feb 2013) 10 Feb 2013; Kent Fredric +HTTP-Proxy-0.260.0.ebuild: diff --git a/dev-perl/HTTP-Proxy/HTTP-Proxy-0.300.0.ebuild b/dev-perl/HTTP-Proxy/HTTP-Proxy-0.300.0.ebuild new file mode 100644 index 0000000..ee90a38 --- /dev/null +++ b/dev-perl/HTTP-Proxy/HTTP-Proxy-0.300.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=BOOK +MODULE_VERSION=0.300 +inherit perl-module + +DESCRIPTION='A pure Perl HTTP proxy' +LICENSE=" || ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +perl_meta_configure() { + # Module::Build 0.38 ( 0.380.0 ) + echo \>=virtual/perl-Module-Build-0.380.0 +} +perl_meta_runtime() { + # HTTP::Daemon 1.25 ( 1.250.0 ) + echo \>=dev-perl/HTTP-Daemon-1.250.0 + # LWP::UserAgent 2 ( 2.0.0 ) + echo \>=dev-perl/libwww-perl-2.0.0 +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_runtime) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do"