From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B27A7138335 for ; Fri, 28 Sep 2018 06:06:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 850CCE0972; Fri, 28 Sep 2018 06:06:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 481C5E0972 for ; Fri, 28 Sep 2018 06:06:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45013335C8F for ; Fri, 28 Sep 2018 06:06:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 827443FA for ; Fri, 28 Sep 2018 06:06:14 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1538114472.e0109c61eff95321433ddc061991ea9fff3e8bc9.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ripgrep/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ripgrep/ripgrep-0.10.0.ebuild X-VCS-Directories: sys-apps/ripgrep/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: e0109c61eff95321433ddc061991ea9fff3e8bc9 X-VCS-Branch: master Date: Fri, 28 Sep 2018 06:06:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bda91960-ec00-433b-a4af-6324dff51c8b X-Archives-Hash: 788f30c6b8c01381f4248c157f3b1795 commit: e0109c61eff95321433ddc061991ea9fff3e8bc9 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Sep 28 06:01:12 2018 +0000 Commit: Georgy Yakovlev gentoo 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 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 -}