About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
ssuominen 10/03/30 18:24:43 Modified: ChangeLog Added: skipfish-1.27_beta.ebuild Log: Version bump by Alex Legler. (Portage version: 2.2_rc67/cvs/Linux x86_64) Revision Changes Path 1.4 dev-util/skipfish/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/skipfish/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/skipfish/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/skipfish/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/skipfish/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 26 Mar 2010 19:46:58 -0000 1.3 +++ ChangeLog 30 Mar 2010 18:24:43 -0000 1.4 @@ -1,6 +1,12 @@ # ChangeLog for dev-util/skipfish # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/skipfish/ChangeLog,v 1.3 2010/03/26 19:46:58 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/skipfish/ChangeLog,v 1.4 2010/03/30 18:24:43 ssuominen Exp $ + +*skipfish-1.27_beta (30 Mar 2010) + + 30 Mar 2010; Samuli Suominen <ssuominen@g.o> + +skipfish-1.27_beta.ebuild: + Version bump by Alex Legler. *skipfish-1.26_beta (26 Mar 2010) 1.1 dev-util/skipfish/skipfish-1.27_beta.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/skipfish/skipfish-1.27_beta.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/skipfish/skipfish-1.27_beta.ebuild?rev=1.1&content-type=text/plain Index: skipfish-1.27_beta.ebuild =================================================================== # 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.27_beta.ebuild,v 1.1 2010/03/30 18:24:43 ssuominen 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 insinto /usr/share/${PN}/dictionaries doins dictionaries/*.wl || die dohtml assets/* || die dodoc ChangeLog dictionaries/README-FIRST README }
Updated Jun 26, 2012
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.