Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/hidapi: hidapi-0.8.0_rc1_p20140201.ebuild ChangeLog
Date: Sun, 30 Nov 2014 09:31:01
Message-Id: 20141130093055.47407B364@oystercatcher.gentoo.org
1 mgorny 14/11/30 09:30:55
2
3 Modified: hidapi-0.8.0_rc1_p20140201.ebuild ChangeLog
4 Log:
5 Build GUI only for native ABI, fixes bug #494090 / FL-1831.
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.2 dev-libs/hidapi/hidapi-0.8.0_rc1_p20140201.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140201.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140201.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140201.ebuild?r1=1.1&r2=1.2
15
16 Index: hidapi-0.8.0_rc1_p20140201.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140201.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- hidapi-0.8.0_rc1_p20140201.ebuild 12 Nov 2014 21:49:26 -0000 1.1
23 +++ hidapi-0.8.0_rc1_p20140201.ebuild 30 Nov 2014 09:30:55 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140201.ebuild,v 1.1 2014/11/12 21:49:26 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140201.ebuild,v 1.2 2014/11/30 09:30:55 mgorny Exp $
29
30 EAPI=5
31
32 @@ -54,12 +54,12 @@
33 autotools-multilib_src_prepare
34 }
35
36 -src_configure() {
37 +multilib_src_configure() {
38 local myeconfargs=(
39 - $(use_enable X testgui)
40 + $(multilib_native_use_enable X testgui)
41 )
42
43 - autotools-multilib_src_configure
44 + autotools-utils_src_configure
45 }
46
47 src_compile() {
48 @@ -74,6 +74,6 @@
49 autotools-multilib_src_install
50
51 if use doc; then
52 - dohtml -r html/*
53 + dohtml -r html/.
54 fi
55 }
56
57
58
59 1.10 dev-libs/hidapi/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/ChangeLog?rev=1.10&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/ChangeLog?rev=1.10&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/ChangeLog?r1=1.9&r2=1.10
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-libs/hidapi/ChangeLog,v
68 retrieving revision 1.9
69 retrieving revision 1.10
70 diff -u -r1.9 -r1.10
71 --- ChangeLog 12 Nov 2014 21:49:26 -0000 1.9
72 +++ ChangeLog 30 Nov 2014 09:30:55 -0000 1.10
73 @@ -1,6 +1,10 @@
74 # ChangeLog for dev-libs/hidapi
75 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/hidapi/ChangeLog,v 1.9 2014/11/12 21:49:26 flameeyes Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hidapi/ChangeLog,v 1.10 2014/11/30 09:30:55 mgorny Exp $
78 +
79 + 30 Nov 2014; Michał Górny <mgorny@g.o>
80 + hidapi-0.8.0_rc1_p20140201.ebuild:
81 + Build GUI only for native ABI, fixes bug #494090 / FL-1831.
82
83 *hidapi-0.8.0_rc1_p20140201 (12 Nov 2014)