From fa6498ba749e5bbc931281ee501001d60e081b5a Mon Sep 17 00:00:00 2001 From: blshkv Date: Wed, 3 Jun 2020 09:12:10 +0800 Subject: [PATCH] blindelephant: fix https://github.com/pentoo/pentoo-overlay/issues/623 --- .../blindelephant/blindelephant-9999.ebuild | 33 ------------------- 1 file changed, 33 deletions(-) delete mode 100644 net-analyzer/blindelephant/blindelephant-9999.ebuild diff --git a/net-analyzer/blindelephant/blindelephant-9999.ebuild b/net-analyzer/blindelephant/blindelephant-9999.ebuild deleted file mode 100644 index 4245739d7..000000000 --- a/net-analyzer/blindelephant/blindelephant-9999.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -PYTHON_COMPAT=( python2_{5,6,7} ) -inherit subversion distutils-r1 - -DESCRIPTION="generic web application fingerprinter that produces results by examining a small set of static files" -HOMEPAGE="http://blindelephant.sourceforge.net/" -ESVN_REPO_URI="https://svn.code.sf.net/p/${PN}/code/trunk" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_compile() { - cd src || die "unable to find src directory" - distutils-r1_src_compile -} - -src_install() { - cd src || die "unable to find src directory" - distutils-r1_src_install - dodoc "${S}"/README "${S}"/doc/* - insinto /usr/share/${PN} - doins -r "${S}"/tools/* -}