chithanh    15/04/08 10:08:47

  Modified:             usbip-3.19.ebuild ChangeLog
  Log:
  Remove -Werror from build, bug #545398. Adjust kernel configuration log 
message.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x2324E7B566DF2611!)

Revision  Changes    Path
1.2                  net-misc/usbip/usbip-3.19.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/usbip/usbip-3.19.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/usbip/usbip-3.19.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/usbip/usbip-3.19.ebuild?r1=1.1&r2=1.2

Index: usbip-3.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/usbip/usbip-3.19.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- usbip-3.19.ebuild   17 Mar 2015 15:49:16 -0000      1.1
+++ usbip-3.19.ebuild   8 Apr 2015 10:08:46 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/usbip/usbip-3.19.ebuild,v 1.1 
2015/03/17 15:49:16 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/usbip/usbip-3.19.ebuild,v 1.2 
2015/04/08 10:08:46 chithanh Exp $
 
 EAPI=5
 ETYPE="sources"
@@ -30,6 +30,8 @@
 S=${WORKDIR}/linux-${PV}/tools/usb/${PN}
 
 src_prepare() {
+       # remove -Werror from build, bug #545398
+       sed -i 's/-Werror[^ ]* //g' configure.ac || die
        eautoreconf
 }
 
@@ -46,6 +48,6 @@
 }
 
 pkg_postinst() {
-       elog "For using USB/IP you need to enable USB_IP_VHCI_HCD in the client"
-       elog "machine's kernel config and USB_IP_HOST on the server."
+       elog "For using USB/IP you need to enable USBIP_VHCI_HCD in the client"
+       elog "machine's kernel config and USBIP_HOST on the server."
 }



1.9                  net-misc/usbip/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/usbip/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/usbip/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/usbip/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/usbip/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   17 Mar 2015 15:51:38 -0000      1.8
+++ ChangeLog   8 Apr 2015 10:08:46 -0000       1.9
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/usbip
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/usbip/ChangeLog,v 1.8 2015/03/17 
15:51:38 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/usbip/ChangeLog,v 1.9 2015/04/08 
10:08:46 chithanh Exp $
+
+  08 Apr 2015; Chí-Thanh Christopher Nguyễn <chith...@gentoo.org>
+  usbip-3.19.ebuild:
+  Remove -Werror from build, bug #545398. Adjust kernel configuration log
+  message.
 
   17 Mar 2015; Chí-Thanh Christopher Nguyễn <chith...@gentoo.org>
   usbip-3.19.ebuild:
@@ -26,4 +31,3 @@
   07 Mar 2010; Chí-Thanh Christopher Nguyễn <chith...@gentoo.org>
   +usbip-0.1.7.ebuild, +metadata.xml:
   initial import for bug 220771
-




Reply via email to