* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer2-Plugin-Database/
@ 2014-06-27 1:12 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2014-06-27 1:12 UTC (permalink / raw
To: gentoo-commits
commit: 88b9e84d9bd9c2dec4442a75bc60c5c112328d8b
Author: Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Sat Jun 21 10:21:07 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 21 10:21:07 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=88b9e84d
[added] dev-perl/Dancer2-Plugin-Database-2.100.0
Package-Manager: portage-2.2.10
---
dev-perl/Dancer2-Plugin-Database/ChangeLog | 10 ++++++
.../Dancer2-Plugin-Database-2.100.0.ebuild | 39 ++++++++++++++++++++++
dev-perl/Dancer2-Plugin-Database/metadata.xml | 9 +++++
3 files changed, 58 insertions(+)
diff --git a/dev-perl/Dancer2-Plugin-Database/ChangeLog b/dev-perl/Dancer2-Plugin-Database/ChangeLog
new file mode 100644
index 0000000..ff1d1a6
--- /dev/null
+++ b/dev-perl/Dancer2-Plugin-Database/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Dancer2-Plugin-Database
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Dancer2-Plugin-Database-2.100.0 (21 Jun 2014)
+
+ 21 Jun 2014; Pavel Denisov <pavel.a.denisov@gmail.com>
+ +Dancer2-Plugin-Database-2.100.0.ebuild, +metadata.xml:
+ Added
+
diff --git a/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.100.0.ebuild b/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.100.0.ebuild
new file mode 100644
index 0000000..73ea008
--- /dev/null
+++ b/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.100.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=AMBS
+MODULE_VERSION=2.10
+MODULE_A="Dancer/${PN}-${MODULE_VERSION}.${MODULE_A_EXT:-tar.gz}"
+inherit perl-module
+
+DESCRIPTION='easy database connections for Dancer2 applications'
+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() {
+ # Dancer2 0.09 ( 0.90.0 )
+ echo \>=dev-perl/Dancer2-0.90.0
+ # Dancer::Plugin::Database::Core 0.04 ( 0.40.0 )
+ echo \>=dev-perl/Dancer-Plugin-Database-Core-0.40.0
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do parallel"
diff --git a/dev-perl/Dancer2-Plugin-Database/metadata.xml b/dev-perl/Dancer2-Plugin-Database/metadata.xml
new file mode 100644
index 0000000..6684439
--- /dev/null
+++ b/dev-perl/Dancer2-Plugin-Database/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <upstream>
+ <remote-id type="cpan">Dancer2-Plugin-Database</remote-id>
+ <remote-id type="cpan-module">Dancer2::Plugin::Database</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer2-Plugin-Database/
@ 2014-06-27 1:12 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2014-06-27 1:12 UTC (permalink / raw
To: gentoo-commits
commit: 0b00184d61b1a7dff5a839bdeefa00405df2a70a
Author: Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Sat Jun 21 10:21:07 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun 27 00:15:20 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0b00184d
[added] dev-perl/Dancer2-Plugin-Database-2.100.0
Package-Manager: portage-2.2.10
---
dev-perl/Dancer2-Plugin-Database/ChangeLog | 10 ++++++
.../Dancer2-Plugin-Database-2.100.0.ebuild | 39 ++++++++++++++++++++++
dev-perl/Dancer2-Plugin-Database/metadata.xml | 9 +++++
3 files changed, 58 insertions(+)
diff --git a/dev-perl/Dancer2-Plugin-Database/ChangeLog b/dev-perl/Dancer2-Plugin-Database/ChangeLog
new file mode 100644
index 0000000..ff1d1a6
--- /dev/null
+++ b/dev-perl/Dancer2-Plugin-Database/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Dancer2-Plugin-Database
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Dancer2-Plugin-Database-2.100.0 (21 Jun 2014)
+
+ 21 Jun 2014; Pavel Denisov <pavel.a.denisov@gmail.com>
+ +Dancer2-Plugin-Database-2.100.0.ebuild, +metadata.xml:
+ Added
+
diff --git a/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.100.0.ebuild b/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.100.0.ebuild
new file mode 100644
index 0000000..0f551fc
--- /dev/null
+++ b/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.100.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=AMBS
+MODULE_VERSION=2.10
+MODULE_SECTION=Dancer
+inherit perl-module
+
+DESCRIPTION='easy database connections for Dancer2 applications'
+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() {
+ # Dancer2 0.09 ( 0.90.0 )
+ echo \>=dev-perl/Dancer2-0.90.0
+ # Dancer::Plugin::Database::Core 0.04 ( 0.40.0 )
+ echo \>=dev-perl/Dancer-Plugin-Database-Core-0.40.0
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do parallel"
diff --git a/dev-perl/Dancer2-Plugin-Database/metadata.xml b/dev-perl/Dancer2-Plugin-Database/metadata.xml
new file mode 100644
index 0000000..6684439
--- /dev/null
+++ b/dev-perl/Dancer2-Plugin-Database/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <upstream>
+ <remote-id type="cpan">Dancer2-Plugin-Database</remote-id>
+ <remote-id type="cpan-module">Dancer2::Plugin::Database</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer2-Plugin-Database/
@ 2014-12-17 3:33 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2014-12-17 3:33 UTC (permalink / raw
To: gentoo-commits
commit: b1eccb75b8fa71f26f36fed277aac2f057607efc
Author: Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Sat Oct 25 21:27:02 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct 25 21:27:02 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b1eccb75
[bump] dev-perl/Dancer2-Plugin-Database to 2.12
Package-Manager: portage-2.2.14
---
.../Dancer2-Plugin-Database-2.120.0.ebuild | 42 ++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.120.0.ebuild b/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.120.0.ebuild
new file mode 100644
index 0000000..8667b53
--- /dev/null
+++ b/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.120.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=AMBS
+MODULE_VERSION=2.12
+inherit perl-module
+
+DESCRIPTION='easy database connections for Dancer2 applications'
+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
+ # HTTP::Request::Common
+ echo dev-perl/HTTP-Message
+ # Plack 1.0032 ( 1.3.200 )
+ echo \>=dev-perl/Plack-1.3.200
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+ # Dancer2 0.151000 ( 0.151.0 )
+ echo \>=dev-perl/Dancer2-0.151.0
+ # Dancer::Plugin::Database::Core 0.08 ( 0.80.0 )
+ echo \>=dev-perl/Dancer-Plugin-Database-Core-0.80.0
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do parallel"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer2-Plugin-Database/
@ 2014-12-17 3:33 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2014-12-17 3:33 UTC (permalink / raw
To: gentoo-commits
commit: 7e8f98cbe8c886038e9b8e6c334e96bd93083ed7
Author: Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Sat Oct 25 21:27:02 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Dec 17 03:18:09 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7e8f98cb
[bump] dev-perl/Dancer2-Plugin-Database to 2.12
Package-Manager: portage-2.2.14
---
.../Dancer2-Plugin-Database-2.120.0.ebuild | 42 ++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.120.0.ebuild b/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.120.0.ebuild
new file mode 100644
index 0000000..8667b53
--- /dev/null
+++ b/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.120.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=AMBS
+MODULE_VERSION=2.12
+inherit perl-module
+
+DESCRIPTION='easy database connections for Dancer2 applications'
+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
+ # HTTP::Request::Common
+ echo dev-perl/HTTP-Message
+ # Plack 1.0032 ( 1.3.200 )
+ echo \>=dev-perl/Plack-1.3.200
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+ # Dancer2 0.151000 ( 0.151.0 )
+ echo \>=dev-perl/Dancer2-0.151.0
+ # Dancer::Plugin::Database::Core 0.08 ( 0.80.0 )
+ echo \>=dev-perl/Dancer-Plugin-Database-Core-0.80.0
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do parallel"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer2-Plugin-Database/
@ 2016-03-07 6:51 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2016-03-07 6:51 UTC (permalink / raw
To: gentoo-commits
commit: 577e13666d66f961de3db9c23c3b0acddde45999
Author: Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Sun Dec 13 02:45:39 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Dec 13 02:45:39 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=577e1366
dev-perl/Dancer2-Plugin-Database: Version bump
Package-Manager: portage-2.2.26
.../Dancer2-Plugin-Database-2.130.0.ebuild | 28 ++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.130.0.ebuild b/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.130.0.ebuild
new file mode 100644
index 0000000..860b5f4
--- /dev/null
+++ b/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.130.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=AMBS
+MODULE_VERSION=2.13
+inherit perl-module
+
+DESCRIPTION="easy database connections for Dancer2 applications"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-perl/Dancer2-0.151.0
+ >=dev-perl/Dancer-Plugin-Database-Core-0.120.0
+"
+
+DEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ dev-perl/HTTP-Message
+ >=dev-perl/Plack-1.3.200
+ virtual/perl-Test-Simple
+"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-03-07 6:51 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-27 1:12 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer2-Plugin-Database/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2014-06-27 1:12 Kent Fredric
2014-12-17 3:33 Kent Fredric
2014-12-17 3:33 Kent Fredric
2016-03-07 6:51 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox