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 6AFCB138247 for ; Thu, 26 Dec 2013 02:12:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D45D1E0830; Thu, 26 Dec 2013 02:12:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B084E0830 for ; Thu, 26 Dec 2013 02:12:44 +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 4983B33F6C3 for ; Thu, 26 Dec 2013 02:12:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C7962E54C1 for ; Thu, 26 Dec 2013 02:12:41 +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: <1388016116.bc187757c94ad64f142fd2aefca0ad94fbc2f762.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Dancer/ChangeLog dev-perl/Dancer/Dancer-1.312.0.ebuild X-VCS-Directories: dev-perl/Dancer/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: bc187757c94ad64f142fd2aefca0ad94fbc2f762 X-VCS-Branch: master Date: Thu, 26 Dec 2013 02:12:41 +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: d0c2fc3b-f552-4025-a9dd-f88beb6bf243 X-Archives-Hash: 51426228c2da78a4aede95fafc81f230 commit: bc187757c94ad64f142fd2aefca0ad94fbc2f762 Author: Pavel Denisov gmail com> AuthorDate: Thu Dec 26 00:01:56 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Dec 26 00:01:56 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bc187757 Version Bump Package-Manager: portage-2.2.7 --- dev-perl/Dancer/ChangeLog | 5 ++++ dev-perl/Dancer/Dancer-1.312.0.ebuild | 54 +++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) diff --git a/dev-perl/Dancer/ChangeLog b/dev-perl/Dancer/ChangeLog index 0f43ca4..98adbbe 100644 --- a/dev-perl/Dancer/ChangeLog +++ b/dev-perl/Dancer/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Dancer-1.312.0 (26 Dec 2013) + + 26 Dec 2013; Pavel Denisov +Dancer-1.312.0.ebuild: + Version Bump + *Dancer-1.311.900 (02 Dec 2013) 02 Dec 2013; Pavel Denisov diff --git a/dev-perl/Dancer/Dancer-1.312.0.ebuild b/dev-perl/Dancer/Dancer-1.312.0.ebuild new file mode 100644 index 0000000..1de7bed --- /dev/null +++ b/dev-perl/Dancer/Dancer-1.312.0.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=YANICK +MODULE_VERSION=1.3120 +inherit perl-module + +DESCRIPTION='A minimal-effort oriented web application framework' +LICENSE=" || ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +perl_meta_configure() { + # ExtUtils::MakeMaker + echo virtual/perl-ExtUtils-MakeMaker +} +perl_meta_build() { + # Test::More 0.94 ( 0.940.0 ) + echo \>=virtual/perl-Test-Simple-0.94 +} +perl_meta_runtime() { + # Encode + echo virtual/perl-Encode + # File::Basename + echo dev-lang/perl + # File::Spec + echo virtual/perl-File-Spec + # HTTP::Body 1.07 ( 1.70.0 ) + echo \>=dev-perl/HTTP-Body-1.70.0 + # HTTP::Server::Simple::PSGI 0.11 ( 0.110.0 ) + echo \>=dev-perl/HTTP-Server-Simple-PSGI-0.110.0 + # LWP + echo dev-perl/libwww-perl + # MIME::Types + echo dev-perl/MIME-Types + # Module::Runtime + echo dev-perl/Module-Runtime + # Time::HiRes + echo virtual/perl-Time-HiRes + # Try::Tiny 0.09 ( 0.90.0 ) + echo \>=dev-perl/Try-Tiny-0.90.0 + # URI 1.59 ( 1.590.0 ) + echo \>=dev-perl/URI-1.590.0 +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do parallel"