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 3E18C1396D9 for ; Thu, 26 Oct 2017 02:00:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C20E2BC008; Thu, 26 Oct 2017 02:00:42 +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 5B0502BC008 for ; Thu, 26 Oct 2017 02:00:42 +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 2B26F33BEBE for ; Thu, 26 Oct 2017 02:00:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90007320 for ; Thu, 26 Oct 2017 02:00:39 +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: <1508983234.17f7bd89b2e2a95c27e4500e245ebaf9cd96f979.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-AIO/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/IO-AIO/IO-AIO-4.340.0.ebuild dev-perl/IO-AIO/Manifest X-VCS-Directories: dev-perl/IO-AIO/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 17f7bd89b2e2a95c27e4500e245ebaf9cd96f979 X-VCS-Branch: master Date: Thu, 26 Oct 2017 02:00:39 +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-Archives-Salt: c50c167b-00b8-46ce-a6f0-0e66fe792361 X-Archives-Hash: 190e1f0bc0d184ba92415b89fb4f10a4 commit: 17f7bd89b2e2a95c27e4500e245ebaf9cd96f979 Author: Kent Fredric gentoo org> AuthorDate: Thu Oct 26 02:00:13 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Oct 26 02:00:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f7bd89 dev-perl/IO-AIO: Bump to version 4.340.0 - Enable previously disabled tests - Fence unrunnable tests Upstream: - Fix missing def0.h - Fix major/minor switching - remove duplicate definition of MAP_HUGETLB - Add aio_fcntl and aio_ioctl - Names set via prctl are truncated to 15 chars + null, not 16 chars Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-perl/IO-AIO/IO-AIO-4.340.0.ebuild | 30 ++++++++++++++++++++++++++++++ dev-perl/IO-AIO/Manifest | 1 + 2 files changed, 31 insertions(+) diff --git a/dev-perl/IO-AIO/IO-AIO-4.340.0.ebuild b/dev-perl/IO-AIO/IO-AIO-4.340.0.ebuild new file mode 100644 index 00000000000..0d1a730a689 --- /dev/null +++ b/dev-perl/IO-AIO/IO-AIO-4.340.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=MLEHMANN +DIST_VERSION=4.34 +inherit perl-module + +DESCRIPTION="Asynchronous Input/Output" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" +#RESTRICT="test" + +RDEPEND="dev-perl/common-sense" +DEPEND="${RDEPEND} + >=dev-perl/Canary-Stability-2001 + >=virtual/perl-ExtUtils-MakeMaker-6.520.0 +" +src_test() { + if [[ "${IO_AIO_SANDBOX_TESTS:-0}" == 0 ]]; then + # Tests trigger stack overflow in sandbox code, see bug 553918 + perl_rm_files t/01_stat.t t/02_read.t t/05_readdir.t t/03_errors.t + ewarn "Some tests cannot be run under a sandbox. For details, see:" + ewarn "https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN}" + fi + perl-module_src_test +} diff --git a/dev-perl/IO-AIO/Manifest b/dev-perl/IO-AIO/Manifest index 2abda58e8d0..883e4c1502d 100644 --- a/dev-perl/IO-AIO/Manifest +++ b/dev-perl/IO-AIO/Manifest @@ -1 +1,2 @@ DIST IO-AIO-4.33.tar.gz 154120 SHA256 7590320a1c47bcf0b7daf37a756c61501de71f001e50cf74338610d418f66bb0 SHA512 9d59d9ad511bb07178ed760a0387357ade961f9b0e73cdc64861fa3b5674fb4cdb07b44a0c0810cc364909c1bc4fb012c2975269c1e3035cd37ba21a8a029df9 WHIRLPOOL f2ee84da781fae31df183c0c94bf586601306b3b32d97d98cfdc90d5f7a077232a4962d08ce8589a5b3e2b4fef833cf88bf1422c2bb6f8bf35caeee55dc2a1ae +DIST IO-AIO-4.34.tar.gz 156615 SHA256 5d3d047367659355e77793a4f7df955583fc7fe9a3107057726b885570790525 SHA512 7b7e05fb01513864321c1aa2a28192444299486831b75461bd57bad5a0370863d46df42c698288096eac55f9972a3492f8af46cb265f13c721da698c9fe3529c WHIRLPOOL c9c9ee17a5baf0c4d77a0d0bafe81589c7b06f602e14a64e96437a3c0c4d7576336a08e463b6eee45811e5ac6315fd554a5621f46a96d1e5774acdac0da559bc