From adab5aeec61fe929e5a817ec8034d98caab9ddbe Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 19 Oct 2022 19:58:53 +0100 Subject: gentoo auto-resync : 19:10:2022 - 19:58:53 --- sys-apps/ack/ack-3.6.0.ebuild | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 sys-apps/ack/ack-3.6.0.ebuild (limited to 'sys-apps/ack/ack-3.6.0.ebuild') diff --git a/sys-apps/ack/ack-3.6.0.ebuild b/sys-apps/ack/ack-3.6.0.ebuild new file mode 100644 index 000000000000..316b7d2e3340 --- /dev/null +++ b/sys-apps/ack/ack-3.6.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +DIST_AUTHOR=PETDANCE +DIST_VERSION="v${PV}" +inherit perl-module + +DESCRIPTION="ack is a tool like grep, optimized for programmers" +HOMEPAGE="https://beyondgrep.com" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~riscv ~x86 ~amd64-linux ~x86-linux ~x64-macos" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=">=dev-perl/File-Next-1.180.0" +DEPEND="${RDEPEND} + test? ( dev-perl/IO-Tty )" + +PATCHES=( "${FILESDIR}"/${PN}-3.3.0-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 +} -- cgit v1.2.3