sys-apps/neversearch: Remove. - parlay - yet another gentoo overlay
HTML git clone https://git.parazyd.org/parlay
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit df68bc6995954331a7a49538833d78bc737f6340
DIR parent 46ac5fedfa61d639458cdca0204c84340a61155d
HTML Author: parazyd <parazyd@dyne.org>
Date: Tue, 11 Apr 2017 11:46:32 +0200
sys-apps/neversearch: Remove.
Diffstat:
D sys-apps/neversearch/neversearch-9… | 32 -------------------------------
1 file changed, 0 insertions(+), 32 deletions(-)
---
DIR diff --git a/sys-apps/neversearch/neversearch-9999.ebuild b/sys-apps/neversearch/neversearch-9999.ebuild
@@ -1,32 +0,0 @@
-# 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
-}