From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2027413877A for ; Fri, 27 Jun 2014 01:13:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1686E0B0B; Fri, 27 Jun 2014 01:12:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CE5BE0B02 for ; Fri, 27 Jun 2014 01:12:43 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34A43340109 for ; Fri, 27 Jun 2014 01:12:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 46C9B1918A for ; Fri, 27 Jun 2014 01:12:25 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1403828120.0b00184d61b1a7dff5a839bdeefa00405df2a70a.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer2-Plugin-Database/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Dancer2-Plugin-Database/ChangeLog dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.100.0.ebuild dev-perl/Dancer2-Plugin-Database/metadata.xml X-VCS-Directories: dev-perl/Dancer2-Plugin-Database/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 0b00184d61b1a7dff5a839bdeefa00405df2a70a X-VCS-Branch: master Date: Fri, 27 Jun 2014 01:12:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2a19c1e4-de03-434c-a45d-fae3291a76be X-Archives-Hash: 3794accc25ce4276c918a0ecea10b054 commit: 0b00184d61b1a7dff5a839bdeefa00405df2a70a Author: Pavel Denisov gmail com> AuthorDate: Sat Jun 21 10:21:07 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Jun 27 00:15:20 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0b00184d [added] dev-perl/Dancer2-Plugin-Database-2.100.0 Package-Manager: portage-2.2.10 --- dev-perl/Dancer2-Plugin-Database/ChangeLog | 10 ++++++ .../Dancer2-Plugin-Database-2.100.0.ebuild | 39 ++++++++++++++++++++++ dev-perl/Dancer2-Plugin-Database/metadata.xml | 9 +++++ 3 files changed, 58 insertions(+) diff --git a/dev-perl/Dancer2-Plugin-Database/ChangeLog b/dev-perl/Dancer2-Plugin-Database/ChangeLog new file mode 100644 index 0000000..ff1d1a6 --- /dev/null +++ b/dev-perl/Dancer2-Plugin-Database/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Dancer2-Plugin-Database +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*Dancer2-Plugin-Database-2.100.0 (21 Jun 2014) + + 21 Jun 2014; Pavel Denisov + +Dancer2-Plugin-Database-2.100.0.ebuild, +metadata.xml: + Added + diff --git a/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.100.0.ebuild b/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.100.0.ebuild new file mode 100644 index 0000000..0f551fc --- /dev/null +++ b/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.100.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=AMBS +MODULE_VERSION=2.10 +MODULE_SECTION=Dancer +inherit perl-module + +DESCRIPTION='easy database connections for Dancer2 applications' +LICENSE=" || ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +perl_meta_configure() { + # ExtUtils::MakeMaker + echo virtual/perl-ExtUtils-MakeMaker +} +perl_meta_build() { + # ExtUtils::MakeMaker + echo virtual/perl-ExtUtils-MakeMaker +} +perl_meta_runtime() { + # Dancer2 0.09 ( 0.90.0 ) + echo \>=dev-perl/Dancer2-0.90.0 + # Dancer::Plugin::Database::Core 0.04 ( 0.40.0 ) + echo \>=dev-perl/Dancer-Plugin-Database-Core-0.40.0 + # Test::More + echo virtual/perl-Test-Simple +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do parallel" diff --git a/dev-perl/Dancer2-Plugin-Database/metadata.xml b/dev-perl/Dancer2-Plugin-Database/metadata.xml new file mode 100644 index 0000000..6684439 --- /dev/null +++ b/dev-perl/Dancer2-Plugin-Database/metadata.xml @@ -0,0 +1,9 @@ + + + + perl + + Dancer2-Plugin-Database + Dancer2::Plugin::Database + +