parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 55af0851803eb74ab36e2982db435994ca153354
parent 3a4a844d6e3c53e9939e57e253a3c13de9c891d9
Author: parazyd <parazyd@dyne.org>
Date:   Tue, 18 Oct 2016 13:36:08 +0200

sys-apps/neversearch: Add 9999

Diffstat:
Asys-apps/neversearch/neversearch-9999.ebuild | 32++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+), 0 deletions(-)

diff --git a/sys-apps/neversearch/neversearch-9999.ebuild b/sys-apps/neversearch/neversearch-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 +PYTHON_DEPEND="2:2.7" + +inherit eutils git-2 python + +DESCRIPTION="neversearch; tag files" +HOMEPAGE="http://hetgrotebos.org/wiki/neversearch" +SRC_URI="" + +EGIT_REPO_URI="git://github.com/MerlijnWajer/neversearch" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + + +DEPEND="dev-python/pyxattr sys-apps/coreutils[xattr]" +RDEPEND="${DEPEND}" + +src_unpack() { + git-2_src_unpack +} + +src_install() { + exeinto /usr/bin + doexe tag +}