summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2006-05-03 08:54:13 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2006-05-03 08:54:13 +0000
commit44e44e6ba99fc0fc5b558356b5c703e583d37409 (patch)
tree4ff862f0f847d0bdc3a84ad0b1aa343e37d998ce /x11-base/opengl-update
parentRemoving old opengl-update from all archs which have eselect-opengl stable. (diff)
downloadgentoo-2-44e44e6ba99fc0fc5b558356b5c703e583d37409.tar.gz
gentoo-2-44e44e6ba99fc0fc5b558356b5c703e583d37409.tar.bz2
gentoo-2-44e44e6ba99fc0fc5b558356b5c703e583d37409.zip
Removing unneeded patch.
(Portage version: 2.1_pre10-r2) (Signed Manifest commit)
Diffstat (limited to 'x11-base/opengl-update')
-rw-r--r--x11-base/opengl-update/Manifest10
-rw-r--r--x11-base/opengl-update/files/glxext.h-inttypes.patch21
2 files changed, 3 insertions, 28 deletions
diff --git a/x11-base/opengl-update/Manifest b/x11-base/opengl-update/Manifest
index 70165be8e01f..dbeeaa92644d 100644
--- a/x11-base/opengl-update/Manifest
+++ b/x11-base/opengl-update/Manifest
@@ -1,10 +1,6 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-AUX glxext.h-inttypes.patch 671 RMD160 d0a9be8619ecf1e9698c3ad3fe4b97481622e8c3 SHA1 0491c8381e2cb9cfa6e96aa17c6017f3908aa8d9 SHA256 90406c8e30114b4c1c4a2d0abd50b1929f69ca4e67b8539e6e80a071cda45b92 size 671
-MD5 600714175bf22abf40ed067b3dcb600d files/glxext.h-inttypes.patch 671
-RMD160 d0a9be8619ecf1e9698c3ad3fe4b97481622e8c3 files/glxext.h-inttypes.patch 671
-SHA256 90406c8e30114b4c1c4a2d0abd50b1929f69ca4e67b8539e6e80a071cda45b92 files/glxext.h-inttypes.patch 671
AUX opengl-update-2.2.4 9865 RMD160 880efc14a9e57ac0b36148cc77c2d4746c0079aa SHA1 803088c10a45cb914a6603ea0b24ec9e380b4b29 SHA256 8dfa8e5a602ab5d43cf8813a66832cfc8b4141e54eb9267f226676006b332b52 size 9865
MD5 23b30f7c0b9e658f78d0068999e68a80 files/opengl-update-2.2.4 9865
RMD160 880efc14a9e57ac0b36148cc77c2d4746c0079aa files/opengl-update-2.2.4 9865
@@ -40,7 +36,7 @@ SHA256 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b files/di
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
-iD8DBQFEWG6TOpjtAl+gMRURArTOAJ9iaxvGbB5ZsmX1s/69CYOWafzBNQCeJBQg
-jXFzDLfTxAqXuWsp7Ihz+II=
-=lDqj
+iD8DBQFEWG+0OpjtAl+gMRURAogDAJ0UJigWrmU3r8HilFTNxzMBPghpKgCgm8Bl
+PuRZtV99YCU9/aQILnjvYe4=
+=iBcT
-----END PGP SIGNATURE-----
diff --git a/x11-base/opengl-update/files/glxext.h-inttypes.patch b/x11-base/opengl-update/files/glxext.h-inttypes.patch
deleted file mode 100644
index 02f91849864f..000000000000
--- a/x11-base/opengl-update/files/glxext.h-inttypes.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- glxext.h.orig 2005-01-20 00:38:56.000000000 -0800
-+++ glxext.h 2005-02-11 02:42:53.221321671 -0800
-@@ -342,18 +342,7 @@ typedef struct {
-
- /* Define int32_t and int64_t types for UST/MSC */
- /* (as used in the GLX_OML_sync_control extension). */
--#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
- #include <inttypes.h>
--#elif defined( __VMS )
--#include <inttypes.h>
--#elif defined(__SCO__) || defined(__USLC__)
--#include <stdint.h>
--#elif defined(__UNIXOS2__) || defined(__SOL64__)
--typedef long int int32_t;
--typedef long long int int64_t;
--#else
--#warn "int32_t and int64_t are undefined!"
--#endif
-
- #ifndef GLX_VERSION_1_3
- #define GLX_VERSION_1_3 1