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.77) (envelope-from ) id 1Ss3ii-0002RH-6j for garchives@archives.gentoo.org; Fri, 20 Jul 2012 03:17:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34E6CE065A; Fri, 20 Jul 2012 03:17:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F37DFE065A for ; Fri, 20 Jul 2012 03:17:18 +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 49E7C1B4039 for ; Fri, 20 Jul 2012 03:17:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A997CE543C for ; Fri, 20 Jul 2012 03:17:15 +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: <1342691387.f4f0c6c74f02f8602428e0aa7ad231e32b54ea29.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Mojolicious/ChangeLog dev-perl/Mojolicious/Mojolicious-3.100.0.ebuild X-VCS-Directories: dev-perl/Mojolicious/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: f4f0c6c74f02f8602428e0aa7ad231e32b54ea29 X-VCS-Branch: master Date: Fri, 20 Jul 2012 03:17:15 +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: d8b8774a-580e-42a7-9812-216b0c8c0656 X-Archives-Hash: f0c81898e78481ec39ab3a4a644126b4 commit: f4f0c6c74f02f8602428e0aa7ad231e32b54ea29 Author: Dmytro Gorbunov gmail com> AuthorDate: Tue Jul 17 18:14:36 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Jul 19 09:49:47 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Df4f0c6c7 dev-perl/Mojolicious updated to 3.10 dev-perl/Mojolicious updated to 3.10 --- dev-perl/Mojolicious/ChangeLog | 6 +++- dev-perl/Mojolicious/Mojolicious-3.100.0.ebuild | 34 +++++++++++++++++= ++++++ 2 files changed, 39 insertions(+), 1 deletions(-) diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/Change= Log index 88a4c00..6ee1bfe 100644 --- a/dev-perl/Mojolicious/ChangeLog +++ b/dev-perl/Mojolicious/ChangeLog @@ -2,7 +2,11 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 -*Mojolicious-2.980.0 (09 Jun 2012) +*Mojolicious-3.100.0 (17 Jul 2012) + + 17 Jul 2012; Dmytro Gorbunov + +Mojolicious-3.100.0.ebuild: + Version Bump =20 09 Jun 2012; Kent Fredric +Mojolicious-2.980.0.ebuild: diff --git a/dev-perl/Mojolicious/Mojolicious-3.100.0.ebuild b/dev-perl/M= ojolicious/Mojolicious-3.100.0.ebuild new file mode 100644 index 0000000..257ff70 --- /dev/null +++ b/dev-perl/Mojolicious/Mojolicious-3.100.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=3D4 +MODULE_AUTHOR=3DTEMPIRE +MODULE_VERSION=3D3.10 +inherit perl-module + +DESCRIPTION=3D'Real-time web framework' +LICENSE=3D" Artistic-2" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" +perl_meta_configure() { + # ExtUtils::MakeMaker + echo virtual/perl-ExtUtils-MakeMaker +} +perl_meta_build() { + # ExtUtils::MakeMaker + echo virtual/perl-ExtUtils-MakeMaker +} +perl_meta_runtime() { + # perl 5.010001 ( 5.10.1 ) + echo \>=3Ddev-lang/perl-5.10.1 +} +DEPEND=3D" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=3D" + $(perl_meta_runtime) +" +SRC_TEST=3D"do"