* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-via: xf86-video-via-0.2.2.ebuild ChangeLog xf86-video-via-0.2.1-r1.ebuild
@ 2008-11-26 23:16 Donnie Berkholz (dberkholz)
0 siblings, 0 replies; 3+ messages in thread
From: Donnie Berkholz (dberkholz) @ 2008-11-26 23:16 UTC (permalink / raw
To: gentoo-commits
dberkholz 08/11/26 23:16:38
Modified: xf86-video-via-0.2.2.ebuild ChangeLog
xf86-video-via-0.2.1-r1.ebuild
Log:
The USE=dri check is handled in x-modular.eclass now so it's not duplicated everywhere.
(Portage version: 2.1.6_rc1/cvs/Linux 2.6.28-rc6 x86_64)
Revision Changes Path
1.7 x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild?r1=1.6&r2=1.7
Index: xf86-video-via-0.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xf86-video-via-0.2.2.ebuild 19 Aug 2008 19:32:04 -0000 1.6
+++ xf86-video-via-0.2.2.ebuild 26 Nov 2008 23:16:38 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild,v 1.6 2008/08/19 19:32:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild,v 1.7 2008/11/26 23:16:38 dberkholz Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -25,9 +25,3 @@
x11-libs/libX11 )"
CONFIGURE_OPTIONS="$(use_enable dri)"
-
-pkg_setup() {
- if use dri && ! built_with_use x11-base/xorg-server dri; then
- die "Build x11-base/xorg-server with USE=dri."
- fi
-}
1.36 x11-drivers/xf86-video-via/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 24 Feb 2008 02:43:14 -0000 1.35
+++ ChangeLog 26 Nov 2008 23:16:38 -0000 1.36
@@ -1,6 +1,11 @@
# ChangeLog for x11-drivers/xf86-video-via
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/ChangeLog,v 1.35 2008/02/24 02:43:14 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/ChangeLog,v 1.36 2008/11/26 23:16:38 dberkholz Exp $
+
+ 26 Nov 2008; Donnie Berkholz <dberkholz@gentoo.org>;
+ xf86-video-via-0.2.1-r1.ebuild, xf86-video-via-0.2.2.ebuild:
+ The USE=dri check is handled in x-modular.eclass now so it's not
+ duplicated everywhere.
24 Feb 2008; Donnie Berkholz <dberkholz@gentoo.org>; ChangeLog:
Update my email.
1.8 x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild?r1=1.7&r2=1.8
Index: xf86-video-via-0.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xf86-video-via-0.2.1-r1.ebuild 15 Nov 2006 14:30:09 -0000 1.7
+++ xf86-video-via-0.2.1-r1.ebuild 26 Nov 2008 23:16:38 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild,v 1.7 2006/11/15 14:30:09 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild,v 1.8 2008/11/26 23:16:38 dberkholz Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -25,9 +25,3 @@
PATCHES="${FILESDIR}/missing-assert.patch"
CONFIGURE_OPTIONS="$(use_enable dri)"
-
-pkg_setup() {
- if use dri && ! built_with_use x11-base/xorg-server dri; then
- die "Build x11-base/xorg-server with USE=dri."
- fi
-}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-via: xf86-video-via-0.2.2.ebuild ChangeLog xf86-video-via-0.2.1-r1.ebuild
@ 2009-03-13 16:08 Raul Porcel (armin76)
0 siblings, 0 replies; 3+ messages in thread
From: Raul Porcel (armin76) @ 2009-03-13 16:08 UTC (permalink / raw
To: gentoo-commits
armin76 09/03/13 16:08:48
Modified: xf86-video-via-0.2.2.ebuild ChangeLog
xf86-video-via-0.2.1-r1.ebuild
Log:
Drop ~sh, its not available there
(Portage version: 2.1.6.7/cvs/Linux ia64)
Revision Changes Path
1.8 x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild?r1=1.7&r2=1.8
Index: xf86-video-via-0.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xf86-video-via-0.2.2.ebuild 26 Nov 2008 23:16:38 -0000 1.7
+++ xf86-video-via-0.2.2.ebuild 13 Mar 2009 16:08:48 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild,v 1.7 2008/11/26 23:16:38 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild,v 1.8 2009/03/13 16:08:48 armin76 Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -9,7 +9,7 @@
inherit x-modular
DESCRIPTION="VIA unichrome graphics driver"
-KEYWORDS="amd64 ia64 sh x86 ~x86-fbsd"
+KEYWORDS="amd64 ia64 x86 ~x86-fbsd"
IUSE="dri"
RDEPEND=">=x11-base/xorg-server-1.0.99
x11-libs/libXvMC"
1.37 x11-drivers/xf86-video-via/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 26 Nov 2008 23:16:38 -0000 1.36
+++ ChangeLog 13 Mar 2009 16:08:48 -0000 1.37
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-video-via
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/ChangeLog,v 1.36 2008/11/26 23:16:38 dberkholz Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/ChangeLog,v 1.37 2009/03/13 16:08:48 armin76 Exp $
+
+ 13 Mar 2009; Raúl Porcel <armin76@gentoo.org>
+ xf86-video-via-0.2.1-r1.ebuild, xf86-video-via-0.2.2.ebuild:
+ Drop ~sh, its not available there
26 Nov 2008; Donnie Berkholz <dberkholz@gentoo.org>;
xf86-video-via-0.2.1-r1.ebuild, xf86-video-via-0.2.2.ebuild:
1.9 x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild?r1=1.8&r2=1.9
Index: xf86-video-via-0.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xf86-video-via-0.2.1-r1.ebuild 26 Nov 2008 23:16:38 -0000 1.8
+++ xf86-video-via-0.2.1-r1.ebuild 13 Mar 2009 16:08:48 -0000 1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild,v 1.8 2008/11/26 23:16:38 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild,v 1.9 2009/03/13 16:08:48 armin76 Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -8,7 +8,7 @@
inherit x-modular
DESCRIPTION="VIA unichrome graphics driver"
-KEYWORDS="amd64 ia64 sh x86 ~x86-fbsd"
+KEYWORDS="amd64 ia64 x86 ~x86-fbsd"
IUSE="dri"
RDEPEND=">=x11-base/xorg-server-1.0.99
x11-libs/libXvMC"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-via: xf86-video-via-0.2.2.ebuild ChangeLog xf86-video-via-0.2.1-r1.ebuild
@ 2009-05-04 15:56 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-05-04 15:56 UTC (permalink / raw
To: gentoo-commits
ssuominen 09/05/04 15:56:17
Modified: xf86-video-via-0.2.2.ebuild ChangeLog
xf86-video-via-0.2.1-r1.ebuild
Log:
Move use_ functions out of global scope.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.9 x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild?r1=1.8&r2=1.9
Index: xf86-video-via-0.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xf86-video-via-0.2.2.ebuild 13 Mar 2009 16:08:48 -0000 1.8
+++ xf86-video-via-0.2.2.ebuild 4 May 2009 15:56: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-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild,v 1.8 2009/03/13 16:08:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild,v 1.9 2009/05/04 15:56:17 ssuominen Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -24,4 +24,6 @@
>=x11-libs/libdrm-2
x11-libs/libX11 )"
-CONFIGURE_OPTIONS="$(use_enable dri)"
+pkg_setup() {
+ CONFIGURE_OPTIONS="$(use_enable dri)"
+}
1.38 x11-drivers/xf86-video-via/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 13 Mar 2009 16:08:48 -0000 1.37
+++ ChangeLog 4 May 2009 15:56:17 -0000 1.38
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-video-via
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/ChangeLog,v 1.37 2009/03/13 16:08:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/ChangeLog,v 1.38 2009/05/04 15:56:17 ssuominen Exp $
+
+ 04 May 2009; Samuli Suominen <ssuominen@gentoo.org>
+ xf86-video-via-0.2.1-r1.ebuild, xf86-video-via-0.2.2.ebuild:
+ Move use_ functions out of global scope.
13 Mar 2009; Raúl Porcel <armin76@gentoo.org>
xf86-video-via-0.2.1-r1.ebuild, xf86-video-via-0.2.2.ebuild:
1.10 x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild?r1=1.9&r2=1.10
Index: xf86-video-via-0.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xf86-video-via-0.2.1-r1.ebuild 13 Mar 2009 16:08:48 -0000 1.9
+++ xf86-video-via-0.2.1-r1.ebuild 4 May 2009 15:56:17 -0000 1.10
@@ -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-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild,v 1.9 2009/03/13 16:08:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild,v 1.10 2009/05/04 15:56:17 ssuominen Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -24,4 +24,7 @@
x11-libs/libX11 )"
PATCHES="${FILESDIR}/missing-assert.patch"
-CONFIGURE_OPTIONS="$(use_enable dri)"
+
+pkg_setup() {
+ CONFIGURE_OPTIONS="$(use_enable dri)"
+}
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-05-04 15:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-13 16:08 [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-via: xf86-video-via-0.2.2.ebuild ChangeLog xf86-video-via-0.2.1-r1.ebuild Raul Porcel (armin76)
-- strict thread matches above, loose matches on Subject: below --
2009-05-04 15:56 Samuli Suominen (ssuominen)
2008-11-26 23:16 Donnie Berkholz (dberkholz)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox