public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Model-DBI/
@ 2012-04-28 10:40 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-04-28 10:40 UTC (permalink / raw
  To: gentoo-commits

commit:     76c77f258537ef136ac47fb8cb1500c8da0f903c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 28 07:03:09 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 28 10:30:38 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=76c77f25

[newversion] Catalyst-Model-DBI-0.300.0

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

---
 .../Catalyst-Model-DBI-0.300.0.ebuild              |   40 ++++++++++++++++++++
 dev-perl/Catalyst-Model-DBI/ChangeLog              |    6 +++
 2 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.300.0.ebuild b/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.300.0.ebuild
new file mode 100644
index 0000000..2370188
--- /dev/null
+++ b/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.300.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=ALEXP
+MODULE_VERSION=0.30
+inherit perl-module
+
+DESCRIPTION='DBI Model Class'
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# Catalyst 5.00 ( 5.0.0 )
+	echo \>=dev-perl/Catalyst-Runtime-5.0.0
+	# DBI
+	echo dev-perl/DBI
+	# DBIx::Connector
+	echo dev-perl/DBIx-Connector
+	# MRO::Compat
+	echo dev-perl/MRO-Compat
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Model-DBI/ChangeLog b/dev-perl/Catalyst-Model-DBI/ChangeLog
index 45569d5..845da56 100644
--- a/dev-perl/Catalyst-Model-DBI/ChangeLog
+++ b/dev-perl/Catalyst-Model-DBI/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Model-DBI-0.300.0 (28 Apr 2012)
+
+  28 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  +Catalyst-Model-DBI-0.300.0.ebuild:
+  Version Bump
+
 *Catalyst-Model-DBI-0.290.0 (06 Apr 2012)
 
   06 Apr 2012; Kent Fredric <kentfredric@gmail.com>



^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Model-DBI/
@ 2014-08-26 19:06 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2014-08-26 19:06 UTC (permalink / raw
  To: gentoo-commits

commit:     54227a8c489db17f6b4fa697dc287ffb71398470
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Aug 26 18:18:36 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Aug 26 18:18:36 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=54227a8c

[clean] dev-perl/Catalyst-Model-DBI Remove old eapi versions

Package-Manager: portage-2.2.10

---
 .../Catalyst-Model-DBI-0.280.0.ebuild              | 20 -----------
 .../Catalyst-Model-DBI-0.290.0.ebuild              | 38 --------------------
 .../Catalyst-Model-DBI-0.300.0.ebuild              | 40 ----------------------
 dev-perl/Catalyst-Model-DBI/ChangeLog              |  7 +++-
 4 files changed, 6 insertions(+), 99 deletions(-)

diff --git a/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.280.0.ebuild b/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.280.0.ebuild
deleted file mode 100644
index 883f95d..0000000
--- a/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.280.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=ALEXP
-MODULE_VERSION="0.28"
-inherit perl-module
-
-DESCRIPTION="DBI Model Class"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-DEPEND="
-	>=dev-perl/Catalyst-Runtime-5.0.0
-	dev-perl/DBI
-	dev-perl/MRO-Compat
-"

diff --git a/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.290.0.ebuild b/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.290.0.ebuild
deleted file mode 100644
index fb50725..0000000
--- a/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.290.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=ALEXP
-MODULE_VERSION=0.29
-inherit perl-module
-
-DESCRIPTION='DBI Model Class'
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# Catalyst 5.00 ( 5.0.0 )
-	echo \>=dev-perl/Catalyst-Runtime-5.0.0
-	# DBI
-	echo dev-perl/DBI
-	# MRO::Compat
-	echo dev-perl/MRO-Compat
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.300.0.ebuild b/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.300.0.ebuild
deleted file mode 100644
index 2370188..0000000
--- a/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.300.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=ALEXP
-MODULE_VERSION=0.30
-inherit perl-module
-
-DESCRIPTION='DBI Model Class'
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# Catalyst 5.00 ( 5.0.0 )
-	echo \>=dev-perl/Catalyst-Runtime-5.0.0
-	# DBI
-	echo dev-perl/DBI
-	# DBIx::Connector
-	echo dev-perl/DBIx-Connector
-	# MRO::Compat
-	echo dev-perl/MRO-Compat
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Model-DBI/ChangeLog b/dev-perl/Catalyst-Model-DBI/ChangeLog
index 48f68ed..818d00c 100644
--- a/dev-perl/Catalyst-Model-DBI/ChangeLog
+++ b/dev-perl/Catalyst-Model-DBI/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-perl/Catalyst-Model-DBI
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+  -Catalyst-Model-DBI-0.280.0.ebuild, -Catalyst-Model-DBI-0.290.0.ebuild,
+  -Catalyst-Model-DBI-0.300.0.ebuild:
+  Remove old eapi versions
+
 *Catalyst-Model-DBI-0.320.0 (04 May 2013)
 
   04 May 2013; Kent Fredric <kentfredric@gmail.com>


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Model-DBI/
@ 2013-05-04 21:21 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2013-05-04 21:21 UTC (permalink / raw
  To: gentoo-commits

commit:     d4a261550337b630ccbcd647ae71c6a82082b46a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat May  4 21:13:18 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat May  4 21:13:18 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d4a26155

[newversion] dev-perl/Catalyst-Model-DBI-0.320.0

Package-Manager: portage-2.2.0_alpha173
Manifest-Sign-Key: ECD2C675C102CDA4

---
 .../Catalyst-Model-DBI-0.320.0.ebuild              |   40 ++++++++++++++++++++
 dev-perl/Catalyst-Model-DBI/ChangeLog              |    8 +++-
 2 files changed, 47 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.320.0.ebuild b/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.320.0.ebuild
new file mode 100644
index 0000000..9a62271
--- /dev/null
+++ b/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.320.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ALEXP
+MODULE_VERSION=0.32
+inherit perl-module
+
+DESCRIPTION='Helper for DBI Models'
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# Catalyst 5.00 ( 5.0.0 )
+	echo \>=dev-perl/Catalyst-Runtime-5.0.0
+	# DBI
+	echo dev-perl/DBI
+	# DBIx::Connector
+	echo dev-perl/DBIx-Connector
+	# MRO::Compat
+	echo dev-perl/MRO-Compat
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do parallel"

diff --git a/dev-perl/Catalyst-Model-DBI/ChangeLog b/dev-perl/Catalyst-Model-DBI/ChangeLog
index 845da56..48f68ed 100644
--- a/dev-perl/Catalyst-Model-DBI/ChangeLog
+++ b/dev-perl/Catalyst-Model-DBI/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Catalyst-Model-DBI
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Model-DBI-0.320.0 (04 May 2013)
+
+  04 May 2013; Kent Fredric <kentfredric@gmail.com>
+  +Catalyst-Model-DBI-0.320.0.ebuild:
+  Version Bump
+
 *Catalyst-Model-DBI-0.300.0 (28 Apr 2012)
 
   28 Apr 2012; Kent Fredric <kentfredric@gmail.com>


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Model-DBI/
@ 2012-04-06 20:42 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-04-06 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     d8e800a7823d2c249ec6a00c6e75e72802376894
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr  6 10:26:33 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr  6 10:26:33 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d8e800a7

[newversion] Catalyst-Model-DBI-0.290.0

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

---
 .../Catalyst-Model-DBI-0.290.0.ebuild              |   38 ++++++++++++++++++++
 dev-perl/Catalyst-Model-DBI/ChangeLog              |    6 +++
 2 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.290.0.ebuild b/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.290.0.ebuild
new file mode 100644
index 0000000..fb50725
--- /dev/null
+++ b/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.290.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=ALEXP
+MODULE_VERSION=0.29
+inherit perl-module
+
+DESCRIPTION='DBI Model Class'
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# Catalyst 5.00 ( 5.0.0 )
+	echo \>=dev-perl/Catalyst-Runtime-5.0.0
+	# DBI
+	echo dev-perl/DBI
+	# MRO::Compat
+	echo dev-perl/MRO-Compat
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Model-DBI/ChangeLog b/dev-perl/Catalyst-Model-DBI/ChangeLog
index bc217c7..45569d5 100644
--- a/dev-perl/Catalyst-Model-DBI/ChangeLog
+++ b/dev-perl/Catalyst-Model-DBI/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Model-DBI-0.290.0 (06 Apr 2012)
+
+  06 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  +Catalyst-Model-DBI-0.290.0.ebuild:
+  Version Bump
+
 *Catalyst-Model-DBI-0.280.0 (06 Apr 2012)
 
   06 Apr 2012; Kent Fredric <kentfredric@gmail.com>



^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Model-DBI/
@ 2012-04-06 20:42 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-04-06 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     5ce347bf1e9d8b8ea0b1e250aa5f5b6316fffdcb
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr  6 10:08:45 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr  6 10:08:45 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5ce347bf

[migrate] Catalyst-Model-DBI to x.y.z

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

---
 ...28.ebuild => Catalyst-Model-DBI-0.280.0.ebuild} |    3 ++-
 dev-perl/Catalyst-Model-DBI/ChangeLog              |    8 +++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.28.ebuild b/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.280.0.ebuild
similarity index 83%
rename from dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.28.ebuild
rename to dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.280.0.ebuild
index c02a748..883f95d 100644
--- a/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.28.ebuild
+++ b/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.280.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: $
 
 MODULE_AUTHOR=ALEXP
+MODULE_VERSION="0.28"
 inherit perl-module
 
 DESCRIPTION="DBI Model Class"

diff --git a/dev-perl/Catalyst-Model-DBI/ChangeLog b/dev-perl/Catalyst-Model-DBI/ChangeLog
index 0eed510..bc217c7 100644
--- a/dev-perl/Catalyst-Model-DBI/ChangeLog
+++ b/dev-perl/Catalyst-Model-DBI/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Catalyst-Model-DBI
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Model-DBI-0.280.0 (06 Apr 2012)
+
+  06 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  -Catalyst-Model-DBI-0.28.ebuild, +Catalyst-Model-DBI-0.280.0.ebuild:
+  Migrate to X.Y.Z
+
   11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
   Catalyst-Model-DBI-0.28.ebuild:
   Fixdep Catalyst-Runtime



^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Model-DBI/
@ 2011-11-11 14:38 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-11-11 14:38 UTC (permalink / raw
  To: gentoo-commits

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

[fixdep] Catalyst-Model-DBI -> Catalyst-Runtime

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

---
 .../Catalyst-Model-DBI-0.28.ebuild                 |    4 ++--
 dev-perl/Catalyst-Model-DBI/ChangeLog              |    6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.28.ebuild b/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.28.ebuild
index c9a4834..c02a748 100644
--- a/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.28.ebuild
+++ b/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-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 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE=""
 DEPEND="
-	>=dev-perl/Catalyst-Runtime-5.000
+	>=dev-perl/Catalyst-Runtime-5.0.0
 	dev-perl/DBI
 	dev-perl/MRO-Compat
 "

diff --git a/dev-perl/Catalyst-Model-DBI/ChangeLog b/dev-perl/Catalyst-Model-DBI/ChangeLog
index 9957a39..0eed510 100644
--- a/dev-perl/Catalyst-Model-DBI/ChangeLog
+++ b/dev-perl/Catalyst-Model-DBI/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/Catalyst-Model-DBI
-# 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-Model-DBI-0.28.ebuild:
+  Fixdep Catalyst-Runtime
+
 *Catalyst-Model-DBI-0.28 (17 Apr 2010)
 
   17 Apr 2010; Michele Beltrame <m@cattlegrid.info>



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

end of thread, other threads:[~2014-08-26 19:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-28 10:40 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Model-DBI/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-08-26 19:06 Kent Fredric
2013-05-04 21:21 Kent Fredric
2012-04-06 20:42 Kent Fredric
2012-04-06 20:42 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