summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-02-10 06:45:49 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-02-10 06:45:49 +0000
commit48fb3275fb37d47973916944123217704a6e0216 (patch)
treed1c5e2834cd15851456795b0bc1740b9868660b7 /x11-base
parentFix removal of broken symlinks in headers. Check for /usr/libdir/opengl rath... (diff)
downloadgentoo-2-48fb3275fb37d47973916944123217704a6e0216.tar.gz
gentoo-2-48fb3275fb37d47973916944123217704a6e0216.tar.bz2
gentoo-2-48fb3275fb37d47973916944123217704a6e0216.zip
(#81431) We should only be removing libGL.*, but unfortunately the dot matched any character so we needed libGL\.* instead. Note that this has been around since xfree-4.3.0.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'x11-base')
-rw-r--r--x11-base/xorg-x11/ChangeLog8
-rw-r--r--x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild4
-rw-r--r--x11-base/xorg-x11/xorg-x11-6.8.1.904.ebuild4
3 files changed, 11 insertions, 5 deletions
diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog
index cd13ac6c517d..17fac704638c 100644
--- a/x11-base/xorg-x11/ChangeLog
+++ b/x11-base/xorg-x11/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-base/xorg-x11
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.327 2005/02/08 20:09:22 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.328 2005/02/10 06:45:49 spyderous Exp $
+
+ 09 Feb 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ xorg-x11-6.8.0-r4.ebuild, xorg-x11-6.8.1.904.ebuild:
+ (#81431) We should only be removing libGL.*, but unfortunately the dot
+ matched any character so we needed libGL\.* instead. Note that this has been
+ around since xfree-4.3.0.
08 Feb 2005; David Holm <dholm@gentoo.org> xorg-x11-6.8.1.904.ebuild:
Added to ~ppc.
diff --git a/x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild
index e74e924de473..a3f1aec3f69f 100644
--- a/x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild
+++ b/x11-base/xorg-x11/xorg-x11-6.8.0-r4.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-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild,v 1.62 2005/02/05 17:43:32 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild,v 1.63 2005/02/10 06:45:49 spyderous Exp $
# Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory
# voodoo3 cards.
@@ -1476,7 +1476,7 @@ clean_dynamic_libgl() {
# make sure we do not have any stale files lying around
# that could break things. Check old and new locations.
rm -f ${ROOT}/usr/X11R6/$(get_libdir)/libGL\.* \
- ${ROOT}/usr/$(get_libdir)/libGL*
+ ${ROOT}/usr/$(get_libdir)/libGL\.*
}
##################
diff --git a/x11-base/xorg-x11/xorg-x11-6.8.1.904.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.1.904.ebuild
index 52e9d3fead94..c4777c6d1fc5 100644
--- a/x11-base/xorg-x11/xorg-x11-6.8.1.904.ebuild
+++ b/x11-base/xorg-x11/xorg-x11-6.8.1.904.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-base/xorg-x11/xorg-x11-6.8.1.904.ebuild,v 1.15 2005/02/08 20:09:22 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.1.904.ebuild,v 1.16 2005/02/10 06:45:49 spyderous Exp $
# Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory
# voodoo3 cards.
@@ -1752,7 +1752,7 @@ dynamic_libgl_preinst() {
# make sure we do not have any stale files lying around
# that could break things. Check old and new locations.
rm -f ${ROOT}/usr/X11R6/$(get_libdir)/libGL\.* \
- ${ROOT}/usr/$(get_libdir)/libGL*
+ ${ROOT}/usr/$(get_libdir)/libGL\.*
}
##################