summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2008-11-26 23:16:38 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2008-11-26 23:16:38 +0000
commit641766e34fe434765ab4ebf14a0e56a3b7f1a95b (patch)
treee0ab8572fbfba1d352da2785bfdc6579c8a29397 /x11-drivers
parentx-modular_dri_check(): Keep working when xorg-server doesn't support USE=dri. (diff)
downloadgentoo-2-641766e34fe434765ab4ebf14a0e56a3b7f1a95b.tar.gz
gentoo-2-641766e34fe434765ab4ebf14a0e56a3b7f1a95b.tar.bz2
gentoo-2-641766e34fe434765ab4ebf14a0e56a3b7f1a95b.zip
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)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-via/ChangeLog7
-rw-r--r--x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild10
-rw-r--r--x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild8
3 files changed, 9 insertions, 16 deletions
diff --git a/x11-drivers/xf86-video-via/ChangeLog b/x11-drivers/xf86-video-via/ChangeLog
index ac4e6a888042..7cc1adb5ec02 100644
--- a/x11-drivers/xf86-video-via/ChangeLog
+++ b/x11-drivers/xf86-video-via/ChangeLog
@@ -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.
diff --git a/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild b/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild
index 5e51d5ccf47a..b3bfb8b496ce 100644
--- a/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild
+++ b/x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild
@@ -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 @@ DEPEND="${RDEPEND}
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
-}
diff --git a/x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild b/x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild
index 574ea87a7047..b1aa9bb56b64 100644
--- a/x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild
+++ b/x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild
@@ -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 @@ DEPEND="${RDEPEND}
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
-}