public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/livecd-tools:master commit in: /
Date: Tue, 28 Jun 2011 17:32:59 +0000 (UTC)	[thread overview]
Message-ID: <8e2a9c041c3a2b6f52093e4ed49a95bd3d16ec86.WilliamH@gentoo> (raw)

commit:     8e2a9c041c3a2b6f52093e4ed49a95bd3d16ec86
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 17:25:36 2011 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 17:25:36 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/livecd-tools.git;a=commit;h=8e2a9c04

remove openglify

Openglify was used by mkxf86config. Since this tool is not needed with
modern x.org, it has been removed.

---
 openglify |   74 -------------------------------------------------------------
 1 files changed, 0 insertions(+), 74 deletions(-)

diff --git a/openglify b/openglify
deleted file mode 100755
index ff33bb5..0000000
--- a/openglify
+++ /dev/null
@@ -1,74 +0,0 @@
-#!/bin/bash
-
-# This script is designed to tweak the system for eselect-opengl
-
-# move symlinks to a malleable /etc/opengl directory.
-install -d test/lib/modules/extensions
-
-# First, we remove all of the symlinks, so we can point them to our own
-# /etc/opengl directory
-rm -f /usr/lib*/libGL{,core}.{a,so}* > /dev/null 2>&1
-rm -f /usr/lib*/xorg/modules/extensions/libglx* > /dev/null 2>&1
-
-# We start with the "default" libdir of /usr/lib
-if [ ! -h /usr/lib ]
-then
-	ln -sf /etc/opengl/lib/libGL.so /usr/lib/libGL.so
-	ln -sf /etc/opengl/lib/libGL.so.1 /usr/lib/libGL.so.1
-	ln -sf /etc/opengl/lib/libGLcore.so /usr/lib/libGLcore.so
-	ln -sf /etc/opengl/lib/libGLcore.so.1 /usr/lib/libGLcore.so.1
-	ln -sf /etc/opengl/lib/libGL.la /usr/lib/libGL.la
-fi
-
-# We then check for /usr/lib32
-if [ -d /usr/lib32 ]
-then
-	ln -sf /etc/opengl/lib32/libGL.so /usr/lib32/libGL.so
-	ln -sf /etc/opengl/lib32/libGL.so.1 /usr/lib32/libGL.so.1
-	ln -sf /etc/opengl/lib32/libGLcore.so /usr/lib32/libGLcore.so
-	ln -sf /etc/opengl/lib32/libGLcore.so.1 /usr/lib32/libGLcore.so.1
-	ln -sf /etc/opengl/lib32/libGL.la /usr/lib32/libGL.la
-fi
-
-# We create symlinks for the libglx.so and libglx.a
-if [ -d /usr/lib64/xorg/modules/extensions ]
-then
-	ln -sf /etc/opengl/lib64/modules/extensions/libglx.so \
-		/usr/lib/xorg/modules/extensions/libglx.so
-	ln -sf /etc/opengl/lib64/modules/extensions/libglx.a \
-		/usr/lib/xorg/modules/extensions/libglx.a
-elif [ -d /usr/lib64/modules/extensions ]
-then
-	ln -sf /etc/opengl/lib64/modules/extensions/libglx.so \
-		/usr/lib64/modules/extensions/libglx.so
-	ln -sf /etc/opengl/lib64/modules/extensions/libglx.a \
-		/usr/lib64/modules/extensions/libglx.a
-fi
-# Do the same for 32-bit
-if [ -d /usr/lib32/xorg/modules/extensions ]
-then
-	ln -sf /etc/opengl/lib32/modules/extensions/libglx.so \
-		/usr/lib32/xorg/modules/extensions/libglx.so
-	ln -sf /etc/opengl/lib32/modules/extensions/libglx.a \
-		/usr/lib32/xorg/modules/extensions/libglx.a
-elif [ -d /usr/lib32/modules/extensions ]
-then
-	ln -sf /etc/opengl/lib32/modules/extensions/libglx.so \
-		/usr/lib32/modules/extensions/libglx.so
-	ln -sf /etc/opengl/lib32/modules/extensions/libglx.a \
-		/usr/lib32/modules/extensions/libglx.a
-fi
-# Do it for non-multilib
-if [ -d /usr/lib/xorg/modules/extensions ]
-then
-	ln -sf /etc/opengl/lib/modules/extensions/libglx.so \
-		/usr/lib/xorg/modules/extensions/libglx.so
-	ln -sf /etc/opengl/lib/modules/extensions/libglx.a \
-		/usr/lib/xorg/modules/extensions/libglx.a
-elif [ -d /usr/lib/modules/extensions ]
-then
-	ln -sf /etc/opengl/lib/modules/extensions/libglx.so \
-		/usr/lib/modules/extensions/libglx.so
-	ln -sf /etc/opengl/lib/modules/extensions/libglx.a \
-		/usr/lib/modules/extensions/libglx.a
-fi



             reply	other threads:[~2011-06-28 17:40 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-28 17:32 William Hubbs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-09-26 17:07 [gentoo-commits] proj/livecd-tools:master commit in: / Rick Farina
2017-03-07 15:35 Brian Evans
2017-02-25  0:54 Robin H. Johnson
2017-01-10 21:54 Brian Evans
2015-10-18  2:26 William Hubbs
2015-10-18  1:45 Jorge Manuel B. S. Vicetto
2015-02-22 22:35 William Hubbs
2015-01-14 18:33 William Hubbs
2015-01-14  2:55 Jorge Manuel B. S. Vicetto
2013-07-07 22:48 William Hubbs
2013-07-07 22:28 William Hubbs
2013-07-06 23:53 William Hubbs
2013-02-25 18:20 William Hubbs
2013-02-25 17:48 William Hubbs
2013-02-25 17:48 William Hubbs
2011-06-30 20:31 William Hubbs
2011-06-28 19:56 William Hubbs
2011-05-01  2:49 William Hubbs
2011-05-01  2:49 William Hubbs
2011-05-01  2:49 William Hubbs
2011-05-01  2:49 William Hubbs
2011-05-01  2:49 William Hubbs
2011-05-01  2:49 William Hubbs
2011-05-01  2:49 William Hubbs
2011-05-01  2:49 William Hubbs
2011-05-01  2:49 William Hubbs
2011-05-01  2:49 William Hubbs
2011-05-01  2:49 William Hubbs
2011-05-01  2:49 William Hubbs
2011-05-01  2:49 William Hubbs
2011-05-01  2:49 William Hubbs
2011-05-01  2:49 William Hubbs
2011-05-01  2:49 William Hubbs
2011-05-01  2:49 William Hubbs
2011-05-01  2:49 William Hubbs
2011-05-01  2:49 William Hubbs
2011-05-01  2:49 William Hubbs
2011-05-01  2:49 William Hubbs
2011-05-01  2:49 William Hubbs
2011-05-01  2:49 William Hubbs
2011-05-01  2:49 William Hubbs
2011-05-01  2:49 William Hubbs
2011-02-17  5:38 William Hubbs
2011-02-10 21:30 William Hubbs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8e2a9c041c3a2b6f52093e4ed49a95bd3d16ec86.WilliamH@gentoo \
    --to=williamh@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox