public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/skipfish: skipfish-2.06_beta.ebuild ChangeLog skipfish-1.31_beta.ebuild skipfish-1.52_beta.ebuild skipfish-2.05_beta.ebuild skipfish-1.85_beta.ebuild
@ 2012-05-14 16:21 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2012-05-14 16:21 UTC (permalink / raw
  To: gentoo-commits

pacho       12/05/14 16:21:54

  Modified:             ChangeLog
  Added:                skipfish-2.06_beta.ebuild
  Removed:              skipfish-1.31_beta.ebuild skipfish-1.52_beta.ebuild
                        skipfish-2.05_beta.ebuild skipfish-1.85_beta.ebuild
  Log:
  Version bump, remove old (#415843 by Anton Bolshakov).
  
  (Portage version: 2.1.10.59/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-util/skipfish/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/skipfish/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	13 Mar 2012 20:26:01 -0000	1.8
+++ ChangeLog	14 May 2012 16:21:54 -0000	1.9
@@ -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)
 



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

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

Index: skipfish-2.06_beta.ebuild
===================================================================
# 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.06_beta.ebuild,v 1.1 2012/05/14 16:21:54 pacho Exp $

EAPI=4
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"

RDEPEND="dev-libs/openssl:0
	net-dns/libidn
	sys-libs/zlib"
DEPEND="${RDEPEND}"

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}
}

src_install() {
	dobin ${PN}
	doman ${PN}.1

	insinto /usr/share/${PN}/dictionaries
	doins dictionaries/*.wl

	dohtml assets/*

	dodoc ChangeLog dictionaries/README-FIRST README
}






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

only message in thread, other threads:[~2012-05-14 16:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-14 16:21 [gentoo-commits] gentoo-x86 commit in dev-util/skipfish: skipfish-2.06_beta.ebuild ChangeLog skipfish-1.31_beta.ebuild skipfish-1.52_beta.ebuild skipfish-2.05_beta.ebuild skipfish-1.85_beta.ebuild Pacho Ramos (pacho)

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