public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libusb: ChangeLog libusb-0.1.12-r7.ebuild
@ 2011-11-13 19:03 Mike Frysinger (vapier)
  0 siblings, 0 replies; 7+ messages in thread
From: Mike Frysinger (vapier) @ 2011-11-13 19:03 UTC (permalink / raw
  To: gentoo-commits

vapier      11/11/13 19:03:06

  Modified:             ChangeLog libusb-0.1.12-r7.ebuild
  Log:
  Convert USE=nocxx to USE=cxx.
  
  (Portage version: 2.2.0_alpha74/cvs/Linux x86_64)

Revision  Changes    Path
1.114                dev-libs/libusb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?rev=1.114&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?rev=1.114&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?r1=1.113&r2=1.114

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog	13 Nov 2011 19:02:16 -0000	1.113
+++ ChangeLog	13 Nov 2011 19:03:05 -0000	1.114
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libusb
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.113 2011/11/13 19:02:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.114 2011/11/13 19:03:05 vapier Exp $
+
+  13 Nov 2011; Mike Frysinger <vapier@gentoo.org> libusb-0.1.12-r7.ebuild:
+  Convert USE=nocxx to USE=cxx.
 
   13 Nov 2011; Mike Frysinger <vapier@gentoo.org> -libusb-0.1.11.ebuild,
   -libusb-0.1.12.ebuild, -libusb-0.1.12-r1.ebuild, -libusb-0.1.12-r2.ebuild,



1.4                  dev-libs/libusb/libusb-0.1.12-r7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild?r1=1.3&r2=1.4

Index: libusb-0.1.12-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libusb-0.1.12-r7.ebuild	28 Sep 2011 13:03:27 -0000	1.3
+++ libusb-0.1.12-r7.ebuild	13 Nov 2011 19:03:05 -0000	1.4
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v 1.3 2011/09/28 13:03:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v 1.4 2011/11/13 19:03:05 vapier Exp $
 
-EAPI=3
+EAPI="3"
 
 inherit eutils libtool autotools toolchain-funcs
 
@@ -13,7 +13,7 @@
 LICENSE="LGPL-2"
 SLOT="0"
 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"
-IUSE="debug doc nocxx static-libs"
+IUSE="debug doc +cxx static-libs"
 RESTRICT="test"
 
 RDEPEND="!dev-libs/libusb-compat"
@@ -27,7 +27,7 @@
 	sed -i -e 's:-Werror::' Makefile.am
 	sed -i 's:AC_LANG_CPLUSPLUS:AC_PROG_CXX:' configure.in #213800
 	epatch "${FILESDIR}"/${PV}-fbsd.patch
-	use nocxx && epatch "${FILESDIR}"/${PN}-0.1.12-nocpp.patch
+	use cxx || epatch "${FILESDIR}"/${PN}-0.1.12-nocpp.patch
 	epatch "${FILESDIR}"/${PN}-0.1.12-no-infinite-bulk.patch
 	epatch "${FILESDIR}"/${PN}-0.1-ansi.patch # 273752
 	eautoreconf
@@ -53,7 +53,7 @@
 	use doc && dohtml doc/html/*.html
 
 	gen_usr_ldscript -a usb
-	use nocxx && rm -f "${ED}"/usr/include/usbpp.h
+	use cxx || rm -f "${ED}"/usr/include/usbpp.h
 
 	rm -f "${ED}"/usr/lib*/libusb*.la
 }






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libusb: ChangeLog libusb-0.1.12-r7.ebuild
@ 2011-11-13 23:14 Mike Frysinger (vapier)
  0 siblings, 0 replies; 7+ messages in thread
From: Mike Frysinger (vapier) @ 2011-11-13 23:14 UTC (permalink / raw
  To: gentoo-commits

vapier      11/11/13 23:14:38

  Modified:             ChangeLog libusb-0.1.12-r7.ebuild
  Log:
  Use URL to find dockbook dtd rather than filesystem path.
  
  (Portage version: 2.2.0_alpha74/cvs/Linux x86_64)

Revision  Changes    Path
1.115                dev-libs/libusb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?r1=1.114&r2=1.115

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog	13 Nov 2011 19:03:05 -0000	1.114
+++ ChangeLog	13 Nov 2011 23:14:38 -0000	1.115
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libusb
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.114 2011/11/13 19:03:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.115 2011/11/13 23:14:38 vapier Exp $
+
+  13 Nov 2011; Mike Frysinger <vapier@gentoo.org> libusb-0.1.12-r7.ebuild:
+  Use URL to find dockbook dtd rather than filesystem path.
 
   13 Nov 2011; Mike Frysinger <vapier@gentoo.org> libusb-0.1.12-r7.ebuild:
   Convert USE=nocxx to USE=cxx.



1.5                  dev-libs/libusb/libusb-0.1.12-r7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild?r1=1.4&r2=1.5

Index: libusb-0.1.12-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libusb-0.1.12-r7.ebuild	13 Nov 2011 19:03:05 -0000	1.4
+++ libusb-0.1.12-r7.ebuild	13 Nov 2011 23:14:38 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v 1.4 2011/11/13 19:03:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v 1.5 2011/11/13 23:14:38 vapier Exp $
 
 EAPI="3"
 
@@ -33,11 +33,9 @@
 	eautoreconf
 
 	# Ensure that the documentation actually finds the DTD it needs
-	docbookdtd="${EPREFIX}/usr/share/sgml/docbook/sgml-dtd-4.2/docbook.dtd"
-	sysid='"-//OASIS//DTD DocBook V4.2//EN"'
-	sed -r -i -e \
-		"s,(${sysid}) \[\$,\1 \"${docbookdtd}\" \[,g" \
-		"${S}"/doc/manual.sgml
+	sed -i \
+		-e '1s|\[$|"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [|' \
+		doc/manual.sgml || die
 }
 
 src_configure() {






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libusb: ChangeLog libusb-0.1.12-r7.ebuild
@ 2011-11-15 21:24 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2011-11-15 21:24 UTC (permalink / raw
  To: gentoo-commits

jer         11/11/15 21:24:24

  Modified:             ChangeLog libusb-0.1.12-r7.ebuild
  Log:
  Stable for HPPA (bug #390441).
  
  (Portage version: 2.2.0_alpha74/cvs/Linux x86_64)

Revision  Changes    Path
1.116                dev-libs/libusb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?rev=1.116&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?rev=1.116&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?r1=1.115&r2=1.116

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog	13 Nov 2011 23:14:38 -0000	1.115
+++ ChangeLog	15 Nov 2011 21:24:24 -0000	1.116
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libusb
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.115 2011/11/13 23:14:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.116 2011/11/15 21:24:24 jer Exp $
+
+  15 Nov 2011; Jeroen Roovers <jer@gentoo.org> libusb-0.1.12-r7.ebuild:
+  Stable for HPPA (bug #390441).
 
   13 Nov 2011; Mike Frysinger <vapier@gentoo.org> libusb-0.1.12-r7.ebuild:
   Use URL to find dockbook dtd rather than filesystem path.



1.6                  dev-libs/libusb/libusb-0.1.12-r7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild?r1=1.5&r2=1.6

Index: libusb-0.1.12-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libusb-0.1.12-r7.ebuild	13 Nov 2011 23:14:38 -0000	1.5
+++ libusb-0.1.12-r7.ebuild	15 Nov 2011 21:24:24 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v 1.5 2011/11/13 23:14:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v 1.6 2011/11/15 21:24:24 jer Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-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"
+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"
 IUSE="debug doc +cxx static-libs"
 RESTRICT="test"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libusb: ChangeLog libusb-0.1.12-r7.ebuild
@ 2011-11-17 18:54 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-11-17 18:54 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/11/17 18:54:48

  Modified:             ChangeLog libusb-0.1.12-r7.ebuild
  Log:
  x86 stable wrt bug #390441
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.118                dev-libs/libusb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?rev=1.118&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?rev=1.118&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?r1=1.117&r2=1.118

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog	15 Nov 2011 22:12:22 -0000	1.117
+++ ChangeLog	17 Nov 2011 18:54:48 -0000	1.118
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libusb
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.117 2011/11/15 22:12:22 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.118 2011/11/17 18:54:48 phajdan.jr Exp $
+
+  17 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> libusb-0.1.12-r7.ebuild:
+  x86 stable wrt bug #390441
 
   15 Nov 2011; Markos Chandras <hwoarang@gentoo.org> libusb-0.1.12-r7.ebuild:
   Stable on amd64 wrt bug #390441



1.8                  dev-libs/libusb/libusb-0.1.12-r7.ebuild

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

Index: libusb-0.1.12-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libusb-0.1.12-r7.ebuild	15 Nov 2011 22:12:22 -0000	1.7
+++ libusb-0.1.12-r7.ebuild	17 Nov 2011 18:54:48 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v 1.7 2011/11/15 22:12:22 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v 1.8 2011/11/17 18:54:48 phajdan.jr Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-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"
+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"
 IUSE="debug doc +cxx static-libs"
 RESTRICT="test"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libusb: ChangeLog libusb-0.1.12-r7.ebuild
@ 2011-11-23  6:03 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2011-11-23  6:03 UTC (permalink / raw
  To: gentoo-commits

maekke      11/11/23 06:03:00

  Modified:             ChangeLog libusb-0.1.12-r7.ebuild
  Log:
  arm stable, bug #390441
  
  (Portage version: 2.1.10.36/cvs/Linux i686)

Revision  Changes    Path
1.119                dev-libs/libusb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?rev=1.119&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?rev=1.119&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?r1=1.118&r2=1.119

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog	17 Nov 2011 18:54:48 -0000	1.118
+++ ChangeLog	23 Nov 2011 06:03:00 -0000	1.119
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libusb
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.118 2011/11/17 18:54:48 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.119 2011/11/23 06:03:00 maekke Exp $
+
+  23 Nov 2011; Markus Meier <maekke@gentoo.org> libusb-0.1.12-r7.ebuild:
+  arm stable, bug #390441
 
   17 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> libusb-0.1.12-r7.ebuild:
   x86 stable wrt bug #390441



1.9                  dev-libs/libusb/libusb-0.1.12-r7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild?r1=1.8&r2=1.9

Index: libusb-0.1.12-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libusb-0.1.12-r7.ebuild	17 Nov 2011 18:54:48 -0000	1.8
+++ libusb-0.1.12-r7.ebuild	23 Nov 2011 06:03:00 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v 1.8 2011/11/17 18:54:48 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v 1.9 2011/11/23 06:03:00 maekke Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-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"
+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"
 IUSE="debug doc +cxx static-libs"
 RESTRICT="test"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libusb: ChangeLog libusb-0.1.12-r7.ebuild
@ 2011-12-03 18:26 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2011-12-03 18:26 UTC (permalink / raw
  To: gentoo-commits

armin76     11/12/03 18:26:03

  Modified:             ChangeLog libusb-0.1.12-r7.ebuild
  Log:
  alpha/ia64/m68k/s390/sh/sparc stable wrt #390441
  
  (Portage version: 2.1.10.38/cvs/Linux ia64)

Revision  Changes    Path
1.120                dev-libs/libusb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?rev=1.120&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?rev=1.120&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?r1=1.119&r2=1.120

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog	23 Nov 2011 06:03:00 -0000	1.119
+++ ChangeLog	3 Dec 2011 18:26:03 -0000	1.120
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libusb
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.119 2011/11/23 06:03:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.120 2011/12/03 18:26:03 armin76 Exp $
+
+  03 Dec 2011; Raúl Porcel <armin76@gentoo.org> libusb-0.1.12-r7.ebuild:
+  alpha/ia64/m68k/s390/sh/sparc stable wrt #390441
 
   23 Nov 2011; Markus Meier <maekke@gentoo.org> libusb-0.1.12-r7.ebuild:
   arm stable, bug #390441



1.10                 dev-libs/libusb/libusb-0.1.12-r7.ebuild

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

Index: libusb-0.1.12-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libusb-0.1.12-r7.ebuild	23 Nov 2011 06:03:00 -0000	1.9
+++ libusb-0.1.12-r7.ebuild	3 Dec 2011 18:26:03 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v 1.9 2011/11/23 06:03:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v 1.10 2011/12/03 18:26:03 armin76 Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-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"
+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"
 IUSE="debug doc +cxx static-libs"
 RESTRICT="test"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libusb: ChangeLog libusb-0.1.12-r7.ebuild
@ 2012-01-09  6:53 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-01-09  6:53 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/01/09 06:53:36

  Modified:             ChangeLog libusb-0.1.12-r7.ebuild
  Log:
  ppc/ppc64 stable wrt #390441
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.123                dev-libs/libusb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?r1=1.122&r2=1.123

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	1 Jan 2012 18:27:53 -0000	1.122
+++ ChangeLog	9 Jan 2012 06:53:36 -0000	1.123
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libusb
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.122 2012/01/01 18:27:53 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.123 2012/01/09 06:53:36 ssuominen Exp $
+
+  09 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> libusb-0.1.12-r7.ebuild:
+  ppc/ppc64 stable wrt #390441
 
   01 Jan 2012; Fabian Groffen <grobian@gentoo.org> libusb-1.0.8.ebuild:
   Fix bashism in configure script causing build-failure when using non-bash



1.12                 dev-libs/libusb/libusb-0.1.12-r7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild?rev=1.12&view=markup
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
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild?r1=1.11&r2=1.12

Index: libusb-0.1.12-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libusb-0.1.12-r7.ebuild	6 Dec 2011 19:33:32 -0000	1.11
+++ libusb-0.1.12-r7.ebuild	9 Jan 2012 06:53:36 -0000	1.12
@@ -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/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v 1.11 2011/12/06 19:33:32 robbat2 Exp $
+# $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 $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-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"
+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"
 IUSE="debug doc +cxx static-libs"
 RESTRICT="test"
 






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

end of thread, other threads:[~2012-01-09  6:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-13 23:14 [gentoo-commits] gentoo-x86 commit in dev-libs/libusb: ChangeLog libusb-0.1.12-r7.ebuild Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-09  6:53 Samuli Suominen (ssuominen)
2011-12-03 18:26 Raul Porcel (armin76)
2011-11-23  6:03 Markus Meier (maekke)
2011-11-17 18:54 PaweA Hajdan (phajdan.jr)
2011-11-15 21:24 Jeroen Roovers (jer)
2011-11-13 19:03 Mike Frysinger (vapier)

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