jer         14/03/10 14:09:41

  Modified:             ChangeLog
  Added:                splint-3.1.2-r1.ebuild
  Log:
  Remove unneeded virtual/yacc dependency (bug #503994). Run make test in 
src_test().
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.29                 dev-util/splint/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   19 Dec 2012 18:27:06 -0000      1.28
+++ ChangeLog   10 Mar 2014 14:09:41 -0000      1.29
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/splint
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.28 2012/12/19 
18:27:06 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.29 2014/03/10 
14:09:41 jer Exp $
+
+*splint-3.1.2-r1 (10 Mar 2014)
+
+  10 Mar 2014; Jeroen Roovers <j...@gentoo.org> +splint-3.1.2-r1.ebuild:
+  Remove unneeded virtual/yacc dependency (bug #503994). Run make test in
+  src_test().
 
   19 Dec 2012; Agostino Sarubbo <a...@gentoo.org> splint-3.1.2.ebuild:
   Add ~ia64, wrt bug #441688



1.1                  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.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: splint-3.1.2-r1.ebuild
===================================================================
# 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.1 
2014/03/10 14:09:41 jer Exp $

EAPI=5

DESCRIPTION="Check C programs for vulnerabilities and programming mistakes"
HOMEPAGE="http://lclint.cs.virginia.edu/";
SRC_URI="http://www.splint.org/downloads/${P}.src.tgz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"

DEPEND="
        sys-devel/flex
"

src_configure() {
        # We do not need bison/yacc at all here
        # We definitely need libfl
        BISON=no LEXLIB=-lfl econf
}

src_compile() {
        local subdir
        # skip test/ subdir
        for subdir in src lib imports doc; do
                emake -j1 -C ${subdir}
        done
}

src_test() {
        emake -C test
}




Reply via email to