sftf: removed from tree

This commit is contained in:
jensp 2010-09-13 18:19:22 +00:00
parent f446ecd81c
commit 21fedd26c3
4 changed files with 0 additions and 37 deletions

View file

@ -1,3 +0,0 @@
MD5 b69be027c87721d3f8429fd5c5a8bdd4 files/digest-sftf-0.9.3 62
MD5 09c11289cc8bb250d13ed5c1c1c73e6d files/sftf 38
MD5 a2d19e3f43dd1661915a82bf7f139ca6 sftf-0.9.3.ebuild 636

View file

@ -1 +0,0 @@
MD5 757adc3faae218866963766e027d8aca SFTF-0.9.3.tar.gz 137057

View file

@ -1,4 +0,0 @@
#!/bin/sh
cd /opt/sftf/
./SFTF.py $@

View file

@ -1,29 +0,0 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /root/portage/app-fuz/sftf/sftf-0.9.3.ebuild,v 1.1.1.1 2006/03/21 13:40:40 grimmlin Exp $
DESCRIPTION="SFTF is a SIP user agent fuzzer"
HOMEPAGE="http://www.sipfoundry.org/sftf/index.html"
MY_P="SFTF"
SRC_URI="http://www.sipfoundry.org/pub/${MY_P}/${MY_P}-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=""
S=${WORKDIR}/${MY_P}-${PV}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
insinto /opt/${PN}/
insopts -m0755
doins -r *.py BodyParser/ UserAgentBasicTestSuite/ HFH/
dodoc TODO Docs/* UserAgentBasicTestSuite/case_template
dosbin "${FILESDIR}"/sftf
}