public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in virtual/libusb: libusb-0.ebuild ChangeLog
@ 2009-05-15  0:03 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 7+ messages in thread
From: Robin H. Johnson (robbat2) @ 2009-05-15  0:03 UTC (permalink / raw
  To: gentoo-commits

robbat2     09/05/15 00:03:01

  Modified:             libusb-0.ebuild ChangeLog
  Log:
  Use the keywords from the latest stable dev-libs/libusb:0 ebuild so that we can change other stable packages safely.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  virtual/libusb/libusb-0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libusb/libusb-0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libusb/libusb-0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libusb/libusb-0.ebuild?r1=1.1&r2=1.2

Index: libusb-0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- libusb-0.ebuild	14 May 2009 23:33:47 -0000	1.1
+++ libusb-0.ebuild	15 May 2009 00:03:01 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0.ebuild,v 1.1 2009/05/14 23:33:47 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0.ebuild,v 1.2 2009/05/15 00:03:01 robbat2 Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=""



1.2                  virtual/libusb/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libusb/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libusb/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libusb/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- ChangeLog	14 May 2009 23:33:47 -0000	1.1
+++ ChangeLog	15 May 2009 00:03:01 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for virtual/libusb
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.1 2009/05/14 23:33:47 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.2 2009/05/15 00:03:01 robbat2 Exp $
+
+  15 May 2009; Robin H. Johnson <robbat2@gentoo.org> libusb-0.ebuild:
+  Use the keywords from the latest stable dev-libs/libusb:0 ebuild so that
+  we can change other stable packages safely.
 
 *libusb-1 (14 May 2009)
 *libusb-0 (14 May 2009)






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in virtual/libusb: libusb-0.ebuild ChangeLog
@ 2009-05-16  6:52 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 7+ messages in thread
From: Robin H. Johnson (robbat2) @ 2009-05-16  6:52 UTC (permalink / raw
  To: gentoo-commits

robbat2     09/05/16 06:52:16

  Modified:             libusb-0.ebuild ChangeLog
  Log:
  Include the current stable of dev-libs/libusb-0* in the version specification, so that we can replace the version dependancy in other ebuilds when migrating them to the virtual.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  virtual/libusb/libusb-0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libusb/libusb-0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libusb/libusb-0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libusb/libusb-0.ebuild?r1=1.2&r2=1.3

Index: libusb-0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -p -w -b -B -u -u -r1.2 -r1.3
--- libusb-0.ebuild	15 May 2009 00:03:01 -0000	1.2
+++ libusb-0.ebuild	16 May 2009 06:52:15 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0.ebuild,v 1.2 2009/05/15 00:03:01 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0.ebuild,v 1.3 2009/05/16 06:52:15 robbat2 Exp $
 
 EAPI=2
 
@@ -14,4 +14,4 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k
 IUSE=""
 
 DEPEND=""
-RDEPEND="|| ( dev-libs/libusb:0 dev-libs/libusb-compat )"
+RDEPEND="|| ( >=dev-libs/libusb-0.1.12-r1:0 dev-libs/libusb-compat )"



1.4                  virtual/libusb/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libusb/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libusb/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libusb/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -p -w -b -B -u -u -r1.3 -r1.4
--- ChangeLog	15 May 2009 19:05:27 -0000	1.3
+++ ChangeLog	16 May 2009 06:52:15 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for virtual/libusb
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.3 2009/05/15 19:05:27 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.4 2009/05/16 06:52:15 robbat2 Exp $
+
+  16 May 2009; Robin H. Johnson <robbat2@gentoo.org> libusb-0.ebuild:
+  Include the current stable of dev-libs/libusb-0* in the version
+  specification, so that we can replace the version dependancy in other
+  ebuilds when migrating them to the virtual.
 
   15 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   libusb-1.ebuild:






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in virtual/libusb: libusb-0.ebuild ChangeLog
@ 2010-04-13 11:04 Alexis Ballier (aballier)
  0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier (aballier) @ 2010-04-13 11:04 UTC (permalink / raw
  To: gentoo-commits

aballier    10/04/13 11:04:18

  Modified:             libusb-0.ebuild ChangeLog
  Log:
  freebsd-lib-8.0 provides a libusb compatible layer. We cant rip it out because some FreeBSD usb utilities require some of its additions; FreeBSD people claim it has a compatible API so that should be fine to have it as a provider too.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  virtual/libusb/libusb-0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libusb/libusb-0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libusb/libusb-0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libusb/libusb-0.ebuild?r1=1.6&r2=1.7

Index: libusb-0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libusb-0.ebuild	18 Feb 2010 22:29:55 -0000	1.6
+++ libusb-0.ebuild	13 Apr 2010 11:04:18 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0.ebuild,v 1.6 2010/02/18 22:29:55 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0.ebuild,v 1.7 2010/04/13 11:04:18 aballier Exp $
 
 EAPI=2
 
@@ -14,4 +14,4 @@
 IUSE=""
 
 DEPEND=""
-RDEPEND="|| ( >=dev-libs/libusb-0.1.12-r1:0 dev-libs/libusb-compat )"
+RDEPEND="|| ( >=dev-libs/libusb-0.1.12-r1:0 dev-libs/libusb-compat >=sys-freebsd/freebsd-lib-8.0[usb] )"



1.9                  virtual/libusb/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libusb/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libusb/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libusb/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	18 Feb 2010 22:29:55 -0000	1.8
+++ ChangeLog	13 Apr 2010 11:04:18 -0000	1.9
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/libusb
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.8 2010/02/18 22:29:55 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.9 2010/04/13 11:04:18 aballier Exp $
+
+  13 Apr 2010; Alexis Ballier <aballier@gentoo.org> libusb-0.ebuild:
+  freebsd-lib-8.0 provides a libusb compatible layer. We cant rip it out
+  because some FreeBSD usb utilities require some of its additions; FreeBSD
+  people claim it has a compatible API so that should be fine to have it as
+  a provider too.
 
   18 Feb 2010; Jeremy Olexa <darkside@gentoo.org> libusb-0.ebuild,
   libusb-1.ebuild:






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in virtual/libusb: libusb-0.ebuild ChangeLog
@ 2011-02-06 12:00 Mart Raudsepp (leio)
  0 siblings, 0 replies; 7+ messages in thread
From: Mart Raudsepp (leio) @ 2011-02-06 12:00 UTC (permalink / raw
  To: gentoo-commits

leio        11/02/06 12:00:59

  Modified:             libusb-0.ebuild ChangeLog
  Log:
  Drop to ~mips
  
  (Portage version: 2.1.9.35/cvs/Linux mips64)

Revision  Changes    Path
1.8                  virtual/libusb/libusb-0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/libusb-0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/libusb-0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/libusb-0.ebuild?r1=1.7&r2=1.8

Index: libusb-0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libusb-0.ebuild	13 Apr 2010 11:04:18 -0000	1.7
+++ libusb-0.ebuild	6 Feb 2011 12:00:59 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0.ebuild,v 1.7 2010/04/13 11:04:18 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0.ebuild,v 1.8 2011/02/06 12:00:59 leio Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE=""
 SLOT="0"
-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"
+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"
 IUSE=""
 
 DEPEND=""



1.18                 virtual/libusb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	12 Oct 2010 16:45:50 -0000	1.17
+++ ChangeLog	6 Feb 2011 12:00:59 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/libusb
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.17 2010/10/12 16:45:50 armin76 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.18 2011/02/06 12:00:59 leio Exp $
+
+  06 Feb 2011; Mart Raudsepp <leio@gentoo.org> libusb-0.ebuild:
+  Drop to ~mips
 
   12 Oct 2010; Raúl Porcel <armin76@gentoo.org> libusb-1.ebuild:
   sparc stable wrt #304149






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in virtual/libusb: libusb-0.ebuild ChangeLog
@ 2012-05-06  0:40 Alexis Ballier (aballier)
  0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-06  0:40 UTC (permalink / raw
  To: gentoo-commits

aballier    12/05/06 00:40:32

  Modified:             libusb-0.ebuild ChangeLog
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 virtual/libusb/libusb-0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/libusb-0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/libusb-0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/libusb-0.ebuild?r1=1.9&r2=1.10

Index: libusb-0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libusb-0.ebuild	27 Sep 2011 17:29:34 -0000	1.9
+++ libusb-0.ebuild	6 May 2012 00:40:32 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0.ebuild,v 1.9 2011/09/27 17:29:34 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0.ebuild,v 1.10 2012/05/06 00:40:32 aballier Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE=""
 SLOT="0"
-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 ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND=""



1.21                 virtual/libusb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	20 Apr 2012 08:44:03 -0000	1.20
+++ ChangeLog	6 May 2012 00:40:32 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/libusb
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.20 2012/04/20 08:44:03 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.21 2012/05/06 00:40:32 aballier Exp $
+
+  06 May 2012; Alexis Ballier <aballier@gentoo.org> libusb-0.ebuild:
+  keyword ~amd64-fbsd
 
   20 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> libusb-1.ebuild:
   Raise requirement of libusb to >= 1.0.9_rc for compability with usbredir.






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in virtual/libusb: libusb-0.ebuild ChangeLog
@ 2012-05-22 18:37 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-05-22 18:37 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/05/22 18:37:54

  Modified:             libusb-0.ebuild ChangeLog
  Log:
  Change order of || ( ) to list dev-libs/libusb-compat first wrt #417135
  
  (Portage version: 2.2.0_alpha107/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 virtual/libusb/libusb-0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/libusb-0.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/libusb-0.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/libusb-0.ebuild?r1=1.10&r2=1.11

Index: libusb-0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libusb-0.ebuild	6 May 2012 00:40:32 -0000	1.10
+++ libusb-0.ebuild	22 May 2012 18:37:54 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0.ebuild,v 1.10 2012/05/06 00:40:32 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0.ebuild,v 1.11 2012/05/22 18:37:54 ssuominen Exp $
 
 EAPI=2
 
@@ -14,4 +14,4 @@
 IUSE=""
 
 DEPEND=""
-RDEPEND="|| ( >=dev-libs/libusb-0.1.12-r1:0 dev-libs/libusb-compat >=sys-freebsd/freebsd-lib-8.0[usb] )"
+RDEPEND="|| ( >=dev-libs/libusb-compat-0.1.4 >=dev-libs/libusb-0.1.12-r7:0 >=sys-freebsd/freebsd-lib-8.0[usb] )"



1.23                 virtual/libusb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	22 May 2012 16:00:39 -0000	1.22
+++ ChangeLog	22 May 2012 18:37:54 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/libusb
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.22 2012/05/22 16:00:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.23 2012/05/22 18:37:54 ssuominen Exp $
+
+  22 May 2012; Samuli Suominen <ssuominen@gentoo.org> libusb-0.ebuild:
+  Change order of || ( ) to list dev-libs/libusb-compat first wrt #417135
 
   22 May 2012; Samuli Suominen <ssuominen@gentoo.org> libusb-1.ebuild:
   Include dev-libs/libusbx:1 as secondary alternative.






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in virtual/libusb: libusb-0.ebuild ChangeLog
@ 2013-08-01 12:30 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-08-01 12:30 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/08/01 12:30:25

  Modified:             libusb-0.ebuild ChangeLog
  Log:
  Use dev-libs/libusb-compat exclusively (instead of old libusb) for libusb-0.1.so support.
  
  (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.12                 virtual/libusb/libusb-0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/libusb-0.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/libusb-0.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/libusb-0.ebuild?r1=1.11&r2=1.12

Index: libusb-0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libusb-0.ebuild	22 May 2012 18:37:54 -0000	1.11
+++ libusb-0.ebuild	1 Aug 2013 12:30:25 -0000	1.12
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0.ebuild,v 1.11 2012/05/22 18:37:54 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0.ebuild,v 1.12 2013/08/01 12:30:25 ssuominen Exp $
 
-EAPI=2
+EAPI=5
 
 DESCRIPTION="Virtual for libusb"
 HOMEPAGE=""
@@ -14,4 +14,4 @@
 IUSE=""
 
 DEPEND=""
-RDEPEND="|| ( >=dev-libs/libusb-compat-0.1.4 >=dev-libs/libusb-0.1.12-r7:0 >=sys-freebsd/freebsd-lib-8.0[usb] )"
+RDEPEND="|| ( >=dev-libs/libusb-compat-0.1.4 >=sys-freebsd/freebsd-lib-8.0[usb] )"



1.32                 virtual/libusb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	5 Jun 2013 02:08:30 -0000	1.31
+++ ChangeLog	1 Aug 2013 12:30:25 -0000	1.32
@@ -1,6 +1,10 @@
 # ChangeLog for virtual/libusb
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.31 2013/06/05 02:08:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.32 2013/08/01 12:30:25 ssuominen Exp $
+
+  01 Aug 2013; Samuli Suominen <ssuominen@gentoo.org> libusb-0.ebuild:
+  Use dev-libs/libusb-compat exclusively (instead of old libusb) for
+  libusb-0.1.so support.
 
   05 Jun 2013; Samuli Suominen <ssuominen@gentoo.org> metadata.xml:
   Peter Stuge from libusb upstream is sharing ebuild maintenance by his own





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-08-01 12:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-15  0:03 [gentoo-commits] gentoo-x86 commit in virtual/libusb: libusb-0.ebuild ChangeLog Robin H. Johnson (robbat2)
  -- strict thread matches above, loose matches on Subject: below --
2009-05-16  6:52 Robin H. Johnson (robbat2)
2010-04-13 11:04 Alexis Ballier (aballier)
2011-02-06 12:00 Mart Raudsepp (leio)
2012-05-06  0:40 Alexis Ballier (aballier)
2012-05-22 18:37 Samuli Suominen (ssuominen)
2013-08-01 12:30 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox