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-Prototype/
Date: Mon, 01 Sep 2014 17:07:28
Message-Id: 1409586811.17759b56e23a4cc71b22ef0985d8d5fc12d5261d.kent@gentoo
1 commit: 17759b56e23a4cc71b22ef0985d8d5fc12d5261d
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 1 15:53:31 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Sep 1 15:53:31 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=17759b56
7
8 [fixup] dev-perl/HTML-Prototype EAPI5, normalise, fixup deps and tests
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/HTML-Prototype/ChangeLog | 6 ++++++
14 ...ototype-1.48.ebuild => HTML-Prototype-1.480.0.ebuild} | 16 +++++++++++++---
15 2 files changed, 19 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-perl/HTML-Prototype/ChangeLog b/dev-perl/HTML-Prototype/ChangeLog
18 index 6ccd87f..458da07 100644
19 --- a/dev-perl/HTML-Prototype/ChangeLog
20 +++ b/dev-perl/HTML-Prototype/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*HTML-Prototype-1.480.0 (01 Sep 2014)
26 +
27 + 01 Sep 2014; Kent Fredric <kentfredric@×××××.com>
28 + -HTML-Prototype-1.48.ebuild, +HTML-Prototype-1.480.0.ebuild:
29 + EAPI5, normalise, fixup deps and tests
30 +
31 01 Sep 2014; Kent Fredric <kentfredric@×××××.com>
32 -HTML-Prototype-1.45.ebuild, -HTML-Prototype-1.47.ebuild:
33 remove old EAPIs
34
35 diff --git a/dev-perl/HTML-Prototype/HTML-Prototype-1.48.ebuild b/dev-perl/HTML-Prototype/HTML-Prototype-1.480.0.ebuild
36 similarity index 58%
37 rename from dev-perl/HTML-Prototype/HTML-Prototype-1.48.ebuild
38 rename to dev-perl/HTML-Prototype/HTML-Prototype-1.480.0.ebuild
39 index 041ae4d..7e06cd4 100644
40 --- a/dev-perl/HTML-Prototype/HTML-Prototype-1.48.ebuild
41 +++ b/dev-perl/HTML-Prototype/HTML-Prototype-1.480.0.ebuild
42 @@ -1,8 +1,9 @@
43 -# Copyright 1999-2009 Gentoo Foundation
44 +# Copyright 1999-2014 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46 # $Header: $
47 -
48 +EAPI=5
49 MODULE_AUTHOR=ESSKAR
50 +MODULE_VERSION=1.48
51 inherit perl-module
52
53 DESCRIPTION="Generate HTML and Javascript for the Prototype library"
54 @@ -12,6 +13,15 @@ SLOT="0"
55 KEYWORDS="~amd64 ~x86"
56
57 IUSE=""
58 -DEPEND="virtual/perl-Module-Build
59 +# Class::Accessor::Fast -> Class-Accessor
60 +RDEPEND="
61 dev-perl/Class-Accessor
62 dev-perl/HTML-Tree"
63 +DEPEND="$RDEPEND
64 + virtual/perl-Module-Build"
65 +
66 +PERL_RM_FILES=(
67 + t/02pod.t
68 + t/03podcoverage.t
69 +)
70 +SRC_TEST=do