public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2016-05-21  0:36 Andreas Hüttel
  0 siblings, 0 replies; 64+ messages in thread
From: Andreas Hüttel @ 2016-05-21  0:36 UTC (permalink / raw
  To: gentoo-commits

commit:     30ba4e5f143a7a7fde61ef077b1ed81d705216e2
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue May 10 08:20:30 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">Mojolicious</remote-id>
+    <remote-id type="cpan-module">Mojo</remote-id>
+    <remote-id type="cpan-module">Mojo::Asset</remote-id>
+    <remote-id type="cpan-module">Mojo::Asset::File</remote-id>
+    <remote-id type="cpan-module">Mojo::Asset::Memory</remote-id>
+    <remote-id type="cpan-module">Mojo::Base</remote-id>
+    <remote-id type="cpan-module">Mojo::ByteStream</remote-id>
+    <remote-id type="cpan-module">Mojo::Cache</remote-id>
+    <remote-id type="cpan-module">Mojo::Collection</remote-id>
+    <remote-id type="cpan-module">Mojo::Content</remote-id>
+    <remote-id type="cpan-module">Mojo::Content::MultiPart</remote-id>
+    <remote-id type="cpan-module">Mojo::Content::Single</remote-id>
+    <remote-id type="cpan-module">Mojo::Cookie</remote-id>
+    <remote-id type="cpan-module">Mojo::Cookie::Request</remote-id>
+    <remote-id type="cpan-module">Mojo::Cookie::Response</remote-id>
+    <remote-id type="cpan-module">Mojo::DOM</remote-id>
+    <remote-id type="cpan-module">Mojo::DOM::CSS</remote-id>
+    <remote-id type="cpan-module">Mojo::DOM::HTML</remote-id>
+    <remote-id type="cpan-module">Mojo::Date</remote-id>
+    <remote-id type="cpan-module">Mojo::EventEmitter</remote-id>
+    <remote-id type="cpan-module">Mojo::Exception</remote-id>
+    <remote-id type="cpan-module">Mojo::Headers</remote-id>
+    <remote-id type="cpan-module">Mojo::HelloWorld</remote-id>
+    <remote-id type="cpan-module">Mojo::Home</remote-id>
+    <remote-id type="cpan-module">Mojo::IOLoop</remote-id>
+    <remote-id type="cpan-module">Mojo::IOLoop::Client</remote-id>
+    <remote-id type="cpan-module">Mojo::IOLoop::Delay</remote-id>
+    <remote-id type="cpan-module">Mojo::IOLoop::Server</remote-id>
+    <remote-id type="cpan-module">Mojo::IOLoop::Stream</remote-id>
+    <remote-id type="cpan-module">Mojo::JSON</remote-id>
+    <remote-id type="cpan-module">Mojo::JSON::Pointer</remote-id>
+    <remote-id type="cpan-module">Mojo::Loader</remote-id>
+    <remote-id type="cpan-module">Mojo::Log</remote-id>
+    <remote-id type="cpan-module">Mojo::Message</remote-id>
+    <remote-id type="cpan-module">Mojo::Message::Request</remote-id>
+    <remote-id type="cpan-module">Mojo::Message::Response</remote-id>
+    <remote-id type="cpan-module">Mojo::Parameters</remote-id>
+    <remote-id type="cpan-module">Mojo::Path</remote-id>
+    <remote-id type="cpan-module">Mojo::Reactor</remote-id>
+    <remote-id type="cpan-module">Mojo::Reactor::EV</remote-id>
+    <remote-id type="cpan-module">Mojo::Reactor::Poll</remote-id>
+    <remote-id type="cpan-module">Mojo::Server</remote-id>
+    <remote-id type="cpan-module">Mojo::Server::CGI</remote-id>
+    <remote-id type="cpan-module">Mojo::Server::Daemon</remote-id>
+    <remote-id type="cpan-module">Mojo::Server::Hypnotoad</remote-id>
+    <remote-id type="cpan-module">Mojo::Server::Morbo</remote-id>
+    <remote-id type="cpan-module">Mojo::Server::PSGI</remote-id>
+    <remote-id type="cpan-module">Mojo::Server::Prefork</remote-id>
+    <remote-id type="cpan-module">Mojo::Template</remote-id>
+    <remote-id type="cpan-module">Mojo::Transaction</remote-id>
+    <remote-id type="cpan-module">Mojo::Transaction::HTTP</remote-id>
+    <remote-id type="cpan-module">Mojo::Transaction::WebSocket</remote-id>
+    <remote-id type="cpan-module">Mojo::URL</remote-id>
+    <remote-id type="cpan-module">Mojo::Upload</remote-id>
+    <remote-id type="cpan-module">Mojo::UserAgent</remote-id>
+    <remote-id type="cpan-module">Mojo::UserAgent::CookieJar</remote-id>
+    <remote-id type="cpan-module">Mojo::UserAgent::Proxy</remote-id>
+    <remote-id type="cpan-module">Mojo::UserAgent::Server</remote-id>
+    <remote-id type="cpan-module">Mojo::UserAgent::Transactor</remote-id>
+    <remote-id type="cpan-module">Mojo::Util</remote-id>
+    <remote-id type="cpan-module">Mojo::WebSocket</remote-id>
+    <remote-id type="cpan-module">Mojolicious</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Command</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Command::cgi</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Command::cpanify</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Command::daemon</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Command::eval</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Command::generate</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Command::generate::app</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Command::generate::lite_app</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Command::generate::makefile</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Command::generate::plugin</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Command::get</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Command::inflate</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Command::prefork</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Command::psgi</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Command::routes</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Command::test</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Command::version</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Commands</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Controller</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Lite</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Plugin</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Plugin::Charset</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Plugin::Config</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Plugin::DefaultHelpers</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Plugin::EPLRenderer</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Plugin::EPRenderer</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Plugin::HeaderCondition</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Plugin::JSONConfig</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Plugin::Mount</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Plugin::PODRenderer</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Plugin::TagHelpers</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Plugins</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Renderer</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Routes</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Routes::Match</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Routes::Pattern</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Routes::Route</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Sessions</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Static</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Types</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Validator</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Validator::Validation</remote-id>
+    <remote-id type="cpan-module">Test::Mojo</remote-id>
+    <remote-id type="cpan-module">ojo</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2016-12-04 19:37 Kent Fredric
  0 siblings, 0 replies; 64+ messages in thread
From: Kent Fredric @ 2016-12-04 19:37 UTC (permalink / raw
  To: gentoo-commits

commit:     8fb6e61574b0727120e3c7dcf4f8ed5b6f56d06c
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 19:36:51 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 19:37:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb6e615

dev-perl/Mojolicious: Bump to version 7.110.0

Package-Manager: portage-2.3.2

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-7.110.0.ebuild | 35 +++++++++++++++++++++++++
 dev-perl/Mojolicious/metadata.xml               |  2 +-
 3 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index 2c621e6..a4b7abf 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -1 +1,2 @@
 DIST Mojolicious-6.61.tar.gz 652374 SHA256 ee46f8cdea7789a979ff86246f4536ab95c32c629028ed700e3b48ad43e0d0ba SHA512 8b251fb0bb9dec8dc2f2e0279e6ae3591acec626e2c8e5151494f363fe688c6a7c520727620b59d90e38d8192f8cc126fea27ea4177984427976921ff2094ce2 WHIRLPOOL b57d7202dfb3a6c19237fe78892a09b65e0a7dd661480c99f2c69017a6aa81e557a2ebabeb6ab3b27d4c9aa492b590976a8045a0af9fe04040d9bfa2926d2baa
+DIST Mojolicious-7.11.tar.gz 659859 SHA256 35fe21323fed8cdc8e9e497c7ca634e3aedcd9db0933dcafd6111a35ba8be764 SHA512 4ccb3c2e82328dbd01ecd8fc6d0934dc4ad215d443a0a2a7af0d1822d692b5bee96c8103c0361a89c3708c7c1363842e0a4a008c963fa59f420afbee0aba25ea WHIRLPOOL ac7bc5acf0a2b5308a6fac6cc6e047a33a1df57ca0af08ce788f619f4829948b9963c0331cfcf80c517384b8619a1ddf78aa0bc22bd098f14f7e2e415596910b

diff --git a/dev-perl/Mojolicious/Mojolicious-7.110.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.110.0.ebuild
new file mode 100644
index 00000000..79e5ab4
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-7.110.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=7.11
+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
index 1498f10..3022300 100644
--- a/dev-perl/Mojolicious/metadata.xml
+++ b/dev-perl/Mojolicious/metadata.xml
@@ -35,6 +35,7 @@
     <remote-id type="cpan-module">Mojo::IOLoop::Delay</remote-id>
     <remote-id type="cpan-module">Mojo::IOLoop::Server</remote-id>
     <remote-id type="cpan-module">Mojo::IOLoop::Stream</remote-id>
+    <remote-id type="cpan-module">Mojo::IOLoop::Subprocess</remote-id>
     <remote-id type="cpan-module">Mojo::JSON</remote-id>
     <remote-id type="cpan-module">Mojo::JSON::Pointer</remote-id>
     <remote-id type="cpan-module">Mojo::Loader</remote-id>
@@ -89,7 +90,6 @@
     <remote-id type="cpan-module">Mojolicious::Controller</remote-id>
     <remote-id type="cpan-module">Mojolicious::Lite</remote-id>
     <remote-id type="cpan-module">Mojolicious::Plugin</remote-id>
-    <remote-id type="cpan-module">Mojolicious::Plugin::Charset</remote-id>
     <remote-id type="cpan-module">Mojolicious::Plugin::Config</remote-id>
     <remote-id type="cpan-module">Mojolicious::Plugin::DefaultHelpers</remote-id>
     <remote-id type="cpan-module">Mojolicious::Plugin::EPLRenderer</remote-id>


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2016-12-21  4:22 Kent Fredric
  0 siblings, 0 replies; 64+ messages in thread
From: Kent Fredric @ 2016-12-21  4:22 UTC (permalink / raw
  To: gentoo-commits

commit:     5af11a0799d9957fe112ea8aa9e918842a95605e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 02:06:34 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 04:22:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af11a07

dev-perl/Mojolicious: Bump to version 7.120.0

Upstream:
- Add methods "button_to" and "csrf_button_to" helpers to
  Mojolicious::Plugin::TagHelpers

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-7.120.0.ebuild | 35 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index a4b7abf..9976ccf 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -1,2 +1,3 @@
 DIST Mojolicious-6.61.tar.gz 652374 SHA256 ee46f8cdea7789a979ff86246f4536ab95c32c629028ed700e3b48ad43e0d0ba SHA512 8b251fb0bb9dec8dc2f2e0279e6ae3591acec626e2c8e5151494f363fe688c6a7c520727620b59d90e38d8192f8cc126fea27ea4177984427976921ff2094ce2 WHIRLPOOL b57d7202dfb3a6c19237fe78892a09b65e0a7dd661480c99f2c69017a6aa81e557a2ebabeb6ab3b27d4c9aa492b590976a8045a0af9fe04040d9bfa2926d2baa
 DIST Mojolicious-7.11.tar.gz 659859 SHA256 35fe21323fed8cdc8e9e497c7ca634e3aedcd9db0933dcafd6111a35ba8be764 SHA512 4ccb3c2e82328dbd01ecd8fc6d0934dc4ad215d443a0a2a7af0d1822d692b5bee96c8103c0361a89c3708c7c1363842e0a4a008c963fa59f420afbee0aba25ea WHIRLPOOL ac7bc5acf0a2b5308a6fac6cc6e047a33a1df57ca0af08ce788f619f4829948b9963c0331cfcf80c517384b8619a1ddf78aa0bc22bd098f14f7e2e415596910b
+DIST Mojolicious-7.12.tar.gz 660570 SHA256 daba0097fdf52203a7c81ff800a9d15ea946eea0436ef4ff2da081b9e47e8776 SHA512 0c1e389382e7d4dfdd6fd9eab0baef786f232d88fe2fadb9eff78bb184ef0b63c53c913c7d9410a0c6c910a7e3f4874387eefc02100f832f6c8f34933dd0e728 WHIRLPOOL 20029faffb33ff6bb7b05254506110224396b073704e7da28b85e36377d752668c32e9453059cb6cc30e43e6303cb7a38ee03678ae94c22111981afa593ffffb

diff --git a/dev-perl/Mojolicious/Mojolicious-7.120.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.120.0.ebuild
new file mode 100644
index 00000000..a775373
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-7.120.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=7.12
+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
+}


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2017-01-07 21:14 Kent Fredric
  0 siblings, 0 replies; 64+ messages in thread
From: Kent Fredric @ 2017-01-07 21:14 UTC (permalink / raw
  To: gentoo-commits

commit:     c423e6196e394711e3c1fd68f962be31c12d407e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  6 03:21:11 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jan  7 21:14:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c423e619

dev-perl/Mojolicious: Bump to version 7.140.0

Upstream:
- deprecate Mojo::Home::{list_files,rel_dir},
  Mojoliciois::Command::rel_dir,
  Mojo::Message::Repsonse::is_status
- Fix IPC timeoutbug in Mojo::IOLoop::Subprocess
- Fix Morobo bug handling broken symlinks
- Add methods Mojo::Transaction::result,
  Mojo::Message::Response::is_{client_error,error,info,
    redirect,server_error,success}

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-7.140.0.ebuild | 35 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index 9976ccf..b795af7 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -1,3 +1,4 @@
 DIST Mojolicious-6.61.tar.gz 652374 SHA256 ee46f8cdea7789a979ff86246f4536ab95c32c629028ed700e3b48ad43e0d0ba SHA512 8b251fb0bb9dec8dc2f2e0279e6ae3591acec626e2c8e5151494f363fe688c6a7c520727620b59d90e38d8192f8cc126fea27ea4177984427976921ff2094ce2 WHIRLPOOL b57d7202dfb3a6c19237fe78892a09b65e0a7dd661480c99f2c69017a6aa81e557a2ebabeb6ab3b27d4c9aa492b590976a8045a0af9fe04040d9bfa2926d2baa
 DIST Mojolicious-7.11.tar.gz 659859 SHA256 35fe21323fed8cdc8e9e497c7ca634e3aedcd9db0933dcafd6111a35ba8be764 SHA512 4ccb3c2e82328dbd01ecd8fc6d0934dc4ad215d443a0a2a7af0d1822d692b5bee96c8103c0361a89c3708c7c1363842e0a4a008c963fa59f420afbee0aba25ea WHIRLPOOL ac7bc5acf0a2b5308a6fac6cc6e047a33a1df57ca0af08ce788f619f4829948b9963c0331cfcf80c517384b8619a1ddf78aa0bc22bd098f14f7e2e415596910b
 DIST Mojolicious-7.12.tar.gz 660570 SHA256 daba0097fdf52203a7c81ff800a9d15ea946eea0436ef4ff2da081b9e47e8776 SHA512 0c1e389382e7d4dfdd6fd9eab0baef786f232d88fe2fadb9eff78bb184ef0b63c53c913c7d9410a0c6c910a7e3f4874387eefc02100f832f6c8f34933dd0e728 WHIRLPOOL 20029faffb33ff6bb7b05254506110224396b073704e7da28b85e36377d752668c32e9453059cb6cc30e43e6303cb7a38ee03678ae94c22111981afa593ffffb
+DIST Mojolicious-7.14.tar.gz 661916 SHA256 ef358291ffae5e1907427d381140698fdc551b1f8cd64886a9b7703017f91623 SHA512 da65782734664161338a502174c1f778a48e0b4e47498f9ed298a1728ba58bc56f86ab08b88c0076518afdcdb9e0723cee4af9d3ed1213cef6446a90eaae36b6 WHIRLPOOL 1f0a7b6b6ff6c42961a15d0ba4ddb8b014d7359c15a5b7abf8ec224a9e1c35d23b34c4a6e6d9904b35923566883c4d5e0d7cfaf1e8b388f71c2aef5651e54db8

diff --git a/dev-perl/Mojolicious/Mojolicious-7.140.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.140.0.ebuild
new file mode 100644
index 00000000..5fb17fd
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-7.140.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SRI
+DIST_VERSION=7.14
+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
+}


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2017-01-17  3:52 Kent Fredric
  0 siblings, 0 replies; 64+ messages in thread
From: Kent Fredric @ 2017-01-17  3:52 UTC (permalink / raw
  To: gentoo-commits

commit:     40aed9c7bf10b41dda07e3969a8a6dc30bc052cd
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 03:50:40 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 03:51:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40aed9c7

dev-perl/Mojolicious: Bump to version 7.190.0

Upstream:
- new modules Mojo::IOLoop::TLS and Mojo::File
- new methods: Mojo::IO::Loop::Client::can_{nnr,socks}
- Fixed relative %INC{} paths in Mojo::Home
- Fix bug with generating invalid fragment strings in Mojo::URL
- Deprecating:
  * Mojo::Bytestream: slurp, spurt
  * Mojo::Util: files
  * Mojo::Home: lib_dir, parse, parts
- Mojo::Home now subclasses Mojo::File
- Mojo::Home's mojo_lib_dir and rel_file return Mojo::Home objects
- Mojolicious::Command's rel_file returns Mojo::Home objects
- Mojolicious::Validator::Validation's every_param and param
  methods use the current topic.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-7.190.0.ebuild | 35 +++++++++++++++++++++++++
 dev-perl/Mojolicious/metadata.xml               |  2 ++
 3 files changed, 38 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index b795af7..84251ce 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -2,3 +2,4 @@ DIST Mojolicious-6.61.tar.gz 652374 SHA256 ee46f8cdea7789a979ff86246f4536ab95c32
 DIST Mojolicious-7.11.tar.gz 659859 SHA256 35fe21323fed8cdc8e9e497c7ca634e3aedcd9db0933dcafd6111a35ba8be764 SHA512 4ccb3c2e82328dbd01ecd8fc6d0934dc4ad215d443a0a2a7af0d1822d692b5bee96c8103c0361a89c3708c7c1363842e0a4a008c963fa59f420afbee0aba25ea WHIRLPOOL ac7bc5acf0a2b5308a6fac6cc6e047a33a1df57ca0af08ce788f619f4829948b9963c0331cfcf80c517384b8619a1ddf78aa0bc22bd098f14f7e2e415596910b
 DIST Mojolicious-7.12.tar.gz 660570 SHA256 daba0097fdf52203a7c81ff800a9d15ea946eea0436ef4ff2da081b9e47e8776 SHA512 0c1e389382e7d4dfdd6fd9eab0baef786f232d88fe2fadb9eff78bb184ef0b63c53c913c7d9410a0c6c910a7e3f4874387eefc02100f832f6c8f34933dd0e728 WHIRLPOOL 20029faffb33ff6bb7b05254506110224396b073704e7da28b85e36377d752668c32e9453059cb6cc30e43e6303cb7a38ee03678ae94c22111981afa593ffffb
 DIST Mojolicious-7.14.tar.gz 661916 SHA256 ef358291ffae5e1907427d381140698fdc551b1f8cd64886a9b7703017f91623 SHA512 da65782734664161338a502174c1f778a48e0b4e47498f9ed298a1728ba58bc56f86ab08b88c0076518afdcdb9e0723cee4af9d3ed1213cef6446a90eaae36b6 WHIRLPOOL 1f0a7b6b6ff6c42961a15d0ba4ddb8b014d7359c15a5b7abf8ec224a9e1c35d23b34c4a6e6d9904b35923566883c4d5e0d7cfaf1e8b388f71c2aef5651e54db8
+DIST Mojolicious-7.19.tar.gz 665594 SHA256 997305a328feed8cff5d10ec1d1029c55c4d83c285044bb0e6b147de0aac74ff SHA512 43f7b69c1d0968fe472da09c1584c9a93f17a57b0e064e4127454bf79ad8a24df586eb3acc8c8d7242dc8bf51e8269731d749923b5dfbe0430dbb3ad7301d479 WHIRLPOOL 4e4a715248660e9fd70be6b511fe7a7531fbb236af85b942fd54fd42b1564a15bfb8b1ec00d9449b917473c53872664bcb8ca516f83cd505c60ddbe9fc870ea9

diff --git a/dev-perl/Mojolicious/Mojolicious-7.190.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.190.0.ebuild
new file mode 100644
index 00000000..602191e
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-7.190.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SRI
+DIST_VERSION=7.19
+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
index 3022300..1225b77 100644
--- a/dev-perl/Mojolicious/metadata.xml
+++ b/dev-perl/Mojolicious/metadata.xml
@@ -27,6 +27,7 @@
     <remote-id type="cpan-module">Mojo::Date</remote-id>
     <remote-id type="cpan-module">Mojo::EventEmitter</remote-id>
     <remote-id type="cpan-module">Mojo::Exception</remote-id>
+    <remote-id type="cpan-module">Mojo::File</remote-id>
     <remote-id type="cpan-module">Mojo::Headers</remote-id>
     <remote-id type="cpan-module">Mojo::HelloWorld</remote-id>
     <remote-id type="cpan-module">Mojo::Home</remote-id>
@@ -36,6 +37,7 @@
     <remote-id type="cpan-module">Mojo::IOLoop::Server</remote-id>
     <remote-id type="cpan-module">Mojo::IOLoop::Stream</remote-id>
     <remote-id type="cpan-module">Mojo::IOLoop::Subprocess</remote-id>
+    <remote-id type="cpan-module">Mojo::IOLoop::TLS</remote-id>
     <remote-id type="cpan-module">Mojo::JSON</remote-id>
     <remote-id type="cpan-module">Mojo::JSON::Pointer</remote-id>
     <remote-id type="cpan-module">Mojo::Loader</remote-id>


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2017-01-19 14:17 Kent Fredric
  0 siblings, 0 replies; 64+ messages in thread
From: Kent Fredric @ 2017-01-19 14:17 UTC (permalink / raw
  To: gentoo-commits

commit:     e451ff70b51834c7d426af07e2678027b9ab684a
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 19 12:59:59 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jan 19 14:16:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e451ff70

dev-perl/Mojolicious: Bump to version 7.200.0

Upstream:
- Fix bug in Mojo::File::make_path dying without error
- Fixed warnings in Mojo::IOLoop::TLS

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-7.200.0.ebuild | 35 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index 84251ce..ee4551a 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -3,3 +3,4 @@ DIST Mojolicious-7.11.tar.gz 659859 SHA256 35fe21323fed8cdc8e9e497c7ca634e3aedcd
 DIST Mojolicious-7.12.tar.gz 660570 SHA256 daba0097fdf52203a7c81ff800a9d15ea946eea0436ef4ff2da081b9e47e8776 SHA512 0c1e389382e7d4dfdd6fd9eab0baef786f232d88fe2fadb9eff78bb184ef0b63c53c913c7d9410a0c6c910a7e3f4874387eefc02100f832f6c8f34933dd0e728 WHIRLPOOL 20029faffb33ff6bb7b05254506110224396b073704e7da28b85e36377d752668c32e9453059cb6cc30e43e6303cb7a38ee03678ae94c22111981afa593ffffb
 DIST Mojolicious-7.14.tar.gz 661916 SHA256 ef358291ffae5e1907427d381140698fdc551b1f8cd64886a9b7703017f91623 SHA512 da65782734664161338a502174c1f778a48e0b4e47498f9ed298a1728ba58bc56f86ab08b88c0076518afdcdb9e0723cee4af9d3ed1213cef6446a90eaae36b6 WHIRLPOOL 1f0a7b6b6ff6c42961a15d0ba4ddb8b014d7359c15a5b7abf8ec224a9e1c35d23b34c4a6e6d9904b35923566883c4d5e0d7cfaf1e8b388f71c2aef5651e54db8
 DIST Mojolicious-7.19.tar.gz 665594 SHA256 997305a328feed8cff5d10ec1d1029c55c4d83c285044bb0e6b147de0aac74ff SHA512 43f7b69c1d0968fe472da09c1584c9a93f17a57b0e064e4127454bf79ad8a24df586eb3acc8c8d7242dc8bf51e8269731d749923b5dfbe0430dbb3ad7301d479 WHIRLPOOL 4e4a715248660e9fd70be6b511fe7a7531fbb236af85b942fd54fd42b1564a15bfb8b1ec00d9449b917473c53872664bcb8ca516f83cd505c60ddbe9fc870ea9
+DIST Mojolicious-7.20.tar.gz 665674 SHA256 ddd034bdd2b99f64498f30b9859c2f2607318f43983dfe36e14bfdf1526fd693 SHA512 d51a2aa9e4f757e7cad50ec374ce054cf9bd03fa795fcd6755f6bbf22e81ed611c796cb7f42c5a6a992dc93206d449cd7604662c8eff7da91e5cf6d7b4b3ba02 WHIRLPOOL af718c32efbb910d1e4f35c6a35ed6da1b32ddb3ab689d5e8a118fdf7cd005055035c750a8948c40a6d9cc9864086031ac3e54054310da52076cd82f48704e76

diff --git a/dev-perl/Mojolicious/Mojolicious-7.200.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.200.0.ebuild
new file mode 100644
index 00000000..cf3e2a0
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-7.200.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SRI
+DIST_VERSION=7.20
+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
+}


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2017-01-26  3:12 Kent Fredric
  0 siblings, 0 replies; 64+ messages in thread
From: Kent Fredric @ 2017-01-26  3:12 UTC (permalink / raw
  To: gentoo-commits

commit:     5fe4893e51153d45efd7fd7b850650e2a5ef381e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 03:08:06 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 03:12:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe4893e

dev-perl/Mojolicious: Bump to version 7.210.0

Upstream:
- Add Mojo::Util::extract_usage
- Mojo::Util::getopt now uses @ARGV byt default

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-7.210.0.ebuild | 35 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index ee4551a..e0c07f9 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -4,3 +4,4 @@ DIST Mojolicious-7.12.tar.gz 660570 SHA256 daba0097fdf52203a7c81ff800a9d15ea946e
 DIST Mojolicious-7.14.tar.gz 661916 SHA256 ef358291ffae5e1907427d381140698fdc551b1f8cd64886a9b7703017f91623 SHA512 da65782734664161338a502174c1f778a48e0b4e47498f9ed298a1728ba58bc56f86ab08b88c0076518afdcdb9e0723cee4af9d3ed1213cef6446a90eaae36b6 WHIRLPOOL 1f0a7b6b6ff6c42961a15d0ba4ddb8b014d7359c15a5b7abf8ec224a9e1c35d23b34c4a6e6d9904b35923566883c4d5e0d7cfaf1e8b388f71c2aef5651e54db8
 DIST Mojolicious-7.19.tar.gz 665594 SHA256 997305a328feed8cff5d10ec1d1029c55c4d83c285044bb0e6b147de0aac74ff SHA512 43f7b69c1d0968fe472da09c1584c9a93f17a57b0e064e4127454bf79ad8a24df586eb3acc8c8d7242dc8bf51e8269731d749923b5dfbe0430dbb3ad7301d479 WHIRLPOOL 4e4a715248660e9fd70be6b511fe7a7531fbb236af85b942fd54fd42b1564a15bfb8b1ec00d9449b917473c53872664bcb8ca516f83cd505c60ddbe9fc870ea9
 DIST Mojolicious-7.20.tar.gz 665674 SHA256 ddd034bdd2b99f64498f30b9859c2f2607318f43983dfe36e14bfdf1526fd693 SHA512 d51a2aa9e4f757e7cad50ec374ce054cf9bd03fa795fcd6755f6bbf22e81ed611c796cb7f42c5a6a992dc93206d449cd7604662c8eff7da91e5cf6d7b4b3ba02 WHIRLPOOL af718c32efbb910d1e4f35c6a35ed6da1b32ddb3ab689d5e8a118fdf7cd005055035c750a8948c40a6d9cc9864086031ac3e54054310da52076cd82f48704e76
+DIST Mojolicious-7.21.tar.gz 666264 SHA256 34e28d4716675cbfdaa193794affe7286015068eb313011bf3bd37f615690f86 SHA512 05f2688b7377b47c262e3a3f43610673e72ead7bf486da83066b581ececc94f57495efbcc3536a11ab3a401f098052d26962aca7df0f1b7de90fd6e7efbfcd36 WHIRLPOOL a6cf08ba98fa586d977a462718e3dc09bde979219f72e1eded84bd2a403112244731ceab9b490339266cd859c2cf46708cee8bb807ecaf07579901e423659eec

diff --git a/dev-perl/Mojolicious/Mojolicious-7.210.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.210.0.ebuild
new file mode 100644
index 00000000..f44cccc
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-7.210.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SRI
+DIST_VERSION=7.21
+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
+}


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2017-03-19  6:05 Kent Fredric
  0 siblings, 0 replies; 64+ messages in thread
From: Kent Fredric @ 2017-03-19  6:05 UTC (permalink / raw
  To: gentoo-commits

commit:     32c3bdf84cd50ac3845924321d71d751420795ed
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 06:05:16 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 06:05:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32c3bdf8

dev-perl/Mojolicious: Bump to version 7.290.0

Upstream:
- Add Mojo::Server::Daemon::ports
- Add Mojo::File::{remove_tree,open,tempfile,copy_to,realpath,
  sibling}
- Mojo::File::list_tree supports 'dir' option.
- Add multiple-chunks-at-once support for Mojo::File::spurt
- Add Mojolicious::max_request_size attribute
- Add Mojo::UserAgent::max_response_size attribute
- Add Mojo::URL::to_unsafe_string
- Add '-S' option to 'get' command
- Fix data corrution in Mojo::IOLoop::Stream with IO::Socket::SSL
  interactions
- Fix issue with large slurps on Mojo::Asset::File
- Fix multiple-subprocess spawn bug wtih Mojo::IOLoop::Subprocess
- Add support for UNIX domain sockets
- Mojo::UserAgent complains about unsupported protocols
- Fixed Mojo::URL generating invalid host strings.
- Fixed Mojo::Home blib handling
- Improved genertion of config files
- Support overriding config files in applications tested with
  Test::Mojo
- Add Mojo::Util::html_attr_unescape
- Fix unescaping of HTML5 attributes in Mojo::DOM::HTML

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-7.290.0.ebuild | 34 +++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index e0c07f910e5..d63d50e9eb5 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -5,3 +5,4 @@ DIST Mojolicious-7.14.tar.gz 661916 SHA256 ef358291ffae5e1907427d381140698fdc551
 DIST Mojolicious-7.19.tar.gz 665594 SHA256 997305a328feed8cff5d10ec1d1029c55c4d83c285044bb0e6b147de0aac74ff SHA512 43f7b69c1d0968fe472da09c1584c9a93f17a57b0e064e4127454bf79ad8a24df586eb3acc8c8d7242dc8bf51e8269731d749923b5dfbe0430dbb3ad7301d479 WHIRLPOOL 4e4a715248660e9fd70be6b511fe7a7531fbb236af85b942fd54fd42b1564a15bfb8b1ec00d9449b917473c53872664bcb8ca516f83cd505c60ddbe9fc870ea9
 DIST Mojolicious-7.20.tar.gz 665674 SHA256 ddd034bdd2b99f64498f30b9859c2f2607318f43983dfe36e14bfdf1526fd693 SHA512 d51a2aa9e4f757e7cad50ec374ce054cf9bd03fa795fcd6755f6bbf22e81ed611c796cb7f42c5a6a992dc93206d449cd7604662c8eff7da91e5cf6d7b4b3ba02 WHIRLPOOL af718c32efbb910d1e4f35c6a35ed6da1b32ddb3ab689d5e8a118fdf7cd005055035c750a8948c40a6d9cc9864086031ac3e54054310da52076cd82f48704e76
 DIST Mojolicious-7.21.tar.gz 666264 SHA256 34e28d4716675cbfdaa193794affe7286015068eb313011bf3bd37f615690f86 SHA512 05f2688b7377b47c262e3a3f43610673e72ead7bf486da83066b581ececc94f57495efbcc3536a11ab3a401f098052d26962aca7df0f1b7de90fd6e7efbfcd36 WHIRLPOOL a6cf08ba98fa586d977a462718e3dc09bde979219f72e1eded84bd2a403112244731ceab9b490339266cd859c2cf46708cee8bb807ecaf07579901e423659eec
+DIST Mojolicious-7.29.tar.gz 673278 SHA256 106bc462b8744ef6f4fc571efb61d22765b06cafa6113af2f6742edc555abece SHA512 f3cdf282f37d2ff670fe8f9d6a8a9e5f18e74527ab42c51e8c5333555376bf177fbad052ad843ce7c849b1c2ddec2c42c2db4cfeac1fc0c33d571bec43aa32a3 WHIRLPOOL 4ce9a9c5cb071bce4a95e020f96c6f2d8befbddd8def3cc76d6275dda060a84494d9b8cbcfca1d3e3f1d5444b3437a922e8f19da19207541a77f54d1a143727e

diff --git a/dev-perl/Mojolicious/Mojolicious-7.290.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.290.0.ebuild
new file mode 100644
index 00000000000..ba66759d96c
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-7.290.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SRI
+DIST_VERSION=7.29
+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
+}


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2017-04-07 15:59 Kent Fredric
  0 siblings, 0 replies; 64+ messages in thread
From: Kent Fredric @ 2017-04-07 15:59 UTC (permalink / raw
  To: gentoo-commits

commit:     4000b5ba22269bd7909593f888bf6b6f27c9edd1
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  7 15:58:36 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Apr  7 15:58:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4000b5ba

dev-perl/Mojolicious: Bump to version 7.300.0

Upstream:
- Add support for pluggable Morbo backends
- Deprecate ::Morbo::watch in favour of ::Morbo::Backend::Poll::watch

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-7.300.0.ebuild | 34 +++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index d63d50e9eb5..6651db22f40 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -6,3 +6,4 @@ DIST Mojolicious-7.19.tar.gz 665594 SHA256 997305a328feed8cff5d10ec1d1029c55c4d8
 DIST Mojolicious-7.20.tar.gz 665674 SHA256 ddd034bdd2b99f64498f30b9859c2f2607318f43983dfe36e14bfdf1526fd693 SHA512 d51a2aa9e4f757e7cad50ec374ce054cf9bd03fa795fcd6755f6bbf22e81ed611c796cb7f42c5a6a992dc93206d449cd7604662c8eff7da91e5cf6d7b4b3ba02 WHIRLPOOL af718c32efbb910d1e4f35c6a35ed6da1b32ddb3ab689d5e8a118fdf7cd005055035c750a8948c40a6d9cc9864086031ac3e54054310da52076cd82f48704e76
 DIST Mojolicious-7.21.tar.gz 666264 SHA256 34e28d4716675cbfdaa193794affe7286015068eb313011bf3bd37f615690f86 SHA512 05f2688b7377b47c262e3a3f43610673e72ead7bf486da83066b581ececc94f57495efbcc3536a11ab3a401f098052d26962aca7df0f1b7de90fd6e7efbfcd36 WHIRLPOOL a6cf08ba98fa586d977a462718e3dc09bde979219f72e1eded84bd2a403112244731ceab9b490339266cd859c2cf46708cee8bb807ecaf07579901e423659eec
 DIST Mojolicious-7.29.tar.gz 673278 SHA256 106bc462b8744ef6f4fc571efb61d22765b06cafa6113af2f6742edc555abece SHA512 f3cdf282f37d2ff670fe8f9d6a8a9e5f18e74527ab42c51e8c5333555376bf177fbad052ad843ce7c849b1c2ddec2c42c2db4cfeac1fc0c33d571bec43aa32a3 WHIRLPOOL 4ce9a9c5cb071bce4a95e020f96c6f2d8befbddd8def3cc76d6275dda060a84494d9b8cbcfca1d3e3f1d5444b3437a922e8f19da19207541a77f54d1a143727e
+DIST Mojolicious-7.30.tar.gz 674616 SHA256 e10ccdad610d36c265c03a993138bc66d4508317dcdd082612eabf1ed7b47e2c SHA512 be1b6d3bae65c67f99bb75b2a8d8a15b8493560d4cece47adbf2660a3e1479803dbfdae7d5c226a37004db8c0aa1fed21202c192c4675c8a60dc2f4368a35016 WHIRLPOOL 7ed8f72c40970a3b6e70b5cc689134cebca62b455a5d0f9295eb899757652a0d6af840113e0ce03fa497c573dcf41f277687849a84001bd0325c02fce32d1ed4

diff --git a/dev-perl/Mojolicious/Mojolicious-7.300.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.300.0.ebuild
new file mode 100644
index 00000000000..85bd37d0577
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-7.300.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SRI
+DIST_VERSION=7.30
+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
+}


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2017-05-07 11:05 Mikle Kolyada
  0 siblings, 0 replies; 64+ messages in thread
From: Mikle Kolyada @ 2017-05-07 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     90fa998978cd96cb84af811ae506ca3ab913f0ae
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  7 10:44:08 2017 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May  7 11:00:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90fa9989

dev-perl/Mojolicious: amd64 stable wrt bug #611984

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/Mojolicious/Mojolicious-7.300.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-7.300.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.300.0.ebuild
index 85bd37d0577..bb9d6ce4028 100644
--- a/dev-perl/Mojolicious/Mojolicious-7.300.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-7.300.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Real-time web framework"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2017-05-29 19:17 Kent Fredric
  0 siblings, 0 replies; 64+ messages in thread
From: Kent Fredric @ 2017-05-29 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     9b15463555995d6da01cb6eec833f0361d48afcd
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 19:17:14 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon May 29 19:17:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b154635

dev-perl/Mojolicious: Bump to version 7.310.0

Upstream:
- Remove many previously advertised deprecated functions/interfaces
- Fix app generator command where config file name was not based on
  application name

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-7.310.0.ebuild | 34 +++++++++++++++++++++++++
 dev-perl/Mojolicious/metadata.xml               |  2 ++
 3 files changed, 37 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index 6651db22f40..076ea477207 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -7,3 +7,4 @@ DIST Mojolicious-7.20.tar.gz 665674 SHA256 ddd034bdd2b99f64498f30b9859c2f2607318
 DIST Mojolicious-7.21.tar.gz 666264 SHA256 34e28d4716675cbfdaa193794affe7286015068eb313011bf3bd37f615690f86 SHA512 05f2688b7377b47c262e3a3f43610673e72ead7bf486da83066b581ececc94f57495efbcc3536a11ab3a401f098052d26962aca7df0f1b7de90fd6e7efbfcd36 WHIRLPOOL a6cf08ba98fa586d977a462718e3dc09bde979219f72e1eded84bd2a403112244731ceab9b490339266cd859c2cf46708cee8bb807ecaf07579901e423659eec
 DIST Mojolicious-7.29.tar.gz 673278 SHA256 106bc462b8744ef6f4fc571efb61d22765b06cafa6113af2f6742edc555abece SHA512 f3cdf282f37d2ff670fe8f9d6a8a9e5f18e74527ab42c51e8c5333555376bf177fbad052ad843ce7c849b1c2ddec2c42c2db4cfeac1fc0c33d571bec43aa32a3 WHIRLPOOL 4ce9a9c5cb071bce4a95e020f96c6f2d8befbddd8def3cc76d6275dda060a84494d9b8cbcfca1d3e3f1d5444b3437a922e8f19da19207541a77f54d1a143727e
 DIST Mojolicious-7.30.tar.gz 674616 SHA256 e10ccdad610d36c265c03a993138bc66d4508317dcdd082612eabf1ed7b47e2c SHA512 be1b6d3bae65c67f99bb75b2a8d8a15b8493560d4cece47adbf2660a3e1479803dbfdae7d5c226a37004db8c0aa1fed21202c192c4675c8a60dc2f4368a35016 WHIRLPOOL 7ed8f72c40970a3b6e70b5cc689134cebca62b455a5d0f9295eb899757652a0d6af840113e0ce03fa497c573dcf41f277687849a84001bd0325c02fce32d1ed4
+DIST Mojolicious-7.31.tar.gz 674071 SHA256 4279171f48052436a7d7fffc2aa7071e91a860507f2de824e01e2b5130b4c0aa SHA512 2ba4eb664c2e21e3b2b73ecd18931bb39e1de9e8b0998bc723044abcb77d489ec9099de3d2b87d13f3cbd08adb829031e6746059df3657d5d2378374b4f98966 WHIRLPOOL 9f6f0d65337a8a01f3ace12d5c3380ebc6dc574a6d66fcb617294ecaeb6a891844a94b287cc3eaaa9baa389373366b4f41ce0378526e26026fee6f5f956bdfc4

diff --git a/dev-perl/Mojolicious/Mojolicious-7.310.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.310.0.ebuild
new file mode 100644
index 00000000000..64f7302560e
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-7.310.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SRI
+DIST_VERSION=7.31
+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
index 1225b774958..3f7a521c2bc 100644
--- a/dev-perl/Mojolicious/metadata.xml
+++ b/dev-perl/Mojolicious/metadata.xml
@@ -55,6 +55,8 @@
     <remote-id type="cpan-module">Mojo::Server::Daemon</remote-id>
     <remote-id type="cpan-module">Mojo::Server::Hypnotoad</remote-id>
     <remote-id type="cpan-module">Mojo::Server::Morbo</remote-id>
+    <remote-id type="cpan-module">Mojo::Server::Morbo::Backend</remote-id>
+    <remote-id type="cpan-module">Mojo::Server::Morbo::Backend::Poll</remote-id>
     <remote-id type="cpan-module">Mojo::Server::PSGI</remote-id>
     <remote-id type="cpan-module">Mojo::Server::Prefork</remote-id>
     <remote-id type="cpan-module">Mojo::Template</remote-id>


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2017-06-02  1:04 Kent Fredric
  0 siblings, 0 replies; 64+ messages in thread
From: Kent Fredric @ 2017-06-02  1:04 UTC (permalink / raw
  To: gentoo-commits

commit:     3fa48413c070786a4573bb8b184103fef7c75fb9
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  2 01:04:26 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jun  2 01:04:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa48413

dev-perl/Mojolicious: Bump to version 7.320.0

Upstream:
- get command now supports -f
- get command can now pass request data by stdin redirection
- fix memory leak breaking timeout in TLS handshake

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-7.320.0.ebuild | 34 +++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index 076ea477207..65b96e03eb2 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -8,3 +8,4 @@ DIST Mojolicious-7.21.tar.gz 666264 SHA256 34e28d4716675cbfdaa193794affe72860150
 DIST Mojolicious-7.29.tar.gz 673278 SHA256 106bc462b8744ef6f4fc571efb61d22765b06cafa6113af2f6742edc555abece SHA512 f3cdf282f37d2ff670fe8f9d6a8a9e5f18e74527ab42c51e8c5333555376bf177fbad052ad843ce7c849b1c2ddec2c42c2db4cfeac1fc0c33d571bec43aa32a3 WHIRLPOOL 4ce9a9c5cb071bce4a95e020f96c6f2d8befbddd8def3cc76d6275dda060a84494d9b8cbcfca1d3e3f1d5444b3437a922e8f19da19207541a77f54d1a143727e
 DIST Mojolicious-7.30.tar.gz 674616 SHA256 e10ccdad610d36c265c03a993138bc66d4508317dcdd082612eabf1ed7b47e2c SHA512 be1b6d3bae65c67f99bb75b2a8d8a15b8493560d4cece47adbf2660a3e1479803dbfdae7d5c226a37004db8c0aa1fed21202c192c4675c8a60dc2f4368a35016 WHIRLPOOL 7ed8f72c40970a3b6e70b5cc689134cebca62b455a5d0f9295eb899757652a0d6af840113e0ce03fa497c573dcf41f277687849a84001bd0325c02fce32d1ed4
 DIST Mojolicious-7.31.tar.gz 674071 SHA256 4279171f48052436a7d7fffc2aa7071e91a860507f2de824e01e2b5130b4c0aa SHA512 2ba4eb664c2e21e3b2b73ecd18931bb39e1de9e8b0998bc723044abcb77d489ec9099de3d2b87d13f3cbd08adb829031e6746059df3657d5d2378374b4f98966 WHIRLPOOL 9f6f0d65337a8a01f3ace12d5c3380ebc6dc574a6d66fcb617294ecaeb6a891844a94b287cc3eaaa9baa389373366b4f41ce0378526e26026fee6f5f956bdfc4
+DIST Mojolicious-7.32.tar.gz 674609 SHA256 9fef09177e11a0160df679cfe75771c5a430d1432677c13bf32afb4f79b3761a SHA512 9beedf0621e6d74afa3f0c57f13ebbb83a4cf2fefc4a9f3fa5924d744b9b92044e722dd7df641d9f525547afe5ef3eb6c521ef3c4936f970e73fa40cb08a9cd0 WHIRLPOOL d0193fa33405d05a241506d1d92e449b7881770a49cdf75ff87dbb02a97a080c3e05d5de283393ef2918871b89862f28be2bec486138cf2085e3723cd7f8c519

diff --git a/dev-perl/Mojolicious/Mojolicious-7.320.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.320.0.ebuild
new file mode 100644
index 00000000000..55270db5eac
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-7.320.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SRI
+DIST_VERSION=7.32
+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
+}


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2017-06-15 16:27 Markus Meier
  0 siblings, 0 replies; 64+ messages in thread
From: Markus Meier @ 2017-06-15 16:27 UTC (permalink / raw
  To: gentoo-commits

commit:     28b82bd88d9af172e7c909d7b6d008810ff7d29e
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 16:25:07 2017 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 16:25:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b82bd8

dev-perl/Mojolicious: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/Mojolicious/Mojolicious-7.310.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-7.310.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.310.0.ebuild
index 64f7302560e..d55b81da20a 100644
--- a/dev-perl/Mojolicious/Mojolicious-7.310.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-7.310.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Real-time web framework"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="test minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2017-08-03  8:20 Sergei Trofimovich
  0 siblings, 0 replies; 64+ messages in thread
From: Sergei Trofimovich @ 2017-08-03  8:20 UTC (permalink / raw
  To: gentoo-commits

commit:     bccb040112fef0356c0eb279a15e4ffbad578d8b
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  3 08:19:55 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Aug  3 08:19:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bccb0401

dev-perl/Mojolicious: keyworded 7.320.0 for ppc, bug #620882

Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 dev-perl/Mojolicious/Mojolicious-7.320.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-7.320.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.320.0.ebuild
index 55270db5eac..0527b6cfc8b 100644
--- a/dev-perl/Mojolicious/Mojolicious-7.320.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-7.320.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Real-time web framework"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="test minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2017-08-09  9:18 Sergei Trofimovich
  0 siblings, 0 replies; 64+ messages in thread
From: Sergei Trofimovich @ 2017-08-09  9:18 UTC (permalink / raw
  To: gentoo-commits

commit:     067ca747efa437076d250419ff6d537a9b8ab509
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  9 09:17:36 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Aug  9 09:17:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=067ca747

dev-perl/Mojolicious: keyworded 7.320.0 for ppc64, bug #620882

Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 dev-perl/Mojolicious/Mojolicious-7.320.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-7.320.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.320.0.ebuild
index 0527b6cfc8b..03398d73729 100644
--- a/dev-perl/Mojolicious/Mojolicious-7.320.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-7.320.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Real-time web framework"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="test minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2017-11-19  8:36 Kent Fredric
  0 siblings, 0 replies; 64+ messages in thread
From: Kent Fredric @ 2017-11-19  8:36 UTC (permalink / raw
  To: gentoo-commits

commit:     6d818543dd9f10d1a99dc25d7af4b35016b8845d
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 07:49:06 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 08:02:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d818543

dev-perl/Mojolicious: Bump to version 7.560.0

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild | 34 +++++++++++++++++++++++++
 dev-perl/Mojolicious/metadata.xml               |  1 +
 3 files changed, 36 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index 65b96e03eb2..caa662cc227 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -9,3 +9,4 @@ DIST Mojolicious-7.29.tar.gz 673278 SHA256 106bc462b8744ef6f4fc571efb61d22765b06
 DIST Mojolicious-7.30.tar.gz 674616 SHA256 e10ccdad610d36c265c03a993138bc66d4508317dcdd082612eabf1ed7b47e2c SHA512 be1b6d3bae65c67f99bb75b2a8d8a15b8493560d4cece47adbf2660a3e1479803dbfdae7d5c226a37004db8c0aa1fed21202c192c4675c8a60dc2f4368a35016 WHIRLPOOL 7ed8f72c40970a3b6e70b5cc689134cebca62b455a5d0f9295eb899757652a0d6af840113e0ce03fa497c573dcf41f277687849a84001bd0325c02fce32d1ed4
 DIST Mojolicious-7.31.tar.gz 674071 SHA256 4279171f48052436a7d7fffc2aa7071e91a860507f2de824e01e2b5130b4c0aa SHA512 2ba4eb664c2e21e3b2b73ecd18931bb39e1de9e8b0998bc723044abcb77d489ec9099de3d2b87d13f3cbd08adb829031e6746059df3657d5d2378374b4f98966 WHIRLPOOL 9f6f0d65337a8a01f3ace12d5c3380ebc6dc574a6d66fcb617294ecaeb6a891844a94b287cc3eaaa9baa389373366b4f41ce0378526e26026fee6f5f956bdfc4
 DIST Mojolicious-7.32.tar.gz 674609 SHA256 9fef09177e11a0160df679cfe75771c5a430d1432677c13bf32afb4f79b3761a SHA512 9beedf0621e6d74afa3f0c57f13ebbb83a4cf2fefc4a9f3fa5924d744b9b92044e722dd7df641d9f525547afe5ef3eb6c521ef3c4936f970e73fa40cb08a9cd0 WHIRLPOOL d0193fa33405d05a241506d1d92e449b7881770a49cdf75ff87dbb02a97a080c3e05d5de283393ef2918871b89862f28be2bec486138cf2085e3723cd7f8c519
+DIST Mojolicious-7.57.tar.gz 706093 SHA256 95835ac5963d5eab49f936c7983c5836d34d6cdc87ce3553d77bc5304c2b520a SHA512 2bb830ca14cda5571a614ad74144c047dd96fafe49b530b1e6e19115c43cc3b8f4f174f549fdb8816183e42f26620fcf36b47f7c05ae592273c74c38dfaa4c0b WHIRLPOOL a5faa2f15a7d63f58fc114f4c96e95082b044873aa70b5f75d0aea62c947888441c9758f63d2b9a56bb8fc6f816f3e204e2714436f05ea454a1f3d95ab2c11be

diff --git a/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild
new file mode 100644
index 00000000000..d2574283684
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SRI
+DIST_VERSION=7.57
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Real-time web framework"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~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
index 3f7a521c2bc..ffc20bdcb87 100644
--- a/dev-perl/Mojolicious/metadata.xml
+++ b/dev-perl/Mojolicious/metadata.xml
@@ -47,6 +47,7 @@
     <remote-id type="cpan-module">Mojo::Message::Response</remote-id>
     <remote-id type="cpan-module">Mojo::Parameters</remote-id>
     <remote-id type="cpan-module">Mojo::Path</remote-id>
+    <remote-id type="cpan-module">Mojo::Promise</remote-id>
     <remote-id type="cpan-module">Mojo::Reactor</remote-id>
     <remote-id type="cpan-module">Mojo::Reactor::EV</remote-id>
     <remote-id type="cpan-module">Mojo::Reactor::Poll</remote-id>


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2018-07-15  2:26 Kent Fredric
  0 siblings, 0 replies; 64+ messages in thread
From: Kent Fredric @ 2018-07-15  2:26 UTC (permalink / raw
  To: gentoo-commits

commit:     c1bae5a147ceadbc9bf28253d819e503ec1bda61
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 01:16:32 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 02:26:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1bae5a1

dev-perl/Mojolicious: Copy forward ~arm keywording

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Mojolicious/Mojolicious-7.320.0.ebuild | 4 ++--
 dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-7.320.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.320.0.ebuild
index 03398d73729..8b494d69ea6 100644
--- a/dev-perl/Mojolicious/Mojolicious-7.320.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-7.320.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Real-time web framework"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="test minimal"
 
 RDEPEND="

diff --git a/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild
index d2574283684..6ccfc1f14b9 100644
--- a/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Real-time web framework"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="test minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2018-07-15 15:51 Mikle Kolyada
  0 siblings, 0 replies; 64+ messages in thread
From: Mikle Kolyada @ 2018-07-15 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     5a9c46e8fecd403df359bd453267301fc5a7b1ba
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 15:43:58 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 15:51:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a9c46e8

dev-perl/Mojolicious: amd64 stable wrt bug #661196

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild
index 6ccfc1f14b9..f257b85253d 100644
--- a/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Real-time web framework"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="test minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2018-08-19 18:39 Matt Turner
  0 siblings, 0 replies; 64+ messages in thread
From: Matt Turner @ 2018-08-19 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     5adcb5a0c8cf18d8313c706e5eed0e11a9e608ba
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 19 18:38:56 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Aug 19 18:38:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5adcb5a0

dev-perl/Mojolicious-7.570.0: ppc64 stable, bug 663942

 dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild
index f257b85253d..462a7232ff0 100644
--- a/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Real-time web framework"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ppc64 ~x86"
 IUSE="test minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2018-08-19 18:45 Matt Turner
  0 siblings, 0 replies; 64+ messages in thread
From: Matt Turner @ 2018-08-19 18:45 UTC (permalink / raw
  To: gentoo-commits

commit:     3c1c538adc8093c5110c18cf3250fd4f0704aeb2
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 19 18:45:20 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Aug 19 18:45:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c1c538a

dev-perl/Mojolicious-7.570.0: ppc stable, bug 663942

 dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild
index 462a7232ff0..010fa8e4dd1 100644
--- a/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Real-time web framework"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ppc ppc64 ~x86"
 IUSE="test minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2018-09-01 19:01 Thomas Deutschmann
  0 siblings, 0 replies; 64+ messages in thread
From: Thomas Deutschmann @ 2018-09-01 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     a1e496a42638bc75fdec74ffb927a60eeeb85f6b
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  1 18:38:44 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Sep  1 19:00:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e496a4

dev-perl/Mojolicious: x86 stable (bug #663942)

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild
index 010fa8e4dd1..3ef031058bf 100644
--- a/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Real-time web framework"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ppc ppc64 x86"
 IUSE="test minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2020-04-15  9:53 Kent Fredric
  0 siblings, 0 replies; 64+ messages in thread
From: Kent Fredric @ 2020-04-15  9:53 UTC (permalink / raw
  To: gentoo-commits

commit:     4aaa7e925c4e3543bd623dad36a55e66ea932143
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 15:20:07 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 09:51:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aaa7e92

dev-perl/Mojolicious: Remove old 6.610.0, 7.{14,19,29,30}0.0

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Mojolicious/Manifest                   |  5 ----
 dev-perl/Mojolicious/Mojolicious-6.610.0.ebuild | 35 -------------------------
 dev-perl/Mojolicious/Mojolicious-7.140.0.ebuild | 35 -------------------------
 dev-perl/Mojolicious/Mojolicious-7.190.0.ebuild | 35 -------------------------
 dev-perl/Mojolicious/Mojolicious-7.290.0.ebuild | 35 -------------------------
 dev-perl/Mojolicious/Mojolicious-7.300.0.ebuild | 35 -------------------------
 6 files changed, 180 deletions(-)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index a05189e18d0..50c95ebbc3f 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -1,6 +1 @@
-DIST Mojolicious-6.61.tar.gz 652374 BLAKE2B 61f9f59d34e94355e509bf5e4b18a2da0d87c451d5d553f3437824a90e23ebfd2738dec8035c9f3c1cb74cfba454f6c5ba2e1bb04bd458867a1b9166e79f4b2a SHA512 8b251fb0bb9dec8dc2f2e0279e6ae3591acec626e2c8e5151494f363fe688c6a7c520727620b59d90e38d8192f8cc126fea27ea4177984427976921ff2094ce2
-DIST Mojolicious-7.14.tar.gz 661916 BLAKE2B a84f178e00251b4a7bf47e09b489826c08114467a51ea41d2211a2ed9846588834fc68a9a49952713638dd096fb2bc76eb3ee90dcd7e96255ddb185a789fdf8a SHA512 da65782734664161338a502174c1f778a48e0b4e47498f9ed298a1728ba58bc56f86ab08b88c0076518afdcdb9e0723cee4af9d3ed1213cef6446a90eaae36b6
-DIST Mojolicious-7.19.tar.gz 665594 BLAKE2B c0b35634404ecea872710e2c0494f102dd9f43d0f25e673d15d9a48a5b878652aff97397fe7b21fc0cc69d8c75ba5e30f86cd617a1d740533228df38a5f74342 SHA512 43f7b69c1d0968fe472da09c1584c9a93f17a57b0e064e4127454bf79ad8a24df586eb3acc8c8d7242dc8bf51e8269731d749923b5dfbe0430dbb3ad7301d479
-DIST Mojolicious-7.29.tar.gz 673278 BLAKE2B 38eda53a08c7c1bb9393566c0e76e893dd118ecbe5b928169b8d4da4bc49bef3448c582bf8e5846c5c1f90664fe7d19154bc26a6eeb66a1e65ec6ebc6107352d SHA512 f3cdf282f37d2ff670fe8f9d6a8a9e5f18e74527ab42c51e8c5333555376bf177fbad052ad843ce7c849b1c2ddec2c42c2db4cfeac1fc0c33d571bec43aa32a3
-DIST Mojolicious-7.30.tar.gz 674616 BLAKE2B b50759920c1e3f4ac5e777f9379da37f852ff1265c84cdc06935a2557f6aa6d43881ac8ca59c1d3aabfb9c282b589166b40c2e8f5b2dcee3e80f43a895064f4a SHA512 be1b6d3bae65c67f99bb75b2a8d8a15b8493560d4cece47adbf2660a3e1479803dbfdae7d5c226a37004db8c0aa1fed21202c192c4675c8a60dc2f4368a35016
 DIST Mojolicious-7.57.tar.gz 706093 BLAKE2B 13212367fe09a437a97093668558ded1216465b25dd145ecf7e62256f05f129a434164a346bb3e928482fc041acfd68350e9e71ac088c49f679df43221917f73 SHA512 2bb830ca14cda5571a614ad74144c047dd96fafe49b530b1e6e19115c43cc3b8f4f174f549fdb8816183e42f26620fcf36b47f7c05ae592273c74c38dfaa4c0b

diff --git a/dev-perl/Mojolicious/Mojolicious-6.610.0.ebuild b/dev-perl/Mojolicious/Mojolicious-6.610.0.ebuild
deleted file mode 100644
index 1c614dc310a..00000000000
--- a/dev-perl/Mojolicious/Mojolicious-6.610.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-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"
-RESTRICT="!test? ( test )"
-
-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/Mojolicious-7.140.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.140.0.ebuild
deleted file mode 100644
index 59b429e8a6b..00000000000
--- a/dev-perl/Mojolicious/Mojolicious-7.140.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SRI
-DIST_VERSION=7.14
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Real-time web framework"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-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/Mojolicious-7.190.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.190.0.ebuild
deleted file mode 100644
index c6b3c60c5a2..00000000000
--- a/dev-perl/Mojolicious/Mojolicious-7.190.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SRI
-DIST_VERSION=7.19
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Real-time web framework"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-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/Mojolicious-7.290.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.290.0.ebuild
deleted file mode 100644
index 9083fa4bac6..00000000000
--- a/dev-perl/Mojolicious/Mojolicious-7.290.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SRI
-DIST_VERSION=7.29
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Real-time web framework"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-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/Mojolicious-7.300.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.300.0.ebuild
deleted file mode 100644
index b0dc8316013..00000000000
--- a/dev-perl/Mojolicious/Mojolicious-7.300.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SRI
-DIST_VERSION=7.30
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Real-time web framework"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-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
-}


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2020-08-12 21:19 Kent Fredric
  0 siblings, 0 replies; 64+ messages in thread
From: Kent Fredric @ 2020-08-12 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     a8285cf91f478a9bb607441961e4dda69b80eb96
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 20:56:58 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 20:57:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8285cf9

dev-perl/Mojolicious: Bump to version 7.700.0

Upstream:
- Fix source ordering in content negotation in Mojolicious::Renderer
- Fix content negotiation bug in ::Renderer that prevented all sources
  being considered
- Fix source links in documentation browser
- Mojolicious::Controller->respond_to improved and
  Plugin::DefaultHelpers now supports multiple MIME types in requests
  containing an X-Requested-With header
- Fix RFC 7230 handling of "GET //foo/bar HTTP/1.1" in Message::Request
- Fix bug in Mojo::Asset::File where forked process could prematurely
  delete temporary files
- Remove Mojo::Cookie::Response 'origin' attribute
- Remove deprecated data and remaining methods from Mojo::IOLoop::Delay
- Add host_only attribute to Mojo::Cookie::Response
- Mojo::Promise resolves with no results if no promises are passed
- Add experimental timing->{begin,elapsed,rps,server_timing} helpers to
  Plugin::DefaultHelpers
- Add experiimental Mojo::Headers->server_timing
- Added support for new HTTP status code
- Fix bug in Mojo::Log where short multi-line messages would not be
  properly formatted for systemd
- Mojo::Log uses native systemd log levels
- Add `-u` option to `get` command
- Added `dont_use_nlink` option to Mojo::File::list_tree
- Fix promise resolution bug in Mojo::Promise
- Increase default `upgrade_timeout` from 60 to 180 seconds in
  Mojo::Server::Hypnotoad

Security:
- Upstream indicated in the changelog notes for 7.66 that "this contains
  fixes for security issues", presumably this commit:
  https://github.com/mojolicious/mojo/commit/c16a56a9d6575ddc53d15e76d58f0ebcb0eeb149
  But upstream couldn't even be bothered to state what the security
  issue was, and reading the code doesn't make it apparent, but my best
  guess is its related to *adding* support for the host_only bit, which
  could result in web clients leaking cookies to the wrong domain
  without it. Some commentary says that "old cookies could be leaked",
  but I don't see any obvious changes to that effect.

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-7.700.0.ebuild | 35 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index b1bb95f1c6d..de3392cd06a 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -1,2 +1,3 @@
 DIST Mojolicious-7.57.tar.gz 706093 BLAKE2B 13212367fe09a437a97093668558ded1216465b25dd145ecf7e62256f05f129a434164a346bb3e928482fc041acfd68350e9e71ac088c49f679df43221917f73 SHA512 2bb830ca14cda5571a614ad74144c047dd96fafe49b530b1e6e19115c43cc3b8f4f174f549fdb8816183e42f26620fcf36b47f7c05ae592273c74c38dfaa4c0b
 DIST Mojolicious-7.60.tar.gz 708129 BLAKE2B bac0f8ac75255ed6d0597cc2d00eeca9da66e9c7548942daf50cca3d24875306a8e19934ae10b2e5b3bd727b1bb531b31a665938c32f861aacba6456fedf7779 SHA512 3e6e0ea266caf8e19546e587ce7bf4d8ef86fa0f2503ef7a1b97b2f4f4f55f9775894d1ad74dd4e84760a3c976f6b94451aa29260f9854d5cc3cefec512428a2
+DIST Mojolicious-7.70.tar.gz 711260 BLAKE2B 0f471c2039b94ad74d60471d879c9993e2dbf16ed23c710c02786ffe6056d613ee4095668d0c34919fc9649815905d4d771cc4adb832ed2b37b3016d6398884e SHA512 2cda5b378d5c1899d78c199c7f1d3439a6fd697ab885bb4d337270256534ec68f9d73267199a6f72e9677049cf9cd6f239451cac31aebcf4743229419a82dd8b

diff --git a/dev-perl/Mojolicious/Mojolicious-7.700.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.700.0.ebuild
new file mode 100644
index 00000000000..4a7e1449b48
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-7.700.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SRI
+DIST_VERSION=7.70
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Real-time web framework"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="test minimal"
+RESTRICT="!test? ( test )"
+
+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
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+PERL_RM_FILES=(
+	t/pod.t
+	t/pod_coverage.t
+)


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2020-08-12 21:19 Kent Fredric
  0 siblings, 0 replies; 64+ messages in thread
From: Kent Fredric @ 2020-08-12 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     eab56389835de937b0b83f34e69136ff113685d1
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 10:55:17 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 20:57:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eab56389

dev-perl/Mojolicious: Bump to version 7.600.0

- EAPI7
- Unconditionally remove bad tests

Upstream:
- Deprecated Promise->{all,race} as instance methods
- Improve Promise->{all,race} to handle arbitrary then-ables
- Improve number detection in Mojo::JSON with workaround for some
  breaking changes in Perl 5.28
- Improve Mojo::DOM::HTML compliance with HTML Living Standard
- Fix multi-role composition bug in Mojo::Base
- Fix DATA sections in Mojolicious::Static where text files are not
  UTF-8 encoded as they should be.
- Moved 'home' and 'ua' attributes from 'Mojo' to 'Mojolicious'
- Mojo::IOLoop::Client only starts a threadpool with Net::DNS::Native on
  demand
- Improved role composition with Mojo::IOLoop
- Fix RFC 7230 complaiance in Mojo::Message::Response
- Add Mojo::UserAgent->websocket_p

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-7.600.0.ebuild | 35 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index 50c95ebbc3f..b1bb95f1c6d 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -1 +1,2 @@
 DIST Mojolicious-7.57.tar.gz 706093 BLAKE2B 13212367fe09a437a97093668558ded1216465b25dd145ecf7e62256f05f129a434164a346bb3e928482fc041acfd68350e9e71ac088c49f679df43221917f73 SHA512 2bb830ca14cda5571a614ad74144c047dd96fafe49b530b1e6e19115c43cc3b8f4f174f549fdb8816183e42f26620fcf36b47f7c05ae592273c74c38dfaa4c0b
+DIST Mojolicious-7.60.tar.gz 708129 BLAKE2B bac0f8ac75255ed6d0597cc2d00eeca9da66e9c7548942daf50cca3d24875306a8e19934ae10b2e5b3bd727b1bb531b31a665938c32f861aacba6456fedf7779 SHA512 3e6e0ea266caf8e19546e587ce7bf4d8ef86fa0f2503ef7a1b97b2f4f4f55f9775894d1ad74dd4e84760a3c976f6b94451aa29260f9854d5cc3cefec512428a2

diff --git a/dev-perl/Mojolicious/Mojolicious-7.600.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.600.0.ebuild
new file mode 100644
index 00000000000..205989a4efd
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-7.600.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SRI
+DIST_VERSION=7.60
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Real-time web framework"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="test minimal"
+RESTRICT="!test? ( test )"
+
+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
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+PERL_RM_FILES=(
+	t/pod.t
+	t/pod_coverage.t
+)


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2020-08-12 22:38 Kent Fredric
  0 siblings, 0 replies; 64+ messages in thread
From: Kent Fredric @ 2020-08-12 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     e696faccf91fdc9dd44cac943a1cc2552cc24373
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 22:37:33 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 22:37:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e696facc

dev-perl/Mojolicious: Bump to version 7.800.0

Upstream:
- Mojo::UserAgent now verifies and rejects all invalid TLS certificates
  unless the user specifies $ua->insecure(1)
- Test::Mojo defaults to being insecure for easier testing
- `mojo get` now supports -k option (similar to `curl -k`) to allow
  fetching from invalid TLS URLs
- Mojo::IOLoop::TLS no longer has a default tls_verify value, instead,
  disabling TLS verification is done with
   $tls->negotiate(tls_verify => 0x00)
- Add Mojo::UserAgent->insecure
- Add experimental server method to Mojolicious
- Add experimental `before_server_start` hook
- Fix bug where Mojo::DOM could only reuse Mojo::DOM objects containing
  root nodes
- Add experimental Mojo::DOM->selector
- Add reply->file helper to Plugin::DefaultHelpers
- Deprecated delay helper in Plugin::DefaultHelpers
- Add experimental Mojo::DOM->new_tag
- Add experimental Mojo::DOM::HTML->{tag,tag_to_html}
- All Mojo::DOM dom manipulation methods now faster then reusing
  Mojo::DOM objects
- Fix windows directory traversal security issue
- Support namespace selectors like "ns|*" in Mojo::DOM::CSS
- Mojo::DOM::CSS supports ":link" and ":visited" pseudo-classes
- Mojo::DOM::CSS supports hyphen-seperated list attribute selectors like
  "[hreflang|=en]" to match hreflang="en-us"
- Fix Plugin::Config stash value unavailability with config_overrides
  feature
- Deprecated placeholder quoting with "(placeholder)" in favor of
  "<placeholder>"
- Fix various Mojo::Collection warnings
- Add support for routes with placeholder types
- Add types attr to Mojolicious::Routes{,::Pattern}
- Add Mojolicious::Rotes->add_type
- Add Mojo::Asset{,::File,::Memory}->to_file
- Add 'num' placeholder type to Mojolicious::Routes
- Remove deprecated instance methods Mojo::Promise->{all,race}
- Improve Mojo::Content::MultiPart performance with large numbers of
  parts.
- Fix more source-ordering problems in Mojolicious::Renderer content
  negotiation
- Deprecate Mojo::{build_tx,Config,handler,log}
- Add Mojolicious->config
- Fix exceptions cased by non-UTF8 files in Mojo::Exception

Security:
- Older versions did not by default reject invalid TLS certificates,
  but code now needs to explicitly opt-in to this weak-security
  behaviour with ->insecure(1)
- On windows, due to the different use of path seperators than unix,
  would-be attackers could subvert the directory-traversal protection in
  Mojo, and this is now mitigated by bailing dispatch entirely if a
  windows directory seperator is seen in the static dispatch path

Bug: https://github.com/mojolicious/mojo/pull/1217
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-7.800.0.ebuild | 35 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index de3392cd06a..0842184b964 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -1,3 +1,4 @@
 DIST Mojolicious-7.57.tar.gz 706093 BLAKE2B 13212367fe09a437a97093668558ded1216465b25dd145ecf7e62256f05f129a434164a346bb3e928482fc041acfd68350e9e71ac088c49f679df43221917f73 SHA512 2bb830ca14cda5571a614ad74144c047dd96fafe49b530b1e6e19115c43cc3b8f4f174f549fdb8816183e42f26620fcf36b47f7c05ae592273c74c38dfaa4c0b
 DIST Mojolicious-7.60.tar.gz 708129 BLAKE2B bac0f8ac75255ed6d0597cc2d00eeca9da66e9c7548942daf50cca3d24875306a8e19934ae10b2e5b3bd727b1bb531b31a665938c32f861aacba6456fedf7779 SHA512 3e6e0ea266caf8e19546e587ce7bf4d8ef86fa0f2503ef7a1b97b2f4f4f55f9775894d1ad74dd4e84760a3c976f6b94451aa29260f9854d5cc3cefec512428a2
 DIST Mojolicious-7.70.tar.gz 711260 BLAKE2B 0f471c2039b94ad74d60471d879c9993e2dbf16ed23c710c02786ffe6056d613ee4095668d0c34919fc9649815905d4d771cc4adb832ed2b37b3016d6398884e SHA512 2cda5b378d5c1899d78c199c7f1d3439a6fd697ab885bb4d337270256534ec68f9d73267199a6f72e9677049cf9cd6f239451cac31aebcf4743229419a82dd8b
+DIST Mojolicious-7.80.tar.gz 718598 BLAKE2B 955fb6253ef2957b9ef6828cd261374fd2f17386c4a426f9a3d73fc734e02f4297d088b70daa8c5e67892d4f4fc491b4a227e7f1420e461f5c2161eac5f0ff19 SHA512 f1149c4675377de09bd6db4355c251f3a8db2a81688a906e80c1978d6854a9d89120b39c824aef49934da48ac29d9e62e28940752ec608084dd2ffeee9116553

diff --git a/dev-perl/Mojolicious/Mojolicious-7.800.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.800.0.ebuild
new file mode 100644
index 00000000000..276c1aa9f5d
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-7.800.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SRI
+DIST_VERSION=7.80
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Real-time web framework"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="test minimal"
+RESTRICT="!test? ( test )"
+
+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
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+PERL_RM_FILES=(
+	t/pod.t
+	t/pod_coverage.t
+)


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2020-08-12 23:09 Kent Fredric
  0 siblings, 0 replies; 64+ messages in thread
From: Kent Fredric @ 2020-08-12 23:09 UTC (permalink / raw
  To: gentoo-commits

commit:     7e8874f100cac044cfa61b43793313462bece4da
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 23:07:33 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 23:08:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e8874f1

dev-perl/Mojolicious: Bump to version 7.900.0

Upstream:
- Deprecate Mojo::Content `expect_close` attribute
- Remove deprecated `delay` helper in Plugin::DefaultHelpers
- Change error message for destroyed transactions to "Transaction
  already destroyed"
- Fix race condition in Mojo::UserAgent where closed connections
  sometimes got reused.
- Fix incomplete HTTP/1.1 responses for RFC 7230 complaince
- New Mojolicious logo
- Add experimental
  Mojo::IOLoop::Stream->{bytes_read,bytes_written,transition} methods.
- Add Mojo::IOLoop::stream transition event
- Improve uniqueness in Mojo::Message::Request request id's
- Add support for using Cpanel::JSON::XS inside Mojo::JSON
- Remove support for encoding unicode whitespace characters u2028, u2029
  due to not being supported in Cpanel::JSON::XS
- Mojo::JSON now encodes unknown reference types as "null"
- Add Mojolicious::Command `template` attribute
- Add Mojo::IOLoop::Subprocess `spawn` event
- Mojo::IOLoop::Subprocess only forks new processes after the event loop
  has started
- Remove deprecated Mojo->{build_tx,config,handler,log} methods.
- Add Mojo::UserAgent::Transactor->promisify
- Mojolicious::Command now dies on template errors
- Don't start test servers when reusing Mojo::UserAgent objects after a
  fork
- Replace ENV vars MOJO_{DAEMON,USERAGENT}_DEBUG with
  MOJO_{SERVER,CLIENT}_DEBUG
- Require newer IO::Socket::SSL for ALPN support
- Add modules
  Mojo::IOLoop::Stream::{HTTP{Client,Server},WebSocket{Client,Server}}
- Add Mojo::IOLoop->transition
- Add Mojo::Server::Daemon->close_connections
- Add arguments `stream_class` and `tls_protocols` to
  Mojo::IOLoop->{server,client} methods.
- Fix small `render_maybe` argument localization bug
- Mark Mojo::DOM->{new_tag,selector} non-experimental
- Improve before_server_start_hook for Mojo::Server::PSGI
- Fix `render_maybe` in Mojolicious::Client not rendering multiple
  alternatives properly due to missing arg localisation
- Add Mojo::Message::Request `request_id` attribute
- All built-in templates now contain a comment with their request_id
- Some log messages now include their request_id

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-7.900.0.ebuild | 35 +++++++++++++++++++++++++
 dev-perl/Mojolicious/metadata.xml               |  4 +++
 3 files changed, 40 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index 0842184b964..26e01f2cee8 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -2,3 +2,4 @@ DIST Mojolicious-7.57.tar.gz 706093 BLAKE2B 13212367fe09a437a97093668558ded12164
 DIST Mojolicious-7.60.tar.gz 708129 BLAKE2B bac0f8ac75255ed6d0597cc2d00eeca9da66e9c7548942daf50cca3d24875306a8e19934ae10b2e5b3bd727b1bb531b31a665938c32f861aacba6456fedf7779 SHA512 3e6e0ea266caf8e19546e587ce7bf4d8ef86fa0f2503ef7a1b97b2f4f4f55f9775894d1ad74dd4e84760a3c976f6b94451aa29260f9854d5cc3cefec512428a2
 DIST Mojolicious-7.70.tar.gz 711260 BLAKE2B 0f471c2039b94ad74d60471d879c9993e2dbf16ed23c710c02786ffe6056d613ee4095668d0c34919fc9649815905d4d771cc4adb832ed2b37b3016d6398884e SHA512 2cda5b378d5c1899d78c199c7f1d3439a6fd697ab885bb4d337270256534ec68f9d73267199a6f72e9677049cf9cd6f239451cac31aebcf4743229419a82dd8b
 DIST Mojolicious-7.80.tar.gz 718598 BLAKE2B 955fb6253ef2957b9ef6828cd261374fd2f17386c4a426f9a3d73fc734e02f4297d088b70daa8c5e67892d4f4fc491b4a227e7f1420e461f5c2161eac5f0ff19 SHA512 f1149c4675377de09bd6db4355c251f3a8db2a81688a906e80c1978d6854a9d89120b39c824aef49934da48ac29d9e62e28940752ec608084dd2ffeee9116553
+DIST Mojolicious-7.90.tar.gz 750078 BLAKE2B ef215d4789cf8865fee6e188a232fa77974566ed935c1f38cfc9a648b35a44f46bff35cf0c597e0c5b5ec322c25b1e23fcc6085237d0a374fdd275dce3ef9cdf SHA512 e6389e4c30928c9bfdab33571f13dd6cc9abccfffc9e61899ac73af2950bbfe58586cfc987e6303d4d963ae9852a09eb63e02043d3ca2f2f18900274e2a9db09

diff --git a/dev-perl/Mojolicious/Mojolicious-7.900.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.900.0.ebuild
new file mode 100644
index 00000000000..8ce3acad8b2
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-7.900.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SRI
+DIST_VERSION=7.90
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Real-time web framework"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="test minimal"
+RESTRICT="!test? ( test )"
+
+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
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+PERL_RM_FILES=(
+	t/pod.t
+	t/pod_coverage.t
+)

diff --git a/dev-perl/Mojolicious/metadata.xml b/dev-perl/Mojolicious/metadata.xml
index ffc20bdcb87..fbb02e38646 100644
--- a/dev-perl/Mojolicious/metadata.xml
+++ b/dev-perl/Mojolicious/metadata.xml
@@ -36,6 +36,10 @@
     <remote-id type="cpan-module">Mojo::IOLoop::Delay</remote-id>
     <remote-id type="cpan-module">Mojo::IOLoop::Server</remote-id>
     <remote-id type="cpan-module">Mojo::IOLoop::Stream</remote-id>
+    <remote-id type="cpan-module">Mojo::IOLoop::Stream::HTTPClient</remote-id>
+    <remote-id type="cpan-module">Mojo::IOLoop::Stream::HTTPServer</remote-id>
+    <remote-id type="cpan-module">Mojo::IOLoop::Stream::WebSocketClient</remote-id>
+    <remote-id type="cpan-module">Mojo::IOLoop::Stream::WebSocketServer</remote-id>
     <remote-id type="cpan-module">Mojo::IOLoop::Subprocess</remote-id>
     <remote-id type="cpan-module">Mojo::IOLoop::TLS</remote-id>
     <remote-id type="cpan-module">Mojo::JSON</remote-id>


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2020-08-12 23:19 Kent Fredric
  0 siblings, 0 replies; 64+ messages in thread
From: Kent Fredric @ 2020-08-12 23:19 UTC (permalink / raw
  To: gentoo-commits

commit:     1aed3d27ebed09f4747dbfb11deb3311e72465e6
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 23:18:07 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 23:18:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aed3d27

dev-perl/Mojolicious: Bump to version 7.940.0

Upstream:
- Add experimental Mojolicious::Types->{content,file}_type methods
- Fix reply->file helper not trying to set a Content-Type heeder
- Fix Mojolicious::Controller->render not always using
  Mojolicious::Types to find the correct Content-Type value
- Improve Test::Mojo to accept Mojo::File objects for app scripts
- Remove the various stream classes added in 7.83
- Fix Mojo::IOLoop::Stream not being able to call is_readable after a
  timeout event.

Security:
- Upstream indicates that the stream classes added in 7.83 (included in
  gentoo version 7.900.0) result in many Mojo applications being
  unstable, and upstream have declared this as being a potential
  security issue, and remove it.

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-7.940.0.ebuild | 35 +++++++++++++++++++++++++
 dev-perl/Mojolicious/metadata.xml               |  4 ---
 3 files changed, 36 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index 26e01f2cee8..df61672a78f 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -3,3 +3,4 @@ DIST Mojolicious-7.60.tar.gz 708129 BLAKE2B bac0f8ac75255ed6d0597cc2d00eeca9da66
 DIST Mojolicious-7.70.tar.gz 711260 BLAKE2B 0f471c2039b94ad74d60471d879c9993e2dbf16ed23c710c02786ffe6056d613ee4095668d0c34919fc9649815905d4d771cc4adb832ed2b37b3016d6398884e SHA512 2cda5b378d5c1899d78c199c7f1d3439a6fd697ab885bb4d337270256534ec68f9d73267199a6f72e9677049cf9cd6f239451cac31aebcf4743229419a82dd8b
 DIST Mojolicious-7.80.tar.gz 718598 BLAKE2B 955fb6253ef2957b9ef6828cd261374fd2f17386c4a426f9a3d73fc734e02f4297d088b70daa8c5e67892d4f4fc491b4a227e7f1420e461f5c2161eac5f0ff19 SHA512 f1149c4675377de09bd6db4355c251f3a8db2a81688a906e80c1978d6854a9d89120b39c824aef49934da48ac29d9e62e28940752ec608084dd2ffeee9116553
 DIST Mojolicious-7.90.tar.gz 750078 BLAKE2B ef215d4789cf8865fee6e188a232fa77974566ed935c1f38cfc9a648b35a44f46bff35cf0c597e0c5b5ec322c25b1e23fcc6085237d0a374fdd275dce3ef9cdf SHA512 e6389e4c30928c9bfdab33571f13dd6cc9abccfffc9e61899ac73af2950bbfe58586cfc987e6303d4d963ae9852a09eb63e02043d3ca2f2f18900274e2a9db09
+DIST Mojolicious-7.94.tar.gz 747870 BLAKE2B 9a36cdaf8c76a17c424aa08f160189dba0e5c77c8fb7ade559250985872697d5aba7636eb13e587b52063e3159383101a0787945fbb1f7751ac36b49f57c6899 SHA512 60a30e50197c69f2db258afe09419bba4c9086810933e6d2d8ac744b5bea63c20379df78daed5281b76ef33baeedccedc99d09d918329139cf68ac6998acd568

diff --git a/dev-perl/Mojolicious/Mojolicious-7.940.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.940.0.ebuild
new file mode 100644
index 00000000000..a41c10b61d3
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-7.940.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SRI
+DIST_VERSION=7.94
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Real-time web framework"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="test minimal"
+RESTRICT="!test? ( test )"
+
+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
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+PERL_RM_FILES=(
+	t/pod.t
+	t/pod_coverage.t
+)

diff --git a/dev-perl/Mojolicious/metadata.xml b/dev-perl/Mojolicious/metadata.xml
index fbb02e38646..ffc20bdcb87 100644
--- a/dev-perl/Mojolicious/metadata.xml
+++ b/dev-perl/Mojolicious/metadata.xml
@@ -36,10 +36,6 @@
     <remote-id type="cpan-module">Mojo::IOLoop::Delay</remote-id>
     <remote-id type="cpan-module">Mojo::IOLoop::Server</remote-id>
     <remote-id type="cpan-module">Mojo::IOLoop::Stream</remote-id>
-    <remote-id type="cpan-module">Mojo::IOLoop::Stream::HTTPClient</remote-id>
-    <remote-id type="cpan-module">Mojo::IOLoop::Stream::HTTPServer</remote-id>
-    <remote-id type="cpan-module">Mojo::IOLoop::Stream::WebSocketClient</remote-id>
-    <remote-id type="cpan-module">Mojo::IOLoop::Stream::WebSocketServer</remote-id>
     <remote-id type="cpan-module">Mojo::IOLoop::Subprocess</remote-id>
     <remote-id type="cpan-module">Mojo::IOLoop::TLS</remote-id>
     <remote-id type="cpan-module">Mojo::JSON</remote-id>


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2020-08-12 23:38 Kent Fredric
  0 siblings, 0 replies; 64+ messages in thread
From: Kent Fredric @ 2020-08-12 23:38 UTC (permalink / raw
  To: gentoo-commits

commit:     59d5d32bc810eda4d31552bbc381becdce7ae23c
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 23:38:05 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 23:38:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59d5d32b

dev-perl/Mojolicious: Bump to version 8.0.0

- Mojo::URL query method now merges hashes and appends with array
  references, instead of other way around, to preserve appended pair
  order.
- Removed command 'test'
- Move various Mojolicious::Command's to Mojolicious::Command::Author
  - C::cpanify -> CA::cpanify
  - C::generate -> CA::generate
  - C::generate::app -> CA::generate::app
  - C::generate::lite_app -> CA::generate::lite_app
  - C::generate::makefile -> CA::generate::makefile
  - C::generate::plugin -> CA::generate::plugin
  - C::inflate -> CA::inflate
- Remove deprecated Mojo::Content `expect_close` attribute
- Remove deprecated Mojo::IOLoop::Delay `error` and `finish` events
- Mojo::Headers->server_timing no longer experimental
- Mojo::DOM::HTML->{tag_to_html,tag} no longer experimental
- Mojo::IOLoop::Stream->bytes_{read,written} no longer experimental
- `before_server_start` hook no longer experimental
- timing->* helpers no longer experimental
- Add Mojo::Promise->clone
- Add Mojo::File->chmod
- Add Mojo::UserAgent `prepare` event
- Add Mojolicioous::Command::Author default namespace
- Mojo::Promise->{reject,resolve} now usable as class methods
- Reduce memory usage of Mojo::IOLoop::Stream
- Fix bug that prevents permessage-deflate WebSocket compression to work
  with newer chrome versions

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Mojolicious/Manifest                 |  1 +
 dev-perl/Mojolicious/Mojolicious-8.0.0.ebuild | 35 +++++++++++++++++++++++++++
 dev-perl/Mojolicious/metadata.xml             | 15 ++++++------
 3 files changed, 43 insertions(+), 8 deletions(-)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index df61672a78f..1bf52a69d71 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -4,3 +4,4 @@ DIST Mojolicious-7.70.tar.gz 711260 BLAKE2B 0f471c2039b94ad74d60471d879c9993e2db
 DIST Mojolicious-7.80.tar.gz 718598 BLAKE2B 955fb6253ef2957b9ef6828cd261374fd2f17386c4a426f9a3d73fc734e02f4297d088b70daa8c5e67892d4f4fc491b4a227e7f1420e461f5c2161eac5f0ff19 SHA512 f1149c4675377de09bd6db4355c251f3a8db2a81688a906e80c1978d6854a9d89120b39c824aef49934da48ac29d9e62e28940752ec608084dd2ffeee9116553
 DIST Mojolicious-7.90.tar.gz 750078 BLAKE2B ef215d4789cf8865fee6e188a232fa77974566ed935c1f38cfc9a648b35a44f46bff35cf0c597e0c5b5ec322c25b1e23fcc6085237d0a374fdd275dce3ef9cdf SHA512 e6389e4c30928c9bfdab33571f13dd6cc9abccfffc9e61899ac73af2950bbfe58586cfc987e6303d4d963ae9852a09eb63e02043d3ca2f2f18900274e2a9db09
 DIST Mojolicious-7.94.tar.gz 747870 BLAKE2B 9a36cdaf8c76a17c424aa08f160189dba0e5c77c8fb7ade559250985872697d5aba7636eb13e587b52063e3159383101a0787945fbb1f7751ac36b49f57c6899 SHA512 60a30e50197c69f2db258afe09419bba4c9086810933e6d2d8ac744b5bea63c20379df78daed5281b76ef33baeedccedc99d09d918329139cf68ac6998acd568
+DIST Mojolicious-8.0.tar.gz 748351 BLAKE2B d1fb38dbe26561247050d07b6108fe423921d119f5823915d921df2d390acd39561c9afcfe7c58bb49c419b167de710ce08409a2cba5225ea36aa12cce7a2fe7 SHA512 19126a663c52a45f1f32354567b97922453b542073308d2b7288f9deb568f598a2e7ed5b6db377bcb152437c942ed47f8fd805fae80d3f54db02d3a7160cc94e

diff --git a/dev-perl/Mojolicious/Mojolicious-8.0.0.ebuild b/dev-perl/Mojolicious/Mojolicious-8.0.0.ebuild
new file mode 100644
index 00000000000..a18b0a7292d
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-8.0.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SRI
+DIST_VERSION=8.0
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Real-time web framework"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="test minimal"
+RESTRICT="!test? ( test )"
+
+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
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+PERL_RM_FILES=(
+	t/pod.t
+	t/pod_coverage.t
+)

diff --git a/dev-perl/Mojolicious/metadata.xml b/dev-perl/Mojolicious/metadata.xml
index ffc20bdcb87..50f5ae6ee23 100644
--- a/dev-perl/Mojolicious/metadata.xml
+++ b/dev-perl/Mojolicious/metadata.xml
@@ -75,21 +75,20 @@
     <remote-id type="cpan-module">Mojo::WebSocket</remote-id>
     <remote-id type="cpan-module">Mojolicious</remote-id>
     <remote-id type="cpan-module">Mojolicious::Command</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Command::Author::cpanify</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Command::Author::generate</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Command::Author::generate::app</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Command::Author::generate::lite_app</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Command::Author::generate::makefile</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Command::Author::generate::plugin</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Command::Author::inflate</remote-id>
     <remote-id type="cpan-module">Mojolicious::Command::cgi</remote-id>
-    <remote-id type="cpan-module">Mojolicious::Command::cpanify</remote-id>
     <remote-id type="cpan-module">Mojolicious::Command::daemon</remote-id>
     <remote-id type="cpan-module">Mojolicious::Command::eval</remote-id>
-    <remote-id type="cpan-module">Mojolicious::Command::generate</remote-id>
-    <remote-id type="cpan-module">Mojolicious::Command::generate::app</remote-id>
-    <remote-id type="cpan-module">Mojolicious::Command::generate::lite_app</remote-id>
-    <remote-id type="cpan-module">Mojolicious::Command::generate::makefile</remote-id>
-    <remote-id type="cpan-module">Mojolicious::Command::generate::plugin</remote-id>
     <remote-id type="cpan-module">Mojolicious::Command::get</remote-id>
-    <remote-id type="cpan-module">Mojolicious::Command::inflate</remote-id>
     <remote-id type="cpan-module">Mojolicious::Command::prefork</remote-id>
     <remote-id type="cpan-module">Mojolicious::Command::psgi</remote-id>
     <remote-id type="cpan-module">Mojolicious::Command::routes</remote-id>
-    <remote-id type="cpan-module">Mojolicious::Command::test</remote-id>
     <remote-id type="cpan-module">Mojolicious::Command::version</remote-id>
     <remote-id type="cpan-module">Mojolicious::Commands</remote-id>
     <remote-id type="cpan-module">Mojolicious::Controller</remote-id>


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2020-08-13  0:11 Kent Fredric
  0 siblings, 0 replies; 64+ messages in thread
From: Kent Fredric @ 2020-08-13  0:11 UTC (permalink / raw
  To: gentoo-commits

commit:     ac7446c356a77de820a46add765aed8196b773b3
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 00:10:59 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 00:10:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac7446c3

dev-perl/Mojolicious: Bump to version 8.100.0

Upstream:
- Update to jQuery 3.3.1
- Fix order of command namespaces for a problem not relevant to Gentoo
- Fix excessive pickyness in TLS test
- Deprecate Mojo::Transaction::success in favour of
  Mojo::Transaction::{result,error}
- Add gzip compression support in dynamically generated responses via
  renderer->compress(1)
- Add experimental Mojolicious::Renderer `compress` attribute.
- Add experimental Mojolicious::renderer->respond
- Add Mojo::Message->save_to
- Add Mojo::ByteStream->{gzip,gunzip}
- Add Mojo::Util->{gzip,gunzip}
- Mojo::DOM::HTML improved HTML5.2 compliance.
- Fix Mojo::Transaction::HTTP preventing `finish` event emission from
  Mojo::Message::Request
- Fix Mojo::Promise not weakening reference in `ioloop` attribute after
  construction
- Fix `is_fresh` helper only handling If-None-match headers with a
  single etag value
- Add support for weak reference accessors in Mojo::Base
- Require newer List::Util for `set_subname`
- Fix bug in Mojo::UserAgent creating request timeouts twice
- Mojo::Exception now includes a stack trace in verbose output
- Mojo::Types now uses correct MIME types for woff and woff2 files
- Add experimental Mojo::DynamicMethods module
- Replace all uses of AUTOLOAD with faster alternative, making helpers
  400% faster and stacktraces contain more information
- Mojolicious "status" server method no longer experimental
- Deprecate Plugin::PODRenderer in favour of CPAN alternatives
- Deprecate Mojo::Home::mojo_lib_dir
- Replace `continue,flash,redirect_to,respond_to` and validation methods
  in Mojolicious::Controller with Plugin::DefaultHelpers helpers
- Add Mojo::IOLoop::Subprocess->progress
- Add Mojo::IOLoop::Subprocess `progress` event
- Mojo::Log log methods now accept closures to only generate content on
  demand, to avoid expensive debug code on production
- Mojo::Log now uses time format "YYYY-MM-DD HH:mm:ss.ssssss" and
  includes process-id in log messages
- Mojolicious now up to 10% more performant overall due to improved
  logging efficiency
- Fix problem building templates where an image was missing
- Fix debug log messages being generated for static files
- Fix Mojo::Server::Morbo preventing before_server_start hook gettting
  triggered
- Add Mojo::File->touch
- Add Mojo::File->stat
- Add Mojo::file->list_tree `max_depth` option
- Add Mojo::IOLoop `reset` event
- Add Mojo::ByteStream->split `limit` argument

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-8.100.0.ebuild | 35 +++++++++++++++++++++++++
 dev-perl/Mojolicious/metadata.xml               |  1 +
 3 files changed, 37 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index 1bf52a69d71..7aa24bf3fcf 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -5,3 +5,4 @@ DIST Mojolicious-7.80.tar.gz 718598 BLAKE2B 955fb6253ef2957b9ef6828cd261374fd2f1
 DIST Mojolicious-7.90.tar.gz 750078 BLAKE2B ef215d4789cf8865fee6e188a232fa77974566ed935c1f38cfc9a648b35a44f46bff35cf0c597e0c5b5ec322c25b1e23fcc6085237d0a374fdd275dce3ef9cdf SHA512 e6389e4c30928c9bfdab33571f13dd6cc9abccfffc9e61899ac73af2950bbfe58586cfc987e6303d4d963ae9852a09eb63e02043d3ca2f2f18900274e2a9db09
 DIST Mojolicious-7.94.tar.gz 747870 BLAKE2B 9a36cdaf8c76a17c424aa08f160189dba0e5c77c8fb7ade559250985872697d5aba7636eb13e587b52063e3159383101a0787945fbb1f7751ac36b49f57c6899 SHA512 60a30e50197c69f2db258afe09419bba4c9086810933e6d2d8ac744b5bea63c20379df78daed5281b76ef33baeedccedc99d09d918329139cf68ac6998acd568
 DIST Mojolicious-8.0.tar.gz 748351 BLAKE2B d1fb38dbe26561247050d07b6108fe423921d119f5823915d921df2d390acd39561c9afcfe7c58bb49c419b167de710ce08409a2cba5225ea36aa12cce7a2fe7 SHA512 19126a663c52a45f1f32354567b97922453b542073308d2b7288f9deb568f598a2e7ed5b6db377bcb152437c942ed47f8fd805fae80d3f54db02d3a7160cc94e
+DIST Mojolicious-8.10.tar.gz 754007 BLAKE2B 2ac7887e431598e7347999180a5d9e46c76a42cb9e2452645ece188055a2a27608c6398a18045356e1d87489e63d95358fa4e16e8d3d3bb310cd40867bd25586 SHA512 e2cee767f6aba83668fd2c0c13a5aa7e11bbd07d42f7e7633cef3657705265066b787c62c23da9faf66f1110196412bec9e06584fc7790e14f73dbe46dc67c0f

diff --git a/dev-perl/Mojolicious/Mojolicious-8.100.0.ebuild b/dev-perl/Mojolicious/Mojolicious-8.100.0.ebuild
new file mode 100644
index 00000000000..f850e8586fd
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-8.100.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SRI
+DIST_VERSION=8.10
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Real-time web framework"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="test minimal"
+RESTRICT="!test? ( test )"
+
+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-Scalar-List-Utils-1.410.0
+	>=virtual/perl-Time-Local-1.200.0
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+PERL_RM_FILES=(
+	t/pod.t
+	t/pod_coverage.t
+)

diff --git a/dev-perl/Mojolicious/metadata.xml b/dev-perl/Mojolicious/metadata.xml
index 50f5ae6ee23..11b2493d128 100644
--- a/dev-perl/Mojolicious/metadata.xml
+++ b/dev-perl/Mojolicious/metadata.xml
@@ -25,6 +25,7 @@
     <remote-id type="cpan-module">Mojo::DOM::CSS</remote-id>
     <remote-id type="cpan-module">Mojo::DOM::HTML</remote-id>
     <remote-id type="cpan-module">Mojo::Date</remote-id>
+    <remote-id type="cpan-module">Mojo::DynamicMethods</remote-id>
     <remote-id type="cpan-module">Mojo::EventEmitter</remote-id>
     <remote-id type="cpan-module">Mojo::Exception</remote-id>
     <remote-id type="cpan-module">Mojo::File</remote-id>


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2020-08-13  0:33 Kent Fredric
  0 siblings, 0 replies; 64+ messages in thread
From: Kent Fredric @ 2020-08-13  0:33 UTC (permalink / raw
  To: gentoo-commits

commit:     f4280839474c1bad3a247e0329a91489e5bbe5dc
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 00:33:23 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 00:33:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4280839

dev-perl/Mojolicious: Bump to version 8.200.0

Upstream:
- Add experimental SameSite cookie support.
- Add `samesite` attribute to Mojo::Cookie::Response and
  Mojolicious::Cookies
- Add Mojo::File->lstat
- Add Mojo::File->remove
- Improve `eval` command with support for promises
- Improve Mojo::JSON::Pointer to ignore many invalid JSON pointers
- Add experimental Mojo::Promise->timeout
- Remove deprecated Plugin::PODRenderer
- Remove deprecated Mojo::Home->mojo_lib_dir
- Fix warning in Mojo::Log
- Add experimental Mojo::Promise->map
- Add experimentla Mojolicious::Renderer->min_compress_size
- Now also signs the cookie name when using signed cookies.
- Mojo::IOLoop::Server no longer checks if listen sockets are writable
- Add experimental Mojo::Promise->timer
- Add Test::Mojo->header_exists{,_not}
- Fix Mojo::Promise's finally callback being passed a value which is
  incompatible with JavaScript API
- Fix Mojo::Promise `finally` being able to change promise values
- Fix merge in Mojo::Parameters losing multiple values with the same
  shared name.
- Update jQuery to 3.4.0
- Mojo::Promise->wait no longer affected by manually stopped event loops
- Fix Mojo::Promise->new not accepting a passed callback for wrapping
  continuation-passing style APIs
- Mojo::Headers now rejects characters in header values that would
  corrupt the HTTP message
- Mojo::Util `getopt` now behaves more like `GetOptionsFromArray`
- Fix Mojo::UserAgent request timeouts not working for keep-alive
  requests.
- Deprecate using config stash values and $config variable in templates
  used by Plugin::Config.
- Deprecate Mojo::Collection::slice
- Add experimental proxy->{get_p,post_p,start_p} helpers to
  Plugin::DefaultHelpers
- Add experimental Mojo::Headers->dehop
- Add experimental Mojo::IOLoop::Stream->{bytes_waiting,can_write}
- Add experimental Mojo::IOLoop::Stream `high_water_mark` attribute.
- Updated bundled TLS certificate
- Mojo::Base flags no longer required in a certain order
- Mojo::Headers clone performance 100% faster.
- Improved streaming performance
- Fix typo in Mojo::Message::Response 425 status message.
- Fix missing deprecation warning in Mojo::Promise
- Deprecate Mojo::Exception::verbose
- Add experimental Mojo::Exception->{check,raise}
- `generate plugin` command now accepts `-f` argument.
- Mojo::Exception->inspect now safe to call more than once.
- Fix various Mojo::Exception stack trace formatting bugs
- Fix Mojo::Sever daemonize exception handling
- Mojo::Exception check function now matches regex against stringified
  exception objects as well
- Mojolicious::Validator `num` check now accepts negative numbers

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-8.200.0.ebuild | 35 +++++++++++++++++++++++++
 dev-perl/Mojolicious/metadata.xml               |  1 -
 3 files changed, 36 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index 7aa24bf3fcf..cc58b87124c 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -6,3 +6,4 @@ DIST Mojolicious-7.90.tar.gz 750078 BLAKE2B ef215d4789cf8865fee6e188a232fa779745
 DIST Mojolicious-7.94.tar.gz 747870 BLAKE2B 9a36cdaf8c76a17c424aa08f160189dba0e5c77c8fb7ade559250985872697d5aba7636eb13e587b52063e3159383101a0787945fbb1f7751ac36b49f57c6899 SHA512 60a30e50197c69f2db258afe09419bba4c9086810933e6d2d8ac744b5bea63c20379df78daed5281b76ef33baeedccedc99d09d918329139cf68ac6998acd568
 DIST Mojolicious-8.0.tar.gz 748351 BLAKE2B d1fb38dbe26561247050d07b6108fe423921d119f5823915d921df2d390acd39561c9afcfe7c58bb49c419b167de710ce08409a2cba5225ea36aa12cce7a2fe7 SHA512 19126a663c52a45f1f32354567b97922453b542073308d2b7288f9deb568f598a2e7ed5b6db377bcb152437c942ed47f8fd805fae80d3f54db02d3a7160cc94e
 DIST Mojolicious-8.10.tar.gz 754007 BLAKE2B 2ac7887e431598e7347999180a5d9e46c76a42cb9e2452645ece188055a2a27608c6398a18045356e1d87489e63d95358fa4e16e8d3d3bb310cd40867bd25586 SHA512 e2cee767f6aba83668fd2c0c13a5aa7e11bbd07d42f7e7633cef3657705265066b787c62c23da9faf66f1110196412bec9e06584fc7790e14f73dbe46dc67c0f
+DIST Mojolicious-8.20.tar.gz 764063 BLAKE2B 846bb3cfeac502d808f28f26921a73e09587df9a792ffb737cce9f8d2cdd5224f563a79aebdae67f8df50fee8bade687e875cf056510d26960b7852aad128326 SHA512 d5d178b428fc9df815106811c197f886845591819228aad2ef14cb6fad8c82e04479d434b4e4c7d2da042d868d624de7f2a0381ff0d1f82b7b60638feb4174d3

diff --git a/dev-perl/Mojolicious/Mojolicious-8.200.0.ebuild b/dev-perl/Mojolicious/Mojolicious-8.200.0.ebuild
new file mode 100644
index 00000000000..dba99a5d450
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-8.200.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SRI
+DIST_VERSION=8.20
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Real-time web framework"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="test minimal"
+RESTRICT="!test? ( test )"
+
+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-Scalar-List-Utils-1.410.0
+	>=virtual/perl-Time-Local-1.200.0
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+PERL_RM_FILES=(
+	t/pod.t
+	t/pod_coverage.t
+)

diff --git a/dev-perl/Mojolicious/metadata.xml b/dev-perl/Mojolicious/metadata.xml
index 11b2493d128..c756b793a80 100644
--- a/dev-perl/Mojolicious/metadata.xml
+++ b/dev-perl/Mojolicious/metadata.xml
@@ -102,7 +102,6 @@
     <remote-id type="cpan-module">Mojolicious::Plugin::HeaderCondition</remote-id>
     <remote-id type="cpan-module">Mojolicious::Plugin::JSONConfig</remote-id>
     <remote-id type="cpan-module">Mojolicious::Plugin::Mount</remote-id>
-    <remote-id type="cpan-module">Mojolicious::Plugin::PODRenderer</remote-id>
     <remote-id type="cpan-module">Mojolicious::Plugin::TagHelpers</remote-id>
     <remote-id type="cpan-module">Mojolicious::Plugins</remote-id>
     <remote-id type="cpan-module">Mojolicious::Renderer</remote-id>


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2020-08-13  0:44 Kent Fredric
  0 siblings, 0 replies; 64+ messages in thread
From: Kent Fredric @ 2020-08-13  0:44 UTC (permalink / raw
  To: gentoo-commits

commit:     cc885d37855f057d1bd8defe1d2916e1f824ca24
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 00:44:18 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 00:44:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc885d37

dev-perl/Mojolicious: Bump to version 8.300.0

Upstream:
- *un*deprecate Mojo::Exception::verbose
- add ENV var MOJO_EXCEPTION_VERBOSE
- Built in templates now use the same stacktrace format as
  Mojo::Exception
- Fix Mojo::Exception not correctly stringifying messages ending with
  "\n"
- Mojo::Exception now appends file and line number to stringified
  exceptions that do not end with a "\n"
- Update Cpanel::JSON::XS requirement to 4.09 for duplicate keys support
- Add Mojo::Collection->{head,tail}
- Mojo::File no longer allows undefined values in paths
- Add experimental Mojo::Log->context
- Add experimental Mojo::IOLoop::Subprocess `cleanup` event
- Add `log` helper to Plugin::DefaultHelpers
- Log messages generated by Mojolicious now include request_id's where
  possible
- Add Mojo::File::curfile
- Remove deprecated Mojo::Collection->slice
- Move HTML entities from Mojo::Util to a seperate file
- Event loop state determination in Reactor::EV now more consistent with
  Reactor::Poll
- Add experimental `before_command` hook
- Add experimental Mojo::Util::scope_guard
- Mojo::Log->context no longer experimental
- Default Mojolicious::Types content_type MIME type is now
  `application/octet-stream`
- Add experimental async/await support with `Mojo::Base -async`
- Add experimental Mojo::Promise->{all_settled,any}

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-8.300.0.ebuild | 35 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index cc58b87124c..44decfd79a9 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -7,3 +7,4 @@ DIST Mojolicious-7.94.tar.gz 747870 BLAKE2B 9a36cdaf8c76a17c424aa08f160189dba0e5
 DIST Mojolicious-8.0.tar.gz 748351 BLAKE2B d1fb38dbe26561247050d07b6108fe423921d119f5823915d921df2d390acd39561c9afcfe7c58bb49c419b167de710ce08409a2cba5225ea36aa12cce7a2fe7 SHA512 19126a663c52a45f1f32354567b97922453b542073308d2b7288f9deb568f598a2e7ed5b6db377bcb152437c942ed47f8fd805fae80d3f54db02d3a7160cc94e
 DIST Mojolicious-8.10.tar.gz 754007 BLAKE2B 2ac7887e431598e7347999180a5d9e46c76a42cb9e2452645ece188055a2a27608c6398a18045356e1d87489e63d95358fa4e16e8d3d3bb310cd40867bd25586 SHA512 e2cee767f6aba83668fd2c0c13a5aa7e11bbd07d42f7e7633cef3657705265066b787c62c23da9faf66f1110196412bec9e06584fc7790e14f73dbe46dc67c0f
 DIST Mojolicious-8.20.tar.gz 764063 BLAKE2B 846bb3cfeac502d808f28f26921a73e09587df9a792ffb737cce9f8d2cdd5224f563a79aebdae67f8df50fee8bade687e875cf056510d26960b7852aad128326 SHA512 d5d178b428fc9df815106811c197f886845591819228aad2ef14cb6fad8c82e04479d434b4e4c7d2da042d868d624de7f2a0381ff0d1f82b7b60638feb4174d3
+DIST Mojolicious-8.30.tar.gz 772067 BLAKE2B b7f21b780a113aea3978968979e67442664104b15c6711d7f68d2dcb068fbb005135acf1845b0aeb4d43c2158672aab853aa862ba2ed1889242266c9ce80733f SHA512 1823a095df339ccdfe74395bb3066627bd5e2a4e9e1b8d907ff716ef511bd834e09c0aa703a1e51f675d2125f2848a25fa4efb2f48f9c5dcbe1dc8a1d0c48ff5

diff --git a/dev-perl/Mojolicious/Mojolicious-8.300.0.ebuild b/dev-perl/Mojolicious/Mojolicious-8.300.0.ebuild
new file mode 100644
index 00000000000..d2daab52837
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-8.300.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SRI
+DIST_VERSION=8.30
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Real-time web framework"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="test minimal"
+RESTRICT="!test? ( test )"
+
+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-Scalar-List-Utils-1.410.0
+	>=virtual/perl-Time-Local-1.200.0
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+PERL_RM_FILES=(
+	t/pod.t
+	t/pod_coverage.t
+)


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2020-08-13  1:41 Kent Fredric
  0 siblings, 0 replies; 64+ messages in thread
From: Kent Fredric @ 2020-08-13  1:41 UTC (permalink / raw
  To: gentoo-commits

commit:     7342ca9d8b694a94fbe478e513eeb0217d878e61
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 01:41:05 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 01:41:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7342ca9d

dev-perl/Mojolicious: Bump to version 8.400.0

Upstream:
- Add Test::Mojo->attr_{is,isnt,like,unlike}
- Mojolicious::Static->is_fresh now supports weak etags
- Mojo::Base `-async` now `-async_await` due to fun parsing problems in
  perl.
- Fix Mojo::Base where `-async_await` would not load Mojo::Promise
- Add experimental Mojo::Util->humanize_bytes
- Add experimental Mojo::ByteStream->humanize_bytes
- Update Future::AsyncAwait requirement to 0.36 for tests
- Plugin::DefaultHelpers proxy->{get,post,start}_p no longer
  experimental
- Mojolicious::Renderer->{compress,min_compress_size} no longer
  experimental
- Mojo::IOLoop::Stream `high_water_mark` no longer experimental
- Mojolicious::Renderer->respond no longer experimental
- Mojo::IOLoop::Stream->{bytes_waiting,can_write} no longer experimental
- Mojo::Headers->dehop no longer experimental
- Mojo::Util->scope_guard no longer experimental
- Mojolicious::Validator size check now only requires one argument
- Mojolicious::Validator now properly validates empty strings instead of
  ingoring them.
- Fix plugin generator to not use an __END__ section
- Add Mojolicious::Validator `not_empty` filter
- Add Test::Mojo `handler` attribute
- Add Test::Mojo->test
- Improve extension testing in Test::Mojo
- Improve uniqueness of `request_id` in Mojo::Message::Request
- Add Mojo::Server::Daemon->keep_alive_timeout
- Add `-k` option to daemon and prefork commands.
- Add `keep_alive_timeout` setting to Hypnotoad
- Increase default timeouts
- Improve timeout setting peformance in Mojo::IOLoop::Stream
- Improve ->again in various reactors to allow changing invocation time
  of active timers.
- Fix support for 425 status in Mojo::Message::Response
- Add Mojo::IOLoop::Subprocess->run_p
- Fix Mojo::Server::Daemon getting keep-alive timeout instead of
  inactivity timeout on active connections.
- Fix Mojo::UserAgent race condition where test servers would disconnect
  prematurely.
- Fix support for disabling inactivity timeout in Mojo::UserAgent

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-8.400.0.ebuild | 35 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index 44decfd79a9..7e4fa2a64a5 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -8,3 +8,4 @@ DIST Mojolicious-8.0.tar.gz 748351 BLAKE2B d1fb38dbe26561247050d07b6108fe423921d
 DIST Mojolicious-8.10.tar.gz 754007 BLAKE2B 2ac7887e431598e7347999180a5d9e46c76a42cb9e2452645ece188055a2a27608c6398a18045356e1d87489e63d95358fa4e16e8d3d3bb310cd40867bd25586 SHA512 e2cee767f6aba83668fd2c0c13a5aa7e11bbd07d42f7e7633cef3657705265066b787c62c23da9faf66f1110196412bec9e06584fc7790e14f73dbe46dc67c0f
 DIST Mojolicious-8.20.tar.gz 764063 BLAKE2B 846bb3cfeac502d808f28f26921a73e09587df9a792ffb737cce9f8d2cdd5224f563a79aebdae67f8df50fee8bade687e875cf056510d26960b7852aad128326 SHA512 d5d178b428fc9df815106811c197f886845591819228aad2ef14cb6fad8c82e04479d434b4e4c7d2da042d868d624de7f2a0381ff0d1f82b7b60638feb4174d3
 DIST Mojolicious-8.30.tar.gz 772067 BLAKE2B b7f21b780a113aea3978968979e67442664104b15c6711d7f68d2dcb068fbb005135acf1845b0aeb4d43c2158672aab853aa862ba2ed1889242266c9ce80733f SHA512 1823a095df339ccdfe74395bb3066627bd5e2a4e9e1b8d907ff716ef511bd834e09c0aa703a1e51f675d2125f2848a25fa4efb2f48f9c5dcbe1dc8a1d0c48ff5
+DIST Mojolicious-8.40.tar.gz 776844 BLAKE2B 6fc2224d55c625cea4eae39fe440903a3924054f07755512f9d6ce7c17aec5152da8999a5de0a30f71a8deab931bd781374c4a0929f7fd65cb3dea5d0a1a89a4 SHA512 7a086f2d195798acb0697595575860ceb111a0d22062637e48fec087b2de19a504425d626b9fa2d4b3bb2ba3d6f63dc703e5acb8a3bd39ba73ea452e07d1c1dc

diff --git a/dev-perl/Mojolicious/Mojolicious-8.400.0.ebuild b/dev-perl/Mojolicious/Mojolicious-8.400.0.ebuild
new file mode 100644
index 00000000000..6032506e0d9
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-8.400.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SRI
+DIST_VERSION=8.40
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Real-time web framework"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="test minimal"
+RESTRICT="!test? ( test )"
+
+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-Scalar-List-Utils-1.410.0
+	>=virtual/perl-Time-Local-1.200.0
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+PERL_RM_FILES=(
+	t/pod.t
+	t/pod_coverage.t
+)


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2020-08-13  2:25 Kent Fredric
  0 siblings, 0 replies; 64+ messages in thread
From: Kent Fredric @ 2020-08-13  2:25 UTC (permalink / raw
  To: gentoo-commits

commit:     15eee19e9de58906443539c515f28cd83a84201a
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 02:22:47 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 02:23:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15eee19e

dev-perl/Mojolicious: Bump to version 8.500.0

Upstream:
- Make minimum Perl 5.16
- Mojo::Base now enables various perl 5.16 features.
- Handle Mojolicious::Command invocation to make "mojo generate
  lite_app" work like "mojo generate lite-app"
- Add experimental Mojo::DOM::CSS ':any-link' pseudo-class support
- Add experimental Mojo::DOM::CSS case-sensitive attribute selectors
  like [foo="bar" s]
- Mojo::DOM::CSSS rename of experimental ":matches" to ":is"
- Fix security issue allowing _method query params to be used with GET
  requests
- Remove deprecated argument handling in Mojo::Promise->new
- Mojo::Promise->all_settled no longer experimental
- Mojolicious::Types {content,file}_types no longer experimental
- Mojo::IOLoop::Subprocess 'cleanup' event no longer experimental
- Mojo::IOLoop::Subprocess now uses JSON for IPC serialization instead
  of Storable, for efficiency.
- Add Mojo::IOLoop::Subprocess->exit_code
- Mojo::Promise now warns when an unhandled rejected promise is
  destroyed
- Don't unnecessarily create new promises in Mojo::Promise->resolve
- Fix a promise chaining bug in Mojo::Promise

Security:
- Previous versions permitted an HTTP GET request to pass a query
  parameter _method=POST, and the code would then get routed through the
  POST handler, even though the security models for allowing POST and
  GET can be quite different, especially if you're trying to prevent
  people make XSS attacks on your domain.
  https://github.com/mojolicious/mojo/commit/3c1c99a7131a1419d8d355a6083c31a7f9ca7ba0

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-8.500.0.ebuild | 33 +++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index 7e4fa2a64a5..f92d900c9dc 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -9,3 +9,4 @@ DIST Mojolicious-8.10.tar.gz 754007 BLAKE2B 2ac7887e431598e7347999180a5d9e46c76a
 DIST Mojolicious-8.20.tar.gz 764063 BLAKE2B 846bb3cfeac502d808f28f26921a73e09587df9a792ffb737cce9f8d2cdd5224f563a79aebdae67f8df50fee8bade687e875cf056510d26960b7852aad128326 SHA512 d5d178b428fc9df815106811c197f886845591819228aad2ef14cb6fad8c82e04479d434b4e4c7d2da042d868d624de7f2a0381ff0d1f82b7b60638feb4174d3
 DIST Mojolicious-8.30.tar.gz 772067 BLAKE2B b7f21b780a113aea3978968979e67442664104b15c6711d7f68d2dcb068fbb005135acf1845b0aeb4d43c2158672aab853aa862ba2ed1889242266c9ce80733f SHA512 1823a095df339ccdfe74395bb3066627bd5e2a4e9e1b8d907ff716ef511bd834e09c0aa703a1e51f675d2125f2848a25fa4efb2f48f9c5dcbe1dc8a1d0c48ff5
 DIST Mojolicious-8.40.tar.gz 776844 BLAKE2B 6fc2224d55c625cea4eae39fe440903a3924054f07755512f9d6ce7c17aec5152da8999a5de0a30f71a8deab931bd781374c4a0929f7fd65cb3dea5d0a1a89a4 SHA512 7a086f2d195798acb0697595575860ceb111a0d22062637e48fec087b2de19a504425d626b9fa2d4b3bb2ba3d6f63dc703e5acb8a3bd39ba73ea452e07d1c1dc
+DIST Mojolicious-8.50.tar.gz 777007 BLAKE2B 858e7b1f8133ba093e025f9de2f27958063e18eb6f5b09c9928ad2533ef2de19b753e44dc8c3d23f63c4f6b80009c7caaafcdfb419c7b687bec806618d9290c2 SHA512 29864baefb9c7786c77e371c6e29a8f811e434815c07ea265804431cbe37ed8bfcbb7b8bd6a0cfd45ae5aca8e53225121d9f30cd46cac1e6e87ae042d791c6b5

diff --git a/dev-perl/Mojolicious/Mojolicious-8.500.0.ebuild b/dev-perl/Mojolicious/Mojolicious-8.500.0.ebuild
new file mode 100644
index 00000000000..c5d8b955cc6
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-8.500.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SRI
+DIST_VERSION=8.50
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Real-time web framework"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="test minimal"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	!minimal? (
+		>=dev-perl/EV-4.0.0
+	)
+	>=virtual/perl-IO-Socket-IP-0.370.0
+	>=virtual/perl-Scalar-List-Utils-1.410.0
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+PERL_RM_FILES=(
+	t/pod.t
+	t/pod_coverage.t
+)


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2020-08-13  2:49 Kent Fredric
  0 siblings, 0 replies; 64+ messages in thread
From: Kent Fredric @ 2020-08-13  2:49 UTC (permalink / raw
  To: gentoo-commits

commit:     34a5885d1e885fc2ed46a97021d4916bf9495618
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 02:48:03 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 02:48:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34a5885d

dev-perl/Mojolicious: Bump to version 8.570.0

- Fix LICENSE
- Include Cpanel-JSON-XS dep w/o USE=minimal, as it gives a perf benefit
  for JSON code, and JSON is now used in the IPC channel, so this
  probably helps a lot.

Upstream:
- Improve Mojo::Promise->map efficiency
- Fix Mojo::Asset::Memory not changing temporary directory in `upgrade`
  event.
- Add experimental Mojo::File->extname
- Fix Mojolicious::Types considering 'dotfiles' to be file extensions
- Add experimental Mojo::DOM::CSS support for ":scope" and ":has"
  pseudo-classes
- Fix Mojo::DOM parsing `select` and `ruby` elements incorrectly
- Fix Mojo::UserAgent::Transactor not inheriting compression settings
  across redirects.
- Fix Mojolicious templates not being able to use 'continue;' perl
  keyword.
- Fix Mojo::DOM::CSS failing to parse valid selectors
- Fix "% end, begin" not working in Mojo::Template
- Add support for YAML config files
- Add module Plugin::NotYAMLConfig
- `app` generator command now can use YAML config file
- Fix proxy helpers ignoring response content in some cases
- Fix Test::Mojo::attr_is with false value comparisons.
- `app` and `lite_app` generators now use templates with sub sigs

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild | 34 +++++++++++++++++++++++++
 dev-perl/Mojolicious/metadata.xml               |  1 +
 3 files changed, 36 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index f92d900c9dc..7152e1a7e71 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -10,3 +10,4 @@ DIST Mojolicious-8.20.tar.gz 764063 BLAKE2B 846bb3cfeac502d808f28f26921a73e09587
 DIST Mojolicious-8.30.tar.gz 772067 BLAKE2B b7f21b780a113aea3978968979e67442664104b15c6711d7f68d2dcb068fbb005135acf1845b0aeb4d43c2158672aab853aa862ba2ed1889242266c9ce80733f SHA512 1823a095df339ccdfe74395bb3066627bd5e2a4e9e1b8d907ff716ef511bd834e09c0aa703a1e51f675d2125f2848a25fa4efb2f48f9c5dcbe1dc8a1d0c48ff5
 DIST Mojolicious-8.40.tar.gz 776844 BLAKE2B 6fc2224d55c625cea4eae39fe440903a3924054f07755512f9d6ce7c17aec5152da8999a5de0a30f71a8deab931bd781374c4a0929f7fd65cb3dea5d0a1a89a4 SHA512 7a086f2d195798acb0697595575860ceb111a0d22062637e48fec087b2de19a504425d626b9fa2d4b3bb2ba3d6f63dc703e5acb8a3bd39ba73ea452e07d1c1dc
 DIST Mojolicious-8.50.tar.gz 777007 BLAKE2B 858e7b1f8133ba093e025f9de2f27958063e18eb6f5b09c9928ad2533ef2de19b753e44dc8c3d23f63c4f6b80009c7caaafcdfb419c7b687bec806618d9290c2 SHA512 29864baefb9c7786c77e371c6e29a8f811e434815c07ea265804431cbe37ed8bfcbb7b8bd6a0cfd45ae5aca8e53225121d9f30cd46cac1e6e87ae042d791c6b5
+DIST Mojolicious-8.58.tar.gz 778040 BLAKE2B 80e36b370a89fc3712332e8322a4ef3083a82a2cf1bc798b7a48ee9afec17a19adb2c45774dd0588807f78aefcf147f28fe50c97fe4a66a71d652027931fc37e SHA512 bcd923955253e2d5b4b6dbef919dd3a960189f5724561232543cb0b5ae9e700fecea04851dd87092e04c22d6039940c45985eb23baa7977c794dc90bc58d0643

diff --git a/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild b/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild
new file mode 100644
index 00000000000..343d4f6cb0d
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SRI
+DIST_VERSION=8.58
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+LICENSE="Artistic-2"
+DESCRIPTION="Real-time web framework"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="test minimal"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	!minimal? (
+		>=dev-perl/Cpanel-JSON-XS-4.90.0
+		>=dev-perl/EV-4.0.0
+	)
+	>=virtual/perl-IO-Socket-IP-0.370.0
+	>=virtual/perl-Scalar-List-Utils-1.410.0
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+PERL_RM_FILES=(
+	t/pod.t
+	t/pod_coverage.t
+)

diff --git a/dev-perl/Mojolicious/metadata.xml b/dev-perl/Mojolicious/metadata.xml
index c756b793a80..31e0a6ff8c2 100644
--- a/dev-perl/Mojolicious/metadata.xml
+++ b/dev-perl/Mojolicious/metadata.xml
@@ -102,6 +102,7 @@
     <remote-id type="cpan-module">Mojolicious::Plugin::HeaderCondition</remote-id>
     <remote-id type="cpan-module">Mojolicious::Plugin::JSONConfig</remote-id>
     <remote-id type="cpan-module">Mojolicious::Plugin::Mount</remote-id>
+    <remote-id type="cpan-module">Mojolicious::Plugin::NotYAMLConfig</remote-id>
     <remote-id type="cpan-module">Mojolicious::Plugin::TagHelpers</remote-id>
     <remote-id type="cpan-module">Mojolicious::Plugins</remote-id>
     <remote-id type="cpan-module">Mojolicious::Renderer</remote-id>


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2021-07-08 19:33 Andreas K. Hüttel
  0 siblings, 0 replies; 64+ messages in thread
From: Andreas K. Hüttel @ 2021-07-08 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     7fff08943785e7bf1b9f3d2b78e9774307a87a1b
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  8 19:01:48 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jul  8 19:32:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fff0894

dev-perl/Mojolicious: Remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Mojolicious/Manifest                   | 11 --------
 dev-perl/Mojolicious/Mojolicious-7.600.0.ebuild | 35 -------------------------
 dev-perl/Mojolicious/Mojolicious-7.700.0.ebuild | 35 -------------------------
 dev-perl/Mojolicious/Mojolicious-7.800.0.ebuild | 35 -------------------------
 dev-perl/Mojolicious/Mojolicious-7.900.0.ebuild | 35 -------------------------
 dev-perl/Mojolicious/Mojolicious-7.940.0.ebuild | 35 -------------------------
 dev-perl/Mojolicious/Mojolicious-8.0.0.ebuild   | 35 -------------------------
 dev-perl/Mojolicious/Mojolicious-8.100.0.ebuild | 35 -------------------------
 dev-perl/Mojolicious/Mojolicious-8.200.0.ebuild | 35 -------------------------
 dev-perl/Mojolicious/Mojolicious-8.300.0.ebuild | 35 -------------------------
 dev-perl/Mojolicious/Mojolicious-8.400.0.ebuild | 35 -------------------------
 dev-perl/Mojolicious/Mojolicious-8.500.0.ebuild | 33 -----------------------
 12 files changed, 394 deletions(-)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index 7152e1a7e71..e8a37dc1be5 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -1,13 +1,2 @@
 DIST Mojolicious-7.57.tar.gz 706093 BLAKE2B 13212367fe09a437a97093668558ded1216465b25dd145ecf7e62256f05f129a434164a346bb3e928482fc041acfd68350e9e71ac088c49f679df43221917f73 SHA512 2bb830ca14cda5571a614ad74144c047dd96fafe49b530b1e6e19115c43cc3b8f4f174f549fdb8816183e42f26620fcf36b47f7c05ae592273c74c38dfaa4c0b
-DIST Mojolicious-7.60.tar.gz 708129 BLAKE2B bac0f8ac75255ed6d0597cc2d00eeca9da66e9c7548942daf50cca3d24875306a8e19934ae10b2e5b3bd727b1bb531b31a665938c32f861aacba6456fedf7779 SHA512 3e6e0ea266caf8e19546e587ce7bf4d8ef86fa0f2503ef7a1b97b2f4f4f55f9775894d1ad74dd4e84760a3c976f6b94451aa29260f9854d5cc3cefec512428a2
-DIST Mojolicious-7.70.tar.gz 711260 BLAKE2B 0f471c2039b94ad74d60471d879c9993e2dbf16ed23c710c02786ffe6056d613ee4095668d0c34919fc9649815905d4d771cc4adb832ed2b37b3016d6398884e SHA512 2cda5b378d5c1899d78c199c7f1d3439a6fd697ab885bb4d337270256534ec68f9d73267199a6f72e9677049cf9cd6f239451cac31aebcf4743229419a82dd8b
-DIST Mojolicious-7.80.tar.gz 718598 BLAKE2B 955fb6253ef2957b9ef6828cd261374fd2f17386c4a426f9a3d73fc734e02f4297d088b70daa8c5e67892d4f4fc491b4a227e7f1420e461f5c2161eac5f0ff19 SHA512 f1149c4675377de09bd6db4355c251f3a8db2a81688a906e80c1978d6854a9d89120b39c824aef49934da48ac29d9e62e28940752ec608084dd2ffeee9116553
-DIST Mojolicious-7.90.tar.gz 750078 BLAKE2B ef215d4789cf8865fee6e188a232fa77974566ed935c1f38cfc9a648b35a44f46bff35cf0c597e0c5b5ec322c25b1e23fcc6085237d0a374fdd275dce3ef9cdf SHA512 e6389e4c30928c9bfdab33571f13dd6cc9abccfffc9e61899ac73af2950bbfe58586cfc987e6303d4d963ae9852a09eb63e02043d3ca2f2f18900274e2a9db09
-DIST Mojolicious-7.94.tar.gz 747870 BLAKE2B 9a36cdaf8c76a17c424aa08f160189dba0e5c77c8fb7ade559250985872697d5aba7636eb13e587b52063e3159383101a0787945fbb1f7751ac36b49f57c6899 SHA512 60a30e50197c69f2db258afe09419bba4c9086810933e6d2d8ac744b5bea63c20379df78daed5281b76ef33baeedccedc99d09d918329139cf68ac6998acd568
-DIST Mojolicious-8.0.tar.gz 748351 BLAKE2B d1fb38dbe26561247050d07b6108fe423921d119f5823915d921df2d390acd39561c9afcfe7c58bb49c419b167de710ce08409a2cba5225ea36aa12cce7a2fe7 SHA512 19126a663c52a45f1f32354567b97922453b542073308d2b7288f9deb568f598a2e7ed5b6db377bcb152437c942ed47f8fd805fae80d3f54db02d3a7160cc94e
-DIST Mojolicious-8.10.tar.gz 754007 BLAKE2B 2ac7887e431598e7347999180a5d9e46c76a42cb9e2452645ece188055a2a27608c6398a18045356e1d87489e63d95358fa4e16e8d3d3bb310cd40867bd25586 SHA512 e2cee767f6aba83668fd2c0c13a5aa7e11bbd07d42f7e7633cef3657705265066b787c62c23da9faf66f1110196412bec9e06584fc7790e14f73dbe46dc67c0f
-DIST Mojolicious-8.20.tar.gz 764063 BLAKE2B 846bb3cfeac502d808f28f26921a73e09587df9a792ffb737cce9f8d2cdd5224f563a79aebdae67f8df50fee8bade687e875cf056510d26960b7852aad128326 SHA512 d5d178b428fc9df815106811c197f886845591819228aad2ef14cb6fad8c82e04479d434b4e4c7d2da042d868d624de7f2a0381ff0d1f82b7b60638feb4174d3
-DIST Mojolicious-8.30.tar.gz 772067 BLAKE2B b7f21b780a113aea3978968979e67442664104b15c6711d7f68d2dcb068fbb005135acf1845b0aeb4d43c2158672aab853aa862ba2ed1889242266c9ce80733f SHA512 1823a095df339ccdfe74395bb3066627bd5e2a4e9e1b8d907ff716ef511bd834e09c0aa703a1e51f675d2125f2848a25fa4efb2f48f9c5dcbe1dc8a1d0c48ff5
-DIST Mojolicious-8.40.tar.gz 776844 BLAKE2B 6fc2224d55c625cea4eae39fe440903a3924054f07755512f9d6ce7c17aec5152da8999a5de0a30f71a8deab931bd781374c4a0929f7fd65cb3dea5d0a1a89a4 SHA512 7a086f2d195798acb0697595575860ceb111a0d22062637e48fec087b2de19a504425d626b9fa2d4b3bb2ba3d6f63dc703e5acb8a3bd39ba73ea452e07d1c1dc
-DIST Mojolicious-8.50.tar.gz 777007 BLAKE2B 858e7b1f8133ba093e025f9de2f27958063e18eb6f5b09c9928ad2533ef2de19b753e44dc8c3d23f63c4f6b80009c7caaafcdfb419c7b687bec806618d9290c2 SHA512 29864baefb9c7786c77e371c6e29a8f811e434815c07ea265804431cbe37ed8bfcbb7b8bd6a0cfd45ae5aca8e53225121d9f30cd46cac1e6e87ae042d791c6b5
 DIST Mojolicious-8.58.tar.gz 778040 BLAKE2B 80e36b370a89fc3712332e8322a4ef3083a82a2cf1bc798b7a48ee9afec17a19adb2c45774dd0588807f78aefcf147f28fe50c97fe4a66a71d652027931fc37e SHA512 bcd923955253e2d5b4b6dbef919dd3a960189f5724561232543cb0b5ae9e700fecea04851dd87092e04c22d6039940c45985eb23baa7977c794dc90bc58d0643

diff --git a/dev-perl/Mojolicious/Mojolicious-7.600.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.600.0.ebuild
deleted file mode 100644
index 205989a4efd..00000000000
--- a/dev-perl/Mojolicious/Mojolicious-7.600.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=SRI
-DIST_VERSION=7.60
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Real-time web framework"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-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
-"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-PERL_RM_FILES=(
-	t/pod.t
-	t/pod_coverage.t
-)

diff --git a/dev-perl/Mojolicious/Mojolicious-7.700.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.700.0.ebuild
deleted file mode 100644
index 4a7e1449b48..00000000000
--- a/dev-perl/Mojolicious/Mojolicious-7.700.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=SRI
-DIST_VERSION=7.70
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Real-time web framework"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-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
-"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-PERL_RM_FILES=(
-	t/pod.t
-	t/pod_coverage.t
-)

diff --git a/dev-perl/Mojolicious/Mojolicious-7.800.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.800.0.ebuild
deleted file mode 100644
index 276c1aa9f5d..00000000000
--- a/dev-perl/Mojolicious/Mojolicious-7.800.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=SRI
-DIST_VERSION=7.80
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Real-time web framework"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-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
-"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-PERL_RM_FILES=(
-	t/pod.t
-	t/pod_coverage.t
-)

diff --git a/dev-perl/Mojolicious/Mojolicious-7.900.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.900.0.ebuild
deleted file mode 100644
index 8ce3acad8b2..00000000000
--- a/dev-perl/Mojolicious/Mojolicious-7.900.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=SRI
-DIST_VERSION=7.90
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Real-time web framework"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-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
-"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-PERL_RM_FILES=(
-	t/pod.t
-	t/pod_coverage.t
-)

diff --git a/dev-perl/Mojolicious/Mojolicious-7.940.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.940.0.ebuild
deleted file mode 100644
index a41c10b61d3..00000000000
--- a/dev-perl/Mojolicious/Mojolicious-7.940.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=SRI
-DIST_VERSION=7.94
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Real-time web framework"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-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
-"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-PERL_RM_FILES=(
-	t/pod.t
-	t/pod_coverage.t
-)

diff --git a/dev-perl/Mojolicious/Mojolicious-8.0.0.ebuild b/dev-perl/Mojolicious/Mojolicious-8.0.0.ebuild
deleted file mode 100644
index a18b0a7292d..00000000000
--- a/dev-perl/Mojolicious/Mojolicious-8.0.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=SRI
-DIST_VERSION=8.0
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Real-time web framework"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-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
-"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-PERL_RM_FILES=(
-	t/pod.t
-	t/pod_coverage.t
-)

diff --git a/dev-perl/Mojolicious/Mojolicious-8.100.0.ebuild b/dev-perl/Mojolicious/Mojolicious-8.100.0.ebuild
deleted file mode 100644
index f850e8586fd..00000000000
--- a/dev-perl/Mojolicious/Mojolicious-8.100.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=SRI
-DIST_VERSION=8.10
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Real-time web framework"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-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-Scalar-List-Utils-1.410.0
-	>=virtual/perl-Time-Local-1.200.0
-"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-PERL_RM_FILES=(
-	t/pod.t
-	t/pod_coverage.t
-)

diff --git a/dev-perl/Mojolicious/Mojolicious-8.200.0.ebuild b/dev-perl/Mojolicious/Mojolicious-8.200.0.ebuild
deleted file mode 100644
index dba99a5d450..00000000000
--- a/dev-perl/Mojolicious/Mojolicious-8.200.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=SRI
-DIST_VERSION=8.20
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Real-time web framework"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-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-Scalar-List-Utils-1.410.0
-	>=virtual/perl-Time-Local-1.200.0
-"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-PERL_RM_FILES=(
-	t/pod.t
-	t/pod_coverage.t
-)

diff --git a/dev-perl/Mojolicious/Mojolicious-8.300.0.ebuild b/dev-perl/Mojolicious/Mojolicious-8.300.0.ebuild
deleted file mode 100644
index d2daab52837..00000000000
--- a/dev-perl/Mojolicious/Mojolicious-8.300.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=SRI
-DIST_VERSION=8.30
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Real-time web framework"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-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-Scalar-List-Utils-1.410.0
-	>=virtual/perl-Time-Local-1.200.0
-"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-PERL_RM_FILES=(
-	t/pod.t
-	t/pod_coverage.t
-)

diff --git a/dev-perl/Mojolicious/Mojolicious-8.400.0.ebuild b/dev-perl/Mojolicious/Mojolicious-8.400.0.ebuild
deleted file mode 100644
index 6032506e0d9..00000000000
--- a/dev-perl/Mojolicious/Mojolicious-8.400.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=SRI
-DIST_VERSION=8.40
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Real-time web framework"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-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-Scalar-List-Utils-1.410.0
-	>=virtual/perl-Time-Local-1.200.0
-"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-PERL_RM_FILES=(
-	t/pod.t
-	t/pod_coverage.t
-)

diff --git a/dev-perl/Mojolicious/Mojolicious-8.500.0.ebuild b/dev-perl/Mojolicious/Mojolicious-8.500.0.ebuild
deleted file mode 100644
index c5d8b955cc6..00000000000
--- a/dev-perl/Mojolicious/Mojolicious-8.500.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=SRI
-DIST_VERSION=8.50
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Real-time web framework"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	!minimal? (
-		>=dev-perl/EV-4.0.0
-	)
-	>=virtual/perl-IO-Socket-IP-0.370.0
-	>=virtual/perl-Scalar-List-Utils-1.410.0
-"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-PERL_RM_FILES=(
-	t/pod.t
-	t/pod_coverage.t
-)


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2021-07-08 19:33 Andreas K. Hüttel
  0 siblings, 0 replies; 64+ messages in thread
From: Andreas K. Hüttel @ 2021-07-08 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     97cb1e35dfe2fc98dd21e3975be697e201c8e4b8
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  8 19:04:06 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jul  8 19:33:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97cb1e35

dev-perl/Mojolicious: Version bump 9.19

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild | 36 +++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index e8a37dc1be5..fa171525212 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -1,2 +1,3 @@
 DIST Mojolicious-7.57.tar.gz 706093 BLAKE2B 13212367fe09a437a97093668558ded1216465b25dd145ecf7e62256f05f129a434164a346bb3e928482fc041acfd68350e9e71ac088c49f679df43221917f73 SHA512 2bb830ca14cda5571a614ad74144c047dd96fafe49b530b1e6e19115c43cc3b8f4f174f549fdb8816183e42f26620fcf36b47f7c05ae592273c74c38dfaa4c0b
 DIST Mojolicious-8.58.tar.gz 778040 BLAKE2B 80e36b370a89fc3712332e8322a4ef3083a82a2cf1bc798b7a48ee9afec17a19adb2c45774dd0588807f78aefcf147f28fe50c97fe4a66a71d652027931fc37e SHA512 bcd923955253e2d5b4b6dbef919dd3a960189f5724561232543cb0b5ae9e700fecea04851dd87092e04c22d6039940c45985eb23baa7977c794dc90bc58d0643
+DIST Mojolicious-9.19.tar.gz 841263 BLAKE2B 7510b268c1a5793ba78d8717f5683c3ca53fa95c0af8b374b5767ff4a7c532481a788c08ac66c88295e55307fbf164784547568ce1edbc35b3b03f340ed60336 SHA512 14c29473f040548de2efef8bf5cd5676554f9f518b52e0ee03ed30415942fbeff5f5f2a6dd7592798e433e3e83653ce815697d4614e4680c9a6b8c699b0a171a

diff --git a/dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild b/dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild
new file mode 100644
index 00000000000..d8eba0bbdd9
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SRI
+DIST_VERSION=9.19
+DIST_EXAMPLES=("examples/*")
+
+inherit perl-module
+
+LICENSE="Artistic-2"
+DESCRIPTION="Real-time web framework"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="minimal"
+
+RDEPEND="
+	!minimal? (
+		>=dev-perl/Cpanel-JSON-XS-4.90.0
+		>=dev-perl/EV-4.0.0
+	)
+	>=virtual/perl-IO-Socket-IP-0.370.0
+	>=virtual/perl-Scalar-List-Utils-1.410.0
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+
+PERL_RM_FILES=(
+	t/pod.t
+	t/pod_coverage.t
+)


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2021-07-15 21:33 Sam James
  0 siblings, 0 replies; 64+ messages in thread
From: Sam James @ 2021-07-15 21:33 UTC (permalink / raw
  To: gentoo-commits

commit:     4ef9a1f856ba163b8fd396627d1bad3951edc410
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 21:31:53 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 21:31:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef9a1f8

dev-perl/Mojolicious: Stabilize 8.580.0 x86, #801244

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild b/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild
index 343d4f6cb0d..0f267a4ee71 100644
--- a/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
 LICENSE="Artistic-2"
 DESCRIPTION="Real-time web framework"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2021-07-15 21:39 Sam James
  0 siblings, 0 replies; 64+ messages in thread
From: Sam James @ 2021-07-15 21:39 UTC (permalink / raw
  To: gentoo-commits

commit:     3494b8511aef61b86540d01a472d404440ed3155
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 21:35:17 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 21:38:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3494b851

dev-perl/Mojolicious: Stabilize 8.580.0 amd64, #801244

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild b/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild
index 0f267a4ee71..d76a42595b6 100644
--- a/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 LICENSE="Artistic-2"
 DESCRIPTION="Real-time web framework"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2021-07-15 21:42 Sam James
  0 siblings, 0 replies; 64+ messages in thread
From: Sam James @ 2021-07-15 21:42 UTC (permalink / raw
  To: gentoo-commits

commit:     f291061aad3e62fa852a606928931e1aa9361da4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 21:41:38 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 21:41:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f291061a

dev-perl/Mojolicious: Stabilize 8.580.0 ppc64, #801244

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild b/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild
index d76a42595b6..a7843d57d50 100644
--- a/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 LICENSE="Artistic-2"
 DESCRIPTION="Real-time web framework"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~ppc ppc64 x86"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2021-07-26  6:24 Sam James
  0 siblings, 0 replies; 64+ messages in thread
From: Sam James @ 2021-07-26  6:24 UTC (permalink / raw
  To: gentoo-commits

commit:     d9e40277cd1a57c07db390436e6ed3c16b6ce809
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 26 06:24:26 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 06:24:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e40277

dev-perl/Mojolicious: Stabilize 8.580.0 ppc, #801244

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild b/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild
index a7843d57d50..6297c1fb6db 100644
--- a/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 LICENSE="Artistic-2"
 DESCRIPTION="Real-time web framework"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ppc64 x86"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2021-08-25  5:28 Agostino Sarubbo
  0 siblings, 0 replies; 64+ messages in thread
From: Agostino Sarubbo @ 2021-08-25  5:28 UTC (permalink / raw
  To: gentoo-commits

commit:     6d88a37206700e48b0d17bcfe8a052ac52e411b8
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 25 05:28:23 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug 25 05:28:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d88a372

dev-perl/Mojolicious: amd64 stable wrt bug #810129

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild b/dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild
index d8eba0bbdd9..0fb95eaf0d0 100644
--- a/dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 LICENSE="Artistic-2"
 DESCRIPTION="Real-time web framework"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2021-08-25  6:00 Agostino Sarubbo
  0 siblings, 0 replies; 64+ messages in thread
From: Agostino Sarubbo @ 2021-08-25  6:00 UTC (permalink / raw
  To: gentoo-commits

commit:     12cb69a867dcda2d26a737df0139c560399eeae8
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 25 06:00:01 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug 25 06:00:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12cb69a8

dev-perl/Mojolicious: x86 stable wrt bug #810129

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild b/dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild
index 0fb95eaf0d0..9e1bedefcf9 100644
--- a/dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 LICENSE="Artistic-2"
 DESCRIPTION="Real-time web framework"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2021-09-26 22:16 Marek Szuba
  0 siblings, 0 replies; 64+ messages in thread
From: Marek Szuba @ 2021-09-26 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     6c0d635fb2426240a25badca6a475f8462657ca3
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 26 22:04:50 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Sep 26 22:16:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c0d635f

dev-perl/Mojolicious: keyword 9.190.0 for ~riscv

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild b/dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild
index d2989591e70..8d55bfd4493 100644
--- a/dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 LICENSE="Artistic-2"
 DESCRIPTION="Real-time web framework"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ppc64 ~riscv x86"
 IUSE="minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2021-11-16 20:33 Andreas K. Hüttel
  0 siblings, 0 replies; 64+ messages in thread
From: Andreas K. Hüttel @ 2021-11-16 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     c9f987172dceffd7a195ac4a75e23eddafdf5d90
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 16 20:19:37 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 20:33:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f98717

dev-perl/Mojolicious: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Mojolicious/Manifest                   |  2 --
 dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild | 35 -------------------------
 dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild | 34 ------------------------
 3 files changed, 71 deletions(-)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index fa171525212b..1a54b23e6fbe 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -1,3 +1 @@
-DIST Mojolicious-7.57.tar.gz 706093 BLAKE2B 13212367fe09a437a97093668558ded1216465b25dd145ecf7e62256f05f129a434164a346bb3e928482fc041acfd68350e9e71ac088c49f679df43221917f73 SHA512 2bb830ca14cda5571a614ad74144c047dd96fafe49b530b1e6e19115c43cc3b8f4f174f549fdb8816183e42f26620fcf36b47f7c05ae592273c74c38dfaa4c0b
-DIST Mojolicious-8.58.tar.gz 778040 BLAKE2B 80e36b370a89fc3712332e8322a4ef3083a82a2cf1bc798b7a48ee9afec17a19adb2c45774dd0588807f78aefcf147f28fe50c97fe4a66a71d652027931fc37e SHA512 bcd923955253e2d5b4b6dbef919dd3a960189f5724561232543cb0b5ae9e700fecea04851dd87092e04c22d6039940c45985eb23baa7977c794dc90bc58d0643
 DIST Mojolicious-9.19.tar.gz 841263 BLAKE2B 7510b268c1a5793ba78d8717f5683c3ca53fa95c0af8b374b5767ff4a7c532481a788c08ac66c88295e55307fbf164784547568ce1edbc35b3b03f340ed60336 SHA512 14c29473f040548de2efef8bf5cd5676554f9f518b52e0ee03ed30415942fbeff5f5f2a6dd7592798e433e3e83653ce815697d4614e4680c9a6b8c699b0a171a

diff --git a/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild
deleted file mode 100644
index ee0d42bfee72..000000000000
--- a/dev-perl/Mojolicious/Mojolicious-7.570.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SRI
-DIST_VERSION=7.57
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Real-time web framework"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-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/Mojolicious-8.580.0.ebuild b/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild
deleted file mode 100644
index 6297c1fb6dba..000000000000
--- a/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=SRI
-DIST_VERSION=8.58
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-LICENSE="Artistic-2"
-DESCRIPTION="Real-time web framework"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	!minimal? (
-		>=dev-perl/Cpanel-JSON-XS-4.90.0
-		>=dev-perl/EV-4.0.0
-	)
-	>=virtual/perl-IO-Socket-IP-0.370.0
-	>=virtual/perl-Scalar-List-Utils-1.410.0
-"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-PERL_RM_FILES=(
-	t/pod.t
-	t/pod_coverage.t
-)


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2021-11-16 20:33 Andreas K. Hüttel
  0 siblings, 0 replies; 64+ messages in thread
From: Andreas K. Hüttel @ 2021-11-16 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     f468b13d5b3e4ed53d0abc955efd015410dcadab
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 16 20:22:08 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 20:33:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f468b13d

dev-perl/Mojolicious: Version bump 9.22

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild | 36 +++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index 1a54b23e6fbe..ee63e66d8466 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -1 +1,2 @@
 DIST Mojolicious-9.19.tar.gz 841263 BLAKE2B 7510b268c1a5793ba78d8717f5683c3ca53fa95c0af8b374b5767ff4a7c532481a788c08ac66c88295e55307fbf164784547568ce1edbc35b3b03f340ed60336 SHA512 14c29473f040548de2efef8bf5cd5676554f9f518b52e0ee03ed30415942fbeff5f5f2a6dd7592798e433e3e83653ce815697d4614e4680c9a6b8c699b0a171a
+DIST Mojolicious-9.22.tar.gz 841358 BLAKE2B 5f49c7ca71b30994181a3a16ac12faa21b3f7782beefae94c185aac87aa4d223ee696e49159bb1e044d389c640a737a265cd289774e647ff40d4057ccae9c4b2 SHA512 53175c4d6054a4fe9c53368420714ff87cd826c3f61565d1b9dd52a69a15636d080852a62518f0bada865675d90026d78bdc1c210fa55939a81e4866ba894e40

diff --git a/dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild b/dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild
new file mode 100644
index 000000000000..d1cd1c141bbd
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SRI
+DIST_VERSION=9.22
+DIST_EXAMPLES=("examples/*")
+
+inherit perl-module
+
+LICENSE="Artistic-2"
+DESCRIPTION="Real-time web framework"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
+IUSE="minimal"
+
+RDEPEND="
+	!minimal? (
+		>=dev-perl/Cpanel-JSON-XS-4.90.0
+		>=dev-perl/EV-4.0.0
+	)
+	>=virtual/perl-IO-Socket-IP-0.370.0
+	>=virtual/perl-Scalar-List-Utils-1.410.0
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+
+PERL_RM_FILES=(
+	t/pod.t
+	t/pod_coverage.t
+)


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2022-02-19  3:02 Sam James
  0 siblings, 0 replies; 64+ messages in thread
From: Sam James @ 2022-02-19  3:02 UTC (permalink / raw
  To: gentoo-commits

commit:     e08d399322104a2a8354b2bd9d90e36c0abb0d29
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 02:56:50 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 02:56:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08d3993

dev-perl/Mojolicious: Stabilize 9.220.0 amd64, #833666

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild b/dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild
index d1cd1c141bbd..e72394997678 100644
--- a/dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ inherit perl-module
 LICENSE="Artistic-2"
 DESCRIPTION="Real-time web framework"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
 IUSE="minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2022-02-19  3:41 Sam James
  0 siblings, 0 replies; 64+ messages in thread
From: Sam James @ 2022-02-19  3:41 UTC (permalink / raw
  To: gentoo-commits

commit:     bd73602a79ae10a5688ebff9cc58bd51dc0ae64a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 03:39:34 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 03:39:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd73602a

dev-perl/Mojolicious: Stabilize 9.220.0 x86, #833666

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild b/dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild
index e72394997678..c002d3460e0c 100644
--- a/dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 LICENSE="Artistic-2"
 DESCRIPTION="Real-time web framework"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv x86"
 IUSE="minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2022-02-19  7:05 Arthur Zamarin
  0 siblings, 0 replies; 64+ messages in thread
From: Arthur Zamarin @ 2022-02-19  7:05 UTC (permalink / raw
  To: gentoo-commits

commit:     a602d08c2ad37718686b80119152efa79ff42f93
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 07:05:28 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 07:05:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a602d08c

dev-perl/Mojolicious: Stabilize 9.220.0 ppc, #833666

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild b/dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild
index c002d3460e0c..0fac526cbb3a 100644
--- a/dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 LICENSE="Artistic-2"
 DESCRIPTION="Real-time web framework"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ppc ~ppc64 ~riscv x86"
 IUSE="minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2022-02-19  9:00 Arthur Zamarin
  0 siblings, 0 replies; 64+ messages in thread
From: Arthur Zamarin @ 2022-02-19  9:00 UTC (permalink / raw
  To: gentoo-commits

commit:     730215043a6ebdcd83e1c5c70d71a9b6e70bb2bb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 09:00:32 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 09:00:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73021504

dev-perl/Mojolicious: Stabilize 9.220.0 ppc64, #833666

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild b/dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild
index 0fac526cbb3a..3d8eba35e8dc 100644
--- a/dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-9.220.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 LICENSE="Artistic-2"
 DESCRIPTION="Real-time web framework"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ppc ppc64 ~riscv x86"
 IUSE="minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2023-06-20  4:14 Sam James
  0 siblings, 0 replies; 64+ messages in thread
From: Sam James @ 2023-06-20  4:14 UTC (permalink / raw
  To: gentoo-commits

commit:     2c430c1db25cdde20a30dcca291976fdb96963e8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 03:55:39 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 03:55:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c430c1d

dev-perl/Mojolicious: add 9.330.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-9.330.0.ebuild | 38 +++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index ee63e66d8466..19824baee224 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -1,2 +1,3 @@
 DIST Mojolicious-9.19.tar.gz 841263 BLAKE2B 7510b268c1a5793ba78d8717f5683c3ca53fa95c0af8b374b5767ff4a7c532481a788c08ac66c88295e55307fbf164784547568ce1edbc35b3b03f340ed60336 SHA512 14c29473f040548de2efef8bf5cd5676554f9f518b52e0ee03ed30415942fbeff5f5f2a6dd7592798e433e3e83653ce815697d4614e4680c9a6b8c699b0a171a
 DIST Mojolicious-9.22.tar.gz 841358 BLAKE2B 5f49c7ca71b30994181a3a16ac12faa21b3f7782beefae94c185aac87aa4d223ee696e49159bb1e044d389c640a737a265cd289774e647ff40d4057ccae9c4b2 SHA512 53175c4d6054a4fe9c53368420714ff87cd826c3f61565d1b9dd52a69a15636d080852a62518f0bada865675d90026d78bdc1c210fa55939a81e4866ba894e40
+DIST Mojolicious-9.23.tar.gz 846183 BLAKE2B 47cc37c5783354ed54a1954ce60453f3a735f8f12775e2ec9decb1c4e34542f4ebd67386b478d2058c874af2694f746fddeb66f21b161f82b57b1a0b1e77d5d8 SHA512 065a4348c759a8b820ccff743ef3ebf3f87dafa841222a49cdc1736faea493c27a7a3aec60f5a921dcb7ce51c32ade8350a582de4261f1b7d98d70b0fa6a1ae5

diff --git a/dev-perl/Mojolicious/Mojolicious-9.330.0.ebuild b/dev-perl/Mojolicious/Mojolicious-9.330.0.ebuild
new file mode 100644
index 000000000000..e3b0393e743a
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-9.330.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SRI
+DIST_VERSION=9.23
+DIST_EXAMPLES=("examples/*")
+
+inherit perl-module
+
+DESCRIPTION="Real-time web framework"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
+IUSE="minimal"
+
+RDEPEND="
+	!minimal? (
+		>=dev-perl/Cpanel-JSON-XS-4.90.0
+		>=dev-perl/EV-4.0.0
+	)
+	>=virtual/perl-IO-Socket-IP-0.370.0
+	>=virtual/perl-Scalar-List-Utils-1.410.0
+"
+BDEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+
+PERL_RM_FILES=(
+	t/pod.t
+	t/pod_coverage.t
+)


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2023-06-20  4:35 Sam James
  0 siblings, 0 replies; 64+ messages in thread
From: Sam James @ 2023-06-20  4:35 UTC (permalink / raw
  To: gentoo-commits

commit:     8c55fe4118ffd5ef99e4aa1112261251772fe2bb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 04:30:38 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 04:34:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c55fe41

dev-perl/Mojolicious: fix version

Fixes: 2c430c1db25cdde20a30dcca291976fdb96963e8
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Mojolicious/Manifest                                           | 2 +-
 .../{Mojolicious-9.330.0.ebuild => Mojolicious-9.330.0-r1.ebuild}       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index 19824baee224..691b06a14f91 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -1,3 +1,3 @@
 DIST Mojolicious-9.19.tar.gz 841263 BLAKE2B 7510b268c1a5793ba78d8717f5683c3ca53fa95c0af8b374b5767ff4a7c532481a788c08ac66c88295e55307fbf164784547568ce1edbc35b3b03f340ed60336 SHA512 14c29473f040548de2efef8bf5cd5676554f9f518b52e0ee03ed30415942fbeff5f5f2a6dd7592798e433e3e83653ce815697d4614e4680c9a6b8c699b0a171a
 DIST Mojolicious-9.22.tar.gz 841358 BLAKE2B 5f49c7ca71b30994181a3a16ac12faa21b3f7782beefae94c185aac87aa4d223ee696e49159bb1e044d389c640a737a265cd289774e647ff40d4057ccae9c4b2 SHA512 53175c4d6054a4fe9c53368420714ff87cd826c3f61565d1b9dd52a69a15636d080852a62518f0bada865675d90026d78bdc1c210fa55939a81e4866ba894e40
-DIST Mojolicious-9.23.tar.gz 846183 BLAKE2B 47cc37c5783354ed54a1954ce60453f3a735f8f12775e2ec9decb1c4e34542f4ebd67386b478d2058c874af2694f746fddeb66f21b161f82b57b1a0b1e77d5d8 SHA512 065a4348c759a8b820ccff743ef3ebf3f87dafa841222a49cdc1736faea493c27a7a3aec60f5a921dcb7ce51c32ade8350a582de4261f1b7d98d70b0fa6a1ae5
+DIST Mojolicious-9.33.tar.gz 854105 BLAKE2B b0f2981c089822a0b64f6b3aa19b2f079da4922e4cd58beadd00ebfe34fddfb6c80e102270998b40ae0c425dee6875310648a1004ee36dc6de8bb756b448a822 SHA512 331df20e96e5b0cc647bb8608c99347c6191ee10b4741dee1dd0aaeb5808b704a0e84bb2e944e5fc4bbb1561a701b20cc3e0ba5c2804b089d10dcaab6ad87c1f

diff --git a/dev-perl/Mojolicious/Mojolicious-9.330.0.ebuild b/dev-perl/Mojolicious/Mojolicious-9.330.0-r1.ebuild
similarity index 97%
rename from dev-perl/Mojolicious/Mojolicious-9.330.0.ebuild
rename to dev-perl/Mojolicious/Mojolicious-9.330.0-r1.ebuild
index e3b0393e743a..516ba2a8d347 100644
--- a/dev-perl/Mojolicious/Mojolicious-9.330.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-9.330.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DIST_AUTHOR=SRI
-DIST_VERSION=9.23
+DIST_VERSION=9.33
 DIST_EXAMPLES=("examples/*")
 
 inherit perl-module


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2023-09-12  0:43 Sam James
  0 siblings, 0 replies; 64+ messages in thread
From: Sam James @ 2023-09-12  0:43 UTC (permalink / raw
  To: gentoo-commits

commit:     ae7a67e13e38ed39224f638fea692fdc1b7287aa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 12 00:38:26 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 12 00:38:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae7a67e1

dev-perl/Mojolicious: add 9.340.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-9.340.0.ebuild | 38 +++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index 691b06a14f91..4280fdec308e 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -1,3 +1,4 @@
 DIST Mojolicious-9.19.tar.gz 841263 BLAKE2B 7510b268c1a5793ba78d8717f5683c3ca53fa95c0af8b374b5767ff4a7c532481a788c08ac66c88295e55307fbf164784547568ce1edbc35b3b03f340ed60336 SHA512 14c29473f040548de2efef8bf5cd5676554f9f518b52e0ee03ed30415942fbeff5f5f2a6dd7592798e433e3e83653ce815697d4614e4680c9a6b8c699b0a171a
 DIST Mojolicious-9.22.tar.gz 841358 BLAKE2B 5f49c7ca71b30994181a3a16ac12faa21b3f7782beefae94c185aac87aa4d223ee696e49159bb1e044d389c640a737a265cd289774e647ff40d4057ccae9c4b2 SHA512 53175c4d6054a4fe9c53368420714ff87cd826c3f61565d1b9dd52a69a15636d080852a62518f0bada865675d90026d78bdc1c210fa55939a81e4866ba894e40
 DIST Mojolicious-9.33.tar.gz 854105 BLAKE2B b0f2981c089822a0b64f6b3aa19b2f079da4922e4cd58beadd00ebfe34fddfb6c80e102270998b40ae0c425dee6875310648a1004ee36dc6de8bb756b448a822 SHA512 331df20e96e5b0cc647bb8608c99347c6191ee10b4741dee1dd0aaeb5808b704a0e84bb2e944e5fc4bbb1561a701b20cc3e0ba5c2804b089d10dcaab6ad87c1f
+DIST Mojolicious-9.34.tar.gz 857224 BLAKE2B de9e17c92381e2eab94b32bd6b72b7c99436f1b86d376ef8912a43dcc2aed6bd3692ce970217a085149014787960b31167b58eb53684762e724649343f4bd070 SHA512 3f8f24b0cedde1a14f9a0c25900e85cb9ba40c0226050241cf8bb9128c6dd081f2ea7b1441c9564dba3c045cd908d8ef5a8bf2e7eedda246a2c8aa369274b9c4

diff --git a/dev-perl/Mojolicious/Mojolicious-9.340.0.ebuild b/dev-perl/Mojolicious/Mojolicious-9.340.0.ebuild
new file mode 100644
index 000000000000..9c7d3104a994
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-9.340.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SRI
+DIST_VERSION=9.34
+DIST_EXAMPLES=("examples/*")
+
+inherit perl-module
+
+DESCRIPTION="Real-time web framework"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
+IUSE="minimal"
+
+RDEPEND="
+	!minimal? (
+		>=dev-perl/Cpanel-JSON-XS-4.90.0
+		>=dev-perl/EV-4.0.0
+	)
+	>=virtual/perl-IO-Socket-IP-0.370.0
+	>=virtual/perl-Scalar-List-Utils-1.410.0
+"
+BDEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+
+PERL_RM_FILES=(
+	t/pod.t
+	t/pod_coverage.t
+)


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2023-10-29  1:58 Sam James
  0 siblings, 0 replies; 64+ messages in thread
From: Sam James @ 2023-10-29  1:58 UTC (permalink / raw
  To: gentoo-commits

commit:     0958d581b64e02605653ba90d2a13fd793513f8a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 01:15:48 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 01:15:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0958d581

dev-perl/Mojolicious: add 9.350.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-9.350.0.ebuild | 38 +++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index 4280fdec308e..3ba96aa9c8e2 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -2,3 +2,4 @@ DIST Mojolicious-9.19.tar.gz 841263 BLAKE2B 7510b268c1a5793ba78d8717f5683c3ca53f
 DIST Mojolicious-9.22.tar.gz 841358 BLAKE2B 5f49c7ca71b30994181a3a16ac12faa21b3f7782beefae94c185aac87aa4d223ee696e49159bb1e044d389c640a737a265cd289774e647ff40d4057ccae9c4b2 SHA512 53175c4d6054a4fe9c53368420714ff87cd826c3f61565d1b9dd52a69a15636d080852a62518f0bada865675d90026d78bdc1c210fa55939a81e4866ba894e40
 DIST Mojolicious-9.33.tar.gz 854105 BLAKE2B b0f2981c089822a0b64f6b3aa19b2f079da4922e4cd58beadd00ebfe34fddfb6c80e102270998b40ae0c425dee6875310648a1004ee36dc6de8bb756b448a822 SHA512 331df20e96e5b0cc647bb8608c99347c6191ee10b4741dee1dd0aaeb5808b704a0e84bb2e944e5fc4bbb1561a701b20cc3e0ba5c2804b089d10dcaab6ad87c1f
 DIST Mojolicious-9.34.tar.gz 857224 BLAKE2B de9e17c92381e2eab94b32bd6b72b7c99436f1b86d376ef8912a43dcc2aed6bd3692ce970217a085149014787960b31167b58eb53684762e724649343f4bd070 SHA512 3f8f24b0cedde1a14f9a0c25900e85cb9ba40c0226050241cf8bb9128c6dd081f2ea7b1441c9564dba3c045cd908d8ef5a8bf2e7eedda246a2c8aa369274b9c4
+DIST Mojolicious-9.35.tar.gz 860146 BLAKE2B 8617bc0eac5c8ec7d5023c053da29e5226c6783e0ce4126e9df25e71cb89faa90359f836b193eaac1af6fd83b8f5b2f4c19ae129cbdecb8d4ea139c70250b51f SHA512 e7dc9f2cfe6993d07d413be41dd2d849bf3e476c8de9ca64037f181cff6a4b3664185303abc9dbf5854c36500a7017bc85cb51792d1bf1bdcbd4bb139cde9fca

diff --git a/dev-perl/Mojolicious/Mojolicious-9.350.0.ebuild b/dev-perl/Mojolicious/Mojolicious-9.350.0.ebuild
new file mode 100644
index 000000000000..d2dce410507d
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-9.350.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SRI
+DIST_VERSION=9.35
+DIST_EXAMPLES=("examples/*")
+
+inherit perl-module
+
+DESCRIPTION="Real-time web framework"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
+IUSE="minimal"
+
+RDEPEND="
+	!minimal? (
+		>=dev-perl/Cpanel-JSON-XS-4.90.0
+		>=dev-perl/EV-4.0.0
+	)
+	>=virtual/perl-IO-Socket-IP-0.370.0
+	>=virtual/perl-Scalar-List-Utils-1.410.0
+"
+BDEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+
+PERL_RM_FILES=(
+	t/pod.t
+	t/pod_coverage.t
+)


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2023-12-19  5:19 Sam James
  0 siblings, 0 replies; 64+ messages in thread
From: Sam James @ 2023-12-19  5:19 UTC (permalink / raw
  To: gentoo-commits

commit:     d3dde704194b0755539ba82d4aa6a47f187d0d1f
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Tue Dec 19 04:12:21 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 05:17:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3dde704

dev-perl/Mojolicious: Stabilize 9.330.0-r1 ppc, #910870

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Mojolicious/Mojolicious-9.330.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-9.330.0-r1.ebuild b/dev-perl/Mojolicious/Mojolicious-9.330.0-r1.ebuild
index 363bcbed8bc8..c239293e4092 100644
--- a/dev-perl/Mojolicious/Mojolicious-9.330.0-r1.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-9.330.0-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Real-time web framework"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ppc ppc64 ~riscv ~x86"
 IUSE="minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2024-01-11  9:38 Sam James
  0 siblings, 0 replies; 64+ messages in thread
From: Sam James @ 2024-01-11  9:38 UTC (permalink / raw
  To: gentoo-commits

commit:     4191f80054569126f3f25c14763e07fa9497f8f5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 11 09:36:27 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 11 09:36:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4191f800

dev-perl/Mojolicious: Stabilize 9.330.0-r1 x86, #910870

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Mojolicious/Mojolicious-9.330.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-9.330.0-r1.ebuild b/dev-perl/Mojolicious/Mojolicious-9.330.0-r1.ebuild
index c239293e4092..a8a4b4b5e675 100644
--- a/dev-perl/Mojolicious/Mojolicious-9.330.0-r1.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-9.330.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ DESCRIPTION="Real-time web framework"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ppc ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ppc ppc64 ~riscv x86"
 IUSE="minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2024-02-02  3:58 Sam James
  0 siblings, 0 replies; 64+ messages in thread
From: Sam James @ 2024-02-02  3:58 UTC (permalink / raw
  To: gentoo-commits

commit:     c6da58ec51fc7b9282767c3e2d317b7459721945
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  2 03:56:19 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  2 03:56:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6da58ec

dev-perl/Mojolicious: Stabilize 9.350.0 ppc64, #923522

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Mojolicious/Mojolicious-9.350.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-9.350.0.ebuild b/dev-perl/Mojolicious/Mojolicious-9.350.0.ebuild
index d2dce410507d..f562cb689194 100644
--- a/dev-perl/Mojolicious/Mojolicious-9.350.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-9.350.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ DESCRIPTION="Real-time web framework"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ppc64 ~riscv ~x86"
 IUSE="minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2024-02-02 13:34 Arthur Zamarin
  0 siblings, 0 replies; 64+ messages in thread
From: Arthur Zamarin @ 2024-02-02 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     21ee41ecc2b315ac2bcb782f7d15c63a5101d10d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  2 13:34:38 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  2 13:34:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ee41ec

dev-perl/Mojolicious: Stabilize 9.350.0 x86, #923522

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/Mojolicious/Mojolicious-9.350.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-9.350.0.ebuild b/dev-perl/Mojolicious/Mojolicious-9.350.0.ebuild
index d10bee930b25..784defd02e1b 100644
--- a/dev-perl/Mojolicious/Mojolicious-9.350.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-9.350.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Real-time web framework"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ppc ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ppc ppc64 ~riscv x86"
 IUSE="minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2024-02-02 14:17 Arthur Zamarin
  0 siblings, 0 replies; 64+ messages in thread
From: Arthur Zamarin @ 2024-02-02 14:17 UTC (permalink / raw
  To: gentoo-commits

commit:     b92e882edaa5659eb95ef50a12c4fbd99e156b02
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  2 14:17:32 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  2 14:17:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b92e882e

dev-perl/Mojolicious: Stabilize 9.350.0 amd64, #923522

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/Mojolicious/Mojolicious-9.350.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-9.350.0.ebuild b/dev-perl/Mojolicious/Mojolicious-9.350.0.ebuild
index 784defd02e1b..17d7bf50e686 100644
--- a/dev-perl/Mojolicious/Mojolicious-9.350.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-9.350.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Real-time web framework"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ppc ppc64 ~riscv x86"
 IUSE="minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2024-05-02  1:36 Sam James
  0 siblings, 0 replies; 64+ messages in thread
From: Sam James @ 2024-05-02  1:36 UTC (permalink / raw
  To: gentoo-commits

commit:     49f757fc96d4742ebeddadc8617fc122ff224187
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May  2 01:17:14 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May  2 01:36:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f757fc

dev-perl/Mojolicious: add 9.360.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-9.360.0.ebuild | 38 +++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index 888f84bdb6cc..cb041c854d20 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -1 +1,2 @@
 DIST Mojolicious-9.35.tar.gz 860146 BLAKE2B 8617bc0eac5c8ec7d5023c053da29e5226c6783e0ce4126e9df25e71cb89faa90359f836b193eaac1af6fd83b8f5b2f4c19ae129cbdecb8d4ea139c70250b51f SHA512 e7dc9f2cfe6993d07d413be41dd2d849bf3e476c8de9ca64037f181cff6a4b3664185303abc9dbf5854c36500a7017bc85cb51792d1bf1bdcbd4bb139cde9fca
+DIST Mojolicious-9.36.tar.gz 938951 BLAKE2B d89c83bae482b0510d223e9482767574a3e0f13bbb995717048fa054755ee984b3664def66f3aeab32c18722c5b664078c824b2d3911a526dc7f4e98f7d0ce35 SHA512 88a157f0a9b0bc6f4add49adf2d1f0ef4b612b1feac2b46304e35b528fba9fce7534d641d9262019855be922ce50453cb3a8f3ad6ec2c7db23ded121fefeed06

diff --git a/dev-perl/Mojolicious/Mojolicious-9.360.0.ebuild b/dev-perl/Mojolicious/Mojolicious-9.360.0.ebuild
new file mode 100644
index 000000000000..88f3989d014a
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-9.360.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SRI
+DIST_VERSION=9.36
+DIST_EXAMPLES=("examples/*")
+
+inherit perl-module
+
+DESCRIPTION="Real-time web framework"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
+IUSE="minimal"
+
+RDEPEND="
+	!minimal? (
+		>=dev-perl/Cpanel-JSON-XS-4.90.0
+		>=dev-perl/EV-4.0.0
+	)
+	>=virtual/perl-IO-Socket-IP-0.370.0
+	>=virtual/perl-Scalar-List-Utils-1.410.0
+"
+BDEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+
+PERL_RM_FILES=(
+	t/pod.t
+	t/pod_coverage.t
+)


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2024-05-17  4:48 Sam James
  0 siblings, 0 replies; 64+ messages in thread
From: Sam James @ 2024-05-17  4:48 UTC (permalink / raw
  To: gentoo-commits

commit:     a0a4eed830542be18106fed32d5137bbeafe1a28
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 04:45:24 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 17 04:48:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a4eed8

dev-perl/Mojolicious: add 9.370.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-9.370.0.ebuild | 38 +++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index cb041c854d20..870a0cc06eda 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -1,2 +1,3 @@
 DIST Mojolicious-9.35.tar.gz 860146 BLAKE2B 8617bc0eac5c8ec7d5023c053da29e5226c6783e0ce4126e9df25e71cb89faa90359f836b193eaac1af6fd83b8f5b2f4c19ae129cbdecb8d4ea139c70250b51f SHA512 e7dc9f2cfe6993d07d413be41dd2d849bf3e476c8de9ca64037f181cff6a4b3664185303abc9dbf5854c36500a7017bc85cb51792d1bf1bdcbd4bb139cde9fca
 DIST Mojolicious-9.36.tar.gz 938951 BLAKE2B d89c83bae482b0510d223e9482767574a3e0f13bbb995717048fa054755ee984b3664def66f3aeab32c18722c5b664078c824b2d3911a526dc7f4e98f7d0ce35 SHA512 88a157f0a9b0bc6f4add49adf2d1f0ef4b612b1feac2b46304e35b528fba9fce7534d641d9262019855be922ce50453cb3a8f3ad6ec2c7db23ded121fefeed06
+DIST Mojolicious-9.37.tar.gz 940046 BLAKE2B 7c4e2d17f39d75acc9b318b8d6e8242a037bcbdfdf8d90a3ba9a87264fd4537c95f2e7a2dfa08471af665c66be2aff9f7581400e4c373780c4dff408072cdbd0 SHA512 1cedde9f4e695b710abda9e92df4aadd67594b37e0080e1f44ddf786278b947fbe1e37ae3bdf3ebcf10cf41264e933de115f62209c51dbf5b84d5d75af7f0cd7

diff --git a/dev-perl/Mojolicious/Mojolicious-9.370.0.ebuild b/dev-perl/Mojolicious/Mojolicious-9.370.0.ebuild
new file mode 100644
index 000000000000..bd4e159bffbc
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-9.370.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SRI
+DIST_VERSION=9.37
+DIST_EXAMPLES=("examples/*")
+
+inherit perl-module
+
+DESCRIPTION="Real-time web framework"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
+IUSE="minimal"
+
+RDEPEND="
+	!minimal? (
+		>=dev-perl/Cpanel-JSON-XS-4.90.0
+		>=dev-perl/EV-4.0.0
+	)
+	>=virtual/perl-IO-Socket-IP-0.370.0
+	>=virtual/perl-Scalar-List-Utils-1.410.0
+"
+BDEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+
+PERL_RM_FILES=(
+	t/pod.t
+	t/pod_coverage.t
+)


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2024-06-09 21:08 Sam James
  0 siblings, 0 replies; 64+ messages in thread
From: Sam James @ 2024-06-09 21:08 UTC (permalink / raw
  To: gentoo-commits

commit:     b274a37212a3491482a28751b2304b62ff62106a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  9 21:05:24 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  9 21:06:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b274a372

dev-perl/Mojolicious: Stabilize 9.360.0 x86, #933935

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Mojolicious/Mojolicious-9.360.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-9.360.0.ebuild b/dev-perl/Mojolicious/Mojolicious-9.360.0.ebuild
index 88f3989d014a..ce1c94ff7b30 100644
--- a/dev-perl/Mojolicious/Mojolicious-9.360.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-9.360.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Real-time web framework"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv x86"
 IUSE="minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2024-06-25  4:07 Sam James
  0 siblings, 0 replies; 64+ messages in thread
From: Sam James @ 2024-06-25  4:07 UTC (permalink / raw
  To: gentoo-commits

commit:     a947c6e6cc03c289fb994643733a1f9b920db2b5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 04:06:01 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 04:06:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a947c6e6

dev-perl/Mojolicious: Stabilize 9.370.0 ppc64, #934835

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Mojolicious/Mojolicious-9.370.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-9.370.0.ebuild b/dev-perl/Mojolicious/Mojolicious-9.370.0.ebuild
index bd4e159bffbc..3abc190f02f7 100644
--- a/dev-perl/Mojolicious/Mojolicious-9.370.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-9.370.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Real-time web framework"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ppc64 ~riscv ~x86"
 IUSE="minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2024-06-25  4:07 Sam James
  0 siblings, 0 replies; 64+ messages in thread
From: Sam James @ 2024-06-25  4:07 UTC (permalink / raw
  To: gentoo-commits

commit:     deb7fcacb2be62fd389df42206b4126e9b7a2239
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 04:06:02 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 04:06:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb7fcac

dev-perl/Mojolicious: Stabilize 9.370.0 ppc, #934835

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Mojolicious/Mojolicious-9.370.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-9.370.0.ebuild b/dev-perl/Mojolicious/Mojolicious-9.370.0.ebuild
index 3abc190f02f7..3a1f958eb602 100644
--- a/dev-perl/Mojolicious/Mojolicious-9.370.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-9.370.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Real-time web framework"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ppc ppc64 ~riscv ~x86"
 IUSE="minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 64+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
@ 2024-06-25  4:14 Sam James
  0 siblings, 0 replies; 64+ messages in thread
From: Sam James @ 2024-06-25  4:14 UTC (permalink / raw
  To: gentoo-commits

commit:     87f2153a621fe9dcb7d2b6353b93de5d3b924dc6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 04:13:45 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 04:13:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87f2153a

dev-perl/Mojolicious: Stabilize 9.370.0 x86, #934835

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Mojolicious/Mojolicious-9.370.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-9.370.0.ebuild b/dev-perl/Mojolicious/Mojolicious-9.370.0.ebuild
index 3a1f958eb602..0569344924a0 100644
--- a/dev-perl/Mojolicious/Mojolicious-9.370.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-9.370.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Real-time web framework"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ppc ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ppc ppc64 ~riscv x86"
 IUSE="minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 64+ messages in thread

end of thread, other threads:[~2024-06-25  4:14 UTC | newest]

Thread overview: 64+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-15  2:26 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2024-06-25  4:14 Sam James
2024-06-25  4:07 Sam James
2024-06-25  4:07 Sam James
2024-06-09 21:08 Sam James
2024-05-17  4:48 Sam James
2024-05-02  1:36 Sam James
2024-02-02 14:17 Arthur Zamarin
2024-02-02 13:34 Arthur Zamarin
2024-02-02  3:58 Sam James
2024-01-11  9:38 Sam James
2023-12-19  5:19 Sam James
2023-10-29  1:58 Sam James
2023-09-12  0:43 Sam James
2023-06-20  4:35 Sam James
2023-06-20  4:14 Sam James
2022-02-19  9:00 Arthur Zamarin
2022-02-19  7:05 Arthur Zamarin
2022-02-19  3:41 Sam James
2022-02-19  3:02 Sam James
2021-11-16 20:33 Andreas K. Hüttel
2021-11-16 20:33 Andreas K. Hüttel
2021-09-26 22:16 Marek Szuba
2021-08-25  6:00 Agostino Sarubbo
2021-08-25  5:28 Agostino Sarubbo
2021-07-26  6:24 Sam James
2021-07-15 21:42 Sam James
2021-07-15 21:39 Sam James
2021-07-15 21:33 Sam James
2021-07-08 19:33 Andreas K. Hüttel
2021-07-08 19:33 Andreas K. Hüttel
2020-08-13  2:49 Kent Fredric
2020-08-13  2:25 Kent Fredric
2020-08-13  1:41 Kent Fredric
2020-08-13  0:44 Kent Fredric
2020-08-13  0:33 Kent Fredric
2020-08-13  0:11 Kent Fredric
2020-08-12 23:38 Kent Fredric
2020-08-12 23:19 Kent Fredric
2020-08-12 23:09 Kent Fredric
2020-08-12 22:38 Kent Fredric
2020-08-12 21:19 Kent Fredric
2020-08-12 21:19 Kent Fredric
2020-04-15  9:53 Kent Fredric
2018-09-01 19:01 Thomas Deutschmann
2018-08-19 18:45 Matt Turner
2018-08-19 18:39 Matt Turner
2018-07-15 15:51 Mikle Kolyada
2017-11-19  8:36 Kent Fredric
2017-08-09  9:18 Sergei Trofimovich
2017-08-03  8:20 Sergei Trofimovich
2017-06-15 16:27 Markus Meier
2017-06-02  1:04 Kent Fredric
2017-05-29 19:17 Kent Fredric
2017-05-07 11:05 Mikle Kolyada
2017-04-07 15:59 Kent Fredric
2017-03-19  6:05 Kent Fredric
2017-01-26  3:12 Kent Fredric
2017-01-19 14:17 Kent Fredric
2017-01-17  3:52 Kent Fredric
2017-01-07 21:14 Kent Fredric
2016-12-21  4:22 Kent Fredric
2016-12-04 19:37 Kent Fredric
2016-05-21  0:36 Andreas Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox