sys-apps/neversearch: Add 9999 - parlay - yet another gentoo overlay
HTML git clone https://git.parazyd.org/parlay
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 55af0851803eb74ab36e2982db435994ca153354
DIR parent 3a4a844d6e3c53e9939e57e253a3c13de9c891d9
HTML Author: parazyd <parazyd@dyne.org>
Date: Tue, 18 Oct 2016 13:36:08 +0200
sys-apps/neversearch: Add 9999
Diffstat:
A sys-apps/neversearch/neversearch-9… | 32 +++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+), 0 deletions(-)
---
DIR 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
+}