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 9728F139695 for ; Sat, 25 Mar 2017 09:03:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CCEB21C0A1; Sat, 25 Mar 2017 09:03:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0932A21C097 for ; Sat, 25 Mar 2017 09:03:51 +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 F22BA341664 for ; Sat, 25 Mar 2017 09:03:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A0D573DE for ; Sat, 25 Mar 2017 09:03:48 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1490432555.e619da30ced65cb69fdef28390b2158da98e7c09.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ack/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ack/Manifest sys-apps/ack/ack-2.18.ebuild X-VCS-Directories: sys-apps/ack/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: e619da30ced65cb69fdef28390b2158da98e7c09 X-VCS-Branch: master Date: Sat, 25 Mar 2017 09:03:48 +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: ea8affc9-3423-4d86-9e81-f3134a6c78fa X-Archives-Hash: f38396fa25649ec3f7ee3ac996d10d38 commit: e619da30ced65cb69fdef28390b2158da98e7c09 Author: Tim Harder gentoo org> AuthorDate: Sat Mar 25 08:42:24 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Mar 25 09:02:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e619da30 sys-apps/ack: version bump to 2.18 sys-apps/ack/Manifest | 1 + sys-apps/ack/ack-2.18.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/sys-apps/ack/Manifest b/sys-apps/ack/Manifest index 43b5fd98122..2c964c9d6b8 100644 --- a/sys-apps/ack/Manifest +++ b/sys-apps/ack/Manifest @@ -1 +1,2 @@ DIST ack-2.14.tar.gz 222479 SHA256 8549a833efec158dc85bc6334b3a384ae5a389896942eab9a58c6e630c181b3f SHA512 64af6490947e4dcc9e9a28c28db5750df7bec4098e3e8a9d940be5f6b99fe0169c091d390480eb95cf7704f24c745bd6c93b8cfd8de7cab75c11c313184666b4 WHIRLPOOL 1ff77ca6d4bbd65e5330de5bd9dd9ea67de8c2fe799078115315e4fd9b90ea59d58230f476579da999e2e4040537b50d7bbc166e49f877dae36c95971af6de67 +DIST ack-2.18.tar.gz 232279 SHA256 fb4a0a11a5411cba5764163b8d074a447c2a753758821151b31dc7533663f058 SHA512 4147161baa8d82fb84b29980d5eac7cf3197733192ca827d3fa4e8f55fa9df29d92b2ac21beb69df00186eea03c7ae6fcb85d6e4334a0a21c232ddeb4933bcf5 WHIRLPOOL 03354c31968f39b72b1c88649e4c3ce00619fa1e86540c12ec6f4f9a819e67e5e431358818526c931baabcf3ad8292acfc87c951f8c227aa2acd8487a85f5241 diff --git a/sys-apps/ack/ack-2.18.ebuild b/sys-apps/ack/ack-2.18.ebuild new file mode 100644 index 00000000000..0e7aace6c6e --- /dev/null +++ b/sys-apps/ack/ack-2.18.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +DIST_AUTHOR=PETDANCE +inherit perl-module + +DESCRIPTION="ack is a tool like grep, optimized for programmers" +HOMEPAGE="http://betterthangrep.com/ ${HOMEPAGE}" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux ~x86-macos" +IUSE="test" + +RDEPEND=">=dev-perl/File-Next-1.100.0" +DEPEND="${RDEPEND} + test? ( dev-perl/IO-Tty )" + +SRC_TEST=do +PATCHES=( "${FILESDIR}"/${PN}-2.14-gentoo.patch ) + +src_test() { + # Tests fail when run in parallel and if dev-perl/IO-Tty is installed + # which enables interactive tests that need to read from stdin. If IO-Tty + # is not installed the related tests are skipped. + MAKEOPTS+=" -j1" perl-module_src_test +}