public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/skipfish: ChangeLog skipfish-1.85_beta.ebuild
@ 2011-04-06 22:45 Michael Weber (xmw)
  0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2011-04-06 22:45 UTC (permalink / raw
  To: gentoo-commits

xmw         11/04/06 22:45:44

  Modified:             ChangeLog
  Added:                skipfish-1.85_beta.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-util/skipfish/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/skipfish/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/skipfish/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/skipfish/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/skipfish/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	29 Jul 2010 11:16:07 -0000	1.6
+++ ChangeLog	6 Apr 2011 22:45:44 -0000	1.7
@@ -1,6 +1,11 @@
 # 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.6 2010/07/29 11:16:07 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/skipfish/ChangeLog,v 1.7 2011/04/06 22:45:44 xmw Exp $
+
+*skipfish-1.85_beta (06 Apr 2011)
+
+  06 Apr 2011; Michael Weber <xmw@gentoo.org> +skipfish-1.85_beta.ebuild:
+  Version bump (thanks to anton.bugs@gmail.com on bug 360045)
 
 *skipfish-1.52_beta (29 Jul 2010)
 



1.1                  dev-util/skipfish/skipfish-1.85_beta.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/skipfish/skipfish-1.85_beta.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/skipfish/skipfish-1.85_beta.ebuild?rev=1.1&content-type=text/plain

Index: skipfish-1.85_beta.ebuild
===================================================================
# 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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-06 22:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-06 22:45 [gentoo-commits] gentoo-x86 commit in dev-util/skipfish: ChangeLog skipfish-1.85_beta.ebuild Michael Weber (xmw)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox