From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ripgrep/
Date: Thu, 10 Nov 2016 05:39:07 +0000 (UTC) [thread overview]
Message-ID: <1478756306.d873ba8b8fb26415f4b95a75800db0d642cd1bc2.radhermit@gentoo> (raw)
commit: d873ba8b8fb26415f4b95a75800db0d642cd1bc2
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 05:38:05 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 05:38:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d873ba8b
sys-apps/ripgrep: version bump to 0.2.9
sys-apps/ripgrep/Manifest | 1 +
sys-apps/ripgrep/ripgrep-0.2.9.ebuild | 41 +++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/sys-apps/ripgrep/Manifest b/sys-apps/ripgrep/Manifest
index a3a166e..19857cc 100644
--- a/sys-apps/ripgrep/Manifest
+++ b/sys-apps/ripgrep/Manifest
@@ -1,2 +1,3 @@
DIST ripgrep-0.2.5.tar.xz 36327796 SHA256 af30c197e8ed4779288023b4b197ebd481f5c644be1ac18495c91556989da5f8 SHA512 4ce2374f677110bc61ac1ee0511a9e801f21f414ba3bf809b3020e82a2a26a7deeff45fea1edc8d20353023e95074899262db2f84e0cd822103dc60b55f39216 WHIRLPOOL e0a50bc59142aa74ecfc93c2089d6916aba6af15d33d9dbd9f7fa7c790b5fa9f46b757419c9db3abd4d17eba6d0e17c6b5a83ceb6842d8a7d57722ef1e6862ff
DIST ripgrep-0.2.6.tar.xz 36034548 SHA256 1f26e3023a58f52085780f5392241d3781d51746ce1fa8abc155b99bd11eae1e SHA512 1389e97009a30c417f75e8a6804e53ba72c679b6e67366c83c839fe5bc4035cc59ab0261ada1110eda84e8aa9900fd12abc1732bf68b6fd379aee64fbfe7acc9 WHIRLPOOL 416b3eab0146872e86dd9184b17aa73ae4dba5016c7829d2daa845fe304aa2be31fc4505e08b8270ff7589872fcb07852bfbbb30a06c7c13d63abf2c17ae0c01
+DIST ripgrep-0.2.9.tar.xz 36405508 SHA256 f5013f18620495a24af5bfa7a58b9f336831f489c34acbd91d963f27ab24a77d SHA512 3196b7e9cc9302e327ef09d87e5f586829deac5394e229b131bb4d76a54db05f12a9207f7b3b0d1d8c0790857ffd86dc4b177a31065f82f31192b3a7e6211399 WHIRLPOOL be4836c70ffc70827fdb2bf187624ddfa2238a97f93e7bb73dc4f3e13ea569f7a80bdb4ca0e956e661440849663891af88d3848eb8bc4758e02cbd6898806e6d
diff --git a/sys-apps/ripgrep/ripgrep-0.2.9.ebuild b/sys-apps/ripgrep/ripgrep-0.2.9.ebuild
new file mode 100644
index 00000000..ea3ae7b
--- /dev/null
+++ b/sys-apps/ripgrep/ripgrep-0.2.9.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="a command line search tool that combines usability with raw speed"
+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="http://dev.gentoo.org/~radhermit/dist/${P}.tar.xz"
+
+LICENSE="|| ( MIT Unlicense )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ dev-util/cargo
+ dev-lang/rust
+"
+
+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
+}
next reply other threads:[~2016-11-10 5:39 UTC|newest]
Thread overview: 88+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-10 5:39 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-12 19:02 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-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=1478756306.d873ba8b8fb26415f4b95a75800db0d642cd1bc2.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