* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Spreadsheet-WriteExcel-Simple/
@ 2015-06-14 14:04 Kent Fredric
0 siblings, 0 replies; only message in thread
From: Kent Fredric @ 2015-06-14 14:04 UTC (permalink / raw
To: gentoo-commits
commit: 936e35cafe26e0e3daa230450d7eec26c8b83ab5
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 12:32:03 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 12:32:03 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=936e35ca
[fixup] SpreadSheet-WriteExcel-Simple: EAPI5, normalise version, fixup tests and deps
Package-Manager: portage-2.2.17
.../Spreadsheet-WriteExcel-Simple-1.04.ebuild | 26 --------------------
.../Spreadsheet-WriteExcel-Simple-1.40.0.ebuild | 28 ++++++++++++++++++++++
2 files changed, 28 insertions(+), 26 deletions(-)
diff --git a/dev-perl/Spreadsheet-WriteExcel-Simple/Spreadsheet-WriteExcel-Simple-1.04.ebuild b/dev-perl/Spreadsheet-WriteExcel-Simple/Spreadsheet-WriteExcel-Simple-1.04.ebuild
deleted file mode 100644
index 4da5884..0000000
--- a/dev-perl/Spreadsheet-WriteExcel-Simple/Spreadsheet-WriteExcel-Simple-1.04.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=TMTM
-inherit perl-module
-
-DESCRIPTION="A simple single-sheet Excel document"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-COMMON_DEPEND="
- >=dev-perl/Spreadsheet-WriteExcel-0.31
- >=dev-perl/IO-stringy-1.126
-"
-DEPEND="
- ${COMMON_DEPEND}
- test? (
- >=virtual/perl-Test-Simple-0.04
- )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Spreadsheet-WriteExcel-Simple/Spreadsheet-WriteExcel-Simple-1.40.0.ebuild b/dev-perl/Spreadsheet-WriteExcel-Simple/Spreadsheet-WriteExcel-Simple-1.40.0.ebuild
new file mode 100644
index 0000000..4519c4f
--- /dev/null
+++ b/dev-perl/Spreadsheet-WriteExcel-Simple/Spreadsheet-WriteExcel-Simple-1.40.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=TMTM
+MODULE_VERSION=1.04
+inherit perl-module
+
+DESCRIPTION="A simple single-sheet Excel document"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+PERL_RM_FILES=(
+ t/pod-coverage.t
+ t/pod.t
+)
+RDEPEND="
+ >=dev-perl/Spreadsheet-WriteExcel-0.310.0
+ >=dev-perl/IO-stringy-1.126.0
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=virtual/perl-Test-Simple-0.40.0
+ )
+"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-06-14 14:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-14 14:04 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Spreadsheet-WriteExcel-Simple/ Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox