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, 08 May 2011 14:20:11
Message-Id: 6e0399a8d532100857820595d9f483533e15f731.kent@gentoo
1 commit: 6e0399a8d532100857820595d9f483533e15f731
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun May 8 13:22:32 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun May 8 14:18:52 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6e0399a8
7
8 [newversion] Catalyst-View-Wkhtmltopdf-0.0.400
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 .../Catalyst-View-Wkhtmltopdf-0.0.400.ebuild | 26 ++++++++++++++++++++
14 dev-perl/Catalyst-View-Wkhtmltopdf/ChangeLog | 6 ++++
15 2 files changed, 32 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Catalyst-View-Wkhtmltopdf/Catalyst-View-Wkhtmltopdf-0.0.400.ebuild b/dev-perl/Catalyst-View-Wkhtmltopdf/Catalyst-View-Wkhtmltopdf-0.0.400.ebuild
18 new file mode 100644
19 index 0000000..83b41b1
20 --- /dev/null
21 +++ b/dev-perl/Catalyst-View-Wkhtmltopdf/Catalyst-View-Wkhtmltopdf-0.0.400.ebuild
22 @@ -0,0 +1,26 @@
23 +# Copyright 1999-2011 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +
27 +EAPI=4
28 +
29 +MODULE_AUTHOR=ARTHAS
30 +MODULE_VERSION="0.0004"
31 +inherit perl-module
32 +
33 +DESCRIPTION="Catalyst view to convert HTML (or TT) content to PDF using wkhtmltopdf"
34 +
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~x86"
37 +IUSE=""
38 +comment() { echo ''; }
39 +RDEPEND="
40 + dev-perl/Catalyst-View-TT
41 + virtual/perl-File-Temp
42 + dev-perl/URI
43 +"
44 +DEPEND="
45 + ${RDEPEND}
46 + >=virtual/perl-ExtUtils-MakeMaker-6.31 $(comment 6.310.0)
47 +"
48 +SRC_TEST="do"
49
50 diff --git a/dev-perl/Catalyst-View-Wkhtmltopdf/ChangeLog b/dev-perl/Catalyst-View-Wkhtmltopdf/ChangeLog
51 index 5ed5b55..b8760ae 100644
52 --- a/dev-perl/Catalyst-View-Wkhtmltopdf/ChangeLog
53 +++ b/dev-perl/Catalyst-View-Wkhtmltopdf/ChangeLog
54 @@ -2,6 +2,12 @@
55 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
56 # $Header: $
57
58 +*Catalyst-View-Wkhtmltopdf-0.0.400 (08 May 2011)
59 +
60 + 08 May 2011; Kent Fredric <kentfredric@×××××.com>
61 + +Catalyst-View-Wkhtmltopdf-0.0.400.ebuild:
62 + Bump
63 +
64 *Catalyst-View-Wkhtmltopdf-0.0.300 (07 Apr 2011)
65
66 07 Apr 2011; Kent Fredric <kentfredric@×××××.com>