jer 15/03/16 06:42:41 Modified: libnasl-2.2.9-r1.ebuild ChangeLog Log: Fix building with sys-devel/bison-3* (bug #485914, patch by Charlie Gehlin). (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.6 net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild?r1=1.5&r2=1.6 Index: libnasl-2.2.9-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libnasl-2.2.9-r1.ebuild 13 Jul 2014 13:10:04 -0000 1.5 +++ libnasl-2.2.9-r1.ebuild 16 Mar 2015 06:42:41 -0000 1.6 @@ -1,9 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild,v 1.5 2014/07/13 13:10:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild,v 1.6 2015/03/16 06:42:41 jer Exp $ EAPI=5 - inherit eutils toolchain-funcs DESCRIPTION="A remote security scanner for Linux (libnasl)" @@ -28,10 +27,13 @@ src_prepare() { epatch \ "${FILESDIR}"/${P}-openssl-1.patch \ - "${FILESDIR}"/${P}-gentoo.patch + "${FILESDIR}"/${P}-gentoo.patch \ + "${FILESDIR}"/${P}-bison3.patch + sed \ -e "/^LDFLAGS/s:$:${LDFLAGS}:g" \ -i nasl.tmpl.in || die + tc-export CC } 1.96 net-analyzer/libnasl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/ChangeLog?rev=1.96&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/ChangeLog?rev=1.96&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/ChangeLog?r1=1.95&r2=1.96 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v retrieving revision 1.95 retrieving revision 1.96 diff -u -r1.95 -r1.96 --- ChangeLog 12 Oct 2014 10:21:12 -0000 1.95 +++ ChangeLog 16 Mar 2015 06:42:41 -0000 1.96 @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/libnasl -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.95 2014/10/12 10:21:12 jer Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.96 2015/03/16 06:42:41 jer Exp $ + + 16 Mar 2015; Jeroen Roovers <[email protected]> libnasl-2.2.9-r1.ebuild, + +files/libnasl-2.2.9-bison3.patch: + Fix building with sys-devel/bison-3* (bug #485914, patch by Charlie Gehlin). 12 Oct 2014; Jeroen Roovers <[email protected]> metadata.xml: Remove short <longdescription>.
