From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ripgrep/
Date: Fri, 28 Sep 2018 06:06:14 +0000 (UTC) [thread overview]
Message-ID: <1538114472.e0109c61eff95321433ddc061991ea9fff3e8bc9.gyakovlev@gentoo> (raw)
commit: e0109c61eff95321433ddc061991ea9fff3e8bc9
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 28 06:01:12 2018 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Sep 28 06:01:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0109c61
sys-apps/ripgrep: drop 0.10.0
-r1 with pcre support remains
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
sys-apps/ripgrep/ripgrep-0.10.0.ebuild | 129 ---------------------------------
1 file changed, 129 deletions(-)
diff --git a/sys-apps/ripgrep/ripgrep-0.10.0.ebuild b/sys-apps/ripgrep/ripgrep-0.10.0.ebuild
deleted file mode 100644
index f9b287ae30a..00000000000
--- a/sys-apps/ripgrep/ripgrep-0.10.0.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-CRATES="
-aho-corasick-0.6.8
-arrayvec-0.4.7
-atty-0.2.11
-base64-0.9.2
-bitflags-1.0.4
-bytecount-0.3.2
-byteorder-1.2.6
-cc-1.0.24
-cfg-if-0.1.5
-clap-2.32.0
-cloudabi-0.0.3
-crossbeam-channel-0.2.4
-crossbeam-epoch-0.5.2
-crossbeam-utils-0.5.0
-encoding_rs-0.8.6
-encoding_rs_io-0.1.2
-fnv-1.0.6
-fuchsia-zircon-0.3.3
-fuchsia-zircon-sys-0.3.3
-glob-0.2.11
-globset-0.4.2
-grep-0.2.2
-grep-cli-0.1.1
-grep-matcher-0.1.1
-grep-pcre2-0.1.1
-grep-printer-0.1.1
-grep-regex-0.1.1
-grep-searcher-0.1.1
-ignore-0.4.4
-itoa-0.4.2
-lazy_static-1.1.0
-libc-0.2.43
-lock_api-0.1.3
-log-0.4.5
-memchr-2.0.2
-memmap-0.6.2
-memoffset-0.2.1
-nodrop-0.1.12
-num_cpus-1.8.0
-owning_ref-0.3.3
-parking_lot-0.6.4
-parking_lot_core-0.3.0
-pcre2-0.1.0
-pcre2-sys-0.1.1
-pkg-config-0.3.14
-proc-macro2-0.4.18
-quote-0.6.8
-rand-0.4.3
-rand-0.5.5
-rand_core-0.2.1
-redox_syscall-0.1.40
-redox_termios-0.1.1
-regex-1.0.5
-regex-syntax-0.6.2
-remove_dir_all-0.5.1
-ripgrep-0.10.0
-ryu-0.2.6
-safemem-0.2.0
-same-file-1.0.3
-scopeguard-0.3.3
-serde-1.0.77
-serde_derive-1.0.77
-serde_json-1.0.27
-simd-0.2.2
-smallvec-0.6.5
-stable_deref_trait-1.1.1
-strsim-0.7.0
-syn-0.15.1
-tempdir-0.3.7
-termcolor-1.0.3
-termion-1.5.1
-textwrap-0.10.0
-thread_local-0.3.6
-ucd-util-0.1.1
-unicode-width-0.1.5
-unicode-xid-0.1.0
-unreachable-1.0.0
-utf8-ranges-1.0.1
-version_check-0.1.4
-void-1.0.2
-walkdir-2.2.5
-winapi-0.3.5
-winapi-i686-pc-windows-gnu-0.4.0
-winapi-util-0.1.1
-winapi-x86_64-pc-windows-gnu-0.4.0
-wincolor-1.0.1
-"
-
-inherit cargo bash-completion-r1
-
-DESCRIPTION="a search tool that combines the usability of ag with the raw speed of grep"
-HOMEPAGE="https://github.com/BurntSushi/ripgrep"
-SRC_URI="$(cargo_crate_uris ${CRATES})"
-
-LICENSE="|| ( MIT Unlicense )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-DEPEND=">=virtual/rust-1.20
- doc? ( app-text/asciidoc )"
-
-QA_FLAGS_IGNORED="usr/bin/rg"
-
-src_test() {
- cargo test || die "tests failed"
-}
-
-src_install() {
- cargo_src_install
-
- # hacks to find/install generated files
- BUILD_DIR=$(dirname $(find target/release -name rg.bash))
- if use doc ; then
- doman "${BUILD_DIR}"/rg.1
- fi
- newbashcomp "${BUILD_DIR}"/rg.bash rg
-
- dodoc CHANGELOG.md README.md
-
- insinto /usr/share/zsh/site-functions
- doins complete/_rg
-}
next reply other threads:[~2018-09-28 6:06 UTC|newest]
Thread overview: 88+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-28 6:06 Georgy Yakovlev [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-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-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=1538114472.e0109c61eff95321433ddc061991ea9fff3e8bc9.gyakovlev@gentoo \
--to=gyakovlev@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