From 641766e34fe434765ab4ebf14a0e56a3b7f1a95b Mon Sep 17 00:00:00 2001 From: Donnie Berkholz Date: Wed, 26 Nov 2008 23:16:38 +0000 Subject: 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) --- x11-drivers/xf86-video-via/ChangeLog | 7 ++++++- x11-drivers/xf86-video-via/xf86-video-via-0.2.1-r1.ebuild | 10 ++-------- x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild | 8 +------- 3 files changed, 9 insertions(+), 16 deletions(-) (limited to 'x11-drivers') 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 ; + 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 ; 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 -} -- cgit v1.2.3-65-gdbad