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