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/bwmon/files: bwmon-1.3-typo-fix.patch bwmon-1.3-overflow.patch bwmon-1.3-build.patch
Date: Thu, 10 Jul 2014 19:51:28
Message-Id: 20140710195124.9EDCB2004F@flycatcher.gentoo.org
1 jer 14/07/10 19:51:24
2
3 Modified: bwmon-1.3-typo-fix.patch bwmon-1.3-overflow.patch
4 bwmon-1.3-build.patch
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/bwmon/files/bwmon-1.3-typo-fix.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwmon/files/bwmon-1.3-typo-fix.patch?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwmon/files/bwmon-1.3-typo-fix.patch?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwmon/files/bwmon-1.3-typo-fix.patch?r1=1.1&r2=1.2
16
17 Index: bwmon-1.3-typo-fix.patch
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/files/bwmon-1.3-typo-fix.patch,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- bwmon-1.3-typo-fix.patch 30 Sep 2012 08:13:07 -0000 1.1
24 +++ bwmon-1.3-typo-fix.patch 10 Jul 2014 19:51:24 -0000 1.2
25 @@ -1,9 +1,8 @@
26 -diff -u bwmon-1.3/src/bwmon.c.orig bwmon-1.3/src/bwmon.c
27 ---- bwmon-1.3/src/bwmon.c.orig 2009-03-22 00:51:12.000000000 +0100
28 -+++ bwmon-1.3/src/bwmon.c 2009-03-22 00:54:13.000000000 +0100
29 +--- a/src/bwmon.c
30 ++++ b/src/bwmon.c
31 @@ -36,7 +36,7 @@
32 "by Kimmo Nupponen (kimmoon@×××××××××××××××××.net)\n"
33 - "$Date: 2012/09/30 08:13:07 $\n\n"
34 + "$Date: 2014/07/10 19:51:24 $\n\n"
35 "usage: %s [-b] [-h] [-a] [-m] [-u seconds]\n"
36 - "\t-a Print bandwidth utiliasation in Kbytes rather than Kbits. The default\n"
37 + "\t-b Print bandwidth utilisation in KBytes rather than Kbits. The default\n"
38
39
40
41 1.2 net-analyzer/bwmon/files/bwmon-1.3-overflow.patch
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwmon/files/bwmon-1.3-overflow.patch?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwmon/files/bwmon-1.3-overflow.patch?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwmon/files/bwmon-1.3-overflow.patch?r1=1.1&r2=1.2
46
47 Index: bwmon-1.3-overflow.patch
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/files/bwmon-1.3-overflow.patch,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- bwmon-1.3-overflow.patch 5 Nov 2012 02:58:43 -0000 1.1
54 +++ bwmon-1.3-overflow.patch 10 Jul 2014 19:51:24 -0000 1.2
55 @@ -1,7 +1,5 @@
56 -Index: bwmon-1.3/src/bwmon.c
57 -===================================================================
58 ---- bwmon-1.3.orig/src/bwmon.c
59 -+++ bwmon-1.3/src/bwmon.c
60 +--- a/src/bwmon.c
61 ++++ b/src/bwmon.c
62 @@ -408,7 +408,7 @@ bool_t
63 print_uptime(float * uptime)
64 {
65
66
67
68 1.2 net-analyzer/bwmon/files/bwmon-1.3-build.patch
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwmon/files/bwmon-1.3-build.patch?rev=1.2&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwmon/files/bwmon-1.3-build.patch?rev=1.2&content-type=text/plain
72 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwmon/files/bwmon-1.3-build.patch?r1=1.1&r2=1.2
73
74 Index: bwmon-1.3-build.patch
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/files/bwmon-1.3-build.patch,v
77 retrieving revision 1.1
78 retrieving revision 1.2
79 diff -u -r1.1 -r1.2
80 --- bwmon-1.3-build.patch 5 Nov 2012 02:58:43 -0000 1.1
81 +++ bwmon-1.3-build.patch 10 Jul 2014 19:51:24 -0000 1.2
82 @@ -1,7 +1,5 @@
83 -Index: bwmon-1.3/src/Makefile
84 -===================================================================
85 ---- bwmon-1.3.orig/src/Makefile
86 -+++ bwmon-1.3/src/Makefile
87 +--- a/src/Makefile
88 ++++ b/src/Makefile
89 @@ -10,8 +10,8 @@ CC = gcc
90 RM = /bin/rm
91 INSTALL = install