Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer-Plugin-Database-Core/
Date: Fri, 27 Jun 2014 01:13:05
Message-Id: 1403827805.1eff9e935b7ef94185b0112fd90f6156f7212bfd.kent@gentoo
1 commit: 1eff9e935b7ef94185b0112fd90f6156f7212bfd
2 Author: Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 21 10:13:06 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Jun 27 00:10:05 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1eff9e93
7
8 [added] dev-perl/Dancer-Plugin-Database-Core-0.60.0
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/Dancer-Plugin-Database-Core/ChangeLog | 10 ++++++
14 .../Dancer-Plugin-Database-Core-0.60.0.ebuild | 37 ++++++++++++++++++++++
15 dev-perl/Dancer-Plugin-Database-Core/metadata.xml | 10 ++++++
16 3 files changed, 57 insertions(+)
17
18 diff --git a/dev-perl/Dancer-Plugin-Database-Core/ChangeLog b/dev-perl/Dancer-Plugin-Database-Core/ChangeLog
19 new file mode 100644
20 index 0000000..c22eb22
21 --- /dev/null
22 +++ b/dev-perl/Dancer-Plugin-Database-Core/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for dev-perl/Dancer-Plugin-Database-Core
25 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 +*Dancer-Plugin-Database-Core-0.60.0 (21 Jun 2014)
29 +
30 + 21 Jun 2014; Pavel Denisov <pavel.a.denisov@×××××.com>
31 + +Dancer-Plugin-Database-Core-0.60.0.ebuild, +metadata.xml:
32 + Added for Dancer2::Plugin::Database
33 +
34
35 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
36 new file mode 100644
37 index 0000000..24a4d6f
38 --- /dev/null
39 +++ b/dev-perl/Dancer-Plugin-Database-Core/Dancer-Plugin-Database-Core-0.60.0.ebuild
40 @@ -0,0 +1,37 @@
41 +# Copyright 1999-2014 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=5
45 +MODULE_AUTHOR=AMBS
46 +MODULE_VERSION=0.06
47 +MODULE_SECTION="Dancer"
48 +inherit perl-module
49 +
50 +DESCRIPTION='Shared core for D1 and D2 Database plugins'
51 +LICENSE="Artistic"
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +IUSE=""
55 +perl_meta_configure() {
56 + # ExtUtils::MakeMaker
57 + echo virtual/perl-ExtUtils-MakeMaker
58 +}
59 +perl_meta_build() {
60 + # Test::More
61 + echo virtual/perl-Test-Simple
62 +}
63 +perl_meta_runtime() {
64 + # DBI
65 + echo dev-perl/DBI
66 + # perl 5.006 ( 5.6.0 )
67 + echo \>=dev-lang/perl-5.6.0
68 +}
69 +DEPEND="
70 + $(perl_meta_configure)
71 + $(perl_meta_build)
72 + $(perl_meta_runtime)
73 +"
74 +RDEPEND="
75 + $(perl_meta_runtime)
76 +"
77 +SRC_TEST="do parallel"
78
79 diff --git a/dev-perl/Dancer-Plugin-Database-Core/metadata.xml b/dev-perl/Dancer-Plugin-Database-Core/metadata.xml
80 new file mode 100644
81 index 0000000..9cffc2a
82 --- /dev/null
83 +++ b/dev-perl/Dancer-Plugin-Database-Core/metadata.xml
84 @@ -0,0 +1,10 @@
85 +<?xml version="1.0" encoding="UTF-8"?>
86 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
87 +<pkgmetadata>
88 + <herd>perl</herd>
89 + <upstream>
90 + <remote-id type="cpan">Dancer-Plugin-Database-Core</remote-id>
91 + <remote-id type="cpan-module">Dancer::Plugin::Database::Core</remote-id>
92 + <remote-id type="cpan-module">Dancer::Plugin::Database::Core::Handle</remote-id>
93 + </upstream>
94 +</pkgmetadata>