commit: 1eff9e935b7ef94185b0112fd90f6156f7212bfd Author: Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com> AuthorDate: Sat Jun 21 10:13:06 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Fri Jun 27 00:10:05 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1eff9e93
[added] dev-perl/Dancer-Plugin-Database-Core-0.60.0 Package-Manager: portage-2.2.10 --- dev-perl/Dancer-Plugin-Database-Core/ChangeLog | 10 ++++++ .../Dancer-Plugin-Database-Core-0.60.0.ebuild | 37 ++++++++++++++++++++++ dev-perl/Dancer-Plugin-Database-Core/metadata.xml | 10 ++++++ 3 files changed, 57 insertions(+) diff --git a/dev-perl/Dancer-Plugin-Database-Core/ChangeLog b/dev-perl/Dancer-Plugin-Database-Core/ChangeLog new file mode 100644 index 0000000..c22eb22 --- /dev/null +++ b/dev-perl/Dancer-Plugin-Database-Core/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Dancer-Plugin-Database-Core +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*Dancer-Plugin-Database-Core-0.60.0 (21 Jun 2014) + + 21 Jun 2014; Pavel Denisov <[email protected]> + +Dancer-Plugin-Database-Core-0.60.0.ebuild, +metadata.xml: + Added for Dancer2::Plugin::Database + diff --git a/dev-perl/Dancer-Plugin-Database-Core/Dancer-Plugin-Database-Core-0.60.0.ebuild b/dev-perl/Dancer-Plugin-Database-Core/Dancer-Plugin-Database-Core-0.60.0.ebuild new file mode 100644 index 0000000..24a4d6f --- /dev/null +++ b/dev-perl/Dancer-Plugin-Database-Core/Dancer-Plugin-Database-Core-0.60.0.ebuild @@ -0,0 +1,37 @@ +# 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.06 +MODULE_SECTION="Dancer" +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" diff --git a/dev-perl/Dancer-Plugin-Database-Core/metadata.xml b/dev-perl/Dancer-Plugin-Database-Core/metadata.xml new file mode 100644 index 0000000..9cffc2a --- /dev/null +++ b/dev-perl/Dancer-Plugin-Database-Core/metadata.xml @@ -0,0 +1,10 @@ +<?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">Dancer-Plugin-Database-Core</remote-id> + <remote-id type="cpan-module">Dancer::Plugin::Database::Core</remote-id> + <remote-id type="cpan-module">Dancer::Plugin::Database::Core::Handle</remote-id> + </upstream> +</pkgmetadata>
