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:33
Message-Id: a42381f9c3de3827e9255ab6a53226c233b8dc58.kent@gentoo
1 commit: a42381f9c3de3827e9255ab6a53226c233b8dc58
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 28 16:53:46 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Jun 28 16:53:46 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a42381f9
7
8 [cpanclean] Dancer-1.305.100
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 | 3 ++
14 dev-perl/Dancer/Dancer-1.305.100.ebuild | 40 -------------------------------
15 2 files changed, 3 insertions(+), 40 deletions(-)
16
17 diff --git a/dev-perl/Dancer/ChangeLog b/dev-perl/Dancer/ChangeLog
18 index b979dde..e6e4ecf 100644
19 --- a/dev-perl/Dancer/ChangeLog
20 +++ b/dev-perl/Dancer/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 28 Jun 2011; Kent Fredric <kentfredric@×××××.com> -Dancer-1.305.100.ebuild:
26 + Gone on CPAN
27 +
28 *Dancer-1.306.0 (28 Jun 2011)
29
30 28 Jun 2011; Kent Fredric <kentfredric@×××××.com> +Dancer-1.306.0.ebuild:
31
32 diff --git a/dev-perl/Dancer/Dancer-1.305.100.ebuild b/dev-perl/Dancer/Dancer-1.305.100.ebuild
33 deleted file mode 100644
34 index e21a980..0000000
35 --- a/dev-perl/Dancer/Dancer-1.305.100.ebuild
36 +++ /dev/null
37 @@ -1,40 +0,0 @@
38 -# Copyright 1999-2011 Gentoo Foundation
39 -# Distributed under the terms of the GNU General Public License v2
40 -# $Header: $
41 -EAPI=4
42 -MODULE_AUTHOR=SUKRIA
43 -MODULE_VERSION=1.3051
44 -inherit perl-module
45 -
46 -DESCRIPTION="lightweight yet powerful web application framework"
47 -LICENSE="|| ( Artistic GPL-2 )"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE="test"
51 -
52 -comment() { echo ''; }
53 -
54 -COMMON_DEPEND="
55 - dev-perl/libwww-perl
56 - >=dev-perl/HTTP-Body-1.70.0
57 - >=dev-perl/HTTP-Server-Simple-PSGI-0.110.0
58 - dev-perl/MIME-Types
59 - dev-perl/URI
60 - $(comment File::Basename )
61 - virtual/perl-File-Spec
62 - virtual/perl-Encode
63 - virtual/perl-Time-HiRes
64 -
65 -"
66 -DEPEND="
67 - ${COMMON_DEPEND}
68 - virtual/perl-ExtUtils-MakeMaker
69 - test? (
70 - >=virtual/perl-Test-Simple-0.94 $(comment 0.940.0)
71 - $(comment Tie::Hash::NamedCapture)
72 - )
73 -"
74 -RDEPEND="
75 - ${COMMON_DEPEND}
76 -"
77 -SRC_TEST="do"