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-XMLRPC/
@ 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:     ca807aab70895963c68d56628d49afcf1399e607
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Nov 11 13:44:12 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Nov 11 13:44:12 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ca807aab

[fixdep] Catalyst-Plugin-Static-XMLRPC -> Catalyst-Runtime

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

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

diff --git a/dev-perl/Catalyst-Plugin-XMLRPC/Catalyst-Plugin-XMLRPC-2.01.ebuild b/dev-perl/Catalyst-Plugin-XMLRPC/Catalyst-Plugin-XMLRPC-2.01.ebuild
index 9586ced..224ab0e 100644
--- a/dev-perl/Catalyst-Plugin-XMLRPC/Catalyst-Plugin-XMLRPC-2.01.ebuild
+++ b/dev-perl/Catalyst-Plugin-XMLRPC/Catalyst-Plugin-XMLRPC-2.01.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: $
 
@@ -14,7 +14,7 @@ LICENSE="|| ( Artistic GPL-2 )"
 KEYWORDS="~amd64 ~x86"
 
 DEPEND="
-	>=dev-perl/Catalyst-Runtime-5.660
+	>=dev-perl/Catalyst-Runtime-5.660.0
 	>=dev-perl/RPC-XML-0.69
 "
 

diff --git a/dev-perl/Catalyst-Plugin-XMLRPC/ChangeLog b/dev-perl/Catalyst-Plugin-XMLRPC/ChangeLog
index dca5307..e0d0558 100644
--- a/dev-perl/Catalyst-Plugin-XMLRPC/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-XMLRPC/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/Catalyst-Plugin-XMLRPC
-# Copyright 1999-2009 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-XMLRPC-2.01.ebuild:
+  Fixdep Catalyst-Runtime
+
   10 Dec 2009; Kent Fredric <kentfredric@gmail.com>
   -Catalyst-Plugin-XMLRPC-1.0-r1.ebuild:
   CPANTIDY



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

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

commit:     7665160dd1aaf31a1c59139450f5e3de5be2cd72
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 27 13:20:25 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 27 13:20:25 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7665160d

[fixup] dev-perl/Catalyst-Plugin-XMLRPC EAPI5, Normalise versions, fixup deps and tests

Package-Manager: portage-2.2.10

---
 ...ebuild => Catalyst-Plugin-XMLRPC-2.10.0.ebuild} | 23 +++++++++++++---------
 dev-perl/Catalyst-Plugin-XMLRPC/ChangeLog          |  8 +++++++-
 2 files changed, 21 insertions(+), 10 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-XMLRPC/Catalyst-Plugin-XMLRPC-2.01.ebuild b/dev-perl/Catalyst-Plugin-XMLRPC/Catalyst-Plugin-XMLRPC-2.10.0.ebuild
similarity index 56%
rename from dev-perl/Catalyst-Plugin-XMLRPC/Catalyst-Plugin-XMLRPC-2.01.ebuild
rename to dev-perl/Catalyst-Plugin-XMLRPC/Catalyst-Plugin-XMLRPC-2.10.0.ebuild
index 224ab0e..f52e720 100644
--- a/dev-perl/Catalyst-Plugin-XMLRPC/Catalyst-Plugin-XMLRPC-2.01.ebuild
+++ b/dev-perl/Catalyst-Plugin-XMLRPC/Catalyst-Plugin-XMLRPC-2.10.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=5
 MODULE_AUTHOR=MRAMBERG
+MODULE_VERSION=2.01
 inherit perl-module
 
 DESCRIPTION="DEPRECATED Dispatch XMLRPC methods with Catalyst"
@@ -13,16 +14,20 @@ SLOT="0"
 LICENSE="|| ( Artistic GPL-2 )"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="
+RDEPEND="
 	>=dev-perl/Catalyst-Runtime-5.660.0
-	>=dev-perl/RPC-XML-0.69
+	>=dev-perl/RPC-XML-0.690.0
 "
+DEPEND="${RDEPEND}"
 
-pkg_setup() {
+pkg_pretend() {
 	ewarn "This ebuild is DEPRECATED and will be removed."
 }
-
-src_compile() {
-	export PERL_EXTUTILS_AUTOINSTALL="--skipdeps"
-	perl-module_src_compile
+pkg_postinst() {
+	ewarn "This ebuild is DEPRECATED and will be removed."
 }
+PERL_RM_FILES=(
+	t/02pod.t
+	t/03podcoverage.t
+)
+SRC_TEST=do

diff --git a/dev-perl/Catalyst-Plugin-XMLRPC/ChangeLog b/dev-perl/Catalyst-Plugin-XMLRPC/ChangeLog
index e0d0558..534d51e 100644
--- a/dev-perl/Catalyst-Plugin-XMLRPC/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-XMLRPC/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Catalyst-Plugin-XMLRPC
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Plugin-XMLRPC-2.10.0 (27 Aug 2014)
+
+  27 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+  -Catalyst-Plugin-XMLRPC-2.01.ebuild, +Catalyst-Plugin-XMLRPC-2.10.0.ebuild:
+  EAPI5, Normalise versions, fixup deps and tests
+
   11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
   Catalyst-Plugin-XMLRPC-2.01.ebuild:
   Fixdep Catalyst-Runtime


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

end of thread, other threads:[~2014-08-27 13:21 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-XMLRPC/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-08-27 13: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