From 930600e4ecae7648797e69a3048ca3a32c03bb36 Mon Sep 17 00:00:00 2001 From: Donnie Berkholz Date: Tue, 12 Sep 2006 20:47:40 +0000 Subject: Stop using PROVIDE for old-style virtuals. Allow new-style virtuals to pull stuff in as needed. (Portage version: 2.1.1_rc1-r7) --- x11-base/xorg-x11/ChangeLog | 7 ++++++- x11-base/xorg-x11/xorg-x11-6.8.2-r8.ebuild | 7 +------ x11-base/xorg-x11/xorg-x11-6.9.0-r3.ebuild | 7 +------ 3 files changed, 8 insertions(+), 13 deletions(-) (limited to 'x11-base/xorg-x11') diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog index c94cc59b5ce2..cd7943dc7ccb 100644 --- a/x11-base/xorg-x11/ChangeLog +++ b/x11-base/xorg-x11/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-base/xorg-x11 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.572 2006/09/12 20:42:37 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.573 2006/09/12 20:47:40 dberkholz Exp $ + + 12 Sep 2006; Donnie Berkholz ; + xorg-x11-6.8.2-r8.ebuild, xorg-x11-6.9.0-r3.ebuild: + Stop using PROVIDE for old-style virtuals. Allow new-style virtuals to pull + stuff in as needed. 12 Sep 2006; Donnie Berkholz ; -xorg-x11-6.8.2-r7.ebuild: diff --git a/x11-base/xorg-x11/xorg-x11-6.8.2-r8.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.2-r8.ebuild index cd9849cfe050..a11cc9aee440 100644 --- a/x11-base/xorg-x11/xorg-x11-6.8.2-r8.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.8.2-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.2-r8.ebuild,v 1.12 2006/09/12 20:41:08 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.2-r8.ebuild,v 1.13 2006/09/12 20:47:40 dberkholz Exp $ # Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory # voodoo3 cards. @@ -403,11 +403,6 @@ PDEPEND="x86? ( 3dfx? ( >=media-libs/glide-v3-3.10 ) x11-terms/xterm" -PROVIDE="virtual/x11 - opengl? ( virtual/opengl - virtual/glu ) - virtual/xft" - DESCRIPTION="An X11 implementation maintained by the X.Org Foundation" pkg_setup() { diff --git a/x11-base/xorg-x11/xorg-x11-6.9.0-r3.ebuild b/x11-base/xorg-x11/xorg-x11-6.9.0-r3.ebuild index 9398d69bf976..0f5374278c2e 100644 --- a/x11-base/xorg-x11/xorg-x11-6.9.0-r3.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.9.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.9.0-r3.ebuild,v 1.4 2006/09/12 20:41:08 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.9.0-r3.ebuild,v 1.5 2006/09/12 20:47:40 dberkholz Exp $ # Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory # voodoo3 cards. @@ -395,11 +395,6 @@ PDEPEND="x86? ( 3dfx? ( >=media-libs/glide-v3-3.10 ) x11-terms/xterm" -PROVIDE="virtual/x11 - opengl? ( virtual/opengl - virtual/glu ) - virtual/xft" - DESCRIPTION="An X11 implementation maintained by the X.Org Foundation" pkg_setup() { -- cgit v1.2.3-65-gdbad