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/CGI-Application-Plugin-Redirect/
Date: Thu, 28 Aug 2014 05:50:58
Message-Id: 1409202747.8ae83127c038fa073c17537acf3ee4bfcb93dd97.kent@gentoo
1 commit: 8ae83127c038fa073c17537acf3ee4bfcb93dd97
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 28 05:12:27 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 28 05:12:27 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8ae83127
7
8 [fixup] dev-perl/CGI-Application-Plugin-Redirect EAPI5, Normalise, fix deps and test
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 ...build => CGI-Application-Plugin-Redirect-1.0.0.ebuild} | 15 ++++++++++++---
14 dev-perl/CGI-Application-Plugin-Redirect/ChangeLog | 11 +++++++++++
15 2 files changed, 23 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.00.ebuild b/dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.0.0.ebuild
18 similarity index 60%
19 rename from dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.00.ebuild
20 rename to dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.0.0.ebuild
21 index cc40e7f..46a3652 100644
22 --- a/dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.00.ebuild
23 +++ b/dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.0.0.ebuild
24 @@ -1,8 +1,9 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Header: $
29 -
30 +EAPI=5
31 MODULE_AUTHOR=CEESHEK
32 +MODULE_VERSION=1.00
33 inherit perl-module
34
35 DESCRIPTION="Easy external redirects in CGI::Application"
36 @@ -12,6 +13,14 @@ SLOT="0"
37 KEYWORDS="~amd64 ~x86"
38
39 IUSE=""
40 -DEPEND="
41 +RDEPEND="
42 dev-perl/CGI-Application
43 "
44 +DEPEND="$RDEPEND
45 + virtual/perl-Module-Build
46 +"
47 +PERL_RM_FILES=(
48 + t/98_pod.t
49 + t/99_pod_coverage.t
50 +)
51 +SRC_TEST=do
52
53 diff --git a/dev-perl/CGI-Application-Plugin-Redirect/ChangeLog b/dev-perl/CGI-Application-Plugin-Redirect/ChangeLog
54 new file mode 100644
55 index 0000000..0c43552
56 --- /dev/null
57 +++ b/dev-perl/CGI-Application-Plugin-Redirect/ChangeLog
58 @@ -0,0 +1,11 @@
59 +# ChangeLog for dev-perl/CGI-Application-Plugin-Redirect
60 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 +# $Header: $
62 +
63 +*CGI-Application-Plugin-Redirect-1.0.0 (28 Aug 2014)
64 +
65 + 28 Aug 2014; Kent Fredric <kentfredric@×××××.com>
66 + -CGI-Application-Plugin-Redirect-1.00.ebuild,
67 + +CGI-Application-Plugin-Redirect-1.0.0.ebuild:
68 + EAPI5, Normalise, fix deps and test
69 +