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/ripgrep/
Date: Tue, 12 Sep 2017 19:02:59 +0000 (UTC)	[thread overview]
Message-ID: <1505242966.2fa11af5996f2407fe6cb5d956c409bd2bae061a.radhermit@gentoo> (raw)

commit:     2fa11af5996f2407fe6cb5d956c409bd2bae061a
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 12 18:52:39 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Sep 12 19:02:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa11af5

sys-apps/ripgrep: version bump to 0.6.0

Closes: https://bugs.gentoo.org/628032

 sys-apps/ripgrep/Manifest             |  1 +
 sys-apps/ripgrep/ripgrep-0.6.0.ebuild | 43 +++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/sys-apps/ripgrep/Manifest b/sys-apps/ripgrep/Manifest
index f710a5330a6..456bd957578 100644
--- a/sys-apps/ripgrep/Manifest
+++ b/sys-apps/ripgrep/Manifest
@@ -1 +1,2 @@
 DIST ripgrep-0.5.2.tar.xz 48910752 SHA256 e0fadefc1718d967ac15ccc22131255606cddf969b700ccc243c1f973be81d90 SHA512 d8bc86e12be80568de4565c911a03b0c3a15577b22dfa2f1fd9b44f4e77354da1e80852247b9955e225fd13a540acbb3ca7b5a00d686bfa65fdf3f5f329dfcd5 WHIRLPOOL c33a828471a925da2be2f6b3730c28146182ff79b2a75e4f193a0c94f540256cb1670d5cc79470a39d0b898e8c55e20fabe5fdec1c42124339001ad7b437d02c
+DIST ripgrep-0.6.0.tar.xz 58704516 SHA256 57a40c5f0937cc83bad5b2f92ec7d1044ea73fd32bc615cb9c6e81c2e2e1f703 SHA512 af5ab95f8c156e57f70bf0364a6bcb6c93d9ad25c4f6583c2d4bd71e1c77dc07213f549db4462d7c0df3bc5d638fb6d9df6699c85e8cfc357b21dfff59cbd0b5 WHIRLPOOL ad1789c75d3baa8e04dac8184f4f084e88ee7f08b1ddfcda6639e5ce4cffd34a2ba3e0049890cb98393499a6f4c09d1464601d868908476b774b7dd5a1012af8

diff --git a/sys-apps/ripgrep/ripgrep-0.6.0.ebuild b/sys-apps/ripgrep/ripgrep-0.6.0.ebuild
new file mode 100644
index 00000000000..38f06bfa6b3
--- /dev/null
+++ b/sys-apps/ripgrep/ripgrep-0.6.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="a search tool that combines the usability of ag with the raw speed of grep"
+HOMEPAGE="https://github.com/BurntSushi/ripgrep"
+#SRC_URI="https://github.com/BurntSushi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+# custom tarball bundling all deps and index, otherwise cargo fetches from the network
+SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.xz"
+
+LICENSE="|| ( MIT Unlicense )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+	dev-util/cargo
+	>=virtual/rust-1.17
+"
+
+src_prepare() {
+	default
+
+	# move cache dir where cargo expects it
+	mv .cargo "${HOME}" || die
+}
+
+src_compile() {
+	cargo build --release --verbose || die
+}
+
+src_test() {
+	cargo test || die "tests failed"
+}
+
+src_install() {
+	dobin target/release/rg
+	doman doc/rg.1
+	dodoc CHANGELOG.md README.md
+
+	insinto /usr/share/zsh/site-functions
+	doins complete/_rg
+}


             reply	other threads:[~2017-09-12 19:03 UTC|newest]

Thread overview: 88+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-12 19:02 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-28 12:59 [gentoo-commits] repo/gentoo:master commit in: sys-apps/ripgrep/ Michał Górny
2024-09-28 12:40 Sam James
2024-09-28 12:32 Arthur Zamarin
2024-09-28 11:05 Jakov Smolić
2024-09-28 10:31 Arthur Zamarin
2024-09-10  7:06 Michał Górny
2024-07-06  8:33 Michał Górny
2024-07-05 23:41 Louis Sautier
2024-06-17  9:39 James Le Cuirot
2024-03-26 10:49 Michał Górny
2024-03-04 14:52 Michał Górny
2024-03-04  7:43 Sam James
2024-03-04  7:43 Sam James
2024-03-04  7:20 Sam James
2024-03-04  7:20 Sam James
2024-02-14 16:55 Michał Górny
2024-01-07  9:05 Sam James
2024-01-03  4:27 WANG Xuerui
2023-11-29  4:10 Sam James
2023-11-29  4:10 Sam James
2023-11-28  6:19 Sam James
2023-11-27 12:45 Florian Schmaus
2023-11-26 19:43 Sam James
2021-07-24  5:42 Georgy Yakovlev
2021-07-22 23:04 Georgy Yakovlev
2021-07-22 23:04 Georgy Yakovlev
2021-07-22 17:39 Sam James
2021-07-22  5:49 Sam James
2021-07-22  4:08 Georgy Yakovlev
2021-07-22  4:08 Georgy Yakovlev
2021-06-15 18:36 Georgy Yakovlev
2020-08-21  2:18 Georgy Yakovlev
2020-06-07  1:57 Georgy Yakovlev
2020-06-07  1:57 Georgy Yakovlev
2020-06-07  1:57 Georgy Yakovlev
2020-06-06 17:38 Agostino Sarubbo
2020-05-29 19:59 Georgy Yakovlev
2020-05-29  7:55 Georgy Yakovlev
2020-05-09 22:20 Georgy Yakovlev
2020-04-04 19:08 Georgy Yakovlev
2020-03-26 21:22 Georgy Yakovlev
2019-12-31 16:03 Thomas Deutschmann
2019-12-31  6:31 Georgy Yakovlev
2019-12-31  6:31 Georgy Yakovlev
2019-12-31  6:31 Georgy Yakovlev
2019-11-17 22:10 Tim Harder
2019-11-17 22:10 Tim Harder
2019-08-02  4:23 Georgy Yakovlev
2019-05-21  4:33 Georgy Yakovlev
2019-04-17  5:20 Georgy Yakovlev
2019-04-16  1:37 Georgy Yakovlev
2019-03-11  5:00 Georgy Yakovlev
2019-02-07 21:39 Georgy Yakovlev
2019-01-27 11:16 Georgy Yakovlev
2019-01-08 23:40 Georgy Yakovlev
2018-12-01  3:11 Georgy Yakovlev
2018-12-01  1:54 Georgy Yakovlev
2018-12-01  1:54 Georgy Yakovlev
2018-09-28  6:06 Georgy Yakovlev
2018-09-22 20:08 Georgy Yakovlev
2018-09-22 20:08 Georgy Yakovlev
2018-09-08  5:42 Georgy Yakovlev
2018-08-05 21:48 Patrice Clement
2018-03-24 22:53 Tim Harder
2018-03-24  7:33 Tim Harder
2018-03-03  1:38 Patrick McLean
2018-03-01 19:35 Tim Harder
2017-10-23 19:47 Tim Harder
2017-10-13 21:41 Tim Harder
2017-09-12 19:47 Tim Harder
2017-09-05  9:45 Tim Harder
2017-07-20  8:17 Tim Harder
2017-07-20  8:17 Tim Harder
2017-05-16  8:09 Tim Harder
2017-05-16  8:09 Tim Harder
2017-04-12  7:51 Tim Harder
2017-03-25  9:03 Tim Harder
2017-01-20 21:11 Tim Harder
2017-01-20 21:11 Tim Harder
2016-12-08  5:02 Tim Harder
2016-11-23  5:13 Tim Harder
2016-11-23  5:13 Tim Harder
2016-11-10  5:39 Tim Harder
2016-11-02  1:41 Tim Harder
2016-11-01  7:17 Tim Harder
2016-11-01  2:02 Tim Harder
2016-10-31  7:35 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=1505242966.2fa11af5996f2407fe6cb5d956c409bd2bae061a.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