public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/libpciaccess: ChangeLog libpciaccess-0.10.9.ebuild
@ 2009-09-28 13:48 Remi Cardona (remi)
  0 siblings, 0 replies; 9+ messages in thread
From: Remi Cardona (remi) @ 2009-09-28 13:48 UTC (permalink / raw
  To: gentoo-commits

remi        09/09/28 13:48:00

  Modified:             ChangeLog
  Added:                libpciaccess-0.10.9.ebuild
  Log:
  x11-libs/libpciaccess: bump to 0.10.9
  (Portage version: 2.2_rc42/cvs/Linux i686)

Revision  Changes    Path
1.27                 x11-libs/libpciaccess/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	28 Sep 2009 13:35:59 -0000	1.26
+++ ChangeLog	28 Sep 2009 13:47:59 -0000	1.27
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/libpciaccess
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.26 2009/09/28 13:35:59 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.27 2009/09/28 13:47:59 remi Exp $
+
+*libpciaccess-0.10.9 (28 Sep 2009)
+
+  28 Sep 2009; Rémi Cardona <remi@gentoo.org> +libpciaccess-0.10.9.ebuild:
+  bump to 0.10.9
 
   28 Sep 2009; Rémi Cardona <remi@gentoo.org> -libpciaccess-0.10.2.ebuild,
   -libpciaccess-0.10.3.ebuild, -libpciaccess-0.10.4.ebuild:



1.1                  x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild?rev=1.1&content-type=text/plain

Index: libpciaccess-0.10.9.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild,v 1.1 2009/09/28 13:47:59 remi Exp $

# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"

inherit x-modular

DESCRIPTION="Library providing generic access to the PCI bus and devices"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="minimal"

DEPEND="!<x11-base/xorg-server-1.5"
RDEPEND="${DEPEND}"

CONFIGURE_OPTIONS="--with-pciids-path=/usr/share/misc"

src_install() {
	x-modular_src_install
	if ! use minimal; then
		dobin src/.libs/scanpci || die
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libpciaccess: ChangeLog libpciaccess-0.10.9.ebuild
@ 2009-12-10 13:43 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-12-10 13:43 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/12/10 13:43:17

  Modified:             ChangeLog libpciaccess-0.10.9.ebuild
  Log:
  amd64 stable wrt #294958
  (Portage version: 2.2_rc56/cvs/Linux x86_64)

Revision  Changes    Path
1.33                 x11-libs/libpciaccess/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	26 Oct 2009 21:04:07 -0000	1.32
+++ ChangeLog	10 Dec 2009 13:43:17 -0000	1.33
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libpciaccess
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.32 2009/10/26 21:04:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.33 2009/12/10 13:43:17 ssuominen Exp $
+
+  10 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
+  libpciaccess-0.10.9.ebuild:
+  amd64 stable wrt #294958
 
   26 Oct 2009; Jeroen Roovers <jer@gentoo.org> libpciaccess-0.10.6.ebuild:
   Stable for HPPA (bug #282290).



1.2                  x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild

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

Index: libpciaccess-0.10.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libpciaccess-0.10.9.ebuild	28 Sep 2009 13:47:59 -0000	1.1
+++ libpciaccess-0.10.9.ebuild	10 Dec 2009 13:43:17 -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/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild,v 1.1 2009/09/28 13:47:59 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild,v 1.2 2009/12/10 13:43:17 ssuominen Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Library providing generic access to the PCI bus and devices"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="minimal"
 
 DEPEND="!<x11-base/xorg-server-1.5"






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libpciaccess: ChangeLog libpciaccess-0.10.9.ebuild
@ 2009-12-10 19:27 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 9+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-12-10 19:27 UTC (permalink / raw
  To: gentoo-commits

fauli       09/12/10 19:27:10

  Modified:             ChangeLog libpciaccess-0.10.9.ebuild
  Log:
  x86 stable, bug 294958
  (Portage version: 2.1.6.13/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.34                 x11-libs/libpciaccess/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	10 Dec 2009 13:43:17 -0000	1.33
+++ ChangeLog	10 Dec 2009 19:27:10 -0000	1.34
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libpciaccess
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.33 2009/12/10 13:43:17 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.34 2009/12/10 19:27:10 fauli Exp $
+
+  10 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
+  libpciaccess-0.10.9.ebuild:
+  x86 stable, bug 294958
 
   10 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
   libpciaccess-0.10.9.ebuild:



1.3                  x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild

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

Index: libpciaccess-0.10.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libpciaccess-0.10.9.ebuild	10 Dec 2009 13:43:17 -0000	1.2
+++ libpciaccess-0.10.9.ebuild	10 Dec 2009 19:27:10 -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/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild,v 1.2 2009/12/10 13:43:17 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild,v 1.3 2009/12/10 19:27:10 fauli Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Library providing generic access to the PCI bus and devices"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="minimal"
 
 DEPEND="!<x11-base/xorg-server-1.5"






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libpciaccess: ChangeLog libpciaccess-0.10.9.ebuild
@ 2009-12-15 19:42 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2009-12-15 19:42 UTC (permalink / raw
  To: gentoo-commits

ranger      09/12/15 19:42:06

  Modified:             ChangeLog libpciaccess-0.10.9.ebuild
  Log:
  Marking libpciaccess-0.10.9 ppc64 for bug 294958
  (Portage version: 2.1.7.1/cvs/Linux ppc64)

Revision  Changes    Path
1.37                 x11-libs/libpciaccess/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	15 Dec 2009 15:57:17 -0000	1.36
+++ ChangeLog	15 Dec 2009 19:42:05 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libpciaccess
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.36 2009/12/15 15:57:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.37 2009/12/15 19:42:05 ranger Exp $
+
+  15 Dec 2009; Brent Baude <ranger@gentoo.org> libpciaccess-0.10.9.ebuild:
+  Marking libpciaccess-0.10.9 ppc64 stable for bug 294958
 
   15 Dec 2009; Raúl Porcel <armin76@gentoo.org> libpciaccess-0.10.6.ebuild:
   alpha/ia64/sh/sparc stable wrt #282290



1.4                  x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild?r1=1.3&r2=1.4

Index: libpciaccess-0.10.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libpciaccess-0.10.9.ebuild	10 Dec 2009 19:27:10 -0000	1.3
+++ libpciaccess-0.10.9.ebuild	15 Dec 2009 19:42:05 -0000	1.4
@@ -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/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild,v 1.3 2009/12/10 19:27:10 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild,v 1.4 2009/12/15 19:42:05 ranger Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Library providing generic access to the PCI bus and devices"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="minimal"
 
 DEPEND="!<x11-base/xorg-server-1.5"






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libpciaccess: ChangeLog libpciaccess-0.10.9.ebuild
@ 2009-12-27 18:10 Joseph Jezak (josejx)
  0 siblings, 0 replies; 9+ messages in thread
From: Joseph Jezak (josejx) @ 2009-12-27 18:10 UTC (permalink / raw
  To: gentoo-commits

josejx      09/12/27 18:10:55

  Modified:             ChangeLog libpciaccess-0.10.9.ebuild
  Log:
  Marked ppc stable for bug #294958.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.38                 x11-libs/libpciaccess/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	15 Dec 2009 19:42:05 -0000	1.37
+++ ChangeLog	27 Dec 2009 18:10:55 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libpciaccess
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.37 2009/12/15 19:42:05 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.38 2009/12/27 18:10:55 josejx Exp $
+
+  27 Dec 2009; Joseph Jezak <josejx@gentoo.org> libpciaccess-0.10.9.ebuild:
+  Marked ppc stable for bug #294958.
 
   15 Dec 2009; Brent Baude <ranger@gentoo.org> libpciaccess-0.10.9.ebuild:
   Marking libpciaccess-0.10.9 ppc64 stable for bug 294958



1.5                  x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild?r1=1.4&r2=1.5

Index: libpciaccess-0.10.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libpciaccess-0.10.9.ebuild	15 Dec 2009 19:42:05 -0000	1.4
+++ libpciaccess-0.10.9.ebuild	27 Dec 2009 18:10:55 -0000	1.5
@@ -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/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild,v 1.4 2009/12/15 19:42:05 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild,v 1.5 2009/12/27 18:10:55 josejx Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Library providing generic access to the PCI bus and devices"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="minimal"
 
 DEPEND="!<x11-base/xorg-server-1.5"






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libpciaccess: ChangeLog libpciaccess-0.10.9.ebuild
@ 2010-01-14 17:44 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2010-01-14 17:44 UTC (permalink / raw
  To: gentoo-commits

jer         10/01/14 17:44:47

  Modified:             ChangeLog libpciaccess-0.10.9.ebuild
  Log:
  Stable for HPPA (bug #294958).
  (Portage version: 2.2_rc61/cvs/Linux i686)

Revision  Changes    Path
1.39                 x11-libs/libpciaccess/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	27 Dec 2009 18:10:55 -0000	1.38
+++ ChangeLog	14 Jan 2010 17:44:47 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libpciaccess
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.38 2009/12/27 18:10:55 josejx Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.39 2010/01/14 17:44:47 jer Exp $
+
+  14 Jan 2010; Jeroen Roovers <jer@gentoo.org> libpciaccess-0.10.9.ebuild:
+  Stable for HPPA (bug #294958).
 
   27 Dec 2009; Joseph Jezak <josejx@gentoo.org> libpciaccess-0.10.9.ebuild:
   Marked ppc stable for bug #294958.



1.6                  x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild?r1=1.5&r2=1.6

Index: libpciaccess-0.10.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libpciaccess-0.10.9.ebuild	27 Dec 2009 18:10:55 -0000	1.5
+++ libpciaccess-0.10.9.ebuild	14 Jan 2010 17:44:47 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild,v 1.5 2009/12/27 18:10:55 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild,v 1.6 2010/01/14 17:44:47 jer Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Library providing generic access to the PCI bus and devices"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="minimal"
 
 DEPEND="!<x11-base/xorg-server-1.5"






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libpciaccess: ChangeLog libpciaccess-0.10.9.ebuild
@ 2010-01-14 22:51 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2010-01-14 22:51 UTC (permalink / raw
  To: gentoo-commits

maekke      10/01/14 22:51:43

  Modified:             ChangeLog libpciaccess-0.10.9.ebuild
  Log:
  arm stable, bug #294958
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.40                 x11-libs/libpciaccess/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	14 Jan 2010 17:44:47 -0000	1.39
+++ ChangeLog	14 Jan 2010 22:51:43 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libpciaccess
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.39 2010/01/14 17:44:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.40 2010/01/14 22:51:43 maekke Exp $
+
+  14 Jan 2010; Markus Meier <maekke@gentoo.org> libpciaccess-0.10.9.ebuild:
+  arm stable, bug #294958
 
   14 Jan 2010; Jeroen Roovers <jer@gentoo.org> libpciaccess-0.10.9.ebuild:
   Stable for HPPA (bug #294958).



1.7                  x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild

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

Index: libpciaccess-0.10.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libpciaccess-0.10.9.ebuild	14 Jan 2010 17:44:47 -0000	1.6
+++ libpciaccess-0.10.9.ebuild	14 Jan 2010 22:51:43 -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/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild,v 1.6 2010/01/14 17:44:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild,v 1.7 2010/01/14 22:51:43 maekke Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Library providing generic access to the PCI bus and devices"
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="minimal"
 
 DEPEND="!<x11-base/xorg-server-1.5"






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libpciaccess: ChangeLog libpciaccess-0.10.9.ebuild
@ 2010-01-18 20:00 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2010-01-18 20:00 UTC (permalink / raw
  To: gentoo-commits

armin76     10/01/18 20:00:11

  Modified:             ChangeLog libpciaccess-0.10.9.ebuild
  Log:
  alpha/ia64/sh/sparc stable wrt #294958
  (Portage version: 2.1.6.13/cvs/Linux ia64, RepoMan options: --force)

Revision  Changes    Path
1.41                 x11-libs/libpciaccess/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	14 Jan 2010 22:51:43 -0000	1.40
+++ ChangeLog	18 Jan 2010 20:00:10 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libpciaccess
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.40 2010/01/14 22:51:43 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.41 2010/01/18 20:00:10 armin76 Exp $
+
+  18 Jan 2010; Raúl Porcel <armin76@gentoo.org> libpciaccess-0.10.9.ebuild:
+  alpha/ia64/sh/sparc stable wrt #294958
 
   14 Jan 2010; Markus Meier <maekke@gentoo.org> libpciaccess-0.10.9.ebuild:
   arm stable, bug #294958



1.8                  x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild?r1=1.7&r2=1.8

Index: libpciaccess-0.10.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libpciaccess-0.10.9.ebuild	14 Jan 2010 22:51:43 -0000	1.7
+++ libpciaccess-0.10.9.ebuild	18 Jan 2010 20:00:10 -0000	1.8
@@ -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/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild,v 1.7 2010/01/14 22:51:43 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.9.ebuild,v 1.8 2010/01/18 20:00:10 armin76 Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Library providing generic access to the PCI bus and devices"
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
 IUSE="minimal"
 
 DEPEND="!<x11-base/xorg-server-1.5"






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libpciaccess: ChangeLog libpciaccess-0.10.9.ebuild
@ 2010-10-10 11:58 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 9+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-10-10 11:58 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/10/10 11:58:35

  Modified:             ChangeLog
  Removed:              libpciaccess-0.10.9.ebuild
  Log:
  old
  
  (Portage version: 2.2_rc91/cvs/Linux x86_64)

Revision  Changes    Path
1.51                 x11-libs/libpciaccess/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libpciaccess/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	19 Sep 2010 20:49:43 -0000	1.50
+++ ChangeLog	10 Oct 2010 11:58:35 -0000	1.51
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libpciaccess
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.50 2010/09/19 20:49:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.51 2010/10/10 11:58:35 scarabeus Exp $
+
+  10 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+  -libpciaccess-0.10.9.ebuild:
+  old
 
   19 Sep 2010; Raúl Porcel <armin76@gentoo.org> libpciaccess-0.11.0.ebuild:
   ia64/sh/sparc stable wrt #327777






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

end of thread, other threads:[~2010-10-10 12:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-28 13:48 [gentoo-commits] gentoo-x86 commit in x11-libs/libpciaccess: ChangeLog libpciaccess-0.10.9.ebuild Remi Cardona (remi)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-10 13:43 Samuli Suominen (ssuominen)
2009-12-10 19:27 Christian Faulhammer (fauli)
2009-12-15 19:42 Brent Baude (ranger)
2009-12-27 18:10 Joseph Jezak (josejx)
2010-01-14 17:44 Jeroen Roovers (jer)
2010-01-14 22:51 Markus Meier (maekke)
2010-01-18 20:00 Raul Porcel (armin76)
2010-10-10 11:58 Tomas Chvatal (scarabeus)

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