diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-09-03 22:37:26 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-09-03 22:37:26 +0000 |
commit | 81e7aff89575e0bd712d4a0d3643c15d761c9129 (patch) | |
tree | 58c94bfcde84a7890f97947ba5d553ede54bd3b4 /media-libs/mesa | |
parent | Clean outold cruft. Revbump to transition to eselect over opengl-update. (diff) | |
download | gentoo-2-81e7aff89575e0bd712d4a0d3643c15d761c9129.tar.gz gentoo-2-81e7aff89575e0bd712d4a0d3643c15d761c9129.tar.bz2 gentoo-2-81e7aff89575e0bd712d4a0d3643c15d761c9129.zip |
Switching to use eselect over opengl-update.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/mesa/mesa-6.3.1.1-r3.ebuild | 7 | ||||
-rw-r--r-- | media-libs/mesa/mesa-6.3.2.ebuild | 6 |
3 files changed, 11 insertions, 8 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index 9a7fe5589e16..123ef6fdf1e6 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/mesa # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.35 2005/08/22 06:00:32 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.36 2005/09/03 22:37:26 eradicator Exp $ + + 03 Sep 2005; Jeremy Huddleston <eradicator@gentoo.org> + mesa-6.3.1.1-r3.ebuild, mesa-6.3.2.ebuild: + Switching to use eselect over opengl-update. 22 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; mesa-6.3.2.ebuild: Split out an arch-specific variable DRI_DRIVERS_${ARCH} for defining which diff --git a/media-libs/mesa/mesa-6.3.1.1-r3.ebuild b/media-libs/mesa/mesa-6.3.1.1-r3.ebuild index 62b8088d8db7..8f7dc7b20447 100644 --- a/media-libs/mesa/mesa-6.3.1.1-r3.ebuild +++ b/media-libs/mesa/mesa-6.3.1.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.3.1.1-r3.ebuild,v 1.4 2005/08/20 19:57:52 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.3.1.1-r3.ebuild,v 1.5 2005/09/03 22:37:26 eradicator Exp $ inherit eutils toolchain-funcs multilib @@ -27,7 +27,7 @@ RDEPEND="dev-libs/expat x11-libs/libXxf86vm x11-libs/libXi x11-libs/libXmu - >=x11-base/opengl-update-2.2.2 + app-admin/eselect-opengl motif? ( virtual/motif )" DEPEND="${RDEPEND} x11-misc/makedepend @@ -193,6 +193,5 @@ switch_opengl_implem() { # Use new opengl-update that will not reset user selected # OpenGL interface ... echo - local opengl_implem="$(${ROOT}/usr/sbin/opengl-update --get-implementation)" - ${ROOT}/usr/sbin/opengl-update --use-old ${OPENGL_DIR} + eselect opengl --use-old ${OPENGL_DIR} } diff --git a/media-libs/mesa/mesa-6.3.2.ebuild b/media-libs/mesa/mesa-6.3.2.ebuild index 61d6e6d1b9b9..f5a65de7c95e 100644 --- a/media-libs/mesa/mesa-6.3.2.ebuild +++ b/media-libs/mesa/mesa-6.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.3.2.ebuild,v 1.3 2005/08/22 06:00:32 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.3.2.ebuild,v 1.4 2005/09/03 22:37:26 eradicator Exp $ inherit eutils toolchain-funcs multilib @@ -29,7 +29,7 @@ RDEPEND="dev-libs/expat x11-libs/libXi x11-libs/libXmu x11-libs/libdrm - >=x11-base/opengl-update-2.2.2 + app-admin/eselect-opengl motif? ( virtual/motif )" DEPEND="${RDEPEND} x11-misc/makedepend @@ -191,5 +191,5 @@ switch_opengl_implem() { # Use new opengl-update that will not reset user selected # OpenGL interface ... echo - ${ROOT}/usr/sbin/opengl-update --use-old ${OPENGL_DIR} + eselect opengl --use-old ${OPENGL_DIR} } |