fuzzdb: remove old ebuild

This commit is contained in:
Rick Farina (Zero_Chaos) 2017-02-03 15:26:08 -05:00
parent b0ad4590e3
commit 09e055e6be
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A

View file

@ -1,22 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
DESCRIPTION="Attack and Discovery Pattern Database for Application Fuzz Testing"
HOMEPAGE="https://code.google.com/p/fuzzdb/"
SRC_URI="http://fuzzdb.googlecode.com/files/${P}.tgz"
LICENSE="BSD"
SLOT="0"
#KEYWORDS="amd64 arm x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_install() {
dodir "/usr/share/${PN}/"
cp -R "${S}"/* "${D}"/usr/share/"${PN}"/ || die "Install failed!"
}