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/Catalyst-View-Wkhtmltopdf/
Date: Sun, 26 Feb 2012 00:40:14
Message-Id: 1330212317.079101ac4d1ab548b5b79ec15fa47f4673e318c9.kent@gentoo
1 commit: 079101ac4d1ab548b5b79ec15fa47f4673e318c9
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 25 23:25:17 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Feb 25 23:25:17 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=079101ac
7
8 [newversion] Catalyst-View-Wkhtmltopdf-0.5.1
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 .../Catalyst-View-Wkhtmltopdf-0.5.1.ebuild | 37 ++++++++++++++++++++
14 dev-perl/Catalyst-View-Wkhtmltopdf/ChangeLog | 6 +++
15 2 files changed, 43 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Catalyst-View-Wkhtmltopdf/Catalyst-View-Wkhtmltopdf-0.5.1.ebuild b/dev-perl/Catalyst-View-Wkhtmltopdf/Catalyst-View-Wkhtmltopdf-0.5.1.ebuild
18 new file mode 100644
19 index 0000000..a1c4432
20 --- /dev/null
21 +++ b/dev-perl/Catalyst-View-Wkhtmltopdf/Catalyst-View-Wkhtmltopdf-0.5.1.ebuild
22 @@ -0,0 +1,37 @@
23 +# Copyright 1999-2012 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +EAPI=4
27 +MODULE_AUTHOR=ARTHAS
28 +MODULE_VERSION=0.5.1
29 +inherit perl-module
30 +
31 +DESCRIPTION='Catalyst view to convert HTML (or TT) content to PDF using wkhtmltopdf'
32 +LICENSE=" || ( Artistic GPL-2 )"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +perl_meta_configure() {
37 + # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
38 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
39 +}
40 +perl_meta_runtime() {
41 + # Catalyst::View::TT
42 + echo dev-perl/Catalyst-View-TT
43 + # File::Spec
44 + echo virtual/perl-File-Spec
45 + # File::Temp
46 + echo virtual/perl-File-Temp
47 + # URI::Escape
48 + echo dev-perl/URI
49 + # version 0.77 ( 0.770.0 )
50 + echo \>=virtual/perl-version-0.77
51 +}
52 +DEPEND="
53 + $(perl_meta_configure)
54 + $(perl_meta_runtime)
55 +"
56 +RDEPEND="
57 + $(perl_meta_runtime)
58 +"
59 +SRC_TEST="do"
60
61 diff --git a/dev-perl/Catalyst-View-Wkhtmltopdf/ChangeLog b/dev-perl/Catalyst-View-Wkhtmltopdf/ChangeLog
62 index af27ea1..90b377c 100644
63 --- a/dev-perl/Catalyst-View-Wkhtmltopdf/ChangeLog
64 +++ b/dev-perl/Catalyst-View-Wkhtmltopdf/ChangeLog
65 @@ -2,6 +2,12 @@
66 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
67 # $Header: $
68
69 +*Catalyst-View-Wkhtmltopdf-0.5.1 (25 Feb 2012)
70 +
71 + 25 Feb 2012; Kent Fredric <kentfredric@×××××.com>
72 + +Catalyst-View-Wkhtmltopdf-0.5.1.ebuild:
73 + Version Bump
74 +
75 08 Feb 2012; Kent Fredric <kentfredric@×××××.com>
76 -Catalyst-View-Wkhtmltopdf-0.0.300.ebuild:
77 Gone On CPAN