From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SO55Q-0007Gi-0Y for garchives@archives.gentoo.org; Sat, 28 Apr 2012 10:41:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AAF0E0964; Sat, 28 Apr 2012 10:40:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E25B9E0950 for ; Sat, 28 Apr 2012 10:40:05 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 307191B4054 for ; Sat, 28 Apr 2012 10:40:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1ECB3E543A for ; Sat, 28 Apr 2012 10:40:00 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1335609037.c37e498e2c4735aaf6dc04db247caae9ff64baf3.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBIx-Connector/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/DBIx-Connector/ChangeLog dev-perl/DBIx-Connector/DBIx-Connector-0.510.0.ebuild dev-perl/DBIx-Connector/metadata.xml X-VCS-Directories: dev-perl/DBIx-Connector/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: c37e498e2c4735aaf6dc04db247caae9ff64baf3 X-VCS-Branch: master Date: Sat, 28 Apr 2012 10:40:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f97db27f-7614-49e6-becf-3ef2cedd9ff7 X-Archives-Hash: a58aee8771f96114e4988e354e156115 commit: c37e498e2c4735aaf6dc04db247caae9ff64baf3 Author: Kent Fredric gmail com> AuthorDate: Sat Apr 28 06:50:11 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Apr 28 10:30:37 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Dc37e498e [added] DBIx-Connector-0.510.0 (Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit= with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6) --- dev-perl/DBIx-Connector/ChangeLog | 10 +++++ .../DBIx-Connector/DBIx-Connector-0.510.0.ebuild | 40 ++++++++++++++= ++++++ dev-perl/DBIx-Connector/metadata.xml | 12 ++++++ 3 files changed, 62 insertions(+), 0 deletions(-) diff --git a/dev-perl/DBIx-Connector/ChangeLog b/dev-perl/DBIx-Connector/= ChangeLog new file mode 100644 index 0000000..b6dcbd8 --- /dev/null +++ b/dev-perl/DBIx-Connector/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/DBIx-Connector +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*DBIx-Connector-0.510.0 (28 Apr 2012) + + 28 Apr 2012; Kent Fredric + +DBIx-Connector-0.510.0.ebuild, +metadata.xml: + Added for Catalyst-Model-DBI + diff --git a/dev-perl/DBIx-Connector/DBIx-Connector-0.510.0.ebuild b/dev-= perl/DBIx-Connector/DBIx-Connector-0.510.0.ebuild new file mode 100644 index 0000000..b8ddc12 --- /dev/null +++ b/dev-perl/DBIx-Connector/DBIx-Connector-0.510.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=3D4 +MODULE_AUTHOR=3DDWHEELER +MODULE_VERSION=3D0.51 +inherit perl-module + +DESCRIPTION=3D'Fast, safe DBI connection and transaction management' +LICENSE=3D" || ( Artistic GPL-2 )" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" +perl_meta_configure() { + # Module::Build 0.30 ( 0.300.0 ) + echo \>=3Dvirtual/perl-Module-Build-0.30.00 +} +perl_meta_build() { + # Module::Build 0.30 ( 0.300.0 ) + echo \>=3Dvirtual/perl-Module-Build-0.30.00 + # Test::MockModule 0.05 ( 0.50.0 ) + echo \>=3Ddev-perl/Test-MockModule-0.50.0 + # Test::More 0.88 ( 0.880.0 ) + echo \>=3Dvirtual/perl-Test-Simple-0.88 +} +perl_meta_runtime() { + # DBI 1.605 ( 1.605.0 ) + echo \>=3Ddev-perl/DBI-1.605 + # perl 5.006002 ( 5.6.2 ) + echo \>=3Ddev-lang/perl-5.6.2 +} +DEPEND=3D" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=3D" + $(perl_meta_runtime) +" +SRC_TEST=3D"do" diff --git a/dev-perl/DBIx-Connector/metadata.xml b/dev-perl/DBIx-Connect= or/metadata.xml new file mode 100644 index 0000000..896a518 --- /dev/null +++ b/dev-perl/DBIx-Connector/metadata.xml @@ -0,0 +1,12 @@ + + + + perl + + kentfredric@gmail.com + Kent Fredric + + + DBIx-Connector + +