* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CatalystX-InjectComponent/
@ 2012-07-19 9:28 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-07-19 9:28 UTC (permalink / raw
To: gentoo-commits
commit: a3e758749784b7b6813ebffebdb7bdfc5d2cf032
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 19 08:43:08 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 19 08:43:08 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a3e75874
[newversion] CatalystX-InjectComponent-0.25.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
.../CatalystX-InjectComponent-0.25.0.ebuild | 40 ++++++++++++++++++++
dev-perl/CatalystX-InjectComponent/ChangeLog | 6 +++
2 files changed, 46 insertions(+), 0 deletions(-)
diff --git a/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.25.0.ebuild b/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.25.0.ebuild
new file mode 100644
index 0000000..29d251e
--- /dev/null
+++ b/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.25.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=ROKR
+MODULE_VERSION=0.025
+inherit perl-module
+
+DESCRIPTION='Inject components into your Catalyst application'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_build() {
+ # Test::Most
+ echo dev-perl/Test-Most
+}
+perl_meta_runtime() {
+ # Catalyst::Runtime 5.8 ( 5.800.0 )
+ echo \>=dev-perl/Catalyst-Runtime-5.800.0
+ # Class::Inspector
+ echo dev-perl/Class-Inspector
+ # Devel::InnerPackage
+ echo virtual/perl-Module-Pluggable
+ # parent
+ echo virtual/perl-parent
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/CatalystX-InjectComponent/ChangeLog b/dev-perl/CatalystX-InjectComponent/ChangeLog
index b79481a..7169d0c 100644
--- a/dev-perl/CatalystX-InjectComponent/ChangeLog
+++ b/dev-perl/CatalystX-InjectComponent/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*CatalystX-InjectComponent-0.25.0 (19 Jul 2012)
+
+ 19 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+ +CatalystX-InjectComponent-0.25.0.ebuild:
+ Version Bump
+
*CatalystX-InjectComponent-0.24.0 (19 Jul 2012)
19 Jul 2012; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CatalystX-InjectComponent/
@ 2015-06-13 15:21 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2015-06-13 15:21 UTC (permalink / raw
To: gentoo-commits
commit: a972c6f0dcdc5178e30bd43ee5fc594feb2fe769
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Mar 29 17:12:12 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 13 14:47:48 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a972c6f0
[fixup] CatalystX-InjectComponent: EAPI5, fixup deps
Package-Manager: portage-2.2.17
.../CatalystX-InjectComponent-0.25.0-r1.ebuild | 25 ++++++++++++++
.../CatalystX-InjectComponent-0.25.0.ebuild | 40 ----------------------
2 files changed, 25 insertions(+), 40 deletions(-)
diff --git a/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.25.0-r1.ebuild b/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.25.0-r1.ebuild
new file mode 100644
index 0000000..1561d96
--- /dev/null
+++ b/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.25.0-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ROKR
+MODULE_VERSION=0.025
+inherit perl-module
+
+DESCRIPTION='Inject components into your Catalyst application'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RDEPEND="
+ >=dev-perl/Catalyst-Runtime-5.800.0
+ dev-perl/Class-Inspector
+ dev-perl/Module-Pluggable
+ virtual/perl-parent
+"
+DEPEND="
+ ${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.30
+ test? (
+ dev-perl/Test-Most
+ )
+"
diff --git a/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.25.0.ebuild b/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.25.0.ebuild
deleted file mode 100644
index 29d251e..0000000
--- a/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.25.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=ROKR
-MODULE_VERSION=0.025
-inherit perl-module
-
-DESCRIPTION='Inject components into your Catalyst application'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_build() {
- # Test::Most
- echo dev-perl/Test-Most
-}
-perl_meta_runtime() {
- # Catalyst::Runtime 5.8 ( 5.800.0 )
- echo \>=dev-perl/Catalyst-Runtime-5.800.0
- # Class::Inspector
- echo dev-perl/Class-Inspector
- # Devel::InnerPackage
- echo virtual/perl-Module-Pluggable
- # parent
- echo virtual/perl-parent
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CatalystX-InjectComponent/
@ 2015-03-26 22:05 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2015-03-26 22:05 UTC (permalink / raw
To: gentoo-commits
commit: 85e7a37299e0d51c348ae235db7dff2563795b56
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 26 21:58:31 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 26 21:58:31 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=85e7a372
[cleanup] CatalystX-InjectComponent: Remove old versions
Package-Manager: portage-2.2.17
.../CatalystX-InjectComponent-0.24.0.ebuild | 29 ----------------------
1 file changed, 29 deletions(-)
diff --git a/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.24.0.ebuild b/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.24.0.ebuild
deleted file mode 100644
index a301b28..0000000
--- a/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.24.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=RKRIMEN
-MODULE_VERSION="0.024"
-inherit perl-module
-
-DESCRIPTION="Inject components into your Catalyst application"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-COMMON_DEPEND="
- dev-perl/Class-Inspector
- >=dev-perl/Catalyst-Runtime-5.800.0
-"
-DEPEND="
- ${COMMON_DEPEND}
- test? (
- dev-perl/Test-Most
- )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST=do
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CatalystX-InjectComponent/
@ 2012-07-19 9:28 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-07-19 9:28 UTC (permalink / raw
To: gentoo-commits
commit: e074154f39b89f4e4bfbc6af5b05245127e295f2
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 19 08:02:35 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 19 08:04:28 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e074154f
[migrate] CatalystX-InjectComponent to x.y.z
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
...ild => CatalystX-InjectComponent-0.24.0.ebuild} | 3 ++-
dev-perl/CatalystX-InjectComponent/ChangeLog | 9 ++++++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.024.ebuild b/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.24.0.ebuild
similarity index 87%
rename from dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.024.ebuild
rename to dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.24.0.ebuild
index a247444..a301b28 100644
--- a/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.024.ebuild
+++ b/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.24.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
MODULE_AUTHOR=RKRIMEN
+MODULE_VERSION="0.024"
inherit perl-module
DESCRIPTION="Inject components into your Catalyst application"
diff --git a/dev-perl/CatalystX-InjectComponent/ChangeLog b/dev-perl/CatalystX-InjectComponent/ChangeLog
index 043c0e1..b79481a 100644
--- a/dev-perl/CatalystX-InjectComponent/ChangeLog
+++ b/dev-perl/CatalystX-InjectComponent/ChangeLog
@@ -1,7 +1,14 @@
# ChangeLog for dev-perl/CatalystX-InjectComponent
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*CatalystX-InjectComponent-0.24.0 (19 Jul 2012)
+
+ 19 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+ -CatalystX-InjectComponent-0.024.ebuild,
+ +CatalystX-InjectComponent-0.24.0.ebuild:
+ Migrate to x.y.z
+
11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
CatalystX-InjectComponent-0.024.ebuild:
Fixdep Catalyst-Runtime
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CatalystX-InjectComponent/
@ 2011-11-11 14:38 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-11-11 14:38 UTC (permalink / raw
To: gentoo-commits
commit: eb9a43645cfd4d4a3d6025035a42a2f8e27b2cfe
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Nov 11 13:38:20 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Nov 11 13:38:20 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=eb9a4364
[fixdep] CatalystX-InjectComponent -> Catalyst-Runtime
(Portage version: 2.2.0_alpha72/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
.../CatalystX-InjectComponent-0.024.ebuild | 4 ++--
dev-perl/CatalystX-InjectComponent/ChangeLog | 6 +++++-
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.024.ebuild b/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.024.ebuild
index a625d83..a247444 100644
--- a/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.024.ebuild
+++ b/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.024.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
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
COMMON_DEPEND="
dev-perl/Class-Inspector
- >=dev-perl/Catalyst-Runtime-5.800
+ >=dev-perl/Catalyst-Runtime-5.800.0
"
DEPEND="
${COMMON_DEPEND}
diff --git a/dev-perl/CatalystX-InjectComponent/ChangeLog b/dev-perl/CatalystX-InjectComponent/ChangeLog
index b281961..043c0e1 100644
--- a/dev-perl/CatalystX-InjectComponent/ChangeLog
+++ b/dev-perl/CatalystX-InjectComponent/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-perl/CatalystX-InjectComponent
-# 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-InjectComponent-0.024.ebuild:
+ Fixdep Catalyst-Runtime
+
*CatalystX-InjectComponent-0.024 (16 Apr 2010)
16 Apr 2010; Michele Beltrame <m@cattlegrid.info>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-06-13 15:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-19 9:28 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CatalystX-InjectComponent/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-06-13 15:21 Kent Fredric
2015-03-26 22:05 Kent Fredric
2012-07-19 9:28 Kent Fredric
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