Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/netsniff-ng: netsniff-ng-0.5.7.ebuild ChangeLog
Date: Mon, 02 Jul 2012 13:28:29
Message-Id: 20120702132818.70E962004B@flycatcher.gentoo.org
1 xmw 12/07/02 13:28:18
2
3 Modified: ChangeLog
4 Added: netsniff-ng-0.5.7.ebuild
5 Log:
6 Version bump (bug 424415, thanks Khayyam)
7
8 (Portage version: 2.1.11.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 net-analyzer/netsniff-ng/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netsniff-ng/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netsniff-ng/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netsniff-ng/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/netsniff-ng/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 29 May 2012 20:46:01 -0000 1.3
24 +++ ChangeLog 2 Jul 2012 13:28:18 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-analyzer/netsniff-ng
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netsniff-ng/ChangeLog,v 1.3 2012/05/29 20:46:01 xmw Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netsniff-ng/ChangeLog,v 1.4 2012/07/02 13:28:18 xmw Exp $
30 +
31 +*netsniff-ng-0.5.7 (02 Jul 2012)
32 +
33 + 02 Jul 2012; Michael Weber <xmw@g.o> +netsniff-ng-0.5.7.ebuild:
34 + Version bump (bug 424415, thanks Khayyam)
35
36 29 May 2012; Michael Weber <xmw@g.o> -netsniff-ng-0.5.5.0.ebuild,
37 netsniff-ng-0.5.6.ebuild, +files/netsniff-ng-0.5.6-man-no-compress.patch:
38 @@ -17,4 +22,3 @@
39 10 Sep 2011; Michael Weber <xmw@g.o> +netsniff-ng-0.5.5.0.ebuild,
40 +metadata.xml:
41 Initial import, thanks to epinephrine for the report (bug 299549)
42 -
43
44
45
46 1.1 net-analyzer/netsniff-ng/netsniff-ng-0.5.7.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netsniff-ng/netsniff-ng-0.5.7.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netsniff-ng/netsniff-ng-0.5.7.ebuild?rev=1.1&content-type=text/plain
50
51 Index: netsniff-ng-0.5.7.ebuild
52 ===================================================================
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/netsniff-ng/netsniff-ng-0.5.7.ebuild,v 1.1 2012/07/02 13:28:18 xmw Exp $
56
57 EAPI=4
58
59 inherit cmake-utils eutils vcs-snapshot
60
61 DESCRIPTION="high performance network sniffer for packet inspection"
62 HOMEPAGE="http://netsniff-ng.org/"
63 SRC_URI="https://github.com/gnumaniacs/${PN}/tarball/${PV} -> ${P}.tar.gz"
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE=""
69
70 DEPEND=""
71 RDEPEND=""
72
73 S=${WORKDIR}/${P}/src
74
75 src_prepare() {
76 epatch "${FILESDIR}"/${PN}-0.5.6-man-no-compress.patch
77 }
78
79 src_install() {
80 cmake-utils_src_install
81 dodoc ../{AUTHORS,README,REPORTING-BUGS}
82 }