From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QbQYu-0001NT-LI for garchives@archives.gentoo.org; Tue, 28 Jun 2011 05:10:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76A9FE0517; Tue, 28 Jun 2011 05:09:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2FC4CE0517 for ; Tue, 28 Jun 2011 05:09:45 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C77771BC02D for ; Tue, 28 Jun 2011 05:09:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2B2838003E for ; Tue, 28 Jun 2011 05:09:44 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <849c53f1d2e620c1e8f1476fab30ca363008a25b.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-3.30.0.ebuild dev-perl/CGI-Application-Dispatch/ChangeLog X-VCS-Directories: dev-perl/CGI-Application-Dispatch/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 849c53f1d2e620c1e8f1476fab30ca363008a25b Date: Tue, 28 Jun 2011 05:09:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 8d10b4856cdabae4fe7aba0b489f28a9 commit: 849c53f1d2e620c1e8f1476fab30ca363008a25b Author: Kent Fredric gmail com> AuthorDate: Tue Jun 28 05:03:28 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jun 28 05:03:28 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D849c53f1 [newversion] CGI-Application-Dispatch-3.30.0 (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key BD86D695) --- .../CGI-Application-Dispatch-3.30.0.ebuild | 51 ++++++++++++++= ++++++ dev-perl/CGI-Application-Dispatch/ChangeLog | 6 ++ 2 files changed, 57 insertions(+), 0 deletions(-) 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 new file mode 100644 index 0000000..bc9b97d --- /dev/null +++ b/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.30.0.e= build @@ -0,0 +1,51 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +MODULE_AUTHOR=3DMARKSTOS +MODULE_VERSION=3D3.03 +inherit perl-module + +DESCRIPTION=3D"Framework for building reusable web-applications" + +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"test" +comment() { echo ''; } +RDEPEND=3D" + >=3Dvirtual/perl-version-0.82 $(comment 0.820.0) + >=3Ddev-perl/CGI-Application-4.500.0 + dev-perl/HTTP-Exception + >=3Ddev-perl/Exception-Class-1.2 $(comment 1.200.0) + dev-perl/Exception-Class-TryCatch +" +DEPEND=3D" + virtual/perl-Module-Build + test? ( + dev-perl/CGI-PSGI + virtual/perl-Test-Simple $(comment Test::More) + dev-perl/Test-LongString + >=3Ddev-perl/Plack-0.995.600 + dev-perl/Apache-Test + ) + ${RDEPEND} +" +SRC_TEST=3Ddo + +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=3D/usr/sbin/apache2 + export APACHE_TEST_HTTPD + perl-module_src_test +} diff --git a/dev-perl/CGI-Application-Dispatch/ChangeLog b/dev-perl/CGI-A= pplication-Dispatch/ChangeLog index 7e655c7..3331deb 100644 --- a/dev-perl/CGI-Application-Dispatch/ChangeLog +++ b/dev-perl/CGI-Application-Dispatch/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*CGI-Application-Dispatch-3.30.0 (28 Jun 2011) + + 28 Jun 2011; Kent Fredric + +CGI-Application-Dispatch-3.30.0.ebuild: + Version Bump + 27 Jun 2011; Kent Fredric CGI-Application-Dispatch-2.160.0.ebuild, CGI-Application-Dispatch-2.170.0.ebuild,