bumped w3af to 1.0-rc2, various cleanups, dropped ppc keyword

This commit is contained in:
jensp 2010-02-01 12:10:48 +00:00
parent e5abb166db
commit 45937c0836
4 changed files with 57 additions and 46 deletions

View file

@ -1,6 +1,6 @@
AUX w3af 37 RMD160 ba77819fa632e1e32001d7042d1922b69f68e6d0 SHA1 47e9945bddeda0a9f15b084fbfb3b728ba85cba2 SHA256 106bd9a98bc26fe5ba15d11d5ab7f40795b97d346c169c7b3379518e3da9d7fe
AUX w3af_console 45 RMD160 0090458f417ae79f17afbfb281d6f83532f89843 SHA1 c8e598281327f733a5e7bb3004b340e93e362dd8 SHA256 baec5ace41ba0ff29b792dd288ee9a14eef83546af633620125644ad29fd19c7
AUX w3af_gui 41 RMD160 ef08894b771089f92271cb57fe508f429b5a2c49 SHA1 0d213bd93b317bc37d1a1f69caea8c24bde69952 SHA256 12f98d26f6c844b74e9d12a4df12ac8430eeb627dd15e8452e37202d254dda69
DIST w3af-beta5.tar.bz2 10275597 RMD160 4f43dedb7619ebd6476d3f4440f472634fb64739 SHA1 c58c8ce242ec8095abc561e814dda0e3943f4cc8 SHA256 67d891aa6500e7df47db2f09f38d9e2c51954964e0f2cf5cf740433665379e95
EBUILD w3af-0_beta5.ebuild 828 RMD160 35653417c1381766743285649f03e1cbf289665b SHA1 514c095bb72311eeda0c6e2497e60b794de80768 SHA256 9e1248d6908c85ad3cfde84e5f64170cd888f930d3fa704a4bd05e5f62aa77a4
EBUILD w3af-9999.ebuild 858 RMD160 06906d349534e15b085429bba49c73a908fefabe SHA1 57e83fa6a13d25b888612deb69e0cada387441f7 SHA256 0e2105360951a7483bf0030bfde5f3f03a15845734fef7f99c1071b32b4880e6
DIST w3af_1.0-rc2.tar.bz2 19066323 RMD160 b83b2159427ad23149f8b622c0a0d4a9e1718597 SHA1 11c855e7f754abd8858e9bd7b9fe1277dd6c51c5 SHA256 e9eb5ee664b4f77c03d0532f70c67de0f9825675087d906c129fd5bbd37b2125
EBUILD w3af-1.0_rc2.ebuild 874 RMD160 d771a076799259969d388a6346f6da0397dcab0c SHA1 efcaf4b116c45353e0b9c183ab78b62b938030e6 SHA256 86a89f871acf724e8ec5b46e38a29d3674e06d64dea9b424cb1673cad2d24afc
EBUILD w3af-9999.ebuild 845 RMD160 227b73e4f14146b54ee7cc437d48f64642f88436 SHA1 ec9f18a0a716dd86ae766df78d081541c233c64c SHA256 70f087b5f25038dc29630cad5035f026aa4fcc75eed6375dcc09d8d181ef8ceb

View file

@ -1,36 +0,0 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit distutils
MY_P="${PN}-${PV/0_/}"
S="${WORKDIR}/${PN}"
DESCRIPTION="Web Application Attack and Audit Framework"
HOMEPAGE="http://w3af.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
SLOT="0"
RDEPEND="dev-python/utidylib
dev-python/soappy"
src_compile() {
einfo "Nothing to compile"
}
src_install() {
dodir /usr/lib/
dodir /usr/bin/
# should be as simple as copying everything into the target...
cp -pPR ${S} ${D}usr/lib/w3af || die
# and creating symlinks in the /usr/bin dir
cd ${D}/usr/bin
ln -s ../lib/w3af/w3af ./w3af || die
chown -R root:0 ${D}
}

View file

@ -0,0 +1,44 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit distutils
MY_P="${PN}_${PV/_rc2/-rc2}"
DESCRIPTION="Web Application Attack and Audit Framework"
HOMEPAGE="http://w3af.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND=">=dev-python/fpconst-0.7.2
dev-python/pygoogle
dev-python/pyPdf
dev-python/utidylib
dev-python/soappy
dev-python/beautifulsoup
dev-python/pyopenssl
net-analyzer/scapy"
S="${WORKDIR}/${PN}"
src_compile() {
einfo "Nothing to compile"
}
src_install() {
dodir /usr/lib/
# should be as simple as copying everything into the target...
cp -pPR "${S}" "${D}"usr/lib/w3af || die
dobin "${FILESDIR}"/w3af_gui
dobin "${FILESDIR}"/w3af_console
chown -R root:0 "${D}"
}

View file

@ -1,16 +1,19 @@
# Copyright 1999-2006 Gentoo Foundation
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit distutils subversion
DESCRIPTION="Web Application Attack and Audit Framework"
HOMEPAGE="http://w3af.sourceforge.net/"
ESVN_REPO_URI="https://w3af.svn.sourceforge.net/svnroot/w3af/trunk"
LICENSE="GPL-2"
KEYWORDS="-* ~x86"
IUSE=""
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=""
RDEPEND=">=dev-python/fpconst-0.7.2
dev-python/pygoogle
dev-python/pyPdf
@ -25,10 +28,10 @@ src_compile() {
}
src_install() {
dodir /usr/lib/
# should be as simple as copying everything into the target...
cp -pPR ${S} ${D}usr/lib/w3af || die
dodir /usr/lib/
# should be as simple as copying everything into the target...
cp -pPR "${S}" "${D}"usr/lib/w3af || die
dobin "${FILESDIR}"/w3af_gui
dobin "${FILESDIR}"/w3af_console
chown -R root:0 ${D}
chown -R root:0 "${D}"
}