public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KiokuDB-Backend-DBI/
  2011-05-05 18:17 [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/KiokuDB-Backend-DBI/ Kent Fredric
@ 2011-05-05 18:09 ` Kent Fredric
  2011-05-05 18:16 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
  1 sibling, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-05-05 18:09 UTC (permalink / raw
  To: gentoo-commits

commit:     f5119da1c6bee78b9e04e25cd1dd98c548d95f8b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu May  5 17:40:47 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu May  5 17:40:47 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f5119da1

[newversion] KiokuDB-Backend-DBI-1.200.0

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/KiokuDB-Backend-DBI/ChangeLog             |    6 ++
 .../KiokuDB-Backend-DBI-1.200.0.ebuild             |   62 ++++++++++++++++++++
 2 files changed, 68 insertions(+), 0 deletions(-)

diff --git a/dev-perl/KiokuDB-Backend-DBI/ChangeLog b/dev-perl/KiokuDB-Backend-DBI/ChangeLog
index b1304fe..f44b428 100644
--- a/dev-perl/KiokuDB-Backend-DBI/ChangeLog
+++ b/dev-perl/KiokuDB-Backend-DBI/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*KiokuDB-Backend-DBI-1.200.0 (05 May 2011)
+
+  05 May 2011; Kent Fredric <kentfredric@gmail.com>
+  +KiokuDB-Backend-DBI-1.200.0.ebuild:
+  Bump
+
   12 Mar 2011; Kent Fredric <kentfredric@gmail.com>
   KiokuDB-Backend-DBI-1.190.0.ebuild:
   Fix my version bungle

diff --git a/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.200.0.ebuild b/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.200.0.ebuild
new file mode 100644
index 0000000..8b4d8e1
--- /dev/null
+++ b/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.200.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DOY
+MODULE_VERSION=1.20
+inherit perl-module
+
+DESCRIPTION="DBI backend for KiokuDB"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# THIS SECTION is here because Makefile.PL 
+# does nasty stuff and adds deployment depends at runtime
+# that are *injected* from DBIx-Class at *Build* time. YUCK.
+
+# DBIx-Class-0.08123 -> deploy
+DBI_OPTIONAL_DEPENDS="
+	>=dev-perl/SQL-Translator-0.110.60
+"
+COMMON_DEPEND="
+	>=dev-perl/DBI-1.607
+	>=dev-perl/DBIx-Class-0.81.270
+	>=dev-perl/Data-Stream-Bulk-0.07
+	>=dev-perl/KiokuDB-0.460
+	>=dev-perl/MooseX-Types-0.08
+	>=virtual/perl-Test-Simple-0.88
+	dev-perl/Class-Accessor-Grouped
+	dev-perl/JSON
+	dev-perl/Moose
+	dev-perl/SQL-Abstract
+	>=dev-perl/Search-GIN-0.70
+	dev-perl/Test-TempDir
+	dev-perl/Test-use-ok
+	dev-perl/Try-Tiny
+	dev-perl/namespace-autoclean
+	dev-perl/namespace-clean
+	virtual/perl-Scalar-List-Utils
+	${DBI_OPTIONAL_DEPENDS}
+"
+# NOTE: Dep on DBIx-Class here is needed like this
+# Because Makefile.PL depends on DBIx::Class::Optional::Dependencies directly
+# via 'require', which became part of DBIx-Class at 0.08119
+
+# CONFIGURE_REQUIRES
+DEPEND="
+	${COMMON_DEPEND}
+	>=dev-perl/DBIx-Class-0.08119
+	>=virtual/perl-ExtUtils-MakeMaker-6.56
+"
+# BUILD_REQUIRES
+DEPEND="${DEPEND}
+	dev-perl/DBD-SQLite
+	dev-perl/Test-Exception
+	dev-perl/YAML-LibYAML
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/KiokuDB-Backend-DBI/
  2011-05-05 18:17 [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/KiokuDB-Backend-DBI/ Kent Fredric
  2011-05-05 18:09 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
@ 2011-05-05 18:16 ` Kent Fredric
  1 sibling, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-05-05 18:16 UTC (permalink / raw
  To: gentoo-commits

commit:     f5119da1c6bee78b9e04e25cd1dd98c548d95f8b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu May  5 17:40:47 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu May  5 17:40:47 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f5119da1

[newversion] KiokuDB-Backend-DBI-1.200.0

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/KiokuDB-Backend-DBI/ChangeLog             |    6 ++
 .../KiokuDB-Backend-DBI-1.200.0.ebuild             |   62 ++++++++++++++++++++
 2 files changed, 68 insertions(+), 0 deletions(-)

diff --git a/dev-perl/KiokuDB-Backend-DBI/ChangeLog b/dev-perl/KiokuDB-Backend-DBI/ChangeLog
index b1304fe..f44b428 100644
--- a/dev-perl/KiokuDB-Backend-DBI/ChangeLog
+++ b/dev-perl/KiokuDB-Backend-DBI/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*KiokuDB-Backend-DBI-1.200.0 (05 May 2011)
+
+  05 May 2011; Kent Fredric <kentfredric@gmail.com>
+  +KiokuDB-Backend-DBI-1.200.0.ebuild:
+  Bump
+
   12 Mar 2011; Kent Fredric <kentfredric@gmail.com>
   KiokuDB-Backend-DBI-1.190.0.ebuild:
   Fix my version bungle

diff --git a/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.200.0.ebuild b/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.200.0.ebuild
new file mode 100644
index 0000000..8b4d8e1
--- /dev/null
+++ b/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.200.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DOY
+MODULE_VERSION=1.20
+inherit perl-module
+
+DESCRIPTION="DBI backend for KiokuDB"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# THIS SECTION is here because Makefile.PL 
+# does nasty stuff and adds deployment depends at runtime
+# that are *injected* from DBIx-Class at *Build* time. YUCK.
+
+# DBIx-Class-0.08123 -> deploy
+DBI_OPTIONAL_DEPENDS="
+	>=dev-perl/SQL-Translator-0.110.60
+"
+COMMON_DEPEND="
+	>=dev-perl/DBI-1.607
+	>=dev-perl/DBIx-Class-0.81.270
+	>=dev-perl/Data-Stream-Bulk-0.07
+	>=dev-perl/KiokuDB-0.460
+	>=dev-perl/MooseX-Types-0.08
+	>=virtual/perl-Test-Simple-0.88
+	dev-perl/Class-Accessor-Grouped
+	dev-perl/JSON
+	dev-perl/Moose
+	dev-perl/SQL-Abstract
+	>=dev-perl/Search-GIN-0.70
+	dev-perl/Test-TempDir
+	dev-perl/Test-use-ok
+	dev-perl/Try-Tiny
+	dev-perl/namespace-autoclean
+	dev-perl/namespace-clean
+	virtual/perl-Scalar-List-Utils
+	${DBI_OPTIONAL_DEPENDS}
+"
+# NOTE: Dep on DBIx-Class here is needed like this
+# Because Makefile.PL depends on DBIx::Class::Optional::Dependencies directly
+# via 'require', which became part of DBIx-Class at 0.08119
+
+# CONFIGURE_REQUIRES
+DEPEND="
+	${COMMON_DEPEND}
+	>=dev-perl/DBIx-Class-0.08119
+	>=virtual/perl-ExtUtils-MakeMaker-6.56
+"
+# BUILD_REQUIRES
+DEPEND="${DEPEND}
+	dev-perl/DBD-SQLite
+	dev-perl/Test-Exception
+	dev-perl/YAML-LibYAML
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/KiokuDB-Backend-DBI/
@ 2011-05-05 18:17 Kent Fredric
  2011-05-05 18:09 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
  2011-05-05 18:16 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
  0 siblings, 2 replies; 3+ messages in thread
From: Kent Fredric @ 2011-05-05 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     f5119da1c6bee78b9e04e25cd1dd98c548d95f8b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu May  5 17:40:47 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu May  5 17:40:47 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f5119da1

[newversion] KiokuDB-Backend-DBI-1.200.0

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/KiokuDB-Backend-DBI/ChangeLog             |    6 ++
 .../KiokuDB-Backend-DBI-1.200.0.ebuild             |   62 ++++++++++++++++++++
 2 files changed, 68 insertions(+), 0 deletions(-)

diff --git a/dev-perl/KiokuDB-Backend-DBI/ChangeLog b/dev-perl/KiokuDB-Backend-DBI/ChangeLog
index b1304fe..f44b428 100644
--- a/dev-perl/KiokuDB-Backend-DBI/ChangeLog
+++ b/dev-perl/KiokuDB-Backend-DBI/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*KiokuDB-Backend-DBI-1.200.0 (05 May 2011)
+
+  05 May 2011; Kent Fredric <kentfredric@gmail.com>
+  +KiokuDB-Backend-DBI-1.200.0.ebuild:
+  Bump
+
   12 Mar 2011; Kent Fredric <kentfredric@gmail.com>
   KiokuDB-Backend-DBI-1.190.0.ebuild:
   Fix my version bungle

diff --git a/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.200.0.ebuild b/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.200.0.ebuild
new file mode 100644
index 0000000..8b4d8e1
--- /dev/null
+++ b/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.200.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DOY
+MODULE_VERSION=1.20
+inherit perl-module
+
+DESCRIPTION="DBI backend for KiokuDB"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# THIS SECTION is here because Makefile.PL 
+# does nasty stuff and adds deployment depends at runtime
+# that are *injected* from DBIx-Class at *Build* time. YUCK.
+
+# DBIx-Class-0.08123 -> deploy
+DBI_OPTIONAL_DEPENDS="
+	>=dev-perl/SQL-Translator-0.110.60
+"
+COMMON_DEPEND="
+	>=dev-perl/DBI-1.607
+	>=dev-perl/DBIx-Class-0.81.270
+	>=dev-perl/Data-Stream-Bulk-0.07
+	>=dev-perl/KiokuDB-0.460
+	>=dev-perl/MooseX-Types-0.08
+	>=virtual/perl-Test-Simple-0.88
+	dev-perl/Class-Accessor-Grouped
+	dev-perl/JSON
+	dev-perl/Moose
+	dev-perl/SQL-Abstract
+	>=dev-perl/Search-GIN-0.70
+	dev-perl/Test-TempDir
+	dev-perl/Test-use-ok
+	dev-perl/Try-Tiny
+	dev-perl/namespace-autoclean
+	dev-perl/namespace-clean
+	virtual/perl-Scalar-List-Utils
+	${DBI_OPTIONAL_DEPENDS}
+"
+# NOTE: Dep on DBIx-Class here is needed like this
+# Because Makefile.PL depends on DBIx::Class::Optional::Dependencies directly
+# via 'require', which became part of DBIx-Class at 0.08119
+
+# CONFIGURE_REQUIRES
+DEPEND="
+	${COMMON_DEPEND}
+	>=dev-perl/DBIx-Class-0.08119
+	>=virtual/perl-ExtUtils-MakeMaker-6.56
+"
+# BUILD_REQUIRES
+DEPEND="${DEPEND}
+	dev-perl/DBD-SQLite
+	dev-perl/Test-Exception
+	dev-perl/YAML-LibYAML
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



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

end of thread, other threads:[~2011-05-05 18:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-05 18:17 [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/KiokuDB-Backend-DBI/ Kent Fredric
2011-05-05 18:09 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-05-05 18:16 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric

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