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/Plack/
Date: Fri, 06 May 2011 07:23:44
Message-Id: 788dadd6186485b845b49f76aec7f777fbc150ba.kent@gentoo
1 commit: 788dadd6186485b845b49f76aec7f777fbc150ba
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri May 6 05:38:27 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri May 6 05:38:27 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=788dadd6
7
8 [newversion] Plack-0.997.800
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Plack/ChangeLog | 5 ++++
14 dev-perl/Plack/Plack-0.997.800.ebuild | 39 +++++++++++++++++++++++++++++++++
15 2 files changed, 44 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Plack/ChangeLog b/dev-perl/Plack/ChangeLog
18 index 8961737..b5342ca 100644
19 --- a/dev-perl/Plack/ChangeLog
20 +++ b/dev-perl/Plack/ChangeLog
21 @@ -2,6 +2,11 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Plack-0.997.800 (06 May 2011)
26 +
27 + 06 May 2011; Kent Fredric <kentfredric@×××××.com> +Plack-0.997.800.ebuild:
28 + Bump
29 +
30 *Plack-0.997.0 (06 May 2011)
31
32 06 May 2011; Kent Fredric <kentfredric@×××××.com> -Plack-0.997.ebuild,
33
34 diff --git a/dev-perl/Plack/Plack-0.997.800.ebuild b/dev-perl/Plack/Plack-0.997.800.ebuild
35 new file mode 100644
36 index 0000000..69972bc
37 --- /dev/null
38 +++ b/dev-perl/Plack/Plack-0.997.800.ebuild
39 @@ -0,0 +1,39 @@
40 +# Copyright 1999-2011 Gentoo Foundation
41 +# Distributed under the terms of the GNU General Public License v2
42 +# $Header: $
43 +
44 +EAPI=4
45 +
46 +MODULE_AUTHOR=MIYAGAWA
47 +MODULE_VERSION=0.9978
48 +inherit perl-module
49 +
50 +DESCRIPTION="PSGI toolkit and servers"
51 +
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +IUSE="test"
55 +comment() { echo '';}
56 +RDEPEND="
57 + >=dev-perl/libwww-perl-5.814 $(comment LWP 5.814.0)
58 + >=dev-perl/URI-1.36 $(comment URI 1.360.0)
59 + virtual/perl-PodParser $(comment Pod::Usage)
60 + >=dev-perl/File-ShareDir-1.00 $(comment 1.0.0)
61 + dev-perl/Try-Tiny
62 + virtual/perl-parent
63 + >=dev-perl/Devel-StackTrace-1.23 $(comment 1.230.0)
64 + >=dev-perl/Devel-StackTrace-AsHTML-0.110 $(comment 0.110.0)
65 + dev-perl/Filesys-Notify-Simple
66 + >=dev-perl/Hash-MultiValue-0.05 $(comment 0.50.0)
67 + >=dev-perl/HTTP-Body-1.60.0
68 + >=dev-perl/Test-TCP-0.11 $(comment 0.110.0)
69 +"
70 +DEPEND="${RDEPEND}
71 + $(comment Build Requires)
72 + >=virtual/perl-Test-Simple-0.88 $(comment Test::More 0.880.0)
73 + test? (
74 + $(comment Test Reuires)
75 + dev-perl/Test-Requires
76 + )"
77 +
78 +SRC_TEST=do