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"

Reply via email to