Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Starman/
Date: Tue, 28 Feb 2012 12:04:26
Message-Id: 1330429894.6103f24b7bfcadb78631526af8748516ad0eaea0.kent@gentoo
1 commit: 6103f24b7bfcadb78631526af8748516ad0eaea0
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 28 11:51:34 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Feb 28 11:51:34 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6103f24b
7
8 [newversion] Starman-0.300.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Starman/ChangeLog | 7 +++-
14 dev-perl/Starman/Starman-0.300.0.ebuild | 54 +++++++++++++++++++++++++++++++
15 2 files changed, 60 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/Starman/ChangeLog b/dev-perl/Starman/ChangeLog
18 index 4b7ff6b..46977db 100644
19 --- a/dev-perl/Starman/ChangeLog
20 +++ b/dev-perl/Starman/ChangeLog
21 @@ -1,7 +1,12 @@
22 # ChangeLog for dev-perl/Starman
23 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*Starman-0.300.0 (28 Feb 2012)
28 +
29 + 28 Feb 2012; Kent Fredric <kentfredric@×××××.com> +Starman-0.300.0.ebuild:
30 + Version Bump
31 +
32 *Starman-0.201.400 (25 Sep 2011)
33
34 25 Sep 2011; Kent Fredric <kentfredric@×××××.com> +Starman-0.201.400.ebuild:
35
36 diff --git a/dev-perl/Starman/Starman-0.300.0.ebuild b/dev-perl/Starman/Starman-0.300.0.ebuild
37 new file mode 100644
38 index 0000000..efbdef3
39 --- /dev/null
40 +++ b/dev-perl/Starman/Starman-0.300.0.ebuild
41 @@ -0,0 +1,54 @@
42 +# Copyright 1999-2012 Gentoo Foundation
43 +# Distributed under the terms of the GNU General Public License v2
44 +# $Header: $
45 +EAPI=4
46 +MODULE_AUTHOR=MIYAGAWA
47 +MODULE_VERSION=0.3000
48 +inherit perl-module
49 +
50 +DESCRIPTION='High-performance preforking PSGI/Plack web server'
51 +LICENSE=" || ( Artistic GPL-2 )"
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +IUSE=""
55 +perl_meta_configure() {
56 + # ExtUtils::MakeMaker 6.62 ( 6.620.0 )
57 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
58 +}
59 +perl_meta_build() {
60 + # ExtUtils::MakeMaker 6.62 ( 6.620.0 )
61 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
62 + # Test::More
63 + echo virtual/perl-Test-Simple
64 + # Test::Requires
65 + echo dev-perl/Test-Requires
66 +}
67 +perl_meta_runtime() {
68 + # Data::Dump
69 + echo dev-perl/Data-Dump
70 + # HTTP::Date
71 + echo dev-perl/HTTP-Date
72 + # HTTP::Parser::XS
73 + echo dev-perl/HTTP-Parser-XS
74 + # HTTP::Status
75 + echo dev-perl/HTTP-Message
76 + # Net::Server 0.91 ( 0.910.0 )
77 + echo \>=dev-perl/net-server-0.91
78 + # Plack 0.9971 ( 0.997.100 )
79 + echo \>=dev-perl/Plack-0.997.100
80 + # Test::TCP 1.11 ( 1.110.0 )
81 + echo \>=dev-perl/Test-TCP-1.110.0
82 + # parent
83 + echo virtual/perl-parent
84 + # perl v5.8.1 ( 5.8.1 )
85 + echo \>=dev-lang/perl-5.8.1
86 +}
87 +DEPEND="
88 + $(perl_meta_configure)
89 + $(perl_meta_build)
90 + $(perl_meta_runtime)
91 +"
92 +RDEPEND="
93 + $(perl_meta_runtime)
94 +"
95 +SRC_TEST="do"