public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CatalystX-REPL/
@ 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:     ab47ac26aafbe9d880919fcdbd52cfd1551d9651
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Nov 11 13:36:59 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Nov 11 13:36:59 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ab47ac26

[fixdep] CatalystX-REPL -> Catalyst-Runtime

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

---
 dev-perl/CatalystX-REPL/CatalystX-REPL-0.04.ebuild |    4 ++--
 dev-perl/CatalystX-REPL/ChangeLog                  |    5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-perl/CatalystX-REPL/CatalystX-REPL-0.04.ebuild b/dev-perl/CatalystX-REPL/CatalystX-REPL-0.04.ebuild
index 04c0678..2cc8512 100644
--- a/dev-perl/CatalystX-REPL/CatalystX-REPL-0.04.ebuild
+++ b/dev-perl/CatalystX-REPL/CatalystX-REPL-0.04.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=2
@@ -13,7 +13,7 @@ IUSE="test"
 
 COMMON_DEPEND="
 	dev-perl/namespace-autoclean
-	>=dev-perl/Catalyst-Runtime-5.800.060
+	>=dev-perl/Catalyst-Runtime-5.800.60
 	dev-perl/Carp-REPL
 "
 DEPEND="

diff --git a/dev-perl/CatalystX-REPL/ChangeLog b/dev-perl/CatalystX-REPL/ChangeLog
index f32716c..27cb035 100644
--- a/dev-perl/CatalystX-REPL/ChangeLog
+++ b/dev-perl/CatalystX-REPL/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-perl/CatalystX-REPL
-# 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> CatalystX-REPL-0.04.ebuild:
+  Fixdep Catalyst-Runtime
+
   19 Jul 2010; Kent Fredric <kentfredric@gmail.com>
   CatalystX-REPL-0.04.ebuild:
   Fixed missing test-depend.



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

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

commit:     fa0ed73201f56ae9950caf8472510c27827dcf00
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun  9 14:35:24 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun  9 14:35:24 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=fa0ed732

[fixup] CatalystX-REPL: EAPI5, normalize, fixup deps and tests

Package-Manager: portage-2.2.17

 ...-REPL-0.04.ebuild => CatalystX-REPL-0.40.0.ebuild} | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/dev-perl/CatalystX-REPL/CatalystX-REPL-0.04.ebuild b/dev-perl/CatalystX-REPL/CatalystX-REPL-0.40.0.ebuild
similarity index 68%
rename from dev-perl/CatalystX-REPL/CatalystX-REPL-0.04.ebuild
rename to dev-perl/CatalystX-REPL/CatalystX-REPL-0.40.0.ebuild
index 2cc8512..a626db8 100644
--- a/dev-perl/CatalystX-REPL/CatalystX-REPL-0.04.ebuild
+++ b/dev-perl/CatalystX-REPL/CatalystX-REPL-0.40.0.ebuild
@@ -1,28 +1,29 @@
-# 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=FLORA
+MODULE_VERSION=0.04
 inherit perl-module
 
 DESCRIPTION="read-eval-print-loop for debugging your Catalyst application"
-LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
-COMMON_DEPEND="
+PERL_RM_FILES=(
+	t/release-pod-syntax.t
+	t/release-pod-coverage.t
+)
+RDEPEND="
 	dev-perl/namespace-autoclean
 	>=dev-perl/Catalyst-Runtime-5.800.60
 	dev-perl/Carp-REPL
 "
 DEPEND="
-	${COMMON_DEPEND}
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
 	test? (
 		dev-perl/Test-Expect
 	)
 "
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"


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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-09 14:36 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CatalystX-REPL/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2011-11-11 14:38 Kent Fredric

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