commit:     310f084c712dc96c4009939a01f6df14906a8aca
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Sep  1 17:36:37 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Sep  1 17:36:37 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=310f084c

[bump] dev-perl/Lingua-EN-Inflect-Number to version 1.110.0, w/EAPI5 and 
things, remove old

Package-Manager: portage-2.2.10

---
 dev-perl/Lingua-EN-Inflect-Number/ChangeLog         |  9 ++++++++-
 ...uild => Lingua-EN-Inflect-Number-1.110.0.ebuild} | 21 +++++++++++++++------
 2 files changed, 23 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Lingua-EN-Inflect-Number/ChangeLog 
b/dev-perl/Lingua-EN-Inflect-Number/ChangeLog
index 1df063b..b6dabe8 100644
--- a/dev-perl/Lingua-EN-Inflect-Number/ChangeLog
+++ b/dev-perl/Lingua-EN-Inflect-Number/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for dev-perl/Lingua-EN-Inflect-Number
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Lingua-EN-Inflect-Number-1.110.0 (01 Sep 2014)
+
+  01 Sep 2014; Kent Fredric <kentfred...@gmail.com>
+  -Lingua-EN-Inflect-Number-1.100.0.ebuild,
+  +Lingua-EN-Inflect-Number-1.110.0.ebuild:
+  to version 1.110.0, w/EAPI5 and things, remove old
+
 *Lingua-EN-Inflect-Number-1.100.0 (14 Nov 2011)
 
   14 Nov 2011; Kent Fredric <kentfred...@gmail.com>

diff --git 
a/dev-perl/Lingua-EN-Inflect-Number/Lingua-EN-Inflect-Number-1.100.0.ebuild 
b/dev-perl/Lingua-EN-Inflect-Number/Lingua-EN-Inflect-Number-1.110.0.ebuild
similarity index 52%
rename from 
dev-perl/Lingua-EN-Inflect-Number/Lingua-EN-Inflect-Number-1.100.0.ebuild
rename to 
dev-perl/Lingua-EN-Inflect-Number/Lingua-EN-Inflect-Number-1.110.0.ebuild
index 5bab655..f0a623a 100644
--- a/dev-perl/Lingua-EN-Inflect-Number/Lingua-EN-Inflect-Number-1.100.0.ebuild
+++ b/dev-perl/Lingua-EN-Inflect-Number/Lingua-EN-Inflect-Number-1.110.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-
-MODULE_AUTHOR=SIMON
-MODULE_VERSION="1.1"
+EAPI=5
+MODULE_AUTHOR=NEILB
+MODULE_VERSION="1.11"
 inherit perl-module
 
 DESCRIPTION="Force number of words to singular or plural"
@@ -12,8 +12,17 @@ LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-IUSE=""
+IUSE="test"
 
-DEPEND="
+RDEPEND="
+       virtual/perl-Exporter
        dev-perl/Lingua-EN-Inflect
 "
+DEPEND="
+       $RDEPEND
+       >=virtual/perl-ExtUtils-MakeMaker-6.30
+       test? (
+               virtual/perl-Test-Simple
+       )
+"
+SRC_TEST=do

Reply via email to