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/HTML-Template-Pro/
Date: Wed, 29 Feb 2012 12:07:50
Message-Id: 1330491674.c389bb8eb38cb0c77a5c299cdf411d47d551ef1e.kent@gentoo
1 commit: c389bb8eb38cb0c77a5c299cdf411d47d551ef1e
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 29 05:01:14 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Feb 29 05:01:14 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c389bb8e
7
8 [newversion] HTML-Template-Pro-0.950.900
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/HTML-Template-Pro/ChangeLog | 6 +++
14 .../HTML-Template-Pro-0.950.900.ebuild | 40 ++++++++++++++++++++
15 2 files changed, 46 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/HTML-Template-Pro/ChangeLog b/dev-perl/HTML-Template-Pro/ChangeLog
18 index 30c039c..4a70d90 100644
19 --- a/dev-perl/HTML-Template-Pro/ChangeLog
20 +++ b/dev-perl/HTML-Template-Pro/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*HTML-Template-Pro-0.950.900 (29 Feb 2012)
26 +
27 + 29 Feb 2012; Kent Fredric <kentfredric@×××××.com>
28 + +HTML-Template-Pro-0.950.900.ebuild:
29 + Version Bump
30 +
31 *HTML-Template-Pro-0.950.800 (27 Feb 2012)
32
33 27 Feb 2012; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.900.ebuild b/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.900.ebuild
36 new file mode 100644
37 index 0000000..459eb63
38 --- /dev/null
39 +++ b/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.900.ebuild
40 @@ -0,0 +1,40 @@
41 +# Copyright 1999-2012 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=VIY
46 +MODULE_VERSION=0.9509
47 +inherit perl-module
48 +
49 +DESCRIPTION='Perl/XS module to use HTML Templates from CGI scripts'
50 +LICENSE=" || ( Artistic GPL-2 LGPL-2 LGPL-3 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +perl_meta_configure() {
55 + # ExtUtils::MakeMaker
56 + echo virtual/perl-ExtUtils-MakeMaker
57 +}
58 +perl_meta_build() {
59 + # ExtUtils::MakeMaker
60 + echo virtual/perl-ExtUtils-MakeMaker
61 +}
62 +perl_meta_runtime() {
63 + # File::Path 2 ( 2.0.0 )
64 + echo \>=virtual/perl-File-Path-2.0
65 + # File::Spec
66 + echo virtual/perl-File-Spec
67 + # JSON 2 ( 2.0.0 )
68 + echo \>=dev-perl/JSON-2.0
69 + # Test::More
70 + echo virtual/perl-Test-Simple
71 +}
72 +DEPEND="
73 + $(perl_meta_configure)
74 + $(perl_meta_build)
75 + $(perl_meta_runtime)
76 +"
77 +RDEPEND="
78 + $(perl_meta_runtime)
79 +"
80 +SRC_TEST="do"