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 42F16138359 for ; Fri, 7 Aug 2020 19:36:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75DE2E08F2; Fri, 7 Aug 2020 19:36:27 +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 5DD20E08F2 for ; Fri, 7 Aug 2020 19:36:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 13FBE34EF94 for ; Fri, 7 Aug 2020 19:36:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9771330A for ; Fri, 7 Aug 2020 19:36:24 +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: <1596828964.93f0c3ba015c3d4b0db14ff254311ef8a8e23748.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/EV/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/EV/EV-4.330.0.ebuild dev-perl/EV/Manifest X-VCS-Directories: dev-perl/EV/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 93f0c3ba015c3d4b0db14ff254311ef8a8e23748 X-VCS-Branch: master Date: Fri, 7 Aug 2020 19:36:24 +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: dba52cad-4f9f-4b46-8523-adace74671ef X-Archives-Hash: 81b2145bbe002abb4c56a93fa3f0f9e3 commit: 93f0c3ba015c3d4b0db14ff254311ef8a8e23748 Author: Kent Fredric gentoo org> AuthorDate: Fri Aug 7 18:55:28 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Aug 7 19:36:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f0c3ba dev-perl/EV: Bump to version 4.330.0 - EAPI7 - Fixup LICENSE - Ensure CFLAGS passed to make/compiler - Note: I investigated the possibilitiy of using system libev, which is published by the same author, but it isn't currently possible due to the build code needing *c* files from libev directly, and I'm not sure how to decouple that reliably. Upstream: - Sync to (bundled) libev 4.31 - Fix an assertion with a typo - Avoid perl's assert() in more places due to it misbehaving - update libecb for windows environments - use the new ev_io_modify in EV::IO->events - Add mutator methods Timer->repeat, Periodic->{offset,interval,reschedule_cb} - Minor optimizations - Try to name `ev.h` more explicitly for portability - Opportunistic round-up of wait times in polling backends to avoid unneeded loop iterations - Fix minix 3.3 support - Allow users to re-enable assert() in case it is disabled by perl - Allow linux AIO backend to be used by default - Only use __register_atfork with glibc/uclibc, to avoid being broken on musl Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/EV/EV-4.330.0.ebuild | 28 ++++++++++++++++++++++++++++ dev-perl/EV/Manifest | 1 + 2 files changed, 29 insertions(+) diff --git a/dev-perl/EV/EV-4.330.0.ebuild b/dev-perl/EV/EV-4.330.0.ebuild new file mode 100644 index 00000000000..4aba09327aa --- /dev/null +++ b/dev-perl/EV/EV-4.330.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=MLEHMANN +DIST_VERSION=4.33 +inherit perl-module + +DESCRIPTION="Perl interface to libev, a high performance full-featured event loop" +LICENSE=" || ( Artistic GPL-1+ ) || ( BSD-2 GPL-2+ )" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND=" + dev-perl/common-sense +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + dev-perl/Canary-Stability +" +src_compile() { + mymake=( + "OPTIMIZE=${CFLAGS}" + ) + perl-module_src_compile +} diff --git a/dev-perl/EV/Manifest b/dev-perl/EV/Manifest index 4f5e527432e..9efc71d9d9c 100644 --- a/dev-perl/EV/Manifest +++ b/dev-perl/EV/Manifest @@ -1 +1,2 @@ DIST EV-4.22.tar.gz 193418 BLAKE2B ac07559dd2b35e68da0338a52cbc201ed59b0f690e2c2bf7dae0e2476356cdb5fc3d749fd98b7fdb97f16c7e318c8ac20067f89c1c43b84c4ab148c241ded399 SHA512 0d30d1388a75ed3af24c3b854d8c2a54bfc62c274591f13205c35748f3652122bae85f46aae174ce5963395233536222c8fae35e8118cbd5af2f7ed0c45b70de +DIST EV-4.33.tar.gz 218067 BLAKE2B ea704806b66e2c8f944d417b24ffa3923288f96624296ab0320de693651d675c54a8b58b3b75914dc73dec1d7c65da04dfd9dd3b573d3f11978a3865f66fe991 SHA512 dd90739888ffd793652fc6590cbfd6f3df1ea25b1a6e478dc903ef10f49f9c729e87005b94f47786ca7603cf27b02e1d5d8a2941037bef25ba5a83fe608e89c5