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/Dancer/
Date: Thu, 01 Mar 2012 11:37:36
Message-Id: 1330592925.1c5b4c78fd9463e201e131c5ed75ba745c072b88.kent@gentoo
1 commit: 1c5b4c78fd9463e201e131c5ed75ba745c072b88
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 1 09:08:45 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Mar 1 09:08:45 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1c5b4c78
7
8 [newversion] Dancer-1.309.300
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Dancer/ChangeLog | 5 +++
14 dev-perl/Dancer/Dancer-1.309.300.ebuild | 52 +++++++++++++++++++++++++++++++
15 2 files changed, 57 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Dancer/ChangeLog b/dev-perl/Dancer/ChangeLog
18 index c75a41a3..3159a89 100644
19 --- a/dev-perl/Dancer/ChangeLog
20 +++ b/dev-perl/Dancer/ChangeLog
21 @@ -2,6 +2,11 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Dancer-1.309.300 (01 Mar 2012)
26 +
27 + 01 Mar 2012; Kent Fredric <kentfredric@×××××.com> +Dancer-1.309.300.ebuild:
28 + Version Bump
29 +
30 *Dancer-1.309.200 (30 Jan 2012)
31
32 30 Jan 2012; Sergiy Borodych <Sergiy.Borodych@×××××.com>
33
34 diff --git a/dev-perl/Dancer/Dancer-1.309.300.ebuild b/dev-perl/Dancer/Dancer-1.309.300.ebuild
35 new file mode 100644
36 index 0000000..d8e1db7
37 --- /dev/null
38 +++ b/dev-perl/Dancer/Dancer-1.309.300.ebuild
39 @@ -0,0 +1,52 @@
40 +# Copyright 1999-2012 Gentoo Foundation
41 +# Distributed under the terms of the GNU General Public License v2
42 +# $Header: $
43 +EAPI=4
44 +MODULE_AUTHOR=XSAWYERX
45 +MODULE_VERSION=1.3093
46 +inherit perl-module
47 +
48 +DESCRIPTION='A minimal-effort oriented web application framework'
49 +LICENSE=" || ( Artistic GPL-2 )"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~x86"
52 +IUSE=""
53 +perl_meta_configure() {
54 + # ExtUtils::MakeMaker
55 + echo virtual/perl-ExtUtils-MakeMaker
56 +}
57 +perl_meta_build() {
58 + # Test::More 0.94 ( 0.940.0 )
59 + echo \>=virtual/perl-Test-Simple-0.94
60 +}
61 +perl_meta_runtime() {
62 + # Encode
63 + echo virtual/perl-Encode
64 + # File::Basename
65 + echo dev-lang/perl
66 + # File::Spec
67 + echo virtual/perl-File-Spec
68 + # HTTP::Body 1.07 ( 1.70.0 )
69 + echo \>=dev-perl/HTTP-Body-1.70.0
70 + # HTTP::Server::Simple::PSGI 0.11 ( 0.110.0 )
71 + echo \>=dev-perl/HTTP-Server-Simple-PSGI-0.110.0
72 + # LWP
73 + echo dev-perl/libwww-perl
74 + # MIME::Types
75 + echo dev-perl/MIME-Types
76 + # Time::HiRes
77 + echo virtual/perl-Time-HiRes
78 + # Try::Tiny 0.09 ( 0.90.0 )
79 + echo \>=dev-perl/Try-Tiny-0.90.0
80 + # URI 1.59 ( 1.590.0 )
81 + echo \>=dev-perl/URI-1.590.0
82 +}
83 +DEPEND="
84 + $(perl_meta_configure)
85 + $(perl_meta_build)
86 + $(perl_meta_runtime)
87 +"
88 +RDEPEND="
89 + $(perl_meta_runtime)
90 +"
91 +SRC_TEST="do"