jer 14/07/10 19:51:24 Modified: bwmon-1.3-typo-fix.patch bwmon-1.3-overflow.patch bwmon-1.3-build.patch Log: EAPI bump. Clean up patches. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.2 net-analyzer/bwmon/files/bwmon-1.3-typo-fix.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwmon/files/bwmon-1.3-typo-fix.patch?rev=1.2&view=markup 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 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 Index: bwmon-1.3-typo-fix.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/files/bwmon-1.3-typo-fix.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bwmon-1.3-typo-fix.patch 30 Sep 2012 08:13:07 -0000 1.1 +++ bwmon-1.3-typo-fix.patch 10 Jul 2014 19:51:24 -0000 1.2 @@ -1,9 +1,8 @@ -diff -u bwmon-1.3/src/bwmon.c.orig bwmon-1.3/src/bwmon.c ---- bwmon-1.3/src/bwmon.c.orig 2009-03-22 00:51:12.000000000 +0100 -+++ bwmon-1.3/src/bwmon.c 2009-03-22 00:54:13.000000000 +0100 +--- a/src/bwmon.c ++++ b/src/bwmon.c @@ -36,7 +36,7 @@ "by Kimmo Nupponen (kimm...@users.sourceforge.net)\n" - "$Date: 2012/09/30 08:13:07 $\n\n" + "$Date: 2014/07/10 19:51:24 $\n\n" "usage: %s [-b] [-h] [-a] [-m] [-u seconds]\n" - "\t-a Print bandwidth utiliasation in Kbytes rather than Kbits. The default\n" + "\t-b Print bandwidth utilisation in KBytes rather than Kbits. The default\n" 1.2 net-analyzer/bwmon/files/bwmon-1.3-overflow.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwmon/files/bwmon-1.3-overflow.patch?rev=1.2&view=markup 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 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwmon/files/bwmon-1.3-overflow.patch?r1=1.1&r2=1.2 Index: bwmon-1.3-overflow.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/files/bwmon-1.3-overflow.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bwmon-1.3-overflow.patch 5 Nov 2012 02:58:43 -0000 1.1 +++ bwmon-1.3-overflow.patch 10 Jul 2014 19:51:24 -0000 1.2 @@ -1,7 +1,5 @@ -Index: bwmon-1.3/src/bwmon.c -=================================================================== ---- bwmon-1.3.orig/src/bwmon.c -+++ bwmon-1.3/src/bwmon.c +--- a/src/bwmon.c ++++ b/src/bwmon.c @@ -408,7 +408,7 @@ bool_t print_uptime(float * uptime) { 1.2 net-analyzer/bwmon/files/bwmon-1.3-build.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwmon/files/bwmon-1.3-build.patch?rev=1.2&view=markup 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 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwmon/files/bwmon-1.3-build.patch?r1=1.1&r2=1.2 Index: bwmon-1.3-build.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/files/bwmon-1.3-build.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bwmon-1.3-build.patch 5 Nov 2012 02:58:43 -0000 1.1 +++ bwmon-1.3-build.patch 10 Jul 2014 19:51:24 -0000 1.2 @@ -1,7 +1,5 @@ -Index: bwmon-1.3/src/Makefile -=================================================================== ---- bwmon-1.3.orig/src/Makefile -+++ bwmon-1.3/src/Makefile +--- a/src/Makefile ++++ b/src/Makefile @@ -10,8 +10,8 @@ CC = gcc RM = /bin/rm INSTALL = install