Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/libusb: ChangeLog libusb-1.ebuild
Date: Sat, 31 Jul 2010 11:02:57
Message-Id: 20100731105333.7982F2CF42@corvid.gentoo.org
1 pacho 10/07/31 10:53:33
2
3 Modified: ChangeLog libusb-1.ebuild
4 Log:
5 amd64 stable, bug 304149
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.10 virtual/libusb/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/ChangeLog?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/ChangeLog?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/ChangeLog?r1=1.9&r2=1.10
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- ChangeLog 13 Apr 2010 11:04:18 -0000 1.9
22 +++ ChangeLog 31 Jul 2010 10:53:33 -0000 1.10
23 @@ -1,6 +1,9 @@
24 # ChangeLog for virtual/libusb
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.9 2010/04/13 11:04:18 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.10 2010/07/31 10:53:33 pacho Exp $
28 +
29 + 31 Jul 2010; Pacho Ramos <pacho@g.o> libusb-1.ebuild:
30 + amd64 stable, bug 304149
31
32 13 Apr 2010; Alexis Ballier <aballier@g.o> libusb-0.ebuild:
33 freebsd-lib-8.0 provides a libusb compatible layer. We cant rip it out
34
35
36
37 1.7 virtual/libusb/libusb-1.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/libusb-1.ebuild?rev=1.7&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/libusb-1.ebuild?rev=1.7&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/libusb-1.ebuild?r1=1.6&r2=1.7
42
43 Index: libusb-1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-1.ebuild,v
46 retrieving revision 1.6
47 retrieving revision 1.7
48 diff -u -r1.6 -r1.7
49 --- libusb-1.ebuild 18 Feb 2010 22:29:55 -0000 1.6
50 +++ libusb-1.ebuild 31 Jul 2010 10:53:33 -0000 1.7
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-1.ebuild,v 1.6 2010/02/18 22:29:55 darkside Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-1.ebuild,v 1.7 2010/07/31 10:53:33 pacho Exp $
56
57 EAPI=2
58
59 @@ -10,7 +10,7 @@
60
61 LICENSE=""
62 SLOT="1"
63 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
64 +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
65 IUSE=""
66
67 DEPEND=""