jer 14/07/01 18:50:31 Modified: splint-3.1.2-r1.ebuild ChangeLog Log: Fix some QA issues. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.3 dev-util/splint/splint-3.1.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild?rev=1.3&view=markup 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 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild?r1=1.2&r2=1.3 Index: splint-3.1.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- splint-3.1.2-r1.ebuild 18 Jun 2014 13:43:06 -0000 1.2 +++ splint-3.1.2-r1.ebuild 1 Jul 2014 18:50:30 -0000 1.3 @@ -1,8 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ EAPI=5 +inherit autotools DESCRIPTION="Check C programs for vulnerabilities and programming mistakes" HOMEPAGE="http://lclint.cs.virginia.edu/" @@ -16,6 +17,17 @@ sys-devel/flex " +src_prepare() { + # verbose compiler calls + sed -i -e '/Compiling/d' src/Makefile.am || die + # automake complains about trailing \ + sed -i -e '1600d' test/Makefile.am || die + # do not install these header files twice + sed -i -e '/\$(UnixHeaders)/s|stdio.h stdlib.h||g' lib/Makefile.am || die + + eautoreconf +} + src_configure() { # We do not need bison/yacc at all here # We definitely need libfl 1.31 dev-util/splint/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 18 Jun 2014 13:43:06 -0000 1.30 +++ ChangeLog 1 Jul 2014 18:50:30 -0000 1.31 @@ -1,6 +1,9 @@ # ChangeLog for dev-util/splint # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.30 2014/06/18 13:43:06 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.31 2014/07/01 18:50:30 jer Exp $ + + 01 Jul 2014; Jeroen Roovers <[email protected]> splint-3.1.2-r1.ebuild: + Fix some QA issues. 18 Jun 2014; Tobias Klausmann <[email protected]> splint-3.1.2-r1.ebuild: Keyworded on alpha, bug #441688
