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 1QI2zi-0005vO-JI for garchives@archives.gentoo.org; Thu, 05 May 2011 18:09:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68ADC1C074; Thu, 5 May 2011 18:09:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 20F2F1C074 for ; Thu, 5 May 2011 18:09:28 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B2DC2AC01D for ; Thu, 5 May 2011 18:09:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 23B8780507 for ; Thu, 5 May 2011 18:09:27 +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: Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KiokuDB-Backend-DBI/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/KiokuDB-Backend-DBI/ChangeLog dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.200.0.ebuild X-VCS-Directories: dev-perl/KiokuDB-Backend-DBI/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: f5119da1c6bee78b9e04e25cd1dd98c548d95f8b Date: Thu, 5 May 2011 18:09:27 +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: X-Archives-Hash: a70f00bec930b3be404b14cbd65a5f46 Message-ID: <20110505180927.5bDhLexHg5J9mAbP4YlG288VWP-jb0aE4Ajgdy7LEno@z> commit: f5119da1c6bee78b9e04e25cd1dd98c548d95f8b Author: Kent Fredric gmail com> AuthorDate: Thu May 5 17:40:47 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu May 5 17:40:47 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Df5119da1 [newversion] KiokuDB-Backend-DBI-1.200.0 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit = with key 0A0CB301) --- dev-perl/KiokuDB-Backend-DBI/ChangeLog | 6 ++ .../KiokuDB-Backend-DBI-1.200.0.ebuild | 62 ++++++++++++++= ++++++ 2 files changed, 68 insertions(+), 0 deletions(-) diff --git a/dev-perl/KiokuDB-Backend-DBI/ChangeLog b/dev-perl/KiokuDB-Ba= ckend-DBI/ChangeLog index b1304fe..f44b428 100644 --- a/dev-perl/KiokuDB-Backend-DBI/ChangeLog +++ b/dev-perl/KiokuDB-Backend-DBI/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*KiokuDB-Backend-DBI-1.200.0 (05 May 2011) + + 05 May 2011; Kent Fredric + +KiokuDB-Backend-DBI-1.200.0.ebuild: + Bump + 12 Mar 2011; Kent Fredric KiokuDB-Backend-DBI-1.190.0.ebuild: Fix my version bungle diff --git a/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.200.0.ebu= ild b/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.200.0.ebuild new file mode 100644 index 0000000..8b4d8e1 --- /dev/null +++ b/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.200.0.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=3D4 +MODULE_AUTHOR=3DDOY +MODULE_VERSION=3D1.20 +inherit perl-module + +DESCRIPTION=3D"DBI backend for KiokuDB" +LICENSE=3D"|| ( Artistic GPL-2 )" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"test" + +# THIS SECTION is here because Makefile.PL=20 +# does nasty stuff and adds deployment depends at runtime +# that are *injected* from DBIx-Class at *Build* time. YUCK. + +# DBIx-Class-0.08123 -> deploy +DBI_OPTIONAL_DEPENDS=3D" + >=3Ddev-perl/SQL-Translator-0.110.60 +" +COMMON_DEPEND=3D" + >=3Ddev-perl/DBI-1.607 + >=3Ddev-perl/DBIx-Class-0.81.270 + >=3Ddev-perl/Data-Stream-Bulk-0.07 + >=3Ddev-perl/KiokuDB-0.460 + >=3Ddev-perl/MooseX-Types-0.08 + >=3Dvirtual/perl-Test-Simple-0.88 + dev-perl/Class-Accessor-Grouped + dev-perl/JSON + dev-perl/Moose + dev-perl/SQL-Abstract + >=3Ddev-perl/Search-GIN-0.70 + dev-perl/Test-TempDir + dev-perl/Test-use-ok + dev-perl/Try-Tiny + dev-perl/namespace-autoclean + dev-perl/namespace-clean + virtual/perl-Scalar-List-Utils + ${DBI_OPTIONAL_DEPENDS} +" +# NOTE: Dep on DBIx-Class here is needed like this +# Because Makefile.PL depends on DBIx::Class::Optional::Dependencies dir= ectly +# via 'require', which became part of DBIx-Class at 0.08119 + +# CONFIGURE_REQUIRES +DEPEND=3D" + ${COMMON_DEPEND} + >=3Ddev-perl/DBIx-Class-0.08119 + >=3Dvirtual/perl-ExtUtils-MakeMaker-6.56 +" +# BUILD_REQUIRES +DEPEND=3D"${DEPEND} + dev-perl/DBD-SQLite + dev-perl/Test-Exception + dev-perl/YAML-LibYAML +" +RDEPEND=3D" + ${COMMON_DEPEND} +" +SRC_TEST=3D"do"