public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
Date: Sun, 19 Nov 2017 08:36:16 +0000 (UTC)	[thread overview]
Message-ID: <1511078577.6d818543dd9f10d1a99dc25d7af4b35016b8845d.kentnl@gentoo> (raw)

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>


             reply	other threads:[~2017-11-19  8:36 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-19  8:36 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-25  4:14 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/ 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
2018-07-15  2:26 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1511078577.6d818543dd9f10d1a99dc25d7af4b35016b8845d.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox