Skip to content

Commit

Permalink
sys-apps/ack: Version bump for 3.3.1
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Brian Evans <[email protected]>
  • Loading branch information
Brian Evans committed Jun 11, 2020
1 parent e29fd7d commit f727486
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions sys-apps/ack/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST ack-v3.0.0.tar.gz 238646 BLAKE2B 679cf84c7dffd6f1ec3881de465cbdbebf9ec8958a6e36c5265d11492d84990a67b34af0e42041280b9a9ab6c57d951a2c73ba5b6fe07c9ac8774bac445c10fd SHA512 2bf4e9719d8a5ec56c9d31acbcff647aece7b52ff7ffaacbfec56e59e30efb9ca7397fa379e13a9113a27abe47053261b9adb641b995d3e8579d459c0483fb45
DIST ack-v3.2.0.tar.gz 246140 BLAKE2B ac729ba6b1c7f0b720ddd076498452660f7f50ba7f866f908717d19c2ef985858d63dad96a2acd5c93d0a991a1870bec895da3dc64b974bc11c5f74b9245332a SHA512 3604a8ad6a79c63fdd65721fc790db09f345f66b81e5272fa073cb53b7964b576ba3638e1f358d8e0c28c38acd0d9a0362f2666ece9abe374cf6355b752a0f69
DIST ack-v3.3.1.tar.gz 250024 BLAKE2B 3cf4882929afb05ea592a7e964a06745bef58303d5bc1c66e65ca3eb7d21fccc7fe285b142fe9518cfd9eb5c37bc32dfbec113df775b84de4f55b12864a4ba9e SHA512 7f0a5cc55b331f69877d186699e2fab64a196b0ea0fd148699b7be5f9a7bb2850ecf9e45dc026325af8407a37f719faf3f3e314c43e48d575b3685087461addd
29 changes: 29 additions & 0 deletions sys-apps/ack/ack-3.3.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Copyright 1999-2020 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.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
}
13 changes: 13 additions & 0 deletions sys-apps/ack/files/ack-3.3.0-gentoo.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
--- a/lib/App/Ack/ConfigDefault.pm
+++ b/lib/App/Ack/ConfigDefault.pm
@@ -280,6 +280,10 @@
# https://en.wikipedia.org/wiki/Fortran
--type-add=fortran:ext:f,f77,f90,f95,f03,for,ftn,fpp

+# Gentoo
+# https://www.gentoo.org/
+--type-add=gentoo:ext:ebuild,eclass
+
# Go
# https://golang.org/
--type-add=go:ext:go

0 comments on commit f727486

Please sign in to comment.