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 E1365138262 for ; Sat, 21 May 2016 00:37:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA81021C046; Sat, 21 May 2016 00:36:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36B4121C046 for ; Sat, 21 May 2016 00:36:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFD15340B46 for ; Sat, 21 May 2016 00:36:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E5C297C for ; Sat, 21 May 2016 00:36:55 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1463789505.30ba4e5f143a7a7fde61ef077b1ed81d705216e2.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Mojolicious/Manifest dev-perl/Mojolicious/Mojolicious-6.610.0.ebuild dev-perl/Mojolicious/metadata.xml X-VCS-Directories: dev-perl/Mojolicious/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 30ba4e5f143a7a7fde61ef077b1ed81d705216e2 X-VCS-Branch: master Date: Sat, 21 May 2016 00:36:55 +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: 1e14eaad-b210-4a8d-8286-ba138e665315 X-Archives-Hash: 07ee3049f2e4c62b1d65103fefd05403 commit: 30ba4e5f143a7a7fde61ef077b1ed81d705216e2 Author: Kent Fredric gmail com> AuthorDate: Tue May 10 08:20:30 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat May 21 00:11:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ba4e5f dev-perl/Mojolicious: Added to tree at version 6.610.0 Required by dev-perl/Business-ISBN Previously maintained in perl-experimental since March 2010 by Dmyro Gorbunov, Kent Fredric, Michele Beltrame and Torsten Veller Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd" dev-perl/Mojolicious/Manifest | 1 + dev-perl/Mojolicious/Mojolicious-6.610.0.ebuild | 35 +++++++ dev-perl/Mojolicious/metadata.xml | 116 ++++++++++++++++++++++++ 3 files changed, 152 insertions(+) diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest new file mode 100644 index 0000000..2c621e6 --- /dev/null +++ b/dev-perl/Mojolicious/Manifest @@ -0,0 +1 @@ +DIST Mojolicious-6.61.tar.gz 652374 SHA256 ee46f8cdea7789a979ff86246f4536ab95c32c629028ed700e3b48ad43e0d0ba SHA512 8b251fb0bb9dec8dc2f2e0279e6ae3591acec626e2c8e5151494f363fe688c6a7c520727620b59d90e38d8192f8cc126fea27ea4177984427976921ff2094ce2 WHIRLPOOL b57d7202dfb3a6c19237fe78892a09b65e0a7dd661480c99f2c69017a6aa81e557a2ebabeb6ab3b27d4c9aa492b590976a8045a0af9fe04040d9bfa2926d2baa diff --git a/dev-perl/Mojolicious/Mojolicious-6.610.0.ebuild b/dev-perl/Mojolicious/Mojolicious-6.610.0.ebuild new file mode 100644 index 0000000..8d6a090 --- /dev/null +++ b/dev-perl/Mojolicious/Mojolicious-6.610.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=SRI +DIST_VERSION=6.61 +DIST_EXAMPLES=("examples/*") +inherit perl-module + +DESCRIPTION="Real-time web framework" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test minimal" + +RDEPEND=" + !minimal? ( + >=dev-perl/EV-4.0.0 + ) + >=virtual/perl-IO-Socket-IP-0.370.0 + >=virtual/perl-JSON-PP-2.271.30 + >=virtual/perl-Pod-Simple-3.90.0 + >=virtual/perl-Time-Local-1.200.0 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + ) +" +src_test() { + perl_rm_files t/pod{,_coverage}.t + perl-module_src_test +} diff --git a/dev-perl/Mojolicious/metadata.xml b/dev-perl/Mojolicious/metadata.xml new file mode 100644 index 0000000..1498f10 --- /dev/null +++ b/dev-perl/Mojolicious/metadata.xml @@ -0,0 +1,116 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + Mojolicious + Mojo + Mojo::Asset + Mojo::Asset::File + Mojo::Asset::Memory + Mojo::Base + Mojo::ByteStream + Mojo::Cache + Mojo::Collection + Mojo::Content + Mojo::Content::MultiPart + Mojo::Content::Single + Mojo::Cookie + Mojo::Cookie::Request + Mojo::Cookie::Response + Mojo::DOM + Mojo::DOM::CSS + Mojo::DOM::HTML + Mojo::Date + Mojo::EventEmitter + Mojo::Exception + Mojo::Headers + Mojo::HelloWorld + Mojo::Home + Mojo::IOLoop + Mojo::IOLoop::Client + Mojo::IOLoop::Delay + Mojo::IOLoop::Server + Mojo::IOLoop::Stream + Mojo::JSON + Mojo::JSON::Pointer + Mojo::Loader + Mojo::Log + Mojo::Message + Mojo::Message::Request + Mojo::Message::Response + Mojo::Parameters + Mojo::Path + Mojo::Reactor + Mojo::Reactor::EV + Mojo::Reactor::Poll + Mojo::Server + Mojo::Server::CGI + Mojo::Server::Daemon + Mojo::Server::Hypnotoad + Mojo::Server::Morbo + Mojo::Server::PSGI + Mojo::Server::Prefork + Mojo::Template + Mojo::Transaction + Mojo::Transaction::HTTP + Mojo::Transaction::WebSocket + Mojo::URL + Mojo::Upload + Mojo::UserAgent + Mojo::UserAgent::CookieJar + Mojo::UserAgent::Proxy + Mojo::UserAgent::Server + Mojo::UserAgent::Transactor + Mojo::Util + Mojo::WebSocket + Mojolicious + Mojolicious::Command + Mojolicious::Command::cgi + Mojolicious::Command::cpanify + Mojolicious::Command::daemon + Mojolicious::Command::eval + Mojolicious::Command::generate + Mojolicious::Command::generate::app + Mojolicious::Command::generate::lite_app + Mojolicious::Command::generate::makefile + Mojolicious::Command::generate::plugin + Mojolicious::Command::get + Mojolicious::Command::inflate + Mojolicious::Command::prefork + Mojolicious::Command::psgi + Mojolicious::Command::routes + Mojolicious::Command::test + Mojolicious::Command::version + Mojolicious::Commands + Mojolicious::Controller + Mojolicious::Lite + Mojolicious::Plugin + Mojolicious::Plugin::Charset + Mojolicious::Plugin::Config + Mojolicious::Plugin::DefaultHelpers + Mojolicious::Plugin::EPLRenderer + Mojolicious::Plugin::EPRenderer + Mojolicious::Plugin::HeaderCondition + Mojolicious::Plugin::JSONConfig + Mojolicious::Plugin::Mount + Mojolicious::Plugin::PODRenderer + Mojolicious::Plugin::TagHelpers + Mojolicious::Plugins + Mojolicious::Renderer + Mojolicious::Routes + Mojolicious::Routes::Match + Mojolicious::Routes::Pattern + Mojolicious::Routes::Route + Mojolicious::Sessions + Mojolicious::Static + Mojolicious::Types + Mojolicious::Validator + Mojolicious::Validator::Validation + Test::Mojo + ojo + +