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

[fixup] dev-perl/Math-Combinatorics EAPI5, normalise, fixup tests

Package-Manager: portage-2.2.10

---
 dev-perl/Math-Combinatorics/ChangeLog                          | 10 ++++++++++
 ...binatorics-0.09.ebuild => Math-Combinatorics-0.90.0.ebuild} |  8 ++++++--
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Math-Combinatorics/ChangeLog 
b/dev-perl/Math-Combinatorics/ChangeLog
new file mode 100644
index 0000000..6fd84c1
--- /dev/null
+++ b/dev-perl/Math-Combinatorics/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Math-Combinatorics
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Math-Combinatorics-0.90.0 (01 Sep 2014)
+
+  01 Sep 2014; Kent Fredric <kentfred...@gmail.com>
+  -Math-Combinatorics-0.09.ebuild, +Math-Combinatorics-0.90.0.ebuild:
+  EAPI5, normalise, fixup tests
+

diff --git a/dev-perl/Math-Combinatorics/Math-Combinatorics-0.09.ebuild 
b/dev-perl/Math-Combinatorics/Math-Combinatorics-0.90.0.ebuild
similarity index 75%
rename from dev-perl/Math-Combinatorics/Math-Combinatorics-0.09.ebuild
rename to dev-perl/Math-Combinatorics/Math-Combinatorics-0.90.0.ebuild
index 4e9d2f4..707563d 100644
--- a/dev-perl/Math-Combinatorics/Math-Combinatorics-0.09.ebuild
+++ b/dev-perl/Math-Combinatorics/Math-Combinatorics-0.90.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-
+EAPI=5
 MODULE_AUTHOR=ALLENDAY
+MODULE_VERSION=0.09
 inherit perl-module
 
 DESCRIPTION="Perform combinations and permutations on lists"
@@ -12,4 +13,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 IUSE=""
+RDEPEND=""
 DEPEND=""
+
+SRC_TEST=do

Reply via email to