public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CatalystX-Profile/
@ 2011-08-26 16:03 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-08-26 16:03 UTC (permalink / raw
  To: gentoo-commits

commit:     6afdf12c5c1bd45fde9190f04deab475240623e2
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Aug 26 15:22:25 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Aug 26 15:23:23 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6afdf12c

[newversion] CatalystX-Profile-0.20.0

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

---
 .../CatalystX-Profile-0.20.0.ebuild                |   32 ++++++++++++++++++++
 dev-perl/CatalystX-Profile/ChangeLog               |    6 ++++
 2 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/dev-perl/CatalystX-Profile/CatalystX-Profile-0.20.0.ebuild b/dev-perl/CatalystX-Profile/CatalystX-Profile-0.20.0.ebuild
new file mode 100644
index 0000000..761c79a
--- /dev/null
+++ b/dev-perl/CatalystX-Profile/CatalystX-Profile-0.20.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+MODULE_AUTHOR=JJNAPIORK
+MODULE_VERSION=0.02
+inherit perl-module
+
+DESCRIPTION="Profile your Catalyst application with Devel::NYTProf"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+comment() { true;}
+COMMON_DEPEND="
+	>=dev-perl/Catalyst-Runtime-5.800.200
+	>=dev-perl/CatalystX-InjectComponent-0.024 $(comment 0.24.0)
+	>=dev-perl/Devel-NYTProf-3.01 $(comment 3.10.0)
+	>=dev-perl/Moose-0.93 $(comment 0.930.0)
+	>=dev-perl/Sub-Identify-0.04 $(comment 0.40.0)
+	>=dev-perl/namespace-autoclean-0.90.0
+"
+DEPEND="
+	${COMMON_DEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"

diff --git a/dev-perl/CatalystX-Profile/ChangeLog b/dev-perl/CatalystX-Profile/ChangeLog
index 664d8f8..b00702c 100644
--- a/dev-perl/CatalystX-Profile/ChangeLog
+++ b/dev-perl/CatalystX-Profile/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*CatalystX-Profile-0.20.0 (26 Aug 2011)
+
+  26 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+  +CatalystX-Profile-0.20.0.ebuild:
+  Version Bump
+
 *CatalystX-Profile-0.10.0 (26 Aug 2011)
 
   26 Aug 2011; Kent Fredric <kentfredric@gmail.com>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CatalystX-Profile/
@ 2011-08-26 16:03 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-08-26 16:03 UTC (permalink / raw
  To: gentoo-commits

commit:     5dd2b7139b5991d2a7dcd24954c4f09034a332e5
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Aug 26 15:11:15 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Aug 26 15:11:15 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5dd2b713

[migrate] CatalystX-Profile-0.01.ebuild -> CatalystX-Profile-0.10.0.ebuild

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

---
 ...0.01.ebuild => CatalystX-Profile-0.10.0.ebuild} |    3 ++-
 dev-perl/CatalystX-Profile/ChangeLog               |    8 +++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-perl/CatalystX-Profile/CatalystX-Profile-0.01.ebuild b/dev-perl/CatalystX-Profile/CatalystX-Profile-0.10.0.ebuild
similarity index 90%
rename from dev-perl/CatalystX-Profile/CatalystX-Profile-0.01.ebuild
rename to dev-perl/CatalystX-Profile/CatalystX-Profile-0.10.0.ebuild
index 98ae819..e7cc3d2 100644
--- a/dev-perl/CatalystX-Profile/CatalystX-Profile-0.01.ebuild
+++ b/dev-perl/CatalystX-Profile/CatalystX-Profile-0.10.0.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=2
 MODULE_AUTHOR=CYCLES
+MODULE_VERSION="0.01"
 inherit perl-module
 
 DESCRIPTION="Profile your Catalyst application with Devel::NYTProf"

diff --git a/dev-perl/CatalystX-Profile/ChangeLog b/dev-perl/CatalystX-Profile/ChangeLog
index 26de9f9..664d8f8 100644
--- a/dev-perl/CatalystX-Profile/ChangeLog
+++ b/dev-perl/CatalystX-Profile/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/CatalystX-Profile
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*CatalystX-Profile-0.10.0 (26 Aug 2011)
+
+  26 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+  -CatalystX-Profile-0.01.ebuild, +CatalystX-Profile-0.10.0.ebuild:
+  Migrate to new version scheme
+
 *CatalystX-Profile-0.01 (15 Apr 2010)
 
   15 Apr 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/CatalystX-Profile/
@ 2012-06-23 14:09 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-06-23 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     5cd723f7ae70d61e2c8434f3ef6f1e3242ee588f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 23 13:27:25 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 23 13:27:25 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5cd723f7

[fix] CatalystX-Profile -> namespace-autoclean normalise

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 .../CatalystX-Profile-0.10.0.ebuild                |    4 ++--
 dev-perl/CatalystX-Profile/ChangeLog               |    6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-perl/CatalystX-Profile/CatalystX-Profile-0.10.0.ebuild b/dev-perl/CatalystX-Profile/CatalystX-Profile-0.10.0.ebuild
index e7cc3d2..4cc1419 100644
--- a/dev-perl/CatalystX-Profile/CatalystX-Profile-0.10.0.ebuild
+++ b/dev-perl/CatalystX-Profile/CatalystX-Profile-0.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -15,7 +15,7 @@ KEYWORDS="~x86 ~amd64"
 IUSE=""
 COMMON_DEPEND="
 	>=dev-perl/Devel-NYTProf-3.01
-	>=dev-perl/namespace-autoclean-0.09
+	>=dev-perl/namespace-autoclean-0.90.0
 	>=virtual/perl-ExtUtils-MakeMaker-6.11
 	>=dev-perl/Catalyst-Runtime-5.800.200
 	>=dev-perl/CatalystX-InjectComponent-0.024

diff --git a/dev-perl/CatalystX-Profile/ChangeLog b/dev-perl/CatalystX-Profile/ChangeLog
index b00702c..b0b5fb8 100644
--- a/dev-perl/CatalystX-Profile/ChangeLog
+++ b/dev-perl/CatalystX-Profile/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/CatalystX-Profile
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  23 Jun 2012; Kent Fredric <kentfredric@gmail.com>
+  CatalystX-Profile-0.10.0.ebuild:
+  Normalise dep on namespace-autoclean
+
 *CatalystX-Profile-0.20.0 (26 Aug 2011)
 
   26 Aug 2011; Kent Fredric <kentfredric@gmail.com>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CatalystX-Profile/
@ 2012-07-19  9:28 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-07-19  9:28 UTC (permalink / raw
  To: gentoo-commits

commit:     5564aa78f9ced5b3e9f796147eb8a6488f6a8288
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 19 08:45:59 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 19 08:45:59 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5564aa78

[fixdep] CatalystX-Profile => CatalystX-InjectComponent

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

---
 .../CatalystX-Profile-0.10.0.ebuild                |    2 +-
 .../CatalystX-Profile-0.20.0.ebuild                |    4 ++--
 dev-perl/CatalystX-Profile/ChangeLog               |    4 ++++
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-perl/CatalystX-Profile/CatalystX-Profile-0.10.0.ebuild b/dev-perl/CatalystX-Profile/CatalystX-Profile-0.10.0.ebuild
index 4cc1419..45eb951 100644
--- a/dev-perl/CatalystX-Profile/CatalystX-Profile-0.10.0.ebuild
+++ b/dev-perl/CatalystX-Profile/CatalystX-Profile-0.10.0.ebuild
@@ -18,7 +18,7 @@ COMMON_DEPEND="
 	>=dev-perl/namespace-autoclean-0.90.0
 	>=virtual/perl-ExtUtils-MakeMaker-6.11
 	>=dev-perl/Catalyst-Runtime-5.800.200
-	>=dev-perl/CatalystX-InjectComponent-0.024
+	>=dev-perl/CatalystX-InjectComponent-0.24.0
 	>=dev-perl/Moose-0.93
 "
 DEPEND="

diff --git a/dev-perl/CatalystX-Profile/CatalystX-Profile-0.20.0.ebuild b/dev-perl/CatalystX-Profile/CatalystX-Profile-0.20.0.ebuild
index 761c79a..5db951a 100644
--- a/dev-perl/CatalystX-Profile/CatalystX-Profile-0.20.0.ebuild
+++ b/dev-perl/CatalystX-Profile/CatalystX-Profile-0.20.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -16,7 +16,7 @@ IUSE=""
 comment() { true;}
 COMMON_DEPEND="
 	>=dev-perl/Catalyst-Runtime-5.800.200
-	>=dev-perl/CatalystX-InjectComponent-0.024 $(comment 0.24.0)
+	>=dev-perl/CatalystX-InjectComponent-0.24.0
 	>=dev-perl/Devel-NYTProf-3.01 $(comment 3.10.0)
 	>=dev-perl/Moose-0.93 $(comment 0.930.0)
 	>=dev-perl/Sub-Identify-0.04 $(comment 0.40.0)

diff --git a/dev-perl/CatalystX-Profile/ChangeLog b/dev-perl/CatalystX-Profile/ChangeLog
index b0b5fb8..0b9ea2c 100644
--- a/dev-perl/CatalystX-Profile/ChangeLog
+++ b/dev-perl/CatalystX-Profile/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  19 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+  CatalystX-Profile-0.10.0.ebuild, CatalystX-Profile-0.20.0.ebuild:
+  Fixdep CatalystX-InjectComponent
+
   23 Jun 2012; Kent Fredric <kentfredric@gmail.com>
   CatalystX-Profile-0.10.0.ebuild:
   Normalise dep on namespace-autoclean



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

end of thread, other threads:[~2012-07-19  9:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-23 14:09 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CatalystX-Profile/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-07-19  9:28 Kent Fredric
2011-08-26 16:03 Kent Fredric
2011-08-26 16:03 Kent Fredric

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