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/fprobe: fprobe-1.1-r2.ebuild ChangeLog fprobe-1.1-r1.ebuild
Date: Fri, 11 Jul 2014 12:55:10
Message-Id: 20140711125505.B25F42004E@flycatcher.gentoo.org
1 jer 14/07/11 12:55:05
2
3 Modified: fprobe-1.1-r2.ebuild ChangeLog
4 Removed: fprobe-1.1-r1.ebuild
5 Log:
6 EAPI bump. Clean up patches.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.2 net-analyzer/fprobe/fprobe-1.1-r2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fprobe/fprobe-1.1-r2.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fprobe/fprobe-1.1-r2.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fprobe/fprobe-1.1-r2.ebuild?r1=1.1&r2=1.2
16
17 Index: fprobe-1.1-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/fprobe-1.1-r2.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- fprobe-1.1-r2.ebuild 26 Jun 2008 20:41:24 -0000 1.1
24 +++ fprobe-1.1-r2.ebuild 11 Jul 2014 12:55:05 -0000 1.2
25 @@ -1,7 +1,8 @@
26 -# Copyright 1999-2008 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/fprobe-1.1-r2.ebuild,v 1.1 2008/06/26 20:41:24 robbat2 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/fprobe-1.1-r2.ebuild,v 1.2 2014/07/11 12:55:05 jer Exp $
31
32 +EAPI=5
33 inherit eutils
34
35 DESCRIPTION="A libpcap-based tool to collect network traffic data and emit it as NetFlow flows"
36 @@ -16,28 +17,25 @@
37
38 DEPEND="net-libs/libpcap"
39
40 -src_unpack() {
41 - unpack ${A}
42 +src_prepare() {
43 # The pidfile should be created by the parent process, before the
44 - # setuid/chroot # is executed.
45 + # setuid/chroot is executed.
46 epatch "${FILESDIR}"/fprobe-1.1-pidfile-sanity.patch
47 # This seems to fail, uncertain why.
48 epatch "${FILESDIR}"/fprobe-1.1-setgroups.patch
49 }
50
51 -src_compile() {
52 +src_configure() {
53 econf \
54 $(use_enable debug) \
55 - $(use_enable messages) \
56 - || die "configure failed"
57 -
58 - emake || die "make failed"
59 + $(use_enable messages)
60 }
61
62 +DOCS=( AUTHORS NEWS README TODO )
63 +
64 src_install() {
65 - make DESTDIR="${D}" install || die "install failed"
66 + default
67
68 - dodoc AUTHORS NEWS README TODO
69 docinto contrib
70 dodoc contrib/tg.sh
71
72
73
74
75 1.16 net-analyzer/fprobe/ChangeLog
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fprobe/ChangeLog?rev=1.16&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fprobe/ChangeLog?rev=1.16&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fprobe/ChangeLog?r1=1.15&r2=1.16
80
81 Index: ChangeLog
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/ChangeLog,v
84 retrieving revision 1.15
85 retrieving revision 1.16
86 diff -u -r1.15 -r1.16
87 --- ChangeLog 4 Aug 2008 19:28:41 -0000 1.15
88 +++ ChangeLog 11 Jul 2014 12:55:05 -0000 1.16
89 @@ -1,6 +1,11 @@
90 # ChangeLog for net-analyzer/fprobe
91 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
92 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/ChangeLog,v 1.15 2008/08/04 19:28:41 jer Exp $
93 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
94 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/ChangeLog,v 1.16 2014/07/11 12:55:05 jer Exp $
95 +
96 + 11 Jul 2014; Jeroen Roovers <jer@g.o> -fprobe-1.1-r1.ebuild,
97 + fprobe-1.1-r2.ebuild, files/fprobe-1.1-pidfile-sanity.patch,
98 + files/fprobe-1.1-setgroups.patch:
99 + EAPI bump. Clean up patches.
100
101 04 Aug 2008; Jeroen Roovers <jer@g.o> metadata.xml:
102 Describe local USE flags for GLEP 56.