public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Starman/
Date: Tue, 20 Nov 2012 22:54:57 +0000 (UTC)	[thread overview]
Message-ID: <1353450490.0396c716d7e14fa7e242579fc156e9871af148f4.kent@gentoo> (raw)

commit:     0396c716d7e14fa7e242579fc156e9871af148f4
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Nov 20 22:28:10 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Nov 20 22:28:10 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0396c716

[newversion] Starman-0.300.500

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Starman/ChangeLog                |    5 +++
 dev-perl/Starman/Starman-0.300.500.ebuild |   54 +++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Starman/ChangeLog b/dev-perl/Starman/ChangeLog
index 4fb673f..f198613 100644
--- a/dev-perl/Starman/ChangeLog
+++ b/dev-perl/Starman/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Starman-0.300.500 (20 Nov 2012)
+
+  20 Nov 2012; Kent Fredric <kentfredric@gmail.com> +Starman-0.300.500.ebuild:
+  Version Bump
+
 *Starman-0.300.400 (10 Nov 2012)
 
   10 Nov 2012; Kent Fredric <kentfredric@gmail.com> +Starman-0.300.400.ebuild:

diff --git a/dev-perl/Starman/Starman-0.300.500.ebuild b/dev-perl/Starman/Starman-0.300.500.ebuild
new file mode 100644
index 0000000..dfa1aec
--- /dev/null
+++ b/dev-perl/Starman/Starman-0.300.500.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=MIYAGAWA
+MODULE_VERSION=0.3005
+inherit perl-module
+
+DESCRIPTION='High-performance preforking PSGI/Plack web server'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+	# Test::More
+	echo virtual/perl-Test-Simple
+	# Test::Requires
+	echo dev-perl/Test-Requires
+}
+perl_meta_runtime() {
+	# Data::Dump
+	echo dev-perl/Data-Dump
+	# HTTP::Date
+	echo dev-perl/HTTP-Date
+	# HTTP::Parser::XS
+	echo dev-perl/HTTP-Parser-XS
+	# HTTP::Status
+	echo dev-perl/HTTP-Message
+	# Net::Server 0.91 ( 0.910.0 )
+	echo \>=dev-perl/net-server-0.91
+	# Plack 0.9971 ( 0.997.100 )
+	echo \>=dev-perl/Plack-0.997.100
+	# Test::TCP 1.11 ( 1.110.0 )
+	echo \>=dev-perl/Test-TCP-1.110.0
+	# parent
+	echo virtual/perl-parent
+	# perl v5.8.1 ( 5.8.1 )
+	echo \>=dev-lang/perl-5.8.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


             reply	other threads:[~2012-11-20 22:57 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-20 22:54 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-03-12  2:44 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Starman/ Kent Fredric
2015-06-20 22:13 Kent Fredric
2015-06-09  8:14 Kent Fredric
2013-05-03 12:51 Kent Fredric
2013-04-28 16:53 Kent Fredric
2012-11-10 15:05 Kent Fredric
2012-07-25 18:30 Kent Fredric
2012-02-28 12:02 Kent Fredric
2011-09-25  7:44 Kent Fredric
2011-07-16 22:59 Kent Fredric
2011-05-28  6:12 Torsten Veller
2011-04-01 12:34 Torsten Veller
2011-03-26  5:17 Kent Fredric
2011-02-19  8:12 Torsten Veller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1353450490.0396c716d7e14fa7e242579fc156e9871af148f4.kent@gentoo \
    --to=kentfredric@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox