From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2F99F138359 for ; Fri, 14 Aug 2020 08:02:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F10EE0788; Fri, 14 Aug 2020 08:02:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3458EE0788 for ; Fri, 14 Aug 2020 08:02:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC706335C65 for ; Fri, 14 Aug 2020 08:01:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F466310 for ; Fri, 14 Aug 2020 08:01:58 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1597391918.494bf0d24c259ee4b7bf7c00eb266515346908e5.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Event/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Event/Event-1.270.0.ebuild dev-perl/Event/Manifest dev-perl/Event/metadata.xml X-VCS-Directories: dev-perl/Event/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 494bf0d24c259ee4b7bf7c00eb266515346908e5 X-VCS-Branch: master Date: Fri, 14 Aug 2020 08:01:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 366f6cf2-8c0a-462d-8d9c-6b56baa22a88 X-Archives-Hash: 76c3854f31585881f4f8b4a6ed2adbe3 commit: 494bf0d24c259ee4b7bf7c00eb266515346908e5 Author: Kent Fredric gentoo org> AuthorDate: Fri Aug 14 07:58:38 2020 +0000 Commit: Kent Fredric gentoo 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 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 @@ Event::group Event::idle Event::io - Event::msg - Event::process - Event::semaphore Event::signal Event::timer Event::type