From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ack/
Date: Thu, 3 Jun 2021 15:22:42 +0000 (UTC) [thread overview]
Message-ID: <1622733644.3bd3bfa699f84498d2af1fb27ea4feb9cacdf5e8.grknight@gentoo> (raw)
commit: 3bd3bfa699f84498d2af1fb27ea4feb9cacdf5e8
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 3 15:20:44 2021 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Jun 3 15:20:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd3bfa6
sys-apps/ack: Version bump for 3.5.0
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
sys-apps/ack/Manifest | 1 +
sys-apps/ack/ack-3.5.0.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/sys-apps/ack/Manifest b/sys-apps/ack/Manifest
index 2f82db886a1..c9f3cc0fb0c 100644
--- a/sys-apps/ack/Manifest
+++ b/sys-apps/ack/Manifest
@@ -2,3 +2,4 @@ DIST ack-v3.0.0.tar.gz 238646 BLAKE2B 679cf84c7dffd6f1ec3881de465cbdbebf9ec8958a
DIST ack-v3.2.0.tar.gz 246140 BLAKE2B ac729ba6b1c7f0b720ddd076498452660f7f50ba7f866f908717d19c2ef985858d63dad96a2acd5c93d0a991a1870bec895da3dc64b974bc11c5f74b9245332a SHA512 3604a8ad6a79c63fdd65721fc790db09f345f66b81e5272fa073cb53b7964b576ba3638e1f358d8e0c28c38acd0d9a0362f2666ece9abe374cf6355b752a0f69
DIST ack-v3.3.1.tar.gz 250024 BLAKE2B 3cf4882929afb05ea592a7e964a06745bef58303d5bc1c66e65ca3eb7d21fccc7fe285b142fe9518cfd9eb5c37bc32dfbec113df775b84de4f55b12864a4ba9e SHA512 7f0a5cc55b331f69877d186699e2fab64a196b0ea0fd148699b7be5f9a7bb2850ecf9e45dc026325af8407a37f719faf3f3e314c43e48d575b3685087461addd
DIST ack-v3.4.0.tar.gz 251106 BLAKE2B 192d1e851ef5bd3547e21fe49cf276180eb278af783209046c02e4a1ae1471c7b24aaf6825223aad96dedea9fd266576a2021dcb808b0e229312e8237e2f7afd SHA512 cc8de5a784f63a8f48b9548e930972578866d0fcc520febc6002d1ce4f9b55aabb0c8e87860586a668d94b5091c66194c05a07c584fe30fad2c5d786aee95db5
+DIST ack-v3.5.0.tar.gz 249718 BLAKE2B dedd11b424f7274c45dabfd0ddf2c92ee9d15ccf40d251c79159aef6e93071c963291722a2024db1d4828ae02c1310d3fec366ca8bd5f249da2c0c73f7e303cb SHA512 f5b9321fc62cf2ab86fa7dc933dd44245314ebd26bee2d8769f85c15fc8b4493d0757ca4430708f0ebea5692f9c73ad17cc00bc46d1f611b8489b30811df307d
diff --git a/sys-apps/ack/ack-3.5.0.ebuild b/sys-apps/ack/ack-3.5.0.ebuild
new file mode 100644
index 00000000000..fe8c7cc38c9
--- /dev/null
+++ b/sys-apps/ack/ack-3.5.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 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 ~arm64 ~hppa ~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
+}
next reply other threads:[~2021-06-03 15:22 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-03 15:22 Brian Evans [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-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
2018-02-03 9:15 Tim Harder
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=1622733644.3bd3bfa699f84498d2af1fb27ea4feb9cacdf5e8.grknight@gentoo \
--to=grknight@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