Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libusb: ChangeLog libusb-0.1.12-r7.ebuild
Date: Mon, 09 Jan 2012 06:53:47
Message-Id: 20120109065336.AF8992004B@flycatcher.gentoo.org
1 ssuominen 12/01/09 06:53:36
2
3 Modified: ChangeLog libusb-0.1.12-r7.ebuild
4 Log:
5 ppc/ppc64 stable wrt #390441
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.123 dev-libs/libusb/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?rev=1.123&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?rev=1.123&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?r1=1.122&r2=1.123
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v
19 retrieving revision 1.122
20 retrieving revision 1.123
21 diff -u -r1.122 -r1.123
22 --- ChangeLog 1 Jan 2012 18:27:53 -0000 1.122
23 +++ ChangeLog 9 Jan 2012 06:53:36 -0000 1.123
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-libs/libusb
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.122 2012/01/01 18:27:53 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.123 2012/01/09 06:53:36 ssuominen Exp $
29 +
30 + 09 Jan 2012; Samuli Suominen <ssuominen@g.o> libusb-0.1.12-r7.ebuild:
31 + ppc/ppc64 stable wrt #390441
32
33 01 Jan 2012; Fabian Groffen <grobian@g.o> libusb-1.0.8.ebuild:
34 Fix bashism in configure script causing build-failure when using non-bash
35
36
37
38 1.12 dev-libs/libusb/libusb-0.1.12-r7.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild?rev=1.12&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild?rev=1.12&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild?r1=1.11&r2=1.12
43
44 Index: libusb-0.1.12-r7.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v
47 retrieving revision 1.11
48 retrieving revision 1.12
49 diff -u -r1.11 -r1.12
50 --- libusb-0.1.12-r7.ebuild 6 Dec 2011 19:33:32 -0000 1.11
51 +++ libusb-0.1.12-r7.ebuild 9 Jan 2012 06:53:36 -0000 1.12
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2011 Gentoo Foundation
54 +# Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v 1.11 2011/12/06 19:33:32 robbat2 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v 1.12 2012/01/09 06:53:36 ssuominen Exp $
58
59 EAPI="3"
60
61 @@ -12,7 +12,7 @@
62
63 LICENSE="LGPL-2"
64 SLOT="0"
65 -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
66 +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
67 IUSE="debug doc +cxx static-libs"
68 RESTRICT="test"