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-Server/
@ 2011-11-11 14:38 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2011-11-11 14:38 UTC (permalink / raw
  To: gentoo-commits

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

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

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

---
 .../Catalyst-Plugin-Server-0.26.ebuild             |    4 ++--
 .../Catalyst-Plugin-Server-0.28.ebuild             |    4 ++--
 dev-perl/Catalyst-Plugin-Server/ChangeLog          |    6 +++++-
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Server/Catalyst-Plugin-Server-0.26.ebuild b/dev-perl/Catalyst-Plugin-Server/Catalyst-Plugin-Server-0.26.ebuild
index 4bb3b21..4398fa0 100644
--- a/dev-perl/Catalyst-Plugin-Server/Catalyst-Plugin-Server-0.26.ebuild
+++ b/dev-perl/Catalyst-Plugin-Server/Catalyst-Plugin-Server-0.26.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -13,7 +13,7 @@ SLOT="0"
 KEYWORDS=""
 IUSE="test"
 COMMON_DEPEND="
-	>=dev-perl/Catalyst-Runtime-5.660
+	>=dev-perl/Catalyst-Runtime-5.660.0
 	<=dev-perl/RPC-XML-0.67
 	dev-perl/MRO-Compat
 "

diff --git a/dev-perl/Catalyst-Plugin-Server/Catalyst-Plugin-Server-0.28.ebuild b/dev-perl/Catalyst-Plugin-Server/Catalyst-Plugin-Server-0.28.ebuild
index 457f88e..5a37c57 100644
--- a/dev-perl/Catalyst-Plugin-Server/Catalyst-Plugin-Server-0.28.ebuild
+++ b/dev-perl/Catalyst-Plugin-Server/Catalyst-Plugin-Server-0.28.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: $
 
@@ -13,7 +13,7 @@ SLOT="0"
 KEYWORDS=""
 IUSE="test"
 COMMON_DEPEND="
-	>=dev-perl/Catalyst-Runtime-5.660
+	>=dev-perl/Catalyst-Runtime-5.660.0
 	<=dev-perl/RPC-XML-0.67
 	dev-perl/MRO-Compat
 	dev-perl/Clone-Fast

diff --git a/dev-perl/Catalyst-Plugin-Server/ChangeLog b/dev-perl/Catalyst-Plugin-Server/ChangeLog
index efe0467..a96df1d 100644
--- a/dev-perl/Catalyst-Plugin-Server/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Server/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/Catalyst-Plugin-Server
-# 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-Server-0.26.ebuild, Catalyst-Plugin-Server-0.28.ebuild:
+  Fixdep Catalyst-Runtime
+
 *Catalyst-Plugin-Server-0.28 (10 Aug 2010)
 
   10 Aug 2010; Michele Beltrame <m@cattlegrid.info>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Server/
@ 2015-06-09 11:21 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2015-06-09 11:21 UTC (permalink / raw
  To: gentoo-commits

commit:     4f8d8dae798eeecc18c4a975a3c88b970d0ac4b1
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun  9 11:04:43 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun  9 11:04:43 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=4f8d8dae

[fixup] Catalyst-Plugin-Server: EAPI5, Normalise

Package-Manager: portage-2.2.17

 ...8.ebuild => Catalyst-Plugin-Server-0.280.0.ebuild} | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Server/Catalyst-Plugin-Server-0.28.ebuild b/dev-perl/Catalyst-Plugin-Server/Catalyst-Plugin-Server-0.280.0.ebuild
similarity index 64%
rename from dev-perl/Catalyst-Plugin-Server/Catalyst-Plugin-Server-0.28.ebuild
rename to dev-perl/Catalyst-Plugin-Server/Catalyst-Plugin-Server-0.280.0.ebuild
index 5a37c57..e31fd3b 100644
--- a/dev-perl/Catalyst-Plugin-Server/Catalyst-Plugin-Server-0.28.ebuild
+++ b/dev-perl/Catalyst-Plugin-Server/Catalyst-Plugin-Server-0.280.0.ebuild
@@ -1,27 +1,24 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=5
 MODULE_AUTHOR=JLMARTIN
+MODULE_VERSION=0.28
 inherit perl-module
 
 DESCRIPTION="Base Server plugin for RPC-able protocols"
-LICENSE="|| ( Artistic GPL-2 )"
 
 SLOT="0"
 KEYWORDS=""
 IUSE="test"
-COMMON_DEPEND="
+RDEPEND="
 	>=dev-perl/Catalyst-Runtime-5.660.0
-	<=dev-perl/RPC-XML-0.67
-	dev-perl/MRO-Compat
 	dev-perl/Clone-Fast
+	dev-perl/MRO-Compat
+	>=dev-perl/RPC-XML-0.770.0
 "
 DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
 "
-SRC_TEST="do"


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

end of thread, other threads:[~2015-06-09 11:22 UTC | newest]

Thread overview: 2+ 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-Server/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-06-09 11:21 Kent Fredric

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