mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-apps/ack: Version bump for 3.2.0
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Brian Evans <grknight@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST ack-v3.0.0.tar.gz 238646 BLAKE2B 679cf84c7dffd6f1ec3881de465cbdbebf9ec8958a6e36c5265d11492d84990a67b34af0e42041280b9a9ab6c57d951a2c73ba5b6fe07c9ac8774bac445c10fd SHA512 2bf4e9719d8a5ec56c9d31acbcff647aece7b52ff7ffaacbfec56e59e30efb9ca7397fa379e13a9113a27abe47053261b9adb641b995d3e8579d459c0483fb45
|
||||
DIST ack-v3.2.0.tar.gz 246140 BLAKE2B ac729ba6b1c7f0b720ddd076498452660f7f50ba7f866f908717d19c2ef985858d63dad96a2acd5c93d0a991a1870bec895da3dc64b974bc11c5f74b9245332a SHA512 3604a8ad6a79c63fdd65721fc790db09f345f66b81e5272fa073cb53b7964b576ba3638e1f358d8e0c28c38acd0d9a0362f2666ece9abe374cf6355b752a0f69
|
||||
|
||||
29
sys-apps/ack/ack-3.2.0.ebuild
Normal file
29
sys-apps/ack/ack-3.2.0.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
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 ~hppa ~x86 ~amd64-linux ~x86-linux ~x86-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.0.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
|
||||
}
|
||||
Reference in New Issue
Block a user