diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-26 19:46:58 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-26 19:46:58 +0000 |
commit | a6958ed0652c7af6581149be1fc11a5df86123a6 (patch) | |
tree | 939fd0903118fedec57b91929bae78185bec0698 /dev-util | |
parent | Use setuptools. (diff) | |
download | gentoo-2-a6958ed0652c7af6581149be1fc11a5df86123a6.tar.gz gentoo-2-a6958ed0652c7af6581149be1fc11a5df86123a6.tar.bz2 gentoo-2-a6958ed0652c7af6581149be1fc11a5df86123a6.zip |
Version bump.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/skipfish/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/skipfish/skipfish-1.13_beta.ebuild | 54 | ||||
-rw-r--r-- | dev-util/skipfish/skipfish-1.26_beta.ebuild (renamed from dev-util/skipfish/skipfish-1.15_beta.ebuild) | 4 |
3 files changed, 8 insertions, 58 deletions
diff --git a/dev-util/skipfish/ChangeLog b/dev-util/skipfish/ChangeLog index d6b238d2690d..b55f016c4816 100644 --- a/dev-util/skipfish/ChangeLog +++ b/dev-util/skipfish/ChangeLog @@ -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.2 2010/03/23 22:35:58 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/skipfish/ChangeLog,v 1.3 2010/03/26 19:46:58 ssuominen Exp $ + +*skipfish-1.26_beta (26 Mar 2010) + + 26 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> + +skipfish-1.26_beta.ebuild: + Version bump. *skipfish-1.15_beta (23 Mar 2010) diff --git a/dev-util/skipfish/skipfish-1.13_beta.ebuild b/dev-util/skipfish/skipfish-1.13_beta.ebuild deleted file mode 100644 index 8d84f429bd49..000000000000 --- a/dev-util/skipfish/skipfish-1.13_beta.ebuild +++ /dev/null @@ -1,54 +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.13_beta.ebuild,v 1.1 2010/03/23 17:42:00 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::' \ - -e 's:LDFLAGS:LIBS:' \ - -e 's:$(CC):$(CC) $(LDFLAGS) $(CFLAGS):' \ - 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 - - 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.15_beta.ebuild b/dev-util/skipfish/skipfish-1.26_beta.ebuild index f8e6f58c020a..14cf18b9a192 100644 --- a/dev-util/skipfish/skipfish-1.15_beta.ebuild +++ b/dev-util/skipfish/skipfish-1.26_beta.ebuild @@ -1,6 +1,6 @@ # 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.15_beta.ebuild,v 1.1 2010/03/23 22:35:58 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/skipfish/skipfish-1.26_beta.ebuild,v 1.1 2010/03/26 19:46:58 ssuominen Exp $ EAPI=2 inherit toolchain-funcs @@ -24,8 +24,6 @@ src_prepare() { sed -i \ -e '/CFLAGS_GEN/s:-g -ggdb::' \ -e '/CFLAGS_OPT/s:-O3::' \ - -e 's:LDFLAGS:LIBS:' \ - -e 's:$(CC):$(CC) $(LDFLAGS):' \ Makefile || die sed -i \ |