summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-09-03 22:51:03 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-09-03 22:51:03 +0000
commited4b28d2bfbfe0f5b9a17f00a71f0f294bd1b7c4 (patch)
treebea5fbb050d2cbe0bc384d9d0125dbe1ec108c1b /x11-proto
parentFixed DEPEND to be virtual/opengl and not opengl-update. (diff)
downloadgentoo-2-ed4b28d2bfbfe0f5b9a17f00a71f0f294bd1b7c4.tar.gz
gentoo-2-ed4b28d2bfbfe0f5b9a17f00a71f0f294bd1b7c4.tar.bz2
gentoo-2-ed4b28d2bfbfe0f5b9a17f00a71f0f294bd1b7c4.zip
Use eselect instead of opengl-update.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/glproto/ChangeLog6
-rw-r--r--x11-proto/glproto/glproto-1.4-r1.ebuild7
-rw-r--r--x11-proto/glproto/glproto-1.4.ebuild7
3 files changed, 11 insertions, 9 deletions
diff --git a/x11-proto/glproto/ChangeLog b/x11-proto/glproto/ChangeLog
index c76214eca77c..5e9fa68f6d54 100644
--- a/x11-proto/glproto/ChangeLog
+++ b/x11-proto/glproto/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-proto/glproto
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.10 2005/08/28 14:48:18 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.11 2005/09/03 22:51:03 eradicator Exp $
+
+ 03 Sep 2005; Jeremy Huddleston <eradicator@gentoo.org> glproto-1.4.ebuild,
+ glproto-1.4-r1.ebuild:
+ Use eselect instead of opengl-update.
28 Aug 2005; MATSUU Takuto <matsuu@gentoo.org> glproto-1.4-r1.ebuild:
Marked ~sh
diff --git a/x11-proto/glproto/glproto-1.4-r1.ebuild b/x11-proto/glproto/glproto-1.4-r1.ebuild
index 7df2d8f00512..7fe10b0021fa 100644
--- a/x11-proto/glproto/glproto-1.4-r1.ebuild
+++ b/x11-proto/glproto/glproto-1.4-r1.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/x11-proto/glproto/glproto-1.4-r1.ebuild,v 1.5 2005/08/28 14:48:18 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4-r1.ebuild,v 1.6 2005/09/03 22:51:03 eradicator Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -16,7 +16,7 @@ DESCRIPTION="X.Org GL protocol headers"
#SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~s390 ~sh ~sparc ~x86"
#IUSE="X gnome"
-DEPEND=">=x11-base/opengl-update-2.2.2"
+DEPEND="app-admin/eselect-opengl"
#RDEPEND=""
src_install() {
@@ -50,6 +50,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 set --use-old ${OPENGL_DIR}
}
diff --git a/x11-proto/glproto/glproto-1.4.ebuild b/x11-proto/glproto/glproto-1.4.ebuild
index 22b11f2127b9..e0e08fe7ecd5 100644
--- a/x11-proto/glproto/glproto-1.4.ebuild
+++ b/x11-proto/glproto/glproto-1.4.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/x11-proto/glproto/glproto-1.4.ebuild,v 1.8 2005/08/22 23:33:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.ebuild,v 1.9 2005/09/03 22:51:03 eradicator Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -16,7 +16,7 @@ DESCRIPTION="X.Org GL protocol headers"
#SLOT="0"
KEYWORDS="~arm ~ppc ~s390 ~sparc ~x86"
#IUSE="X gnome"
-DEPEND=">=x11-base/opengl-update-2.2.2"
+DEPEND="app-admin/eselect-opengl"
#RDEPEND=""
src_install() {
@@ -50,6 +50,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 set --use-old ${OPENGL_DIR}
}