summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-04-27 21:45:29 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-04-27 21:45:29 +0000
commit0489c3b55f2c346f24f12c54de329b55842c1fd4 (patch)
tree229f36935d16dc1b6ea492c70500daaf59455823 /x11-base
parentFixed bug with --with-old not working properly. (diff)
downloadhistorical-0489c3b55f2c346f24f12c54de329b55842c1fd4.tar.gz
historical-0489c3b55f2c346f24f12c54de329b55842c1fd4.tar.bz2
historical-0489c3b55f2c346f24f12c54de329b55842c1fd4.zip
Fixed version string.
Package-Manager: portage-2.0.51.20-r4
Diffstat (limited to 'x11-base')
-rw-r--r--x11-base/opengl-update/Manifest8
-rw-r--r--x11-base/opengl-update/files/opengl-update-2.2.14
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-base/opengl-update/Manifest b/x11-base/opengl-update/Manifest
index 674bbb91039b..86e216af9b6b 100644
--- a/x11-base/opengl-update/Manifest
+++ b/x11-base/opengl-update/Manifest
@@ -5,7 +5,7 @@ MD5 c67de7011fe7271ff15179cf94e23bca ChangeLog 16936
MD5 69eeef9cee49974bcaae3cb9ddce8abd metadata.xml 366
MD5 b3592d6028aa0911e2ec0edca95d36ab opengl-update-2.2.1.ebuild 2851
MD5 7acbfac090d4bdc3b7ec492bc35b917d opengl-update-2.1.1-r1.ebuild 2420
-MD5 962a9c98d23e3a834ca2cf6dfa42427e files/opengl-update-2.2.1 9642
+MD5 8a6efc292494ae5d925a37fa10fcc7c7 files/opengl-update-2.2.1 9642
MD5 219a292f64caeaa46b333eecde2197f2 files/digest-opengl-update-2.2.1 116
MD5 91d9c17541be018d065a7838d7149c86 files/opengl-update-2.1.1 9110
MD5 bbec0e16e4f45a464cec5b4feeecaa9b files/digest-opengl-update-2.1.1-r1 116
@@ -13,7 +13,7 @@ MD5 ca73e0f8c9b114553216930eb0eb601a files/glxext.h-inttypes.patch 677
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCcAeIArHZZzCEUG0RAnVuAJ4ohs/Cfern/QnEVU8woxoa3aVULQCffKUT
-oJb4gBYC6gjT62Gdnl6o5iE=
-=4Abu
+iD8DBQFCcAgIArHZZzCEUG0RAjISAJ4nPE656xZkUlOsUcURTmbQD3H0iwCghh9s
+pEBHxafbtuWqP4/XH9slnmk=
+=qein
-----END PGP SIGNATURE-----
diff --git a/x11-base/opengl-update/files/opengl-update-2.2.1 b/x11-base/opengl-update/files/opengl-update-2.2.1
index 9ee85698501b..759a8c042c17 100644
--- a/x11-base/opengl-update/files/opengl-update-2.2.1
+++ b/x11-base/opengl-update/files/opengl-update-2.2.1
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/opengl-update/files/opengl-update-2.2.1,v 1.1 2005/04/27 21:43:26 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/opengl-update/files/opengl-update-2.2.1,v 1.2 2005/04/27 21:45:29 eradicator Exp $
# Author: Martin Schlemmer <azarah@gentoo.org>
# Further modifications by Donnie Berkholz <spyderous@gentoo.org>
# Further modifications based off submissions to bug #54984 <cyfred@gentoo.org>
@@ -328,7 +328,7 @@ DST_PREFIX="/usr"
AVAIL_IMPLEMS=$(get_implementations)
CURRENT_GL_IMPLEM=$(get_current_implem)
USE_PROFILE_HEADERS="no"
-VERSION="2.2.0"
+VERSION="2.2.1"
parse_options ${@}