Peach: remove the dead tool

This commit is contained in:
blshkv 2018-06-12 19:31:33 +08:00
parent 9e18e0b586
commit 3024625026
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 0 additions and 39 deletions

View file

@ -1 +0,0 @@
DIST Peach-1.0.zip 4121724 SHA256 5077af651c77532a053be30b0093bade3811502478b639c47bf4222e4d1d194b SHA512 463b03b5bc8198d2d5bc1c7b95904245c5afce122fa24337cd492c8cd6bf007fabd0868dd5356a5e372035a389bd960eec0bbb0c84ef9507c35e7e09b61776a3 WHIRLPOOL 43967125fcba2713e8b878d8ad48495b4b52884225a64f54c0083fb1a93ba94fab1c89d85733bc54d14805a95df4770fd2fa0d07d8812d349d56794872176ccf

View file

@ -1,38 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1 python-utils-r1
DESCRIPTION="A generic fuzzer framework"
HOMEPAGE="http://peachfuzz.sourceforge.net"
SRC_URI="mirror://sourceforge/peachfuzz/Peach-${PV}.zip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="doc"
RDEPEND=""
src_install() {
rm samples/*.exe samples/PeachComTest.zip
python_moduleinto Peach
python_domodule Peach/.
if use doc; then
insinto /usr/share/doc/${PF}/
doins -r docs/*
fi
# if use examples; then
# insinto /opt/${PN}/samples
# doins samples/*
# insinto /opt/${PN}
# doins *.py
# fi
dodoc README.txt LICENSE.txt
}