commit: 853bbf39dc8243c7285f654cfac23bcb13e8e53c
Author: Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Sat Oct 25 21:15:11 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct 25 21:15:11 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=853bbf39
[bump] dev-perl/Dancer-Plugin-Database-Core to 0.08
Package-Manager: portage-2.2.14
---
.../Dancer-Plugin-Database-Core-0.80.0.ebuild | 36 ++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git
a/dev-perl/Dancer-Plugin-Database-Core/Dancer-Plugin-Database-Core-0.80.0.ebuild
b/dev-perl/Dancer-Plugin-Database-Core/Dancer-Plugin-Database-Core-0.80.0.ebuild
new file mode 100644
index 0000000..0ad0bb0
--- /dev/null
+++
b/dev-perl/Dancer-Plugin-Database-Core/Dancer-Plugin-Database-Core-0.80.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=AMBS
+MODULE_VERSION=0.08
+inherit perl-module
+
+DESCRIPTION='Shared core for D1 and D2 Database plugins'
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+ # DBI
+ echo dev-perl/DBI
+ # perl 5.006 ( 5.6.0 )
+ echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do parallel"