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/IO-AIO/
Date: Thu, 26 Oct 2017 02:00:39 +0000 (UTC)	[thread overview]
Message-ID: <1508983234.17f7bd89b2e2a95c27e4500e245ebaf9cd96f979.kentnl@gentoo> (raw)

commit:     17f7bd89b2e2a95c27e4500e245ebaf9cd96f979
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 02:00:13 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> 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


             reply	other threads:[~2017-10-26  2:00 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-26  2:00 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-03 21:51 [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-AIO/ Andreas K. Hüttel
2024-06-09 21:18 Sam James
2024-05-09 22:33 Sam James
2023-07-24  4:17 Sam James
2023-07-24  4:02 Sam James
2023-06-21  3:09 Sam James
2023-05-03 21:56 Sam James
2023-03-24 14:07 Arthur Zamarin
2023-02-11  4:26 Sam James
2021-12-05  3:08 Sam James
2021-11-03 20:56 Andreas K. Hüttel
2021-11-03 20:56 Andreas K. Hüttel
2021-08-25 11:16 Agostino Sarubbo
2021-08-25  5:40 Agostino Sarubbo
2021-07-17 23:14 Sam James
2021-06-20 16:41 Andreas K. Hüttel
2018-08-17  4:29 Kent Fredric
2018-06-10 19:33 Aaron Bauman
2018-06-10 15:56 Thomas Deutschmann
2016-03-16 20:36 Andreas Hüttel
2016-03-15 17:55 Agostino Sarubbo
2016-03-05 17:43 Mikle Kolyada
2016-03-01 15:08 Andreas Hüttel
2016-02-20 22:45 Patrice Clement
2015-12-25 17:19 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=1508983234.17f7bd89b2e2a95c27e4500e245ebaf9cd96f979.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