public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-Format-Excel/
@ 2015-03-24 19:17 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-03-24 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     71246bd82d9301229369eb4c25b8686f7506614e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 24 18:39:00 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 24 18:39:00 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=71246bd8

[cleaup] DateTime-Format-Excel-0.290.100,0.300 : Remove old versions

Package-Manager: portage-2.2.17

 .../DateTime-Format-Excel-0.290.100.ebuild         | 26 -------------------
 .../DateTime-Format-Excel-0.300.ebuild             | 29 ----------------------
 2 files changed, 55 deletions(-)

diff --git a/dev-perl/DateTime-Format-Excel/DateTime-Format-Excel-0.290.100.ebuild b/dev-perl/DateTime-Format-Excel/DateTime-Format-Excel-0.290.100.ebuild
deleted file mode 100644
index 3c6ec99..0000000
--- a/dev-perl/DateTime-Format-Excel/DateTime-Format-Excel-0.290.100.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=0.2901
-inherit perl-module
-
-DESCRIPTION="Convert between DateTime and Excel dates."
-
-IUSE="test"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	>=dev-perl/DateTime-0.18
-"
-DEPEND="${RDEPEND}
-	virtual/perl-Module-Build
-	test? (
-		>=virtual/perl-Test-Simple-0.47
-	)
-"
-SRC_TEST="do"

diff --git a/dev-perl/DateTime-Format-Excel/DateTime-Format-Excel-0.300.ebuild b/dev-perl/DateTime-Format-Excel/DateTime-Format-Excel-0.300.ebuild
deleted file mode 100644
index a09a36c..0000000
--- a/dev-perl/DateTime-Format-Excel/DateTime-Format-Excel-0.300.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=ABURS
-
-# This voodoo strips the 0 off the end.
-MODULE_VERSION="0.30"
-
-inherit perl-module
-
-DESCRIPTION="Convert between DateTime and Excel dates."
-
-IUSE="test"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	>=dev-perl/DateTime-0.18
-"
-DEPEND="${RDEPEND}
-	virtual/perl-Module-Build
-	test? (
-		>=virtual/perl-Test-Simple-0.47
-	)
-"
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-Format-Excel/
@ 2015-03-24 19:17 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-03-24 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     dc6f04c1e6219061f1d8638e5f3090c0a1b3275d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 24 18:45:01 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 24 18:45:01 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=dc6f04c1

[fixup] DateTime-Format-Excel: EAPI5, fixup deps, normalise version, fixup tests

Package-Manager: portage-2.2.17

 ...0.310.ebuild => DateTime-Format-Excel-0.310.0.ebuild} | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/dev-perl/DateTime-Format-Excel/DateTime-Format-Excel-0.310.ebuild b/dev-perl/DateTime-Format-Excel/DateTime-Format-Excel-0.310.0.ebuild
similarity index 66%
rename from dev-perl/DateTime-Format-Excel/DateTime-Format-Excel-0.310.ebuild
rename to dev-perl/DateTime-Format-Excel/DateTime-Format-Excel-0.310.0.ebuild
index a15d536..d6f88ce 100644
--- a/dev-perl/DateTime-Format-Excel/DateTime-Format-Excel-0.310.ebuild
+++ b/dev-perl/DateTime-Format-Excel/DateTime-Format-Excel-0.310.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-EAPI=3
+EAPI=5
 MODULE_AUTHOR=ABURS
 MODULE_VERSION="0.31"
 inherit perl-module
@@ -11,15 +11,17 @@ DESCRIPTION="Convert between DateTime and Excel dates."
 IUSE="test"
 
 SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
 KEYWORDS="~amd64 ~x86"
 
+PERL_RM_FILES=(
+	t/00pod.t
+)
 RDEPEND="
-	>=dev-perl/DateTime-0.18
-	>=virtual/perl-Test-Simple-0.47
-
+	>=dev-perl/DateTime-0.180.0
 "
 DEPEND="${RDEPEND}
 	virtual/perl-Module-Build
+	test? (
+		>=virtual/perl-Test-Simple-0.470.0
+	)
 "
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-Format-Excel/
@ 2015-06-14 16:30 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-06-14 16:30 UTC (permalink / raw
  To: gentoo-commits

commit:     731ced14d9d859ebd915f5342521027eb78422f6
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 16:12:38 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 16:12:38 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=731ced14

[fixup] DateTime-Format-Excel:  Module::Build is no longer part of core Perl and has been moved to dev-perl

Package-Manager: portage-2.2.17

 dev-perl/DateTime-Format-Excel/DateTime-Format-Excel-0.310.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DateTime-Format-Excel/DateTime-Format-Excel-0.310.0.ebuild b/dev-perl/DateTime-Format-Excel/DateTime-Format-Excel-0.310.0.ebuild
index d6f88ce..67cbd35 100644
--- a/dev-perl/DateTime-Format-Excel/DateTime-Format-Excel-0.310.0.ebuild
+++ b/dev-perl/DateTime-Format-Excel/DateTime-Format-Excel-0.310.0.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
 	>=dev-perl/DateTime-0.180.0
 "
 DEPEND="${RDEPEND}
-	virtual/perl-Module-Build
+	dev-perl/Module-Build
 	test? (
 		>=virtual/perl-Test-Simple-0.470.0
 	)


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-14 16:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-14 16:30 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-Format-Excel/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-03-24 19:17 Kent Fredric
2015-03-24 19:17 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox