public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Scheduler/
@ 2011-11-11 14:38 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-11-11 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     777a3a70ed5ad0511bad6bf16b2af17222a35205
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Nov 11 14:08:29 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Nov 11 14:08:29 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=777a3a70

[fixdep] Catalyst-Plugin-Scheduler -> Catalyst-Runtime

(Portage version: 2.2.0_alpha72/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 .../Catalyst-Plugin-Scheduler-0.10.ebuild          |    4 ++--
 dev-perl/Catalyst-Plugin-Scheduler/ChangeLog       |    6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Scheduler/Catalyst-Plugin-Scheduler-0.10.ebuild b/dev-perl/Catalyst-Plugin-Scheduler/Catalyst-Plugin-Scheduler-0.10.ebuild
index dfb1ed7..dadc3db 100644
--- a/dev-perl/Catalyst-Plugin-Scheduler/Catalyst-Plugin-Scheduler-0.10.ebuild
+++ b/dev-perl/Catalyst-Plugin-Scheduler/Catalyst-Plugin-Scheduler-0.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=3
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE=""
 DEPEND="
-	>=dev-perl/Catalyst-Runtime-5.610
+	>=dev-perl/Catalyst-Runtime-5.610.0
 	dev-perl/DateTime-Event-Cron
 	dev-perl/set-scalar
 	dev-perl/yaml

diff --git a/dev-perl/Catalyst-Plugin-Scheduler/ChangeLog b/dev-perl/Catalyst-Plugin-Scheduler/ChangeLog
index db7e81d..4ec23ed 100644
--- a/dev-perl/Catalyst-Plugin-Scheduler/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Scheduler/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/Catalyst-Plugin-Scheduler
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
+  Catalyst-Plugin-Scheduler-0.10.ebuild:
+  Fixdep Catalyst-Runtime
+
 *Catalyst-Plugin-Scheduler-0.10 (10 Aug 2010)
 
   10 Aug 2010; Michele Beltrame <m@cattlegrid.info>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Scheduler/
@ 2014-08-27  5:18 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2014-08-27  5:18 UTC (permalink / raw
  To: gentoo-commits

commit:     7bfa91ef70fd6ff4b93539a9ed7414feaadfa8b7
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 27 04:54:39 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 27 04:54:39 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7bfa91ef

[clean] dev-perl/Catalyst-Plugin-Scheduler remove old EAPIS

Package-Manager: portage-2.2.10

---
 .../Catalyst-Plugin-Scheduler-0.09.ebuild          | 22 ----------------------
 dev-perl/Catalyst-Plugin-Scheduler/ChangeLog       |  6 +++++-
 2 files changed, 5 insertions(+), 23 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Scheduler/Catalyst-Plugin-Scheduler-0.09.ebuild b/dev-perl/Catalyst-Plugin-Scheduler/Catalyst-Plugin-Scheduler-0.09.ebuild
deleted file mode 100644
index fbd4d2d..0000000
--- a/dev-perl/Catalyst-Plugin-Scheduler/Catalyst-Plugin-Scheduler-0.09.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=AGRUNDMA
-inherit perl-module
-
-DESCRIPTION="Schedule events to run in a cron-like fashion"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-DEPEND="
-	virtual/perl-Module-Build
-	dev-perl/Catalyst-Runtime
-	dev-perl/DateTime-Event-Cron
-	dev-perl/set-scalar
-	dev-perl/yaml
-	dev-perl/MRO-Compat
-"

diff --git a/dev-perl/Catalyst-Plugin-Scheduler/ChangeLog b/dev-perl/Catalyst-Plugin-Scheduler/ChangeLog
index 4ec23ed..2236799 100644
--- a/dev-perl/Catalyst-Plugin-Scheduler/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Scheduler/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/Catalyst-Plugin-Scheduler
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  27 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+  -Catalyst-Plugin-Scheduler-0.09.ebuild:
+  remove old EAPIS
+
   11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
   Catalyst-Plugin-Scheduler-0.10.ebuild:
   Fixdep Catalyst-Runtime


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Scheduler/
@ 2014-08-27  5:18 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2014-08-27  5:18 UTC (permalink / raw
  To: gentoo-commits

commit:     f22d77a3c9a56afb0d648ed02eb47943b0be472a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 27 05:00:33 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 27 05:00:33 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f22d77a3

[fixup] dev-perl/Catalyst-Plugin-Scheduler EAPI5, Normalise version, fixup tests

Package-Manager: portage-2.2.10

---
 ...build => Catalyst-Plugin-Scheduler-0.100.0.ebuild} | 19 +++++++++++++++----
 dev-perl/Catalyst-Plugin-Scheduler/ChangeLog          |  7 +++++++
 2 files changed, 22 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Scheduler/Catalyst-Plugin-Scheduler-0.10.ebuild b/dev-perl/Catalyst-Plugin-Scheduler/Catalyst-Plugin-Scheduler-0.100.0.ebuild
similarity index 64%
rename from dev-perl/Catalyst-Plugin-Scheduler/Catalyst-Plugin-Scheduler-0.10.ebuild
rename to dev-perl/Catalyst-Plugin-Scheduler/Catalyst-Plugin-Scheduler-0.100.0.ebuild
index dadc3db..b6b1781 100644
--- a/dev-perl/Catalyst-Plugin-Scheduler/Catalyst-Plugin-Scheduler-0.10.ebuild
+++ b/dev-perl/Catalyst-Plugin-Scheduler/Catalyst-Plugin-Scheduler-0.100.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-EAPI=3
+EAPI=5
 MODULE_AUTHOR=BRICAS
+MODULE_VERSION=0.10
 inherit perl-module
 
 DESCRIPTION="Schedule events to run in a cron-like fashion"
@@ -12,11 +13,21 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 IUSE=""
-DEPEND="
+RDEPEND="
 	>=dev-perl/Catalyst-Runtime-5.610.0
 	dev-perl/DateTime-Event-Cron
 	dev-perl/set-scalar
+	virtual/perl-Storable
 	dev-perl/yaml
 	dev-perl/MRO-Compat
 "
-RDEPEND="${DEPEMD}"
+DEPEND="${DEPEND}"
+
+PERL_RM_FILES=(
+	t/02pod.t
+	t/03podcoverage.t
+	t/04critic.rc
+	t/04critic.t
+)
+
+SRC_TEST=do

diff --git a/dev-perl/Catalyst-Plugin-Scheduler/ChangeLog b/dev-perl/Catalyst-Plugin-Scheduler/ChangeLog
index 2236799..e6e01ef 100644
--- a/dev-perl/Catalyst-Plugin-Scheduler/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Scheduler/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Plugin-Scheduler-0.100.0 (27 Aug 2014)
+
+  27 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+  -Catalyst-Plugin-Scheduler-0.10.ebuild,
+  +Catalyst-Plugin-Scheduler-0.100.0.ebuild:
+  EAPI5, Normalise version, fixup tests
+
   27 Aug 2014; Kent Fredric <kentfredric@gmail.com>
   -Catalyst-Plugin-Scheduler-0.09.ebuild:
   remove old EAPIS


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Scheduler/
@ 2016-12-18  0:11 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2016-12-18  0:11 UTC (permalink / raw
  To: gentoo-commits

commit:     1a7d139e31c9cccf85c57601125d995e2ce05ed0
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 23:41:57 2016 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Dec 17 23:41:57 2016 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1a7d139e

dev-perl/Catalyst-Plugin-Scheduler: Fix dep on dev-perl/Set-Scalar

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force

 ...ler-0.100.0.ebuild => Catalyst-Plugin-Scheduler-0.100.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Scheduler/Catalyst-Plugin-Scheduler-0.100.0.ebuild b/dev-perl/Catalyst-Plugin-Scheduler/Catalyst-Plugin-Scheduler-0.100.0-r1.ebuild
similarity index 89%
rename from dev-perl/Catalyst-Plugin-Scheduler/Catalyst-Plugin-Scheduler-0.100.0.ebuild
rename to dev-perl/Catalyst-Plugin-Scheduler/Catalyst-Plugin-Scheduler-0.100.0-r1.ebuild
index 06b1a86..93b63b3 100644
--- a/dev-perl/Catalyst-Plugin-Scheduler/Catalyst-Plugin-Scheduler-0.100.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Scheduler/Catalyst-Plugin-Scheduler-0.100.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 EAPI=5
@@ -16,7 +16,7 @@ IUSE=""
 RDEPEND="
 	>=dev-perl/Catalyst-Runtime-5.610.0
 	dev-perl/DateTime-Event-Cron
-	dev-perl/set-scalar
+	dev-perl/Set-Scalar
 	virtual/perl-Storable
 	dev-perl/YAML
 	dev-perl/MRO-Compat


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

end of thread, other threads:[~2016-12-18  0:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-11 14:38 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Scheduler/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-08-27  5:18 Kent Fredric
2014-08-27  5:18 Kent Fredric
2016-12-18  0:11 Kent Fredric

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