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/DBIx-Connector/
Date: Sat, 28 Apr 2012 10:41:08
Message-Id: 1335609037.c37e498e2c4735aaf6dc04db247caae9ff64baf3.kent@gentoo
1 commit: c37e498e2c4735aaf6dc04db247caae9ff64baf3
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 28 06:50:11 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Apr 28 10:30:37 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c37e498e
7
8 [added] DBIx-Connector-0.510.0
9
10 (Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/DBIx-Connector/ChangeLog | 10 +++++
14 .../DBIx-Connector/DBIx-Connector-0.510.0.ebuild | 40 ++++++++++++++++++++
15 dev-perl/DBIx-Connector/metadata.xml | 12 ++++++
16 3 files changed, 62 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-perl/DBIx-Connector/ChangeLog b/dev-perl/DBIx-Connector/ChangeLog
19 new file mode 100644
20 index 0000000..b6dcbd8
21 --- /dev/null
22 +++ b/dev-perl/DBIx-Connector/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for dev-perl/DBIx-Connector
25 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 +*DBIx-Connector-0.510.0 (28 Apr 2012)
29 +
30 + 28 Apr 2012; Kent Fredric <kentfredric@×××××.com>
31 + +DBIx-Connector-0.510.0.ebuild, +metadata.xml:
32 + Added for Catalyst-Model-DBI
33 +
34
35 diff --git a/dev-perl/DBIx-Connector/DBIx-Connector-0.510.0.ebuild b/dev-perl/DBIx-Connector/DBIx-Connector-0.510.0.ebuild
36 new file mode 100644
37 index 0000000..b8ddc12
38 --- /dev/null
39 +++ b/dev-perl/DBIx-Connector/DBIx-Connector-0.510.0.ebuild
40 @@ -0,0 +1,40 @@
41 +# Copyright 1999-2012 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=DWHEELER
46 +MODULE_VERSION=0.51
47 +inherit perl-module
48 +
49 +DESCRIPTION='Fast, safe DBI connection and transaction management'
50 +LICENSE=" || ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +perl_meta_configure() {
55 + # Module::Build 0.30 ( 0.300.0 )
56 + echo \>=virtual/perl-Module-Build-0.30.00
57 +}
58 +perl_meta_build() {
59 + # Module::Build 0.30 ( 0.300.0 )
60 + echo \>=virtual/perl-Module-Build-0.30.00
61 + # Test::MockModule 0.05 ( 0.50.0 )
62 + echo \>=dev-perl/Test-MockModule-0.50.0
63 + # Test::More 0.88 ( 0.880.0 )
64 + echo \>=virtual/perl-Test-Simple-0.88
65 +}
66 +perl_meta_runtime() {
67 + # DBI 1.605 ( 1.605.0 )
68 + echo \>=dev-perl/DBI-1.605
69 + # perl 5.006002 ( 5.6.2 )
70 + echo \>=dev-lang/perl-5.6.2
71 +}
72 +DEPEND="
73 + $(perl_meta_configure)
74 + $(perl_meta_build)
75 + $(perl_meta_runtime)
76 +"
77 +RDEPEND="
78 + $(perl_meta_runtime)
79 +"
80 +SRC_TEST="do"
81
82 diff --git a/dev-perl/DBIx-Connector/metadata.xml b/dev-perl/DBIx-Connector/metadata.xml
83 new file mode 100644
84 index 0000000..896a518
85 --- /dev/null
86 +++ b/dev-perl/DBIx-Connector/metadata.xml
87 @@ -0,0 +1,12 @@
88 +<?xml version="1.0" encoding="UTF-8"?>
89 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
90 +<pkgmetadata>
91 + <herd>perl</herd>
92 + <maintainer>
93 + <email>kentfredric@×××××.com</email>
94 + <name>Kent Fredric</name>
95 + </maintainer>
96 + <upstream>
97 + <remote-id type="cpan">DBIx-Connector</remote-id>
98 + </upstream>
99 +</pkgmetadata>