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 1R6z5N-0004ei-Se for garchives@archives.gentoo.org; Fri, 23 Sep 2011 06:18:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5DBD21C1B1; Fri, 23 Sep 2011 06:17:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 78B5C21C1AF for ; Fri, 23 Sep 2011 06:17:12 +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 D38711B4034 for ; Fri, 23 Sep 2011 06:17:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id DED398004F for ; Fri, 23 Sep 2011 06:17:10 +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: <7d2e4a31e33678d1c0d41baa55e457d50a75380b.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.70.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: 7d2e4a31e33678d1c0d41baa55e457d50a75380b Date: Fri, 23 Sep 2011 06:17:10 +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: 5f55793c5fc337801976c6478715f958 commit: 7d2e4a31e33678d1c0d41baa55e457d50a75380b Author: Kent Fredric gmail com> AuthorDate: Thu Sep 22 03:52:44 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Sep 22 07:26:47 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D7d2e4a31 [newversion] CGI-Application-Dispatch-3.70.0 (Portage version: 2.2.0_alpha57/git/Linux x86_64, signed Manifest commit = with key BD86D695) --- .../CGI-Application-Dispatch-3.70.0.ebuild | 80 ++++++++++++++= ++++++ dev-perl/CGI-Application-Dispatch/ChangeLog | 6 ++ 2 files changed, 86 insertions(+), 0 deletions(-) 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 new file mode 100644 index 0000000..dcb09a0 --- /dev/null +++ b/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.70.0.e= build @@ -0,0 +1,80 @@ +# 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.07 +inherit perl-module + +DESCRIPTION=3D"Framework for building reusable web-applications" + +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"test" +comment() { true; } +RDEPEND=3D" + $(comment perl 5.6.0) + + $(comment version 0.82) + >=3Dvirtual/perl-version-0.82 + $(comment CGI::Application 4.50) + >=3Ddev-perl/CGI-Application-4.500.0 + $(comment HTTP::Exception) + dev-perl/HTTP-Exception + $(comment Exception::Class 1.2) + >=3Ddev-perl/Exception-Class-1.200.0 + $(comment Try::Tiny) + dev-perl/Try-Tiny +" +DEPEND=3D" + $(comment --configure) + $(comment 'This stanza is to match the dynamic stuff at the top of + Build.PL') + + !test? ( + $(comment Module::Build) + >=3Dvirtual/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) + >=3Ddev-perl/Plack-0.995.600 + test? ( + $(comment Apache::Test) + 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 4524fb6..66b15a0 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.70.0 (22 Sep 2011) + + 22 Sep 2011; Kent Fredric + +CGI-Application-Dispatch-3.70.0.ebuild: + Version Bump + *CGI-Application-Dispatch-3.40.0 (15 Jul 2011) =20 15 Jul 2011; Kent Fredric