Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/flawfinder: flawfinder-1.31.ebuild ChangeLog
Date: Wed, 31 Dec 2014 15:10:32
Message-Id: 20141231151026.8F117E92E@oystercatcher.gentoo.org
1 kensington 14/12/31 15:10:26
2
3 Modified: ChangeLog
4 Added: flawfinder-1.31.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
9
10 Revision Changes Path
11 1.19 dev-util/flawfinder/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/flawfinder/ChangeLog?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/flawfinder/ChangeLog?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/flawfinder/ChangeLog?r1=1.18&r2=1.19
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/flawfinder/ChangeLog,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- ChangeLog 10 May 2012 16:04:16 -0000 1.18
24 +++ ChangeLog 31 Dec 2014 15:10:26 -0000 1.19
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-util/flawfinder
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/flawfinder/ChangeLog,v 1.18 2012/05/10 16:04:16 ago Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/flawfinder/ChangeLog,v 1.19 2014/12/31 15:10:26 kensington Exp $
31 +
32 +*flawfinder-1.31 (31 Dec 2014)
33 +
34 + 31 Dec 2014; Michael Palimaka <kensington@g.o> +flawfinder-1.31.ebuild:
35 + Version bump.
36
37 10 May 2012; Agostino Sarubbo <ago@g.o> -flawfinder-1.24.ebuild,
38 -flawfinder-1.27-r1.ebuild:
39
40
41
42 1.1 dev-util/flawfinder/flawfinder-1.31.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/flawfinder/flawfinder-1.31.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/flawfinder/flawfinder-1.31.ebuild?rev=1.1&content-type=text/plain
46
47 Index: flawfinder-1.31.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-util/flawfinder/flawfinder-1.31.ebuild,v 1.1 2014/12/31 15:10:26 kensington Exp $
52
53 EAPI=5
54
55 PYTHON_COMPAT=( python2_7 )
56 inherit eutils python-single-r1
57
58 DESCRIPTION="Examines C/C++ source code for security flaws"
59 HOMEPAGE="http://www.dwheeler.com/flawfinder/"
60 SRC_URI="http://www.dwheeler.com/${PN}/${P}.tar.gz"
61
62 LICENSE="GPL-2+"
63 SLOT="0"
64 KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
65 IUSE=""
66
67 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
68
69 DEPEND="${PYTHON_DEPS}"
70 RDEPEND="${DEPEND}"
71
72 src_install() {
73 dobin ${PN}
74 doman ${PN}.1
75 dodoc announcement ChangeLog README announcement
76 dodoc flawfinder.pdf
77 python_fix_shebang "${ED}"usr/bin/flawfinder
78 }