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 33313138C9D for ; Wed, 29 Apr 2015 18:02:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB219E08B2; Wed, 29 Apr 2015 18:02:12 +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 C7D03E08B0 for ; Wed, 29 Apr 2015 18:02:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2BF3340C35 for ; Wed, 29 Apr 2015 18:02:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8806B9AC for ; Wed, 29 Apr 2015 18:02:04 +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: <1430320139.10b4f1f599b915e131269a07e7eb82ee919250af.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application-Dispatch/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-2.160.0.ebuild dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-2.170.0.ebuild dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-2.180.0.ebuild dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.30.0.ebuild dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.40.0.ebuild dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.70.0.ebuild X-VCS-Directories: dev-perl/CGI-Application-Dispatch/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 10b4f1f599b915e131269a07e7eb82ee919250af X-VCS-Branch: master Date: Wed, 29 Apr 2015 18:02:04 +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: 3370c53e-6f04-4a72-85d8-8d6f119dafcd X-Archives-Hash: 933c3a351e06d98caf59c43fb9ebdda6 commit: 10b4f1f599b915e131269a07e7eb82ee919250af Author: Kent Fredric gmail com> AuthorDate: Wed Apr 29 15:08:59 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Wed Apr 29 15:08:59 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=10b4f1f5 [cleanup] CGI-Application-Dispatch: Remove old versions Package-Manager: portage-2.2.17 .../CGI-Application-Dispatch-2.160.0.ebuild | 23 ------- .../CGI-Application-Dispatch-2.170.0.ebuild | 46 ------------- .../CGI-Application-Dispatch-2.180.0.ebuild | 48 ------------- .../CGI-Application-Dispatch-3.30.0.ebuild | 51 -------------- .../CGI-Application-Dispatch-3.40.0.ebuild | 51 -------------- .../CGI-Application-Dispatch-3.70.0.ebuild | 80 ---------------------- 6 files changed, 299 deletions(-) diff --git a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-2.160.0.ebuild b/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-2.160.0.ebuild deleted file mode 100644 index 6825a7b..0000000 --- a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-2.160.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=2 -MODULE_AUTHOR=MARKSTOS -MODULE_VERSION="2.16" -inherit perl-module - -DESCRIPTION="Framework for building reusable web-applications" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -RDEPEND=" - perl-core/Module-Build - >=dev-perl/CGI-Application-3.200.0 - dev-perl/Exception-Class - dev-perl/Exception-Class-TryCatch -" -DEPEND="${RDEPEND}" -SRC_TEST=do diff --git a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-2.170.0.ebuild b/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-2.170.0.ebuild deleted file mode 100644 index cd8a280..0000000 --- a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-2.170.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=2 -MODULE_AUTHOR=MARKSTOS -MODULE_VERSION="2.17" -inherit perl-module - -DESCRIPTION="Framework for building reusable web-applications" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="test" -RDEPEND=" - perl-core/Module-Build - >=dev-perl/CGI-Application-3.200.0 - dev-perl/Exception-Class - dev-perl/Exception-Class-TryCatch -" -DEPEND=" - test? ( - virtual/perl-Test-Simple - dev-perl/Test-LongString - dev-perl/Apache-Test - ) - ${RDEPEND} -" -SRC_TEST=do - -src_test() { - # This jiggerypokery appears to be required if Apache::Test - # is present. If it is not present or not use test? then we're ok, - # but otherwise, we need to specify where apache is, or it will - # for some reason, get stuck in a death loop and fill your log file - # and your hard drive. JOY! http://gist.github.com/447135 - - # NB. Because I have no way of conditionally triggering this code - # whether or not Apache-Test is installed ( like the code does ) - # I have test-depped on it basically forcing a known circuit. - - APACHE_TEST_HTTPD=/usr/sbin/apache2 - export APACHE_TEST_HTTPD - perl-module_src_test -} diff --git a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-2.180.0.ebuild b/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-2.180.0.ebuild deleted file mode 100644 index eb4dbd8..0000000 --- a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-2.180.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -MODULE_AUTHOR=MARKSTOS -MODULE_VERSION=2.18 -inherit perl-module - -DESCRIPTION="Framework for building reusable web-applications" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - >=dev-perl/CGI-Application-3.200.0 - dev-perl/Exception-Class - dev-perl/Exception-Class-TryCatch - >=virtual/perl-version-0.82 -" -DEPEND=" - virtual/perl-Module-Build - test? ( - virtual/perl-Test-Simple - dev-perl/Test-LongString - dev-perl/Apache-Test - ) - ${RDEPEND} -" -SRC_TEST=do - -src_test() { - # This jiggerypokery appears to be required if Apache::Test - # is present. If it is not present or not use test? then we're ok, - # but otherwise, we need to specify where apache is, or it will - # for some reason, get stuck in a death loop and fill your log file - # and your hard drive. JOY! http://gist.github.com/447135 - - # NB. Because I have no way of conditionally triggering this code - # whether or not Apache-Test is installed ( like the code does ) - # I have test-depped on it basically forcing a known circuit. - - APACHE_TEST_HTTPD=/usr/sbin/apache2 - export APACHE_TEST_HTTPD - perl-module_src_test -} diff --git a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.30.0.ebuild b/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.30.0.ebuild deleted file mode 100644 index bc9b97d..0000000 --- a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.30.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -MODULE_AUTHOR=MARKSTOS -MODULE_VERSION=3.03 -inherit perl-module - -DESCRIPTION="Framework for building reusable web-applications" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -comment() { echo ''; } -RDEPEND=" - >=virtual/perl-version-0.82 $(comment 0.820.0) - >=dev-perl/CGI-Application-4.500.0 - dev-perl/HTTP-Exception - >=dev-perl/Exception-Class-1.2 $(comment 1.200.0) - dev-perl/Exception-Class-TryCatch -" -DEPEND=" - virtual/perl-Module-Build - test? ( - dev-perl/CGI-PSGI - virtual/perl-Test-Simple $(comment Test::More) - dev-perl/Test-LongString - >=dev-perl/Plack-0.995.600 - dev-perl/Apache-Test - ) - ${RDEPEND} -" -SRC_TEST=do - -src_test() { - # This jiggerypokery appears to be required if Apache::Test - # is present. If it is not present or not use test? then we're ok, - # but otherwise, we need to specify where apache is, or it will - # for some reason, get stuck in a death loop and fill your log file - # and your hard drive. JOY! http://gist.github.com/447135 - - # NB. Because I have no way of conditionally triggering this code - # whether or not Apache-Test is installed ( like the code does ) - # I have test-depped on it basically forcing a known circuit. - - APACHE_TEST_HTTPD=/usr/sbin/apache2 - export APACHE_TEST_HTTPD - perl-module_src_test -} diff --git a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.40.0.ebuild b/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.40.0.ebuild deleted file mode 100644 index 0468f01..0000000 --- a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.40.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -MODULE_AUTHOR=MARKSTOS -MODULE_VERSION=3.04 -inherit perl-module - -DESCRIPTION="Framework for building reusable web-applications" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -comment() { echo ''; } -RDEPEND=" - >=virtual/perl-version-0.82 $(comment 0.820.0) - >=dev-perl/CGI-Application-4.500.0 - dev-perl/HTTP-Exception - >=dev-perl/Exception-Class-1.2 $(comment 1.200.0) - dev-perl/Exception-Class-TryCatch -" -DEPEND=" - virtual/perl-Module-Build - test? ( - dev-perl/CGI-PSGI - virtual/perl-Test-Simple $(comment Test::More) - dev-perl/Test-LongString - >=dev-perl/Plack-0.995.600 - dev-perl/Apache-Test - ) - ${RDEPEND} -" -SRC_TEST=do - -src_test() { - # This jiggerypokery appears to be required if Apache::Test - # is present. If it is not present or not use test? then we're ok, - # but otherwise, we need to specify where apache is, or it will - # for some reason, get stuck in a death loop and fill your log file - # and your hard drive. JOY! http://gist.github.com/447135 - - # NB. Because I have no way of conditionally triggering this code - # whether or not Apache-Test is installed ( like the code does ) - # I have test-depped on it basically forcing a known circuit. - - APACHE_TEST_HTTPD=/usr/sbin/apache2 - export APACHE_TEST_HTTPD - perl-module_src_test -} diff --git a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.70.0.ebuild b/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.70.0.ebuild deleted file mode 100644 index dcb09a0..0000000 --- a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.70.0.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -MODULE_AUTHOR=MARKSTOS -MODULE_VERSION=3.07 -inherit perl-module - -DESCRIPTION="Framework for building reusable web-applications" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -comment() { true; } -RDEPEND=" - $(comment perl 5.6.0) - - $(comment version 0.82) - >=virtual/perl-version-0.82 - $(comment CGI::Application 4.50) - >=dev-perl/CGI-Application-4.500.0 - $(comment HTTP::Exception) - dev-perl/HTTP-Exception - $(comment Exception::Class 1.2) - >=dev-perl/Exception-Class-1.200.0 - $(comment Try::Tiny) - dev-perl/Try-Tiny -" -DEPEND=" - $(comment --configure) - $(comment 'This stanza is to match the dynamic stuff at the top of - Build.PL') - - !test? ( - $(comment Module::Build) - >=virtual/perl-Module-Build-0.380.0 - ) - test? ( - $(comment Apache::Test) - dev-perl/Apache-Test - - $(comment Apache::TestMB) - dev-perl/Apache-Test - ) - $(comment 'End of Build.PL heading magic') - - $(comment --build) - $(comment CGI::PSGI) - dev-perl/CGI-PSGI - $(comment Test::More) - virtual/perl-Test-Simple - $(comment Test::LongString) - dev-perl/Test-LongString - $(comment Plack 0.9956) - >=dev-perl/Plack-0.995.600 - test? ( - $(comment Apache::Test) - dev-perl/Apache-Test - ) - ${RDEPEND} -" -SRC_TEST=do - -src_test() { - # This jiggerypokery appears to be required if Apache::Test - # is present. If it is not present or not use test? then we're ok, - # but otherwise, we need to specify where apache is, or it will - # for some reason, get stuck in a death loop and fill your log file - # and your hard drive. JOY! http://gist.github.com/447135 - - # NB. Because I have no way of conditionally triggering this code - # whether or not Apache-Test is installed ( like the code does ) - # I have test-depped on it basically forcing a known circuit. - - APACHE_TEST_HTTPD=/usr/sbin/apache2 - export APACHE_TEST_HTTPD - perl-module_src_test -}