public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Starman/
@ 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:     1235e02b3d6a34e968486d6c0c12f6ffb7e0c5b5
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Sep 25 07:34:20 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Sep 25 07:34:20 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1235e02b

[newversion] Starman-0.201.400

(Portage version: 2.2.0_alpha57/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Starman/ChangeLog                |    5 ++
 dev-perl/Starman/Starman-0.201.400.ebuild |   61 +++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Starman/ChangeLog b/dev-perl/Starman/ChangeLog
index bcf5ad1..4b7ff6b 100644
--- a/dev-perl/Starman/ChangeLog
+++ b/dev-perl/Starman/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Starman-0.201.400 (25 Sep 2011)
+
+  25 Sep 2011; Kent Fredric <kentfredric@gmail.com> +Starman-0.201.400.ebuild:
+  Version Bump
+
 *Starman-0.201.300 (16 Jul 2011)
 
   16 Jul 2011; Kent Fredric <kentfredric@gmail.com> +Starman-0.201.300.ebuild:

diff --git a/dev-perl/Starman/Starman-0.201.400.ebuild b/dev-perl/Starman/Starman-0.201.400.ebuild
new file mode 100644
index 0000000..eea529b
--- /dev/null
+++ b/dev-perl/Starman/Starman-0.201.400.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=MIYAGAWA
+MODULE_VERSION=0.2014
+inherit perl-module
+
+DESCRIPTION="High-performance preforking PSGI web server"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+recommended test"
+perl_mi_build() {
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+perl_mi_requires() {
+	# Plack 0.9971
+	echo \>=dev-perl/Plack-0.997.100
+	# Net::Server 0.91
+	echo \>=dev-perl/net-server-0.91
+	# Data::Dump
+	echo dev-perl/Data-Dump
+	# HTTP::Parser::XS
+	echo dev-perl/HTTP-Parser-XS
+	# HTTP::Status
+	echo '|| (
+		( dev-perl/HTTP-Message >=dev-perl/libwww-perl-6.0.0 )
+		<dev-perl/libwww-perl-6.0.0
+	)'
+	# HTTP::Date
+	echo dev-perl/HTTP-Date
+	# parent
+	echo virtual/perl-parent
+	# Test::TCP 1.11
+	echo \>=dev-perl/Test-TCP-1.110
+}
+perl_mi_recommends() {
+	# Server::Starter
+	echo dev-perl/Server-Starter
+	# Net::Server::SS::PreFork
+	echo dev-perl/Net-Server-SS-PreFork
+}
+perl_mi_test() {
+	# Test::Requires
+	echo dev-perl/Test-Requires
+}
+DEPEND="
+	$(perl_mi_build)
+	$(perl_mi_requires)
+	recommended? ( $(perl_mi_recommends) )
+	test? ( $(perl_mi_test) )
+"
+RDEPEND="
+	$(perl_mi_requires)
+	recommended? ( $(perl_mi_recommends) )
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-16  0:41 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/Starman/ Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox