From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10C021395E3 for ; Tue, 22 Nov 2016 06:54:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5880A21C028; Tue, 22 Nov 2016 06:54:48 +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 2EF49E0C22 for ; Tue, 22 Nov 2016 06:54:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D8E67341586 for ; Tue, 22 Nov 2016 06:54:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 463784A9 for ; Tue, 22 Nov 2016 06:54:45 +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: <1479797294.15a01a40b1474e3bf9a9d5b7a72927865f1b3f7a.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/Mojolicious-3.970.0.ebuild dev-perl/Mojolicious/Mojolicious-4.0.0.ebuild dev-perl/Mojolicious/metadata.xml X-VCS-Directories: dev-perl/Mojolicious/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 15a01a40b1474e3bf9a9d5b7a72927865f1b3f7a X-VCS-Branch: master Date: Tue, 22 Nov 2016 06:54:45 +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: 42f6fe84-db1f-43d8-86b8-4cefba195251 X-Archives-Hash: 723fbb6ce557a6226b85449c93a8eeda commit: 15a01a40b1474e3bf9a9d5b7a72927865f1b3f7a Author: Kent Fredric gentoo org> AuthorDate: Tue Nov 22 06:48:14 2016 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Nov 22 06:48:14 2016 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=15a01a40 dev-perl/Mojolicious: Gone to ::gentoo dev-perl/Mojolicious/Mojolicious-3.970.0.ebuild | 34 ------- dev-perl/Mojolicious/Mojolicious-4.0.0.ebuild | 34 ------- dev-perl/Mojolicious/metadata.xml | 121 ------------------------ 3 files changed, 189 deletions(-) diff --git a/dev-perl/Mojolicious/Mojolicious-3.970.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.970.0.ebuild deleted file mode 100644 index 3d9d922..0000000 --- a/dev-perl/Mojolicious/Mojolicious-3.970.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 -MODULE_AUTHOR=SRI -MODULE_VERSION=3.97 -inherit perl-module - -DESCRIPTION='Real-time web framework' -LICENSE=" Artistic-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() { - # perl 5.010001 ( 5.10.1 ) - echo \>=dev-lang/perl-5.10.1 -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/Mojolicious/Mojolicious-4.0.0.ebuild b/dev-perl/Mojolicious/Mojolicious-4.0.0.ebuild deleted file mode 100644 index 5acbc8a..0000000 --- a/dev-perl/Mojolicious/Mojolicious-4.0.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 -MODULE_AUTHOR=SRI -MODULE_VERSION=4.0 -inherit perl-module - -DESCRIPTION='Real-time web framework' -LICENSE=" Artistic-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() { - # perl 5.010001 ( 5.10.1 ) - echo \>=dev-lang/perl-5.10.1 -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do parallel" diff --git a/dev-perl/Mojolicious/metadata.xml b/dev-perl/Mojolicious/metadata.xml deleted file mode 100644 index 2917344..0000000 --- a/dev-perl/Mojolicious/metadata.xml +++ /dev/null @@ -1,121 +0,0 @@ - - - - - perl@gentoo.org - Gentoo Perl Project - - - mb@cattlegrid.info - Michele Beltrame - - - 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::JSON::_Bool - 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::PSGI::_IO - 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 - 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 - -