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 068EE1381F3 for ; Wed, 15 May 2013 22:23:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE9B7E088C; Wed, 15 May 2013 22:23:41 +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 3A46BE088C for ; Wed, 15 May 2013 22:23:41 +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 2F20E33E02C for ; Wed, 15 May 2013 22:23:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6F77EE5461 for ; Wed, 15 May 2013 22:23:36 +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: <1368647308.745258717ca9f6f17cf12ece9400ded9fb8a480f.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.250.0.ebuild dev-perl/HTTP-Proxy/HTTP-Proxy-0.260.0.ebuild X-VCS-Directories: dev-perl/HTTP-Proxy/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 745258717ca9f6f17cf12ece9400ded9fb8a480f X-VCS-Branch: master Date: Wed, 15 May 2013 22:23:36 +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: beee5656-561a-42c9-b26a-ecae9aa6e6a5 X-Archives-Hash: cef9960728aa71cdd7928225945c89ef commit: 745258717ca9f6f17cf12ece9400ded9fb8a480f Author: Kent Fredric gmail com> AuthorDate: Wed May 15 19:48:28 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Wed May 15 19:48:28 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=74525871 [cpanclean] dev-perl/HTTP-Proxy-0.250.0 Package-Manager: portage-2.2.0_alpha174 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/HTTP-Proxy/ChangeLog | 4 +++ dev-perl/HTTP-Proxy/HTTP-Proxy-0.250.0.ebuild | 25 ------------------- dev-perl/HTTP-Proxy/HTTP-Proxy-0.260.0.ebuild | 33 ------------------------- 3 files changed, 4 insertions(+), 58 deletions(-) diff --git a/dev-perl/HTTP-Proxy/ChangeLog b/dev-perl/HTTP-Proxy/ChangeLog index c7cb5d4..2a42641 100644 --- a/dev-perl/HTTP-Proxy/ChangeLog +++ b/dev-perl/HTTP-Proxy/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 15 May 2013; Kent Fredric -HTTP-Proxy-0.250.0.ebuild, + -HTTP-Proxy-0.260.0.ebuild: + Gone on CPAN + *HTTP-Proxy-0.300.0 (26 Apr 2013) 26 Apr 2013; Kent Fredric +HTTP-Proxy-0.300.0.ebuild: diff --git a/dev-perl/HTTP-Proxy/HTTP-Proxy-0.250.0.ebuild b/dev-perl/HTTP-Proxy/HTTP-Proxy-0.250.0.ebuild deleted file mode 100644 index 6447568..0000000 --- a/dev-perl/HTTP-Proxy/HTTP-Proxy-0.250.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -MODULE_AUTHOR=BOOK -MODULE_VERSION=0.25 -inherit perl-module - -DESCRIPTION="HTTP proxy" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - >=dev-perl/libwww-perl-2.0.0 - >=dev-perl/HTTP-Daemon-1.250.0 -" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.360.0 -" - -SRC_TEST=online diff --git a/dev-perl/HTTP-Proxy/HTTP-Proxy-0.260.0.ebuild b/dev-perl/HTTP-Proxy/HTTP-Proxy-0.260.0.ebuild deleted file mode 100644 index 13ac560..0000000 --- a/dev-perl/HTTP-Proxy/HTTP-Proxy-0.260.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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.26 -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 - # Test::More - echo virtual/perl-Test-Simple -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do"