jer 14/07/10 18:55:58 Modified: ChangeLog angst-0.4b-r2.ebuild Log: EAPI bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.15 net-analyzer/angst/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/angst/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/angst/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/angst/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/angst/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 24 Oct 2012 11:49:14 -0000 1.14 +++ ChangeLog 10 Jul 2014 18:55:58 -0000 1.15 @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/angst -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/angst/ChangeLog,v 1.14 2012/10/24 11:49:14 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/angst/ChangeLog,v 1.15 2014/07/10 18:55:58 jer Exp $ + + 10 Jul 2014; Jeroen Roovers <[email protected]> angst-0.4b-r2.ebuild: + EAPI bump. 24 Oct 2012; Agostino Sarubbo <[email protected]> angst-0.4b-r2.ebuild: Add ~amd64, wrt bug #439452 1.5 net-analyzer/angst/angst-0.4b-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/angst/angst-0.4b-r2.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/angst/angst-0.4b-r2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/angst/angst-0.4b-r2.ebuild?r1=1.4&r2=1.5 Index: angst-0.4b-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/angst/angst-0.4b-r2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- angst-0.4b-r2.ebuild 24 Oct 2012 11:49:14 -0000 1.4 +++ angst-0.4b-r2.ebuild 10 Jul 2014 18:55:58 -0000 1.5 @@ -1,8 +1,8 @@ -# Copyright 1999-2012 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/angst/angst-0.4b-r2.ebuild,v 1.4 2012/10/24 11:49:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/angst/angst-0.4b-r2.ebuild,v 1.5 2014/07/10 18:55:58 jer Exp $ -EAPI="4" +EAPI=5 inherit eutils toolchain-funcs @@ -13,7 +13,6 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc x86" -IUSE="" DEPEND="net-libs/libpcap net-libs/libnet:1.0" @@ -25,7 +24,7 @@ sed -i Makefile.linux \ -e 's|^CC =|CC ?=|g' \ -e '/ -o angst /s|$(OBJS)|$(LDFLAGS) &|g' \ - || die "sed Makefile.linux" + || die } src_compile() {
