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/netio: ChangeLog netio-1.26.ebuild
Date: Thu, 22 Jan 2009 20:03:56
Message-Id: E1LQ5mK-00067P-SO@stork.gentoo.org
1 jer 09/01/22 20:03:52
2
3 Modified: ChangeLog netio-1.26.ebuild
4 Log:
5 Do not install the Linux binary executable (found through bug #240766).
6 (Portage version: 2.2_rc23/cvs/Linux i686)
7
8 Revision Changes Path
9 1.19 net-analyzer/netio/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/netio/ChangeLog?rev=1.19&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/netio/ChangeLog?rev=1.19&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/netio/ChangeLog?r1=1.18&r2=1.19
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/netio/ChangeLog,v
18 retrieving revision 1.18
19 retrieving revision 1.19
20 diff -u -r1.18 -r1.19
21 --- ChangeLog 19 Jan 2008 12:57:04 -0000 1.18
22 +++ ChangeLog 22 Jan 2009 20:03:52 -0000 1.19
23 @@ -1,6 +1,9 @@
24 # ChangeLog for net-analyzer/netio
25 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/ChangeLog,v 1.18 2008/01/19 12:57:04 armin76 Exp $
27 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/ChangeLog,v 1.19 2009/01/22 20:03:52 jer Exp $
29 +
30 + 22 Jan 2009; Jeroen Roovers <jer@g.o> netio-1.26.ebuild:
31 + Do not install the Linux binary executable (found through bug #240766).
32
33 19 Jan 2008; Raúl Porcel <armin76@g.o> -netio-1.23.ebuild:
34 old
35
36
37
38 1.8 net-analyzer/netio/netio-1.26.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/netio/netio-1.26.ebuild?rev=1.8&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/netio/netio-1.26.ebuild?rev=1.8&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/netio/netio-1.26.ebuild?r1=1.7&r2=1.8
43
44 Index: netio-1.26.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.26.ebuild,v
47 retrieving revision 1.7
48 retrieving revision 1.8
49 diff -u -r1.7 -r1.8
50 --- netio-1.26.ebuild 16 Jan 2008 20:21:29 -0000 1.7
51 +++ netio-1.26.ebuild 22 Jan 2009 20:03:52 -0000 1.8
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2008 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.26.ebuild,v 1.7 2008/01/16 20:21:29 grobian Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.26.ebuild,v 1.8 2009/01/22 20:03:52 jer Exp $
58
59 inherit toolchain-funcs versionator
60
61 @@ -44,7 +44,7 @@
62 netb_2_c.h netio.doc getopt.c Makefile netbios.c
63
64 # also install binaries
65 - dodoc bin/os2-i386.exe bin/win32-i386.exe bin/linux-i386
66 + dodoc bin/os2-i386.exe bin/win32-i386.exe
67 }
68
69 pkg_postinst() {