Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/splint: splint-3.1.2-r1.ebuild ChangeLog
Date: Tue, 01 Jul 2014 18:50:36
Message-Id: 20140701185031.2D3A02004E@flycatcher.gentoo.org
1 jer 14/07/01 18:50:31
2
3 Modified: splint-3.1.2-r1.ebuild ChangeLog
4 Log:
5 Fix some QA issues.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.3 dev-util/splint/splint-3.1.2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: splint-3.1.2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- splint-3.1.2-r1.ebuild 18 Jun 2014 13:43:06 -0000 1.2
23 +++ splint-3.1.2-r1.ebuild 1 Jul 2014 18:50:30 -0000 1.3
24 @@ -1,8 +1,9 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild,v 1.2 2014/06/18 13:43:06 klausman Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild,v 1.3 2014/07/01 18:50:30 jer Exp $
29
30 EAPI=5
31 +inherit autotools
32
33 DESCRIPTION="Check C programs for vulnerabilities and programming mistakes"
34 HOMEPAGE="http://lclint.cs.virginia.edu/"
35 @@ -16,6 +17,17 @@
36 sys-devel/flex
37 "
38
39 +src_prepare() {
40 + # verbose compiler calls
41 + sed -i -e '/Compiling/d' src/Makefile.am || die
42 + # automake complains about trailing \
43 + sed -i -e '1600d' test/Makefile.am || die
44 + # do not install these header files twice
45 + sed -i -e '/\$(UnixHeaders)/s|stdio.h stdlib.h||g' lib/Makefile.am || die
46 +
47 + eautoreconf
48 +}
49 +
50 src_configure() {
51 # We do not need bison/yacc at all here
52 # We definitely need libfl
53
54
55
56 1.31 dev-util/splint/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?rev=1.31&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?rev=1.31&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?r1=1.30&r2=1.31
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v
65 retrieving revision 1.30
66 retrieving revision 1.31
67 diff -u -r1.30 -r1.31
68 --- ChangeLog 18 Jun 2014 13:43:06 -0000 1.30
69 +++ ChangeLog 1 Jul 2014 18:50:30 -0000 1.31
70 @@ -1,6 +1,9 @@
71 # ChangeLog for dev-util/splint
72 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.30 2014/06/18 13:43:06 klausman Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.31 2014/07/01 18:50:30 jer Exp $
75 +
76 + 01 Jul 2014; Jeroen Roovers <jer@g.o> splint-3.1.2-r1.ebuild:
77 + Fix some QA issues.
78
79 18 Jun 2014; Tobias Klausmann <klausman@g.o> splint-3.1.2-r1.ebuild:
80 Keyworded on alpha, bug #441688