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-FormFu/
Date: Thu, 28 Aug 2014 13:56:55
Message-Id: 1409234027.cc97523569bd1803623262124119e921d39aa589.kent@gentoo
1 commit: cc97523569bd1803623262124119e921d39aa589
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 28 13:38:40 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 28 13:53:47 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cc975235
7
8 [fix] dev-perl/HTML-FormFu dep
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/HTML-FormFu/ChangeLog | 6 ++++++
14 .../{HTML-FormFu-0.90.100.ebuild => HTML-FormFu-0.90.100-r1.ebuild} | 4 ++--
15 2 files changed, 8 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-perl/HTML-FormFu/ChangeLog b/dev-perl/HTML-FormFu/ChangeLog
18 index 4e8e764..cbad856 100644
19 --- a/dev-perl/HTML-FormFu/ChangeLog
20 +++ b/dev-perl/HTML-FormFu/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*HTML-FormFu-0.90.100-r1 (28 Aug 2014)
26 +
27 + 28 Aug 2014; Kent Fredric <kentfredric@×××××.com>
28 + -HTML-FormFu-0.90.100.ebuild, +HTML-FormFu-0.90.100-r1.ebuild:
29 + fix dep on locale-maketext
30 +
31 28 Aug 2014; Kent Fredric <kentfredric@×××××.com>
32 -HTML-FormFu-0.90.70.ebuild:
33 remove old EAPIs
34
35 diff --git a/dev-perl/HTML-FormFu/HTML-FormFu-0.90.100.ebuild b/dev-perl/HTML-FormFu/HTML-FormFu-0.90.100-r1.ebuild
36 similarity index 98%
37 rename from dev-perl/HTML-FormFu/HTML-FormFu-0.90.100.ebuild
38 rename to dev-perl/HTML-FormFu/HTML-FormFu-0.90.100-r1.ebuild
39 index 7c859c0..2b385a8 100644
40 --- a/dev-perl/HTML-FormFu/HTML-FormFu-0.90.100.ebuild
41 +++ b/dev-perl/HTML-FormFu/HTML-FormFu-0.90.100-r1.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2013 Gentoo Foundation
44 +# Copyright 1999-2014 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46 # $Header: $
47 EAPI=5
48 @@ -95,7 +95,7 @@ perl_meta_runtime() {
49 # List::Util
50 echo virtual/perl-Scalar-List-Utils
51 # Locale::Maketext
52 - echo virtual/perl-locale-maketext
53 + echo virtual/perl-Locale-Maketext
54 # Module::Pluggable
55 echo virtual/perl-Module-Pluggable
56 # Moose 1.00 ( 1.0.0 )