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: Wed, 29 Jun 2011 01:24:53
Message-Id: 3809aff43d805baf7dd3594ab8cc767e66831c18.kent@gentoo
1 commit: 3809aff43d805baf7dd3594ab8cc767e66831c18
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 28 16:52:31 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Jun 28 16:52:31 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3809aff4
7
8 [newversion] Dancer-1.306.0
9
10 (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 dev-perl/Dancer/ChangeLog | 5 ++++
14 dev-perl/Dancer/Dancer-1.306.0.ebuild | 39 +++++++++++++++++++++++++++++++++
15 2 files changed, 44 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Dancer/ChangeLog b/dev-perl/Dancer/ChangeLog
18 index b0c7cf5..b979dde 100644
19 --- a/dev-perl/Dancer/ChangeLog
20 +++ b/dev-perl/Dancer/ChangeLog
21 @@ -2,6 +2,11 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Dancer-1.306.0 (28 Jun 2011)
26 +
27 + 28 Jun 2011; Kent Fredric <kentfredric@×××××.com> +Dancer-1.306.0.ebuild:
28 + Version Bump
29 +
30 28 May 2011; Torsten Veller <tove@g.o> -Dancer-1.301.400.ebuild,
31 -Dancer-1.302.0.ebuild, -Dancer-1.303.0.ebuild, -Dancer-1.304.0.ebuild,
32 -Dancer-1.305.0.ebuild:
33
34 diff --git a/dev-perl/Dancer/Dancer-1.306.0.ebuild b/dev-perl/Dancer/Dancer-1.306.0.ebuild
35 new file mode 100644
36 index 0000000..f699bb7
37 --- /dev/null
38 +++ b/dev-perl/Dancer/Dancer-1.306.0.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 +EAPI=4
44 +MODULE_AUTHOR=SUKRIA
45 +MODULE_VERSION=1.3060
46 +inherit perl-module
47 +
48 +DESCRIPTION="lightweight yet powerful web application framework"
49 +LICENSE="|| ( Artistic GPL-2 )"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~x86"
52 +IUSE="test"
53 +
54 +comment() { echo ''; }
55 +
56 +COMMON_DEPEND="
57 + dev-perl/libwww-perl
58 + >=dev-perl/HTTP-Body-1.70.0
59 + >=dev-perl/HTTP-Server-Simple-PSGI-0.110.0
60 + dev-perl/MIME-Types
61 + dev-perl/URI
62 + $(comment File::Basename )
63 + virtual/perl-File-Spec
64 + virtual/perl-Encode
65 + virtual/perl-Time-HiRes
66 +
67 +"
68 +DEPEND="
69 + ${COMMON_DEPEND}
70 + virtual/perl-ExtUtils-MakeMaker
71 + test? (
72 + >=virtual/perl-Test-Simple-0.94 $(comment 0.940.0)
73 + )
74 +"
75 +RDEPEND="
76 + ${COMMON_DEPEND}
77 +"
78 +SRC_TEST="do"