public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ack/
Date: Sat,  3 Feb 2018 09:15:07 +0000 (UTC)	[thread overview]
Message-ID: <1517648642.8543e6d21c7ac3fd0fcb24c7a9db9ca7760e2779.radhermit@gentoo> (raw)

commit:     8543e6d21c7ac3fd0fcb24c7a9db9ca7760e2779
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  2 09:30:56 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 09:04:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8543e6d2

sys-apps/ack: version bump to 2.22

 sys-apps/ack/Manifest        |  1 +
 sys-apps/ack/ack-2.22.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/sys-apps/ack/Manifest b/sys-apps/ack/Manifest
index 5284511de6f..fe9c62d3f0c 100644
--- a/sys-apps/ack/Manifest
+++ b/sys-apps/ack/Manifest
@@ -1 +1,2 @@
 DIST ack-2.18.tar.gz 232279 BLAKE2B dc7c347eee2be367a2b1bd4839719661f1c0de68bd3fcb3512c68cb5c42e09e8208712e7e3c57b418a00c961a933574a0c09c7f107fe43a4f96efeae21fbc8d8 SHA512 4147161baa8d82fb84b29980d5eac7cf3197733192ca827d3fa4e8f55fa9df29d92b2ac21beb69df00186eea03c7ae6fcb85d6e4334a0a21c232ddeb4933bcf5
+DIST ack-2.22.tar.gz 250275 BLAKE2B 52cafe63b6f4aa50feb3a8d68141662fbbec7a73d31b2f06d3d63c7efb9ba681214ac20fbfd299f680d4e3758eaed8b4b9b3cd697f38977f2e0657a90dc0478a SHA512 d0073c424d861f2cfdc2ce8c0dfa149620803b4c30adb6c6f4f8896277ac89bb6d97d3e8e9bdfd1202f95808bd387b2e3a8353a3e7d204cdd61eb9cafde48303

diff --git a/sys-apps/ack/ack-2.22.ebuild b/sys-apps/ack/ack-2.22.ebuild
new file mode 100644
index 00000000000..3e28da27b33
--- /dev/null
+++ b/sys-apps/ack/ack-2.22.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 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="https://beyondgrep.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.160.0"
+DEPEND="${RDEPEND}
+	test? ( dev-perl/IO-Tty )"
+
+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
+}


             reply	other threads:[~2018-02-03  9:15 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-03  9:15 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-10 19:26 [gentoo-commits] repo/gentoo:master commit in: sys-apps/ack/ Sam James
2023-05-11 13:20 Brian Evans
2023-03-04 13:51 Arthur Zamarin
2022-10-19 17:42 Brian Evans
2022-10-19 17:42 Brian Evans
2022-08-23  4:24 Sam James
2021-10-16 14:57 Yixun Lan
2021-08-26  4:41 Agostino Sarubbo
2021-06-03 15:22 Brian Evans
2021-01-06 15:26 Fabian Groffen
2020-12-19 19:36 Sam James
2020-12-08  7:57 Sam James
2020-12-02 23:21 Sam James
2020-07-07 20:40 Brian Evans
2019-12-10 17:38 Brian Evans
2019-11-19 14:04 Brian Evans
2019-08-14 23:33 Tim Harder
2019-07-25 13:06 Agostino Sarubbo
2019-07-24 20:49 Thomas Deutschmann
2019-04-03  4:46 Tim Harder
2018-12-25 19:29 Tim Harder
2018-11-27 11:19 Patrice Clement
2018-11-27 11:19 Patrice Clement
2017-10-27 17:03 Thomas Deutschmann
2017-08-31 15:39 Tim Harder
2017-08-31 15:39 Tim Harder
2017-04-08  0:11 Kent Fredric
2017-04-07 23:55 Kent Fredric
2017-04-07 23:55 Kent Fredric
2017-03-25  9:03 Tim Harder

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=1517648642.8543e6d21c7ac3fd0fcb24c7a9db9ca7760e2779.radhermit@gentoo \
    --to=radhermit@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