diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2004-05-31 07:22:32 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2004-05-31 07:22:32 +0000 |
commit | cbd484b1cbd7ea6a719365ab0bb0b31b52db2f1c (patch) | |
tree | 87dc3b5c90cffe754f7a3b827d0bc09c82199f50 /x11-base | |
parent | Corrected typo in description, bug #52455 Removed old ebuild (Manifest recommit) (diff) | |
download | gentoo-2-cbd484b1cbd7ea6a719365ab0bb0b31b52db2f1c.tar.gz gentoo-2-cbd484b1cbd7ea6a719365ab0bb0b31b52db2f1c.tar.bz2 gentoo-2-cbd484b1cbd7ea6a719365ab0bb0b31b52db2f1c.zip |
Add comments about --use-old and --get-implementation options (#21450).
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/opengl-update/ChangeLog | 6 | ||||
-rw-r--r-- | x11-base/opengl-update/files/opengl-update-1.7 | 10 |
2 files changed, 14 insertions, 2 deletions
diff --git a/x11-base/opengl-update/ChangeLog b/x11-base/opengl-update/ChangeLog index dd4e0ed5b787..896ed4e3ec61 100644 --- a/x11-base/opengl-update/ChangeLog +++ b/x11-base/opengl-update/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-base/opengl-update # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/opengl-update/ChangeLog,v 1.20 2004/05/29 18:56:08 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/opengl-update/ChangeLog,v 1.21 2004/05/31 07:22:32 spyderous Exp $ + + 31 May 2004; Donnie Berkholz <spyderous@gentoo.org>; + files/opengl-update-1.7: + Add comments about --use-old and --get-implementation options (#21450). 29 May 2004; Ferris McCormick <fmccor@gentoo.org> opengl-update-1.7.ebuild: Marked stable for sparc. diff --git a/x11-base/opengl-update/files/opengl-update-1.7 b/x11-base/opengl-update/files/opengl-update-1.7 index febbb5097020..c517e4ee676a 100644 --- a/x11-base/opengl-update/files/opengl-update-1.7 +++ b/x11-base/opengl-update/files/opengl-update-1.7 @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/opengl-update/files/opengl-update-1.7,v 1.1 2004/05/28 08:31:12 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/opengl-update/files/opengl-update-1.7,v 1.2 2004/05/31 07:22:32 spyderous Exp $ # Author: Martin Schlemmer <azarah@gentoo.org> # Further modifications by Donnie Berkholz <spyderous@gentoo.org> @@ -14,6 +14,14 @@ then fi usage() { +# In addition to the below function, there are two extra uses for this. +# +# They aren't in the printed help message because they're intended +# for developer use. +# 1) --use-old $NEW_IMPLEM will switch to the new implementation only if +# no old setup existed (i.e., X has never been installed) +# 2) --get-implementation will return the implementation + cat << FOO usage: ${0##*/} <GL implementation> |