Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/angst: ChangeLog angst-0.4b-r2.ebuild
Date: Thu, 10 Jul 2014 18:56:02
Message-Id: 20140710185558.EE40F2004E@flycatcher.gentoo.org
1 jer 14/07/10 18:55:58
2
3 Modified: ChangeLog angst-0.4b-r2.ebuild
4 Log:
5 EAPI bump.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.15 net-analyzer/angst/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/angst/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/angst/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/angst/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/angst/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 24 Oct 2012 11:49:14 -0000 1.14
23 +++ ChangeLog 10 Jul 2014 18:55:58 -0000 1.15
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-analyzer/angst
26 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/angst/ChangeLog,v 1.14 2012/10/24 11:49:14 ago Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/angst/ChangeLog,v 1.15 2014/07/10 18:55:58 jer Exp $
30 +
31 + 10 Jul 2014; Jeroen Roovers <jer@g.o> angst-0.4b-r2.ebuild:
32 + EAPI bump.
33
34 24 Oct 2012; Agostino Sarubbo <ago@g.o> angst-0.4b-r2.ebuild:
35 Add ~amd64, wrt bug #439452
36
37
38
39 1.5 net-analyzer/angst/angst-0.4b-r2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/angst/angst-0.4b-r2.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/angst/angst-0.4b-r2.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/angst/angst-0.4b-r2.ebuild?r1=1.4&r2=1.5
44
45 Index: angst-0.4b-r2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/angst/angst-0.4b-r2.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- angst-0.4b-r2.ebuild 24 Oct 2012 11:49:14 -0000 1.4
52 +++ angst-0.4b-r2.ebuild 10 Jul 2014 18:55:58 -0000 1.5
53 @@ -1,8 +1,8 @@
54 -# Copyright 1999-2012 Gentoo Foundation
55 +# Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/angst/angst-0.4b-r2.ebuild,v 1.4 2012/10/24 11:49:14 ago Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/angst/angst-0.4b-r2.ebuild,v 1.5 2014/07/10 18:55:58 jer Exp $
59
60 -EAPI="4"
61 +EAPI=5
62
63 inherit eutils toolchain-funcs
64
65 @@ -13,7 +13,6 @@
66 LICENSE="BSD"
67 SLOT="0"
68 KEYWORDS="~amd64 ~ppc x86"
69 -IUSE=""
70
71 DEPEND="net-libs/libpcap
72 net-libs/libnet:1.0"
73 @@ -25,7 +24,7 @@
74 sed -i Makefile.linux \
75 -e 's|^CC =|CC ?=|g' \
76 -e '/ -o angst /s|$(OBJS)|$(LDFLAGS) &|g' \
77 - || die "sed Makefile.linux"
78 + || die
79 }
80
81 src_compile() {