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/Event/
Date: Fri, 14 Aug 2020 08:01:58 +0000 (UTC)	[thread overview]
Message-ID: <1597391918.494bf0d24c259ee4b7bf7c00eb266515346908e5.kentnl@gentoo> (raw)

commit:     494bf0d24c259ee4b7bf7c00eb266515346908e5
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 07:58:38 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 07:58:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494bf0d2

dev-perl/Event: Bump to version 1.270.0

- EAPI7
- Ensure CFLAGS passed through to make/compiler

Upstream:
- Only Zero(Polld) if not NULL

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

 dev-perl/Event/Event-1.270.0.ebuild | 29 +++++++++++++++++++++++++++++
 dev-perl/Event/Manifest             |  1 +
 dev-perl/Event/metadata.xml         |  3 ---
 3 files changed, 30 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Event/Event-1.270.0.ebuild b/dev-perl/Event/Event-1.270.0.ebuild
new file mode 100644
index 00000000000..719688225a8
--- /dev/null
+++ b/dev-perl/Event/Event-1.270.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ETJ
+DIST_VERSION=1.27
+inherit perl-module
+
+DESCRIPTION="Fast, generic event loop"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=virtual/perl-Test-1.0.0
+	)
+"
+src_compile() {
+	mymake=(
+		"OPTIMIZE=${CFLAGS}"
+	)
+	perl-module_src_compile
+}
+mydoc="ANNOUNCE INSTALL TODO Tutorial.pdf Tutorial.pdf-errata.txt"

diff --git a/dev-perl/Event/Manifest b/dev-perl/Event/Manifest
index a2c04a298d8..11c17953425 100644
--- a/dev-perl/Event/Manifest
+++ b/dev-perl/Event/Manifest
@@ -1 +1,2 @@
 DIST Event-1.26.tar.gz 254787 BLAKE2B 9cac8633f38a674eefb91aa270d72541e216626f61d43cb638d8edb75da2fcf62c0586a40fb35888c2fbe8d0cee9cbb0c94efba0b38aaf124f574d867686ec9c SHA512 0ef22cbbecf01d98d7bddb46bcca48d888a0ed8a41d68165edfca54273e295b8ab53196f4a35fa45b440754f4e75024dbeb08be4daed16c2681506ce8cbdd474
+DIST Event-1.27.tar.gz 256609 BLAKE2B b27eff4243a0a009a6f97331359ec3bd2243c95e64f5ec8cd973fb1ec5f5732288bd7c906d2f97d2510f4595937ba0bf47461b12e0658540139058e3cc95d8ac SHA512 8b22723e200c490b3716245c4a08993e71fe475a95db50a91c71e5628efaa5855ec138b4a13c05bd21a08a0def6dc840c2a7947b1fbd53f84b37d9a9568a5bd1

diff --git a/dev-perl/Event/metadata.xml b/dev-perl/Event/metadata.xml
index d435fc3510c..1a5954b2435 100644
--- a/dev-perl/Event/metadata.xml
+++ b/dev-perl/Event/metadata.xml
@@ -18,9 +18,6 @@
     <remote-id type="cpan-module">Event::group</remote-id>
     <remote-id type="cpan-module">Event::idle</remote-id>
     <remote-id type="cpan-module">Event::io</remote-id>
-    <remote-id type="cpan-module">Event::msg</remote-id>
-    <remote-id type="cpan-module">Event::process</remote-id>
-    <remote-id type="cpan-module">Event::semaphore</remote-id>
     <remote-id type="cpan-module">Event::signal</remote-id>
     <remote-id type="cpan-module">Event::timer</remote-id>
     <remote-id type="cpan-module">Event::type</remote-id>


             reply	other threads:[~2020-08-14  8:02 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-14  8:01 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-25  4:45 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Event/ Sam James
2024-06-25  4:14 Sam James
2024-06-25  3:58 Sam James
2024-05-22  2:55 Sam James
2021-08-13  1:05 Sam James
2021-08-02  4:56 Sam James
2021-08-02  2:19 Sam James
2021-08-01  8:03 Sam James
2021-08-01  8:03 Sam James
2021-08-01  7:24 Sam James
2021-05-29  8:43 Agostino Sarubbo
2021-05-29  8:41 Agostino Sarubbo
2021-05-29  6:09 Sam James
2021-05-28 19:11 Sam James
2021-05-28 17:51 Andreas K. Hüttel
2020-04-14  9:53 Kent Fredric
2018-08-24 19:37 Markus Meier
2018-06-25 21:23 Tobias Klausmann
2018-06-10 18:14 Sergei Trofimovich
2018-06-10 16:55 Thomas Deutschmann
2018-06-10 15:38 Aaron Bauman
2018-06-09 10:06 Sergei Trofimovich
2016-12-08 19:09 Kent Fredric
2016-01-17 21:30 Andreas Hüttel
2016-01-17 18:56 Mikle Kolyada
2016-01-17 13:39 Mikle Kolyada
2016-01-12 20:20 Markus Meier
2016-01-11  9:07 Agostino Sarubbo
2016-01-10 10:34 Agostino Sarubbo
2016-01-09  6:43 Agostino Sarubbo
2016-01-05 10:49 Agostino Sarubbo

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=1597391918.494bf0d24c259ee4b7bf7c00eb266515346908e5.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