public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/skipfish: skipfish-2.10_beta.ebuild ChangeLog skipfish-2.09_beta.ebuild
@ 2013-01-05 11:13 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; only message in thread
From: Sergey Popov (pinkbyte) @ 2013-01-05 11:13 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/01/05 11:13:31

  Modified:             ChangeLog
  Added:                skipfish-2.10_beta.ebuild
  Removed:              skipfish-2.09_beta.ebuild
  Log:
  Version bump, thanks to Georgy Kovtunov
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.13                 dev-util/skipfish/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/skipfish/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	4 Dec 2012 19:45:05 -0000	1.12
+++ ChangeLog	5 Jan 2013 11:13:31 -0000	1.13
@@ -1,6 +1,12 @@
 # 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.12 2012/12/04 19:45:05 pinkbyte Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/skipfish/ChangeLog,v 1.13 2013/01/05 11:13:31 pinkbyte Exp $
+
+*skipfish-2.10_beta (05 Jan 2013)
+
+  05 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> -skipfish-2.09_beta.ebuild,
+  +skipfish-2.10_beta.ebuild:
+  Version bump, thanks to Georgy Kovtunov
 
   04 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> -skipfish-2.06_beta.ebuild,
   -skipfish-2.07_beta.ebuild:



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

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

Index: skipfish-2.10_beta.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/skipfish/skipfish-2.10_beta.ebuild,v 1.1 2013/01/05 11:13:31 pinkbyte Exp $

EAPI=5
inherit toolchain-funcs versionator

MY_P="$PN-$(get_version_component_range 1-2)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
	dev-libs/libpcre
	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:" \
		-e "/SIG_FILE/s:signatures/:/etc/skipfish/signatures/:" \
		src/config.h || die

	sed -i \
		-e "s:signatures/:/etc/skipfish/signatures/:g" \
		signatures/signatures.conf || die
}

src_compile() {
	tc-export CC

	local _debug
	use debug && _debug=debug

	emake ${_debug}
}

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

	insinto /etc/skipfish
	doins -r signatures

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

	dohtml assets/*

	dodoc ChangeLog README doc/*.txt
}





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

only message in thread, other threads:[~2013-01-05 11:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-05 11:13 [gentoo-commits] gentoo-x86 commit in dev-util/skipfish: skipfish-2.10_beta.ebuild ChangeLog skipfish-2.09_beta.ebuild Sergey Popov (pinkbyte)

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