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-Zoom/
Date: Mon, 25 Feb 2013 08:13:26
Message-Id: 1361776843.0f5161926e6b22a308e8614ba6cf0cebfac83a7f.kent@gentoo
1 commit: 0f5161926e6b22a308e8614ba6cf0cebfac83a7f
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 25 07:20:43 2013 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 25 07:20:43 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0f516192
7
8 [newversion] HTML-Zoom-0.9.7
9
10 Package-Manager: portage-2.2.0_alpha141
11 Manifest-Sign-Key: ECD2C675C102CDA4
12
13 ---
14 dev-perl/HTML-Zoom/ChangeLog | 7 +++++-
15 dev-perl/HTML-Zoom/HTML-Zoom-0.9.7.ebuild | 31 +++++++++++++++++++++++++++++
16 2 files changed, 37 insertions(+), 1 deletions(-)
17
18 diff --git a/dev-perl/HTML-Zoom/ChangeLog b/dev-perl/HTML-Zoom/ChangeLog
19 index 1ea3b30..6426e72 100644
20 --- a/dev-perl/HTML-Zoom/ChangeLog
21 +++ b/dev-perl/HTML-Zoom/ChangeLog
22 @@ -1,7 +1,12 @@
23 # ChangeLog for dev-perl/HTML-Zoom
24 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 +*HTML-Zoom-0.9.7 (25 Feb 2013)
29 +
30 + 25 Feb 2013; Kent Fredric <kentfredric@×××××.com> +HTML-Zoom-0.9.7.ebuild:
31 + Version Bump
32 +
33 *HTML-Zoom-0.9.6 (25 Sep 2011)
34
35 25 Sep 2011; Kent Fredric <kentfredric@×××××.com> +HTML-Zoom-0.9.6.ebuild,
36
37 diff --git a/dev-perl/HTML-Zoom/HTML-Zoom-0.9.7.ebuild b/dev-perl/HTML-Zoom/HTML-Zoom-0.9.7.ebuild
38 new file mode 100644
39 index 0000000..5f3feb1
40 --- /dev/null
41 +++ b/dev-perl/HTML-Zoom/HTML-Zoom-0.9.7.ebuild
42 @@ -0,0 +1,31 @@
43 +# Copyright 1999-2013 Gentoo Foundation
44 +# Distributed under the terms of the GNU General Public License v2
45 +# $Header: $
46 +EAPI=5
47 +MODULE_AUTHOR=ELLIOTT
48 +MODULE_VERSION=0.009007
49 +inherit perl-module
50 +
51 +DESCRIPTION='selector based streaming template engine'
52 +LICENSE=" || ( Artistic GPL-2 )"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +perl_meta_configure() {
57 + # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
58 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
59 +}
60 +perl_meta_runtime() {
61 + # Test::More
62 + echo virtual/perl-Test-Simple
63 + # strictures
64 + echo dev-perl/strictures
65 +}
66 +DEPEND="
67 + $(perl_meta_configure)
68 + $(perl_meta_runtime)
69 +"
70 +RDEPEND="
71 + $(perl_meta_runtime)
72 +"
73 +SRC_TEST="do"