* [gentoo-commits] gentoo-x86 commit in x11-libs/libpciaccess: libpciaccess-0.10.6.ebuild ChangeLog
@ 2009-05-08 21:04 Remi Cardona (remi)
0 siblings, 0 replies; 8+ messages in thread
From: Remi Cardona (remi) @ 2009-05-08 21:04 UTC (permalink / raw
To: gentoo-commits
remi 09/05/08 21:04:17
Modified: ChangeLog
Added: libpciaccess-0.10.6.ebuild
Log:
x11-libs/libpciaccess: bump to 0.10.6
(Portage version: 2.2_rc32/cvs/Linux i686)
Revision Changes Path
1.22 x11-libs/libpciaccess/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 16 Apr 2009 02:40:59 -0000 1.21
+++ ChangeLog 8 May 2009 21:04:17 -0000 1.22
@@ -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.21 2009/04/16 02:40:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.22 2009/05/08 21:04:17 remi Exp $
+
+*libpciaccess-0.10.6 (08 May 2009)
+
+ 08 May 2009; Rémi Cardona <remi@gentoo.org> +libpciaccess-0.10.6.ebuild:
+ bump to 0.10.6
16 Apr 2009; Jeroen Roovers <jer@gentoo.org> libpciaccess-0.10.5.ebuild:
Stable for HPPA (bug #251832).
1.1 x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild?rev=1.1&content-type=text/plain
Index: libpciaccess-0.10.6.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.6.ebuild,v 1.1 2009/05/08 21:04:17 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"
LICENSE="MIT"
KEYWORDS="~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] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libpciaccess: libpciaccess-0.10.6.ebuild ChangeLog
@ 2009-06-23 19:21 Tobias Klausmann (klausman)
0 siblings, 0 replies; 8+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-06-23 19:21 UTC (permalink / raw
To: gentoo-commits
klausman 09/06/23 19:21:09
Modified: libpciaccess-0.10.6.ebuild ChangeLog
Log:
Stable on alpha for xorg-server-1.5/xorg-x11-7.4
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.3 x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild?r1=1.2&r2=1.3
Index: libpciaccess-0.10.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libpciaccess-0.10.6.ebuild 28 May 2009 16:45:51 -0000 1.2
+++ libpciaccess-0.10.6.ebuild 23 Jun 2009 19:21:09 -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.6.ebuild,v 1.2 2009/05/28 16:45:51 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild,v 1.3 2009/06/23 19:21:09 klausman 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"
LICENSE="MIT"
-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"
1.25 x11-libs/libpciaccess/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 28 May 2009 16:45:51 -0000 1.24
+++ ChangeLog 23 Jun 2009 19:21:09 -0000 1.25
@@ -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.24 2009/05/28 16:45:51 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.25 2009/06/23 19:21:09 klausman Exp $
+
+ 23 Jun 2009; Tobias Klausmann <klausman@gentoo.org>
+ libpciaccess-0.10.6.ebuild:
+ Stable on alpha for xorg-server-1.5/xorg-x11-7.4
28 May 2009; Raúl Porcel <armin76@gentoo.org> libpciaccess-0.10.2.ebuild,
libpciaccess-0.10.3.ebuild, libpciaccess-0.10.4.ebuild,
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libpciaccess: libpciaccess-0.10.6.ebuild ChangeLog
@ 2009-09-30 19:54 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-09-30 19:54 UTC (permalink / raw
To: gentoo-commits
ssuominen 09/09/30 19:54:49
Modified: libpciaccess-0.10.6.ebuild ChangeLog
Log:
amd64 stable wrt #282290
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Revision Changes Path
1.4 x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild?r1=1.3&r2=1.4
Index: libpciaccess-0.10.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libpciaccess-0.10.6.ebuild 23 Jun 2009 19:21:09 -0000 1.3
+++ libpciaccess-0.10.6.ebuild 30 Sep 2009 19:54:48 -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.6.ebuild,v 1.3 2009/06/23 19:21:09 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild,v 1.4 2009/09/30 19:54:48 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"
LICENSE="MIT"
-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"
1.28 x11-libs/libpciaccess/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 28 Sep 2009 13:47:59 -0000 1.27
+++ ChangeLog 30 Sep 2009 19:54:48 -0000 1.28
@@ -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.27 2009/09/28 13:47:59 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.28 2009/09/30 19:54:48 ssuominen Exp $
+
+ 30 Sep 2009; Samuli Suominen <ssuominen@gentoo.org>
+ libpciaccess-0.10.6.ebuild:
+ amd64 stable wrt #282290
*libpciaccess-0.10.9 (28 Sep 2009)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libpciaccess: libpciaccess-0.10.6.ebuild ChangeLog
@ 2009-10-05 14:50 Christian Faulhammer (fauli)
0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-10-05 14:50 UTC (permalink / raw
To: gentoo-commits
fauli 09/10/05 14:50:00
Modified: libpciaccess-0.10.6.ebuild ChangeLog
Log:
x86 stable, bug 282290
(Portage version: 2.1.6.13/cvs/Linux i686, RepoMan options: --force)
Revision Changes Path
1.5 x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild?r1=1.4&r2=1.5
Index: libpciaccess-0.10.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libpciaccess-0.10.6.ebuild 30 Sep 2009 19:54:48 -0000 1.4
+++ libpciaccess-0.10.6.ebuild 5 Oct 2009 14:49:59 -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.6.ebuild,v 1.4 2009/09/30 19:54:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild,v 1.5 2009/10/05 14:49:59 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"
LICENSE="MIT"
-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"
1.29 x11-libs/libpciaccess/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 30 Sep 2009 19:54:48 -0000 1.28
+++ ChangeLog 5 Oct 2009 14:49:59 -0000 1.29
@@ -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.28 2009/09/30 19:54:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.29 2009/10/05 14:49:59 fauli Exp $
+
+ 05 Oct 2009; Christian Faulhammer <fauli@gentoo.org>
+ libpciaccess-0.10.6.ebuild:
+ x86 stable, bug 282290
30 Sep 2009; Samuli Suominen <ssuominen@gentoo.org>
libpciaccess-0.10.6.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libpciaccess: libpciaccess-0.10.6.ebuild ChangeLog
@ 2009-10-09 21:40 Markus Meier (maekke)
0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2009-10-09 21:40 UTC (permalink / raw
To: gentoo-commits
maekke 09/10/09 21:40:12
Modified: libpciaccess-0.10.6.ebuild ChangeLog
Log:
arm stable, bug #282290
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Revision Changes Path
1.6 x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild?r1=1.5&r2=1.6
Index: libpciaccess-0.10.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libpciaccess-0.10.6.ebuild 5 Oct 2009 14:49:59 -0000 1.5
+++ libpciaccess-0.10.6.ebuild 9 Oct 2009 21:40:11 -0000 1.6
@@ -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.6.ebuild,v 1.5 2009/10/05 14:49:59 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild,v 1.6 2009/10/09 21:40:11 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"
LICENSE="MIT"
-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"
1.30 x11-libs/libpciaccess/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 5 Oct 2009 14:49:59 -0000 1.29
+++ ChangeLog 9 Oct 2009 21:40:11 -0000 1.30
@@ -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.29 2009/10/05 14:49:59 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.30 2009/10/09 21:40:11 maekke Exp $
+
+ 09 Oct 2009; Markus Meier <maekke@gentoo.org> libpciaccess-0.10.6.ebuild:
+ arm stable, bug #282290
05 Oct 2009; Christian Faulhammer <fauli@gentoo.org>
libpciaccess-0.10.6.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libpciaccess: libpciaccess-0.10.6.ebuild ChangeLog
@ 2009-10-11 10:52 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 8+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-10-11 10:52 UTC (permalink / raw
To: gentoo-commits
nixnut 09/10/11 10:52:03
Modified: libpciaccess-0.10.6.ebuild ChangeLog
Log:
ppc stable #282290
(Portage version: 2.1.6.13/cvs/Linux ppc, RepoMan options: --force)
Revision Changes Path
1.7 x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild?r1=1.6&r2=1.7
Index: libpciaccess-0.10.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libpciaccess-0.10.6.ebuild 9 Oct 2009 21:40:11 -0000 1.6
+++ libpciaccess-0.10.6.ebuild 11 Oct 2009 10:52:03 -0000 1.7
@@ -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.6.ebuild,v 1.6 2009/10/09 21:40:11 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild,v 1.7 2009/10/11 10:52:03 nixnut 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"
LICENSE="MIT"
-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"
1.31 x11-libs/libpciaccess/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 9 Oct 2009 21:40:11 -0000 1.30
+++ ChangeLog 11 Oct 2009 10:52:03 -0000 1.31
@@ -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.30 2009/10/09 21:40:11 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.31 2009/10/11 10:52:03 nixnut Exp $
+
+ 11 Oct 2009; nixnut <nixnut@gentoo.org> libpciaccess-0.10.6.ebuild:
+ ppc stable #282290
09 Oct 2009; Markus Meier <maekke@gentoo.org> libpciaccess-0.10.6.ebuild:
arm stable, bug #282290
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libpciaccess: libpciaccess-0.10.6.ebuild ChangeLog
@ 2009-10-26 21:04 Jeroen Roovers (jer)
0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2009-10-26 21:04 UTC (permalink / raw
To: gentoo-commits
jer 09/10/26 21:04:08
Modified: libpciaccess-0.10.6.ebuild ChangeLog
Log:
Stable for HPPA (bug #282290).
(Portage version: 2.2_rc46/cvs/Linux i686)
Revision Changes Path
1.8 x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild?r1=1.7&r2=1.8
Index: libpciaccess-0.10.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libpciaccess-0.10.6.ebuild 11 Oct 2009 10:52:03 -0000 1.7
+++ libpciaccess-0.10.6.ebuild 26 Oct 2009 21:04:07 -0000 1.8
@@ -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.6.ebuild,v 1.7 2009/10/11 10:52:03 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild,v 1.8 2009/10/26 21:04:07 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"
LICENSE="MIT"
-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"
1.32 x11-libs/libpciaccess/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 11 Oct 2009 10:52:03 -0000 1.31
+++ ChangeLog 26 Oct 2009 21:04:07 -0000 1.32
@@ -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.31 2009/10/11 10:52:03 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.32 2009/10/26 21:04:07 jer Exp $
+
+ 26 Oct 2009; Jeroen Roovers <jer@gentoo.org> libpciaccess-0.10.6.ebuild:
+ Stable for HPPA (bug #282290).
11 Oct 2009; nixnut <nixnut@gentoo.org> libpciaccess-0.10.6.ebuild:
ppc stable #282290
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libpciaccess: libpciaccess-0.10.6.ebuild ChangeLog
@ 2009-12-15 15:57 Raul Porcel (armin76)
0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2009-12-15 15:57 UTC (permalink / raw
To: gentoo-commits
armin76 09/12/15 15:57:17
Modified: libpciaccess-0.10.6.ebuild ChangeLog
Log:
alpha/ia64/sh/sparc stable wrt #282290
(Portage version: 2.1.6.13/cvs/Linux ia64)
Revision Changes Path
1.9 x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild?r1=1.8&r2=1.9
Index: libpciaccess-0.10.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libpciaccess-0.10.6.ebuild 26 Oct 2009 21:04:07 -0000 1.8
+++ libpciaccess-0.10.6.ebuild 15 Dec 2009 15:57:17 -0000 1.9
@@ -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.6.ebuild,v 1.8 2009/10/26 21:04:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.10.6.ebuild,v 1.9 2009/12/15 15:57:17 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"
LICENSE="MIT"
-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"
1.36 x11-libs/libpciaccess/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libpciaccess/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 15 Dec 2009 11:41:43 -0000 1.35
+++ ChangeLog 15 Dec 2009 15:57:17 -0000 1.36
@@ -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.35 2009/12/15 11:41:43 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.36 2009/12/15 15:57:17 armin76 Exp $
+
+ 15 Dec 2009; Raúl Porcel <armin76@gentoo.org> libpciaccess-0.10.6.ebuild:
+ alpha/ia64/sh/sparc stable wrt #282290
*libpciaccess-0.11.0 (15 Dec 2009)
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2009-12-15 15:57 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-08 21:04 [gentoo-commits] gentoo-x86 commit in x11-libs/libpciaccess: libpciaccess-0.10.6.ebuild ChangeLog Remi Cardona (remi)
-- strict thread matches above, loose matches on Subject: below --
2009-06-23 19:21 Tobias Klausmann (klausman)
2009-09-30 19:54 Samuli Suominen (ssuominen)
2009-10-05 14:50 Christian Faulhammer (fauli)
2009-10-09 21:40 Markus Meier (maekke)
2009-10-11 10:52 Gysbert Wassenaar (nixnut)
2009-10-26 21:04 Jeroen Roovers (jer)
2009-12-15 15:57 Raul Porcel (armin76)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox