Gentoo Archives: gentoo-commits

From: Torsten Veller <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer/
Date: Sat, 28 May 2011 06:13:31
Message-Id: 63aed2d32fb8e9012c53d8b70d8bfeb1f706cb75.tove@gentoo
1 commit: 63aed2d32fb8e9012c53d8b70d8bfeb1f706cb75
2 Author: Torsten Veller <tove <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 06:04:58 2011 +0000
4 Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 06:04:58 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=63aed2d3
7
8 [bump] dev-perl/Dancer-1.305.100
9
10 (Portage version: 2.2.0_alpha36/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
11
12 ---
13 dev-perl/Dancer/ChangeLog | 5 ++++
14 dev-perl/Dancer/Dancer-1.305.100.ebuild | 40 +++++++++++++++++++++++++++++++
15 2 files changed, 45 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Dancer/ChangeLog b/dev-perl/Dancer/ChangeLog
18 index e035443..79b554f 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.305.100 (28 May 2011)
26 +
27 + 28 May 2011; Torsten Veller <tove@g.o> +Dancer-1.305.100.ebuild:
28 + Version bump
29 +
30 *Dancer-1.305.0 (21 May 2011)
31
32 21 May 2011; Kent Fredric <kentfredric@×××××.com> +Dancer-1.305.0.ebuild:
33
34 diff --git a/dev-perl/Dancer/Dancer-1.305.100.ebuild b/dev-perl/Dancer/Dancer-1.305.100.ebuild
35 new file mode 100644
36 index 0000000..e21a980
37 --- /dev/null
38 +++ b/dev-perl/Dancer/Dancer-1.305.100.ebuild
39 @@ -0,0 +1,40 @@
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.3051
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 + $(comment Tie::Hash::NamedCapture)
74 + )
75 +"
76 +RDEPEND="
77 + ${COMMON_DEPEND}
78 +"
79 +SRC_TEST="do"