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 8F4F4139694 for ; Thu, 20 Jul 2017 08:17:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98A381FC046; Thu, 20 Jul 2017 08:17:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 75A421FC046 for ; Thu, 20 Jul 2017 08:17:46 +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 871BC341935 for ; Thu, 20 Jul 2017 08:17:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F2A074BA for ; Thu, 20 Jul 2017 08:17:44 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1500538649.cca7c35bf724aa5af204ac18f35fda5bf649e2a1.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ripgrep/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ripgrep/Manifest sys-apps/ripgrep/ripgrep-0.5.1.ebuild X-VCS-Directories: sys-apps/ripgrep/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: cca7c35bf724aa5af204ac18f35fda5bf649e2a1 X-VCS-Branch: master Date: Thu, 20 Jul 2017 08:17:44 +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: 6f15d3af-f0e2-432c-925e-66788920ed3f X-Archives-Hash: e0fbb195aa0023cb66ad6dc65c51eb7e commit: cca7c35bf724aa5af204ac18f35fda5bf649e2a1 Author: Tim Harder gentoo org> AuthorDate: Thu Jul 20 08:16:25 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Jul 20 08:17:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca7c35b sys-apps/ripgrep: remove old sys-apps/ripgrep/Manifest | 1 - sys-apps/ripgrep/ripgrep-0.5.1.ebuild | 40 ----------------------------------- 2 files changed, 41 deletions(-) diff --git a/sys-apps/ripgrep/Manifest b/sys-apps/ripgrep/Manifest index 78b47b82ba9..f710a5330a6 100644 --- a/sys-apps/ripgrep/Manifest +++ b/sys-apps/ripgrep/Manifest @@ -1,2 +1 @@ -DIST ripgrep-0.5.1.tar.xz 45921476 SHA256 72a72716af333aa1d578ca8de55a4ba295abf70ec037ebd89fc7e5e627b4fd17 SHA512 bfeb4ee2373b1ee0d8bc77b3bfbc12eb3e43e5160ca4bbe80206041a29f459ba71d464635f660626f530b8cbc0a39157cb0fc91620236b5bdcd884b024391218 WHIRLPOOL b0cea9c1f931d094752d4b19a98830e57599d484dff07431a80bdc36e926d2ffe7152cfebc041357c4f1bb074d0f3e9a0f67aebcf454fc69e25cacfb2396f360 DIST ripgrep-0.5.2.tar.xz 48910752 SHA256 e0fadefc1718d967ac15ccc22131255606cddf969b700ccc243c1f973be81d90 SHA512 d8bc86e12be80568de4565c911a03b0c3a15577b22dfa2f1fd9b44f4e77354da1e80852247b9955e225fd13a540acbb3ca7b5a00d686bfa65fdf3f5f329dfcd5 WHIRLPOOL c33a828471a925da2be2f6b3730c28146182ff79b2a75e4f193a0c94f540256cb1670d5cc79470a39d0b898e8c55e20fabe5fdec1c42124339001ad7b437d02c diff --git a/sys-apps/ripgrep/ripgrep-0.5.1.ebuild b/sys-apps/ripgrep/ripgrep-0.5.1.ebuild deleted file mode 100644 index 8445e52f2c6..00000000000 --- a/sys-apps/ripgrep/ripgrep-0.5.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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-1.11 -" - -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 -}