From 39b1f194956fdabc37f39a301c37a88718f5d922 Mon Sep 17 00:00:00 2001 From: Artur MaciÄ…g Date: Sat, 17 Apr 2010 21:17:08 +0200 Subject: skipfish ebuilds removal; present in main tree --- net-analyzer/skipfish/Manifest | 6 --- net-analyzer/skipfish/skipfish-1.05_beta.ebuild | 52 -------------------- net-analyzer/skipfish/skipfish-1.15_beta.ebuild | 53 -------------------- net-analyzer/skipfish/skipfish-1.23_beta.ebuild | 53 -------------------- net-analyzer/skipfish/skipfish-1.27_beta.ebuild | 64 ------------------------- 5 files changed, 228 deletions(-) delete mode 100644 net-analyzer/skipfish/Manifest delete mode 100644 net-analyzer/skipfish/skipfish-1.05_beta.ebuild delete mode 100644 net-analyzer/skipfish/skipfish-1.15_beta.ebuild delete mode 100644 net-analyzer/skipfish/skipfish-1.23_beta.ebuild delete mode 100644 net-analyzer/skipfish/skipfish-1.27_beta.ebuild diff --git a/net-analyzer/skipfish/Manifest b/net-analyzer/skipfish/Manifest deleted file mode 100644 index 55d9f28..0000000 --- a/net-analyzer/skipfish/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -DIST skipfish-1.05b.tgz 180023 RMD160 55ff79b0f94e7ae9a4563f43a73ff5ffb3c30a21 SHA1 bbf8b8297b7ebb1f8e9681ac18db8ef74ad885c6 SHA256 4cc0d74dfa5fdb014876cbabed0d51a5b110075a4f42c5099e87696d6f6490b8 -DIST skipfish-1.25b.tgz 174399 RMD160 91aac8e3042da034335f15d4970e0f7b114a13be SHA1 c08aadac382dc80cf89525a928d2e68cdeafa04d SHA256 a16b7ab5141934e0af77551acccf8c1b73fe3b0e70d7814b5515b281f6f4a15f -DIST skipfish-1.27b.tgz 175548 RMD160 4b3276ae62d9c38fcc786dfe9cb8cd60490fe451 SHA1 08a155b8ebf9fded151762cb41f02a65f697c107 SHA256 6e8ea1137c02b714c883bf6b1a6d537a9ec9640ad59bb435bc753cf9ae68d21f -EBUILD skipfish-1.05_beta.ebuild 1062 RMD160 22bb965988ae06ada1b26bc176e1038261627705 SHA1 591c8e051418c05600ffd858faddbdd12864a638 SHA256 e132a2e2c06dc7c518ecd3b9e069c85e9108744d8602987319dd024770e87365 -EBUILD skipfish-1.25_beta.ebuild 1559 RMD160 4c2ed92a8a9a72de40ce8206b829f110921a6298 SHA1 35e7e403f08fe881d779ef5d792da0b1628b81af SHA256 79df9fc63b1bad950d07b33d4629a47b5a328fee0e2bcbfe5790bc764c1f3d5d -EBUILD skipfish-1.27_beta.ebuild 1335 RMD160 5c117aaac71a59f24e5cfc217865c584953148fb SHA1 9130d550de781b247824c50b0da7b114dc0237ae SHA256 b1e74d689f9cb4f201d6503a1ecf4796d8fd0bb50d3df912e5427cdd6b67e4b0 diff --git a/net-analyzer/skipfish/skipfish-1.05_beta.ebuild b/net-analyzer/skipfish/skipfish-1.05_beta.ebuild deleted file mode 100644 index 17c8218..0000000 --- a/net-analyzer/skipfish/skipfish-1.05_beta.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -inherit - -MY_PV=${PV/_beta/b} -MY_P=${PN}-${MY_PV} - -DESCRIPTION="Web application security scanner" -HOMEPAGE="http://code.google.com/p/skipfish/" -SRC_URI="http://skipfish.googlecode.com/files/${MY_P}.tgz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND="net-dns/libidn" -RDEPEND="${DEPEND}" - -#src_prepare() { -# epatch "${FILESDIR}"/${PN}-4.3.3-install.patch -# eautoreconf -#} - -S=${WORKDIR}/${PN} - -src_prepare() { - # Change assets path - sed -i 's/assets\//\/usr\/share\/skipfish\/assets\//g' report.c skipfish.c || die "sed failed" -} - -src_install() { - dobin skipfish - - insinto /usr/share/${PN}/dictionaries - doins dictionaries/* - insinto /usr/share/${PN}/assets - doins assets/* - - dodoc README ChangeLog -} - -pkg_postinst() { - echo - elog "See README-FIRST in /usr/share/skipfish/dictionaries/ to pick a dictionary and use with -W option:" - elog " skipfish -W /usr/share/skipfish/dictionaries/" - echo -} diff --git a/net-analyzer/skipfish/skipfish-1.15_beta.ebuild b/net-analyzer/skipfish/skipfish-1.15_beta.ebuild deleted file mode 100644 index 27d03c5..0000000 --- a/net-analyzer/skipfish/skipfish-1.15_beta.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -inherit - -MY_PV=${PV/_beta/b} -MY_P=${PN}-${MY_PV} - -DESCRIPTION="Web application security scanner" -HOMEPAGE="http://code.google.com/p/skipfish/" -SRC_URI="http://skipfish.googlecode.com/files/${MY_P}.tgz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND="dev-libs/openssl - net-dns/libidn" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${PN} - -src_prepare() { - # Change assets path - sed -i 's/assets/\/usr\/share\/skipfish\/assets/g' config.h || die "sed failed" - # Change default dictionary path - sed -i 's/skipfish.wl/\/usr\/share\/skipfish\/dictionaries\/default.wl/g' config.h || die "sed failed" -} - -src_install() { - dobin skipfish - - insinto /usr/share/${PN}/dictionaries - doins dictionaries/*.wl - insinto /usr/share/${PN}/assets - doins assets/* - - dodoc README dictionaries/README-FIRST ChangeLog -} - -pkg_postinst() { - elog - elog "Check out /usr/share/${PN}/dictionaries/ for other dictionaries" - elog "See README-FIRST in /usr/share/doc/${P}/ to pick a dictionary" - elog - elog "Having problems with your scans? Be sure to visit:" - elog " http://code.google.com/p/skipfish/wiki/KnownIssues" - elog -} diff --git a/net-analyzer/skipfish/skipfish-1.23_beta.ebuild b/net-analyzer/skipfish/skipfish-1.23_beta.ebuild deleted file mode 100644 index 27d03c5..0000000 --- a/net-analyzer/skipfish/skipfish-1.23_beta.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -inherit - -MY_PV=${PV/_beta/b} -MY_P=${PN}-${MY_PV} - -DESCRIPTION="Web application security scanner" -HOMEPAGE="http://code.google.com/p/skipfish/" -SRC_URI="http://skipfish.googlecode.com/files/${MY_P}.tgz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND="dev-libs/openssl - net-dns/libidn" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${PN} - -src_prepare() { - # Change assets path - sed -i 's/assets/\/usr\/share\/skipfish\/assets/g' config.h || die "sed failed" - # Change default dictionary path - sed -i 's/skipfish.wl/\/usr\/share\/skipfish\/dictionaries\/default.wl/g' config.h || die "sed failed" -} - -src_install() { - dobin skipfish - - insinto /usr/share/${PN}/dictionaries - doins dictionaries/*.wl - insinto /usr/share/${PN}/assets - doins assets/* - - dodoc README dictionaries/README-FIRST ChangeLog -} - -pkg_postinst() { - elog - elog "Check out /usr/share/${PN}/dictionaries/ for other dictionaries" - elog "See README-FIRST in /usr/share/doc/${P}/ to pick a dictionary" - elog - elog "Having problems with your scans? Be sure to visit:" - elog " http://code.google.com/p/skipfish/wiki/KnownIssues" - elog -} diff --git a/net-analyzer/skipfish/skipfish-1.27_beta.ebuild b/net-analyzer/skipfish/skipfish-1.27_beta.ebuild deleted file mode 100644 index be6b989..0000000 --- a/net-analyzer/skipfish/skipfish-1.27_beta.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -inherit toolchain-funcs - -MY_PV=${PV/_beta/b} -MY_P=${PN}-${MY_PV} - -DESCRIPTION="Web application security scanner" -HOMEPAGE="http://code.google.com/p/skipfish/" -SRC_URI="http://skipfish.googlecode.com/files/${MY_P}.tgz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="debug" - -DEPEND="dev-libs/openssl - net-dns/libidn - sys-libs/zlib" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${PN} - -src_prepare() { - # Change assets and default directory paths - sed -i \ - -e "/ASSETS_DIR/s:assets:/usr/share/doc/${PF}/html:" \ - -e "/DEF_WORDLIST/s:skipfish.wl:/usr/share/${PN}/dictionaries/default.wl:" \ - config.h || die "sed failed" -} - -src_compile() { - tc-export CC - - local _debug - use debug && _debug=debug - - emake ${_debug} || die "emake failed" -} - -src_install() { - dobin ${PN} - - insinto /usr/share/${PN}/dictionaries - doins dictionaries/*.wl - - dohtml assets/* - - dodoc README dictionaries/README-FIRST ChangeLog -} - -pkg_postinst() { - elog - elog "Check out /usr/share/${PF}/dictionaries/ for other dictionaries" - elog "See README-FIRST in /usr/share/doc/${PF}/ to pick a dictionary" - elog - elog "Having problems with your scans? Be sure to visit:" - elog " http://code.google.com/p/skipfish/wiki/KnownIssues" - elog -} -- cgit v1.2.3-65-gdbad