diff --git a/net-proxy/burpsuite/Manifest b/net-proxy/burpsuite/Manifest index 121ec894d..f17f0df07 100644 --- a/net-proxy/burpsuite/Manifest +++ b/net-proxy/burpsuite/Manifest @@ -1,4 +1,2 @@ -DIST burpsuite_v1.2.01.zip 1668482 RMD160 99eb3589a4d515a46c97144aaba31560abd53031 SHA1 bff717064703c64df94ec6c83e4218f2492f85dd SHA256 4b72419d7e07dec074ada73b9a3e007850b48c1dbcb115608c829de41f8a98be DIST burpsuite_v1.3.zip 2530299 RMD160 54ac535a8263a81cf84bc30084d40b10adae787f SHA1 09cc775be64283d35d23d8b51c05cfaadfd98f5f SHA256 ccd421ee6d138346c3e5b117e98b3d89faa1a11fef5c54725bec99cb13765d2f -EBUILD burpsuite-1.2.01.ebuild 811 RMD160 63bff35cbc5066705d6a318a3e5dc78ff798c960 SHA1 b7e682d42393b7c6c0b42d3ccb510526f30d9fa3 SHA256 a81ee7fdba9aee0f8403739c85d0cd827fdcb0a5409928144a7f44ec1613f94a -EBUILD burpsuite-1.3.ebuild 820 RMD160 122e2e3b0f88c45921c18d6aea3f9defdbbc3219 SHA1 f72882b087fa6454576139252a51eff825fd028b SHA256 3ac10ca0da13fc98147601e9bfb3f692e47e2f1c2a4a91511b3b75b778903a9a +EBUILD burpsuite-1.3.ebuild 801 RMD160 9ecd5df66388e0c7c0e79916c173c011c13a3b3e SHA1 192859210244b8615f5e893983feaf3361e585a5 SHA256 5648e1f026437b185dfcccba0f9b51770c108be6130f09b96016277d9c591e5e diff --git a/net-proxy/burpsuite/burpsuite-1.2.01.ebuild b/net-proxy/burpsuite/burpsuite-1.2.01.ebuild deleted file mode 100644 index 79004e1bb..000000000 --- a/net-proxy/burpsuite/burpsuite-1.2.01.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /root/portage/net-proxy/burpproxy/burpproxy-1.3_beta.ebuild,v 1.1.1.1 2006/02/27 20:03:41 grimmlin Exp $ - -MY_P="${PN}_v${PV}" -DESCRIPTION="Burp proxy is an interactive HTTP/S proxy server for attacking and debugging web-enabled applications" -HOMEPAGE="http://portswigger.net/suite/download.html" -SRC_URI="http://portswigger.net/suite/${MY_P}.zip" -LICENSE="PROPRIETARY" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND="virtual/jre" - -S=${WORKDIR}/${MY_P} -src_compile() { - einfo "Nothing to compile" -} - -src_install() { - mkdir -p ${D}/opt/${PN} - cp -a ${MY_P}.jar ${D}/opt/${PN} - dodoc *.txt *.java *.html - echo -e "#!/bin/sh \njava -jar -Xmx256m /opt/${PN}/${MY_P}.jar\n" > ${PN} - dosbin ${PN} -} diff --git a/net-proxy/burpsuite/burpsuite-1.3.ebuild b/net-proxy/burpsuite/burpsuite-1.3.ebuild index 88534e6f6..d76962257 100644 --- a/net-proxy/burpsuite/burpsuite-1.3.ebuild +++ b/net-proxy/burpsuite/burpsuite-1.3.ebuild @@ -1,27 +1,31 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /root/portage/net-proxy/burpproxy/burpproxy-1.3_beta.ebuild,v 1.1.1.1 2006/02/27 20:03:41 grimmlin Exp $ MY_P="${PN}_v${PV}" -DESCRIPTION="Burp proxy is an interactive HTTP/S proxy server for attacking and debugging web-enabled applications" + +DESCRIPTION="an interactive HTTP/S proxy server for attacking and debugging web-enabled applications" HOMEPAGE="http://portswigger.net/suite/download.html" SRC_URI="http://portswigger.net/suite/${MY_P}.zip" + LICENSE="PROPRIETARY" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" + +DEPEND="" RDEPEND="virtual/jre" S=${WORKDIR}/${MY_P} + src_compile() { einfo "Nothing to compile" } src_install() { - mkdir -p ${D}/opt/${PN} - cp -a ${MY_P}.jar ${D}/opt/${PN} - dodoc *.txt -# dodoc *.java *.html + mkdir -p "${D}"/opt/${PN} + cp -a ${MY_P}.jar "${D}"/opt/${PN} + dodoc *.txt echo -e "#!/bin/sh \njava -jar -Xmx256m /opt/${PN}/${MY_P}.jar\n" > ${PN} dosbin ${PN} } diff --git a/net-proxy/privoxy-tor/Manifest b/net-proxy/privoxy-tor/Manifest index 0eba7ac34..5766e660d 100644 --- a/net-proxy/privoxy-tor/Manifest +++ b/net-proxy/privoxy-tor/Manifest @@ -1 +1 @@ -EBUILD privoxy-tor-01.ebuild 296 RMD160 26e410cbb3bba18c552c4bc7110eb5be8d3b8f35 SHA1 5f5cb0e502222f99b48f97ea9aa76b1ba753e067 SHA256 3a4e67bd58f412da5d6ef05e369b4a1d18cff291e2a6fcc97155cc99b9452b40 +EBUILD privoxy-tor-01.ebuild 296 RMD160 5a6eac4936730dfd6b9017331a902fe20bfb5641 SHA1 e5a14060488d278354773cfba5f096693d5dc3fa SHA256 f656e3893cfe8f2859a1c1669fa5450bab04b67b5acb3d9d5cb8fb7f940f1b1a diff --git a/net-proxy/privoxy-tor/privoxy-tor-01.ebuild b/net-proxy/privoxy-tor/privoxy-tor-01.ebuild index 4834ac7c2..28f2ec4be 100644 --- a/net-proxy/privoxy-tor/privoxy-tor-01.ebuild +++ b/net-proxy/privoxy-tor/privoxy-tor-01.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $