From fe416e8a89b0d6fa4fd76baf3bba0f6bd903b20d Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 2 Feb 2020 02:25:53 +0100 Subject: Add manpages for x86 --- app-text/ripgrep/ripgrep-0.2.6.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 app-text/ripgrep/ripgrep-0.2.6.ebuild (limited to 'app-text/ripgrep/ripgrep-0.2.6.ebuild') diff --git a/app-text/ripgrep/ripgrep-0.2.6.ebuild b/app-text/ripgrep/ripgrep-0.2.6.ebuild deleted file mode 100644 index 02684cf..0000000 --- a/app-text/ripgrep/ripgrep-0.2.6.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -DESCRIPTION="ag/grep replacement" -HOMEPAGE="https://github.com/BurntSushi/ripgrep" -SRC_URI="https://github.com/BurntSushi/ripgrep/releases/download/${PV}/${P}-x86_64-unknown-linux-musl.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${P}-x86_64-unknown-linux-musl" - -src_install() { - dobin rg - doman rg.1 -} -- cgit v1.2.3-59-g8ed1b