Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 324393
Collapse All | Expand All

(-)flawfinder.orig/flawfinder-1.27-r1.ebuild (-3 / +5 lines)
Lines 2-9 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/flawfinder/flawfinder-1.27-r1.ebuild,v 1.2 2010/01/15 21:35:06 fauli Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/flawfinder/flawfinder-1.27-r1.ebuild,v 1.2 2010/01/15 21:35:06 fauli Exp $
4
4
5
EAPI=2
5
EAPI=3
6
inherit eutils
6
PYTHON_DEPEND="2"
7
inherit eutils python
7
8
8
DESCRIPTION="Examines C/C++ source code for security flaws"
9
DESCRIPTION="Examines C/C++ source code for security flaws"
9
HOMEPAGE="http://www.dwheeler.com/flawfinder/"
10
HOMEPAGE="http://www.dwheeler.com/flawfinder/"
Lines 15-21 Link Here
15
IUSE=""
16
IUSE=""
16
17
17
DEPEND=""
18
DEPEND=""
18
RDEPEND="dev-lang/python"
19
RDEPEND=""
19
20
20
src_prepare() {
21
src_prepare() {
21
	epatch "${FILESDIR}"/flawfinder-1.27-whitespace-traceback.patch
22
	epatch "${FILESDIR}"/flawfinder-1.27-whitespace-traceback.patch
Lines 26-29 Link Here
26
	doman ${PN}.1
27
	doman ${PN}.1
27
	dodoc ChangeLog INSTALL.txt README announcement
28
	dodoc ChangeLog INSTALL.txt README announcement
28
	dodoc flawfinder.pdf
29
	dodoc flawfinder.pdf
30
	python_convert_shebangs 2 "${ED}"usr/bin/flawfinder	
29
}
31
}

Return to bug 324393