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: Sun, 04 Mar 2012 01:48:36
Message-Id: 1330776262.8a4114e1c0e315e629d06e31fc07f5867e627ea0.kent@gentoo
1 commit: 8a4114e1c0e315e629d06e31fc07f5867e627ea0
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 3 12:04:22 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Mar 3 12:04:22 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8a4114e1
7
8 [cpanclean] HTML-Template-Pro-0.950.500
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 | 4 ++
14 .../HTML-Template-Pro-0.950.500.ebuild | 35 --------------------
15 2 files changed, 4 insertions(+), 35 deletions(-)
16
17 diff --git a/dev-perl/HTML-Template-Pro/ChangeLog b/dev-perl/HTML-Template-Pro/ChangeLog
18 index 4a70d90..996dc09 100644
19 --- a/dev-perl/HTML-Template-Pro/ChangeLog
20 +++ b/dev-perl/HTML-Template-Pro/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 03 Mar 2012; Kent Fredric <kentfredric@×××××.com>
26 + -HTML-Template-Pro-0.950.500.ebuild:
27 + Gone on CPAN
28 +
29 *HTML-Template-Pro-0.950.900 (29 Feb 2012)
30
31 29 Feb 2012; Kent Fredric <kentfredric@×××××.com>
32
33 diff --git a/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.500.ebuild b/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.500.ebuild
34 deleted file mode 100644
35 index 3294e03..0000000
36 --- a/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.500.ebuild
37 +++ /dev/null
38 @@ -1,35 +0,0 @@
39 -# Copyright 1999-2011 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -# $Header: $
42 -
43 -EAPI=4
44 -
45 -MODULE_AUTHOR=VIY
46 -MODULE_VERSION=0.9505
47 -inherit perl-module
48 -
49 -DESCRIPTION="Perl/XS module to use HTML Templates from CGI scripts"
50 -
51 -SLOT="0"
52 -LICENSE="|| ( Artistic LGPL-2 )"
53 -KEYWORDS="~amd64 ~x86"
54 -IUSE="pcre test"
55 -
56 -RDEPEND="
57 - pcre? ( dev-libs/libpcre )
58 - virtual/perl-File-Spec
59 - dev-perl/JSON
60 -"
61 -DEPEND="${RDEPEND}
62 - test? ( virtual/perl-Test-Simple )"
63 -
64 -SRC_TEST="do"
65 -
66 -src_configure() {
67 - if use pcre ; then
68 - myconf="PCRE=1"
69 - else
70 - myconf="PCRE=0"
71 - fi
72 - perl-module_src_configure
73 -}