jer 14/07/13 13:10:04 Modified: libnasl-2.2.9-r1.ebuild ChangeLog Log: sed must die(). Clean up patch. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.5 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.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild?r1=1.4&r2=1.5 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.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libnasl-2.2.9-r1.ebuild 4 Jul 2013 21:29:33 -0000 1.4 +++ libnasl-2.2.9-r1.ebuild 13 Jul 2014 13:10:04 -0000 1.5 @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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.4 2013/07/04 21:29:33 ottxor Exp $ +# $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 $ -EAPI=4 +EAPI=5 inherit eutils toolchain-funcs @@ -15,20 +15,24 @@ KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux" IUSE="static-libs" -RDEPEND="~net-analyzer/nessus-libraries-${PV}" -DEPEND="${RDEPEND} - sys-devel/bison" +RDEPEND=" + ~net-analyzer/nessus-libraries-${PV} +" +DEPEND=" + ${RDEPEND} + sys-devel/bison +" -S="${WORKDIR}"/${PN} +S=${WORKDIR}/${PN} src_prepare() { - tc-export CC epatch \ "${FILESDIR}"/${P}-openssl-1.patch \ "${FILESDIR}"/${P}-gentoo.patch sed \ -e "/^LDFLAGS/s:$:${LDFLAGS}:g" \ - -i nasl.tmpl.in + -i nasl.tmpl.in || die + tc-export CC } src_configure() { @@ -45,5 +49,5 @@ src_install() { default - use static-libs || find "${ED}" -name '*.la' -delete + prune_libtool_files } 1.94 net-analyzer/libnasl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/ChangeLog?rev=1.94&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/ChangeLog?rev=1.94&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/ChangeLog?r1=1.93&r2=1.94 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v retrieving revision 1.93 retrieving revision 1.94 diff -u -r1.93 -r1.94 --- ChangeLog 4 Jul 2013 21:29:33 -0000 1.93 +++ ChangeLog 13 Jul 2014 13:10:04 -0000 1.94 @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/libnasl -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.93 2013/07/04 21:29:33 ottxor Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.94 2014/07/13 13:10:04 jer Exp $ + + 13 Jul 2014; Jeroen Roovers <[email protected]> libnasl-2.2.9-r1.ebuild, + files/libnasl-2.2.9-gentoo.patch, files/libnasl-2.2.9-openssl-1.patch: + sed must die(). Clean up patch. 04 Jul 2013; Christoph Junghans <[email protected]> libnasl-2.2.9-r1.ebuild: added ~amd64-linux (tested by me)
