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

commit:     c37e498e2c4735aaf6dc04db247caae9ff64baf3
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 28 06:50:11 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 28 10:30:37 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c37e498e

[added] DBIx-Connector-0.510.0

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

---
 dev-perl/DBIx-Connector/ChangeLog                  |   10 +++++
 .../DBIx-Connector/DBIx-Connector-0.510.0.ebuild   |   40 ++++++++++++++++++++
 dev-perl/DBIx-Connector/metadata.xml               |   12 ++++++
 3 files changed, 62 insertions(+), 0 deletions(-)

diff --git a/dev-perl/DBIx-Connector/ChangeLog b/dev-perl/DBIx-Connector/ChangeLog
new file mode 100644
index 0000000..b6dcbd8
--- /dev/null
+++ b/dev-perl/DBIx-Connector/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/DBIx-Connector
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*DBIx-Connector-0.510.0 (28 Apr 2012)
+
+  28 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  +DBIx-Connector-0.510.0.ebuild, +metadata.xml:
+  Added for Catalyst-Model-DBI
+

diff --git a/dev-perl/DBIx-Connector/DBIx-Connector-0.510.0.ebuild b/dev-perl/DBIx-Connector/DBIx-Connector-0.510.0.ebuild
new file mode 100644
index 0000000..b8ddc12
--- /dev/null
+++ b/dev-perl/DBIx-Connector/DBIx-Connector-0.510.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=DWHEELER
+MODULE_VERSION=0.51
+inherit perl-module
+
+DESCRIPTION='Fast, safe DBI connection and transaction management'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# Module::Build 0.30 ( 0.300.0 )
+	echo \>=virtual/perl-Module-Build-0.30.00
+}
+perl_meta_build() {
+	# Module::Build 0.30 ( 0.300.0 )
+	echo \>=virtual/perl-Module-Build-0.30.00
+	# Test::MockModule 0.05 ( 0.50.0 )
+	echo \>=dev-perl/Test-MockModule-0.50.0
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.88
+}
+perl_meta_runtime() {
+	# DBI 1.605 ( 1.605.0 )
+	echo \>=dev-perl/DBI-1.605
+	# perl 5.006002 ( 5.6.2 )
+	echo \>=dev-lang/perl-5.6.2
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/DBIx-Connector/metadata.xml b/dev-perl/DBIx-Connector/metadata.xml
new file mode 100644
index 0000000..896a518
--- /dev/null
+++ b/dev-perl/DBIx-Connector/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>perl</herd>
+	<maintainer>
+		<email>kentfredric@gmail.com</email>
+		<name>Kent Fredric</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="cpan">DBIx-Connector</remote-id>
+	</upstream>
+</pkgmetadata>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBIx-Connector/
@ 2012-06-08 20:39 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-06-08 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     41330df8cb4d0b39fba27cec457eaa45f4d131b0
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun  8 19:43:29 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun  8 19:43:29 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=41330df8

[newversion] DBIx-Connector-0.520.0

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

---
 dev-perl/DBIx-Connector/ChangeLog                  |    6 +++
 .../DBIx-Connector/DBIx-Connector-0.520.0.ebuild   |   40 ++++++++++++++++++++
 2 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/dev-perl/DBIx-Connector/ChangeLog b/dev-perl/DBIx-Connector/ChangeLog
index b6dcbd8..4dcf147 100644
--- a/dev-perl/DBIx-Connector/ChangeLog
+++ b/dev-perl/DBIx-Connector/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*DBIx-Connector-0.520.0 (08 Jun 2012)
+
+  08 Jun 2012; Kent Fredric <kentfredric@gmail.com>
+  +DBIx-Connector-0.520.0.ebuild:
+  Version Bump
+
 *DBIx-Connector-0.510.0 (28 Apr 2012)
 
   28 Apr 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/DBIx-Connector/DBIx-Connector-0.520.0.ebuild b/dev-perl/DBIx-Connector/DBIx-Connector-0.520.0.ebuild
new file mode 100644
index 0000000..5363e0e
--- /dev/null
+++ b/dev-perl/DBIx-Connector/DBIx-Connector-0.520.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=DWHEELER
+MODULE_VERSION=0.52
+inherit perl-module
+
+DESCRIPTION='Fast, safe DBI connection and transaction management'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# Module::Build 0.30 ( 0.300.0 )
+	echo \>=virtual/perl-Module-Build-0.30.00
+}
+perl_meta_build() {
+	# Module::Build 0.30 ( 0.300.0 )
+	echo \>=virtual/perl-Module-Build-0.30.00
+	# Test::MockModule 0.05 ( 0.50.0 )
+	echo \>=dev-perl/Test-MockModule-0.50.0
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.88
+}
+perl_meta_runtime() {
+	# DBI 1.605 ( 1.605.0 )
+	echo \>=dev-perl/DBI-1.605
+	# perl 5.006002 ( 5.6.2 )
+	echo \>=dev-lang/perl-5.6.2
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBIx-Connector/
@ 2013-04-26 20:31 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2013-04-26 20:31 UTC (permalink / raw
  To: gentoo-commits

commit:     b492f5473a5dacf96bdd5165aa766e2c03a3196b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 26 20:26:11 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr 26 20:26:11 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b492f547

[fixdep] DBIx-Connector -> DBI ( normalize )

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

---
 dev-perl/DBIx-Connector/ChangeLog                  |    4 ++++
 .../DBIx-Connector/DBIx-Connector-0.510.0.ebuild   |    4 ++--
 .../DBIx-Connector/DBIx-Connector-0.520.0.ebuild   |    4 ++--
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-perl/DBIx-Connector/ChangeLog b/dev-perl/DBIx-Connector/ChangeLog
index ff84ef8..2083c4c 100644
--- a/dev-perl/DBIx-Connector/ChangeLog
+++ b/dev-perl/DBIx-Connector/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Apr 2013; Kent Fredric <kentfredric@gmail.com>
+  DBIx-Connector-0.510.0.ebuild, DBIx-Connector-0.520.0.ebuild:
+  Fix dependency on DBI ( normalize )
+
 *DBIx-Connector-0.530.0 (26 Apr 2013)
 
   26 Apr 2013; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/DBIx-Connector/DBIx-Connector-0.510.0.ebuild b/dev-perl/DBIx-Connector/DBIx-Connector-0.510.0.ebuild
index b8ddc12..efbc052 100644
--- a/dev-perl/DBIx-Connector/DBIx-Connector-0.510.0.ebuild
+++ b/dev-perl/DBIx-Connector/DBIx-Connector-0.510.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -25,7 +25,7 @@ perl_meta_build() {
 }
 perl_meta_runtime() {
 	# DBI 1.605 ( 1.605.0 )
-	echo \>=dev-perl/DBI-1.605
+	echo \>=dev-perl/DBI-1.605.0
 	# perl 5.006002 ( 5.6.2 )
 	echo \>=dev-lang/perl-5.6.2
 }

diff --git a/dev-perl/DBIx-Connector/DBIx-Connector-0.520.0.ebuild b/dev-perl/DBIx-Connector/DBIx-Connector-0.520.0.ebuild
index 5363e0e..4d7a466 100644
--- a/dev-perl/DBIx-Connector/DBIx-Connector-0.520.0.ebuild
+++ b/dev-perl/DBIx-Connector/DBIx-Connector-0.520.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -25,7 +25,7 @@ perl_meta_build() {
 }
 perl_meta_runtime() {
 	# DBI 1.605 ( 1.605.0 )
-	echo \>=dev-perl/DBI-1.605
+	echo \>=dev-perl/DBI-1.605.0
 	# perl 5.006002 ( 5.6.2 )
 	echo \>=dev-lang/perl-5.6.2
 }


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

end of thread, other threads:[~2013-04-26 20:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-08 20:39 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBIx-Connector/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2013-04-26 20:31 Kent Fredric
2012-04-28 10:40 Kent Fredric

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