summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/ripgrep')
-rw-r--r--sys-apps/ripgrep/Manifest2
-rw-r--r--sys-apps/ripgrep/ripgrep-0.2.5-r1.ebuild38
-rw-r--r--sys-apps/ripgrep/ripgrep-0.2.6.ebuild38
3 files changed, 0 insertions, 78 deletions
diff --git a/sys-apps/ripgrep/Manifest b/sys-apps/ripgrep/Manifest
index d82e5f3a9400..0346bf090f32 100644
--- a/sys-apps/ripgrep/Manifest
+++ b/sys-apps/ripgrep/Manifest
@@ -1,4 +1,2 @@
-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
DIST ripgrep-0.3.1.tar.xz 36308304 SHA256 aa53e1518b692ea6de4d533cb6c22c7cf66d37b1d6aa20b0b66916d0796f23ae SHA512 130d987aad1dd9e1834579aaa095bdd0624fdf495418875179b3a0fbeccbb850531be446b86321d1b3d08dbbea157196fb037ecd4d491c44f573501a67ad4a98 WHIRLPOOL 1e421a23f596968444084873ad036ed417beeea8433b9572f4763ef74dc3653a7b49aa4309c531d3414f9f866aa44f8ef8a2474da6171cc535c26a7e2b83397f
diff --git a/sys-apps/ripgrep/ripgrep-0.2.5-r1.ebuild b/sys-apps/ripgrep/ripgrep-0.2.5-r1.ebuild
deleted file mode 100644
index 11fc9daa0f8e..000000000000
--- a/sys-apps/ripgrep/ripgrep-0.2.5-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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"
-
-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
-}
diff --git a/sys-apps/ripgrep/ripgrep-0.2.6.ebuild b/sys-apps/ripgrep/ripgrep-0.2.6.ebuild
deleted file mode 100644
index 11fc9daa0f8e..000000000000
--- a/sys-apps/ripgrep/ripgrep-0.2.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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"
-
-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
-}