diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-05-14 16:21:54 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-05-14 16:21:54 +0000 |
commit | 0650bfa731ce7ec432d8fb756cc7d21b8d6e6573 (patch) | |
tree | d699cd2463d4b17ec22492adfec03720be4d4088 /dev-util/skipfish | |
parent | Version bump (#390581) that also fixes logrotate config file (#375041), thank... (diff) | |
download | gentoo-2-0650bfa731ce7ec432d8fb756cc7d21b8d6e6573.tar.gz gentoo-2-0650bfa731ce7ec432d8fb756cc7d21b8d6e6573.tar.bz2 gentoo-2-0650bfa731ce7ec432d8fb756cc7d21b8d6e6573.zip |
Version bump, remove old (#415843 by Anton Bolshakov).
(Portage version: 2.1.10.59/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/skipfish')
-rw-r--r-- | dev-util/skipfish/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/skipfish/skipfish-1.31_beta.ebuild | 57 | ||||
-rw-r--r-- | dev-util/skipfish/skipfish-1.52_beta.ebuild | 55 | ||||
-rw-r--r-- | dev-util/skipfish/skipfish-1.85_beta.ebuild | 55 | ||||
-rw-r--r-- | dev-util/skipfish/skipfish-2.06_beta.ebuild (renamed from dev-util/skipfish/skipfish-2.05_beta.ebuild) | 4 |
5 files changed, 10 insertions, 170 deletions
diff --git a/dev-util/skipfish/ChangeLog b/dev-util/skipfish/ChangeLog index 50a67e685c92..23c34abc7869 100644 --- a/dev-util/skipfish/ChangeLog +++ b/dev-util/skipfish/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-util/skipfish # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/skipfish/ChangeLog,v 1.8 2012/03/13 20:26:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/skipfish/ChangeLog,v 1.9 2012/05/14 16:21:54 pacho Exp $ + +*skipfish-2.06_beta (14 May 2012) + + 14 May 2012; Pacho Ramos <pacho@gentoo.org> +skipfish-2.06_beta.ebuild, + -skipfish-1.31_beta.ebuild, -skipfish-1.52_beta.ebuild, + -skipfish-1.85_beta.ebuild, -skipfish-2.05_beta.ebuild: + Version bump, remove old (#415843 by Anton Bolshakov). *skipfish-2.05_beta (13 Mar 2012) diff --git a/dev-util/skipfish/skipfish-1.31_beta.ebuild b/dev-util/skipfish/skipfish-1.31_beta.ebuild deleted file mode 100644 index 9da4ada5e58c..000000000000 --- a/dev-util/skipfish/skipfish-1.31_beta.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/skipfish/skipfish-1.31_beta.ebuild,v 1.1 2010/04/14 10:31:30 jokey Exp $ - -EAPI=2 -inherit toolchain-funcs - -DESCRIPTION="A fully automated, active web application security reconnaissance tool" -HOMEPAGE="http://code.google.com/p/skipfish/" -SRC_URI="http://${PN}.googlecode.com/files/${P/_beta/b}.tgz" - -LICENSE="Apache-2.0 LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND="dev-libs/openssl - net-dns/libidn - sys-libs/zlib" - -S=${WORKDIR}/${PN} - -src_prepare() { - sed -i \ - -e '/CFLAGS_GEN/s:-g -ggdb::' \ - -e '/CFLAGS_OPT/s:-O3::' \ - Makefile || die - - sed -i \ - -e "/ASSETS_DIR/s:assets:/usr/share/doc/${PF}/html:" \ - config.h || die -} - -src_compile() { - tc-export CC - - local _debug - use debug && _debug=debug - - emake ${_debug} || die -} - -src_install() { - dobin ${PN} || die - doman ${PN}.1 || die - - elog "Installing dictionaries into /usr/share/${PN}/dictionaries" - elog "Remember to copy them to a local directory or use -V" - elog "Please take a look at README-FIRST for an introduction" - elog "if you are new to this tool." - insinto /usr/share/${PN}/dictionaries - doins dictionaries/*.wl || die - - dohtml assets/* || die - - dodoc ChangeLog dictionaries/README-FIRST README -} diff --git a/dev-util/skipfish/skipfish-1.52_beta.ebuild b/dev-util/skipfish/skipfish-1.52_beta.ebuild deleted file mode 100644 index 2a080546ef68..000000000000 --- a/dev-util/skipfish/skipfish-1.52_beta.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/skipfish/skipfish-1.52_beta.ebuild,v 1.1 2010/07/29 11:16:07 ssuominen Exp $ - -EAPI=2 -inherit toolchain-funcs - -MY_P=${P/_beta/b} - -DESCRIPTION="A fully automated, active web application security reconnaissance tool" -HOMEPAGE="http://code.google.com/p/skipfish/" -SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tgz" - -LICENSE="Apache-2.0 LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND="dev-libs/openssl - net-dns/libidn - sys-libs/zlib" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - sed -i \ - -e '/CFLAGS_GEN/s:-g -ggdb::' \ - -e '/CFLAGS_OPT/s:-O3::' \ - Makefile || die - - sed -i \ - -e "/ASSETS_DIR/s:assets:/usr/share/doc/${PF}/html:" \ - config.h || die -} - -src_compile() { - tc-export CC - - local _debug - use debug && _debug=debug - - emake ${_debug} || die -} - -src_install() { - dobin ${PN} || die - doman ${PN}.1 || die - - insinto /usr/share/${PN}/dictionaries - doins dictionaries/*.wl || die - - dohtml assets/* || die - - dodoc ChangeLog dictionaries/README-FIRST README -} diff --git a/dev-util/skipfish/skipfish-1.85_beta.ebuild b/dev-util/skipfish/skipfish-1.85_beta.ebuild deleted file mode 100644 index 0c0cda62a3de..000000000000 --- a/dev-util/skipfish/skipfish-1.85_beta.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/skipfish/skipfish-1.85_beta.ebuild,v 1.1 2011/04/06 22:45:44 xmw Exp $ - -EAPI=2 -inherit toolchain-funcs - -MY_P=${P/_beta/b} - -DESCRIPTION="A fully automated, active web application security reconnaissance tool" -HOMEPAGE="http://code.google.com/p/skipfish/" -SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tgz" - -LICENSE="Apache-2.0 LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND="dev-libs/openssl - net-dns/libidn - sys-libs/zlib" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - sed -i \ - -e '/CFLAGS_GEN/s:-g -ggdb::' \ - -e '/CFLAGS_OPT/s:-O3::' \ - Makefile || die - - sed -i \ - -e "/ASSETS_DIR/s:assets:/usr/share/doc/${PF}/html:" \ - config.h || die -} - -src_compile() { - tc-export CC - - local _debug - use debug && _debug=debug - - emake ${_debug} || die -} - -src_install() { - dobin ${PN} || die - doman ${PN}.1 || die - - insinto /usr/share/${PN}/dictionaries - doins dictionaries/*.wl || die - - dohtml assets/* || die - - dodoc ChangeLog dictionaries/README-FIRST README -} diff --git a/dev-util/skipfish/skipfish-2.05_beta.ebuild b/dev-util/skipfish/skipfish-2.06_beta.ebuild index 8018c6f7a04e..503616b32b0b 100644 --- a/dev-util/skipfish/skipfish-2.05_beta.ebuild +++ b/dev-util/skipfish/skipfish-2.06_beta.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/skipfish/skipfish-2.05_beta.ebuild,v 1.1 2012/03/13 20:26:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/skipfish/skipfish-2.06_beta.ebuild,v 1.1 2012/05/14 16:21:54 pacho Exp $ EAPI=4 inherit toolchain-funcs @@ -40,7 +40,7 @@ src_compile() { local _debug use debug && _debug=debug - emake ${_debug} || die + emake ${_debug} } src_install() { |