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 885001389E2 for ; Wed, 17 Dec 2014 03:33:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B3ADE0938; Wed, 17 Dec 2014 03:33:06 +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 D709FE0930 for ; Wed, 17 Dec 2014 03:33:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 051B7340673 for ; Wed, 17 Dec 2014 03:33:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53FCFCA21 for ; Wed, 17 Dec 2014 03:33:01 +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: <1418786289.7e8f98cbe8c886038e9b8e6c334e96bd93083ed7.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/Dancer2-Plugin-Database-2.120.0.ebuild X-VCS-Directories: dev-perl/Dancer2-Plugin-Database/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 7e8f98cbe8c886038e9b8e6c334e96bd93083ed7 X-VCS-Branch: master Date: Wed, 17 Dec 2014 03:33:01 +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: aafd8a57-aad5-45de-b2d9-ea95dbb90e48 X-Archives-Hash: b4ffc3874522bd8d5523bbb66cb471de commit: 7e8f98cbe8c886038e9b8e6c334e96bd93083ed7 Author: Pavel Denisov gmail com> AuthorDate: Sat Oct 25 21:27:02 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Wed Dec 17 03:18:09 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7e8f98cb [bump] dev-perl/Dancer2-Plugin-Database to 2.12 Package-Manager: portage-2.2.14 --- .../Dancer2-Plugin-Database-2.120.0.ebuild | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.120.0.ebuild b/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.120.0.ebuild new file mode 100644 index 0000000..8667b53 --- /dev/null +++ b/dev-perl/Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.120.0.ebuild @@ -0,0 +1,42 @@ +# 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.12 +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 + # HTTP::Request::Common + echo dev-perl/HTTP-Message + # Plack 1.0032 ( 1.3.200 ) + echo \>=dev-perl/Plack-1.3.200 + # Test::More + echo virtual/perl-Test-Simple +} +perl_meta_runtime() { + # Dancer2 0.151000 ( 0.151.0 ) + echo \>=dev-perl/Dancer2-0.151.0 + # Dancer::Plugin::Database::Core 0.08 ( 0.80.0 ) + echo \>=dev-perl/Dancer-Plugin-Database-Core-0.80.0 +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do parallel"