sys-apps/ripgrep: already exists in ::rust

This commit is contained in:
Julian Ospald 2018-08-26 22:01:36 +08:00
parent a5efa69b0f
commit 9bd15cf507
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
2 changed files with 0 additions and 38 deletions

View File

@ -1,19 +0,0 @@
# Copyright 2018 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
require cargo [ channel=nightly ]
require github [ user=BurntSushi ]
SUMMARY="ripgrep recursively searches directories for a regex pattern"
HOMEPAGE="https://crates.io/crates/ripgrep ${HOMEPAGE}"
LICENCES="MIT"
SLOT="0"
PLATFORMS="~amd64 ~x86"
MYOPTIONS=""
DEPENDENCIES="
"
BUGS_TO="hasufell@posteo.de"

View File

@ -1,19 +0,0 @@
# Copyright 2018 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
require github [ user=BurntSushi ]
require cargo [ channel=stable ]
SUMMARY="ripgrep recursively searches directories for a regex pattern"
HOMEPAGE="https://github.com/BurntSushi/ripgrep ${HOMEPAGE}"
LICENCES="MIT"
SLOT="0"
PLATFORMS="~amd64 ~x86"
MYOPTIONS=""
DEPENDENCIES="
"
BUGS_TO="hasufell@posteo.de"