* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/CGI-Application-Dispatch/
@ 2012-02-16 0:26 Kent Fredric
0 siblings, 0 replies; only message in thread
From: Kent Fredric @ 2012-02-16 0:26 UTC (permalink / raw
To: gentoo-commits
commit: 7d2e4a31e33678d1c0d41baa55e457d50a75380b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Sep 22 03:52:44 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Sep 22 07:26:47 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7d2e4a31
[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.ebuild
@@ -0,0 +1,80 @@
+# 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
+}
diff --git a/dev-perl/CGI-Application-Dispatch/ChangeLog b/dev-perl/CGI-Application-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: $
+*CGI-Application-Dispatch-3.70.0 (22 Sep 2011)
+
+ 22 Sep 2011; Kent Fredric <kentfredric@gmail.com>
+ +CGI-Application-Dispatch-3.70.0.ebuild:
+ Version Bump
+
*CGI-Application-Dispatch-3.40.0 (15 Jul 2011)
15 Jul 2011; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-02-16 0:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-16 0:26 [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/CGI-Application-Dispatch/ Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox