summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-10-31 17:40:01 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-10-31 17:40:01 +0000
commit9dc23e34dbe0b60135445a25e3ab4cd8a4b1e968 (patch)
tree3755badfc4d0fcae4ffe6bdc3bbb10b47ec6361d /x11-proto
parentUpdate to 1.7 as per bug #110365. (diff)
downloadgentoo-2-9dc23e34dbe0b60135445a25e3ab4cd8a4b1e968.tar.gz
gentoo-2-9dc23e34dbe0b60135445a25e3ab4cd8a4b1e968.tar.bz2
gentoo-2-9dc23e34dbe0b60135445a25e3ab4cd8a4b1e968.zip
Pull old versions.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/glproto/ChangeLog6
-rw-r--r--x11-proto/glproto/files/digest-glproto-1.4-r11
-rw-r--r--x11-proto/glproto/files/digest-glproto-1.4.1_pre200510131
-rw-r--r--x11-proto/glproto/glproto-1.4-r1.ebuild54
-rw-r--r--x11-proto/glproto/glproto-1.4.1_pre20051013.ebuild52
5 files changed, 5 insertions, 109 deletions
diff --git a/x11-proto/glproto/ChangeLog b/x11-proto/glproto/ChangeLog
index 90d3f8cfc800..c21d6627fb83 100644
--- a/x11-proto/glproto/ChangeLog
+++ b/x11-proto/glproto/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-proto/glproto
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.16 2005/10/20 05:09:02 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.17 2005/10/31 17:38:32 spyderous Exp $
+
+ 31 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ -glproto-1.4-r1.ebuild, -glproto-1.4.1_pre20051013.ebuild:
+ Pull old versions.
20 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>;
files/digest-glproto-1.4.1:
diff --git a/x11-proto/glproto/files/digest-glproto-1.4-r1 b/x11-proto/glproto/files/digest-glproto-1.4-r1
deleted file mode 100644
index 68d1445c4364..000000000000
--- a/x11-proto/glproto/files/digest-glproto-1.4-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9cda6fbdcc75f6d7d9cd1d3839264609 glproto-1.4.tar.bz2 57058
diff --git a/x11-proto/glproto/files/digest-glproto-1.4.1_pre20051013 b/x11-proto/glproto/files/digest-glproto-1.4.1_pre20051013
deleted file mode 100644
index 0e9e8b8bdacf..000000000000
--- a/x11-proto/glproto/files/digest-glproto-1.4.1_pre20051013
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ebf5a9192f01e811444fe4aaf9431e15 glproto-1.4.1_pre20051013.tar.bz2 53014
diff --git a/x11-proto/glproto/glproto-1.4-r1.ebuild b/x11-proto/glproto/glproto-1.4-r1.ebuild
deleted file mode 100644
index 7fe10b0021fa..000000000000
--- a/x11-proto/glproto/glproto-1.4-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4-r1.ebuild,v 1.6 2005/09/03 22:51:03 eradicator Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-OPENGL_DIR="xorg-x11"
-
-DESCRIPTION="X.Org GL protocol headers"
-#HOMEPAGE="http://foo.bar.com/"
-#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2"
-#LICENSE=""
-#SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~s390 ~sh ~sparc ~x86"
-#IUSE="X gnome"
-DEPEND="app-admin/eselect-opengl"
-#RDEPEND=""
-
-src_install() {
- x-modular_src_install
-
- dynamic_libgl_install
-}
-
-pkg_postinst() {
- switch_opengl_implem
-}
-
-dynamic_libgl_install() {
- # next section is to setup the dynamic libGL stuff
- ebegin "Moving GL files for dynamic switching"
- dodir /usr/$(get_libdir)/opengl/${OPENGL_DIR}/include
- local x=""
- # glext.h added for #54984
- # glx.h also provided by mesa, so we don't add it
- rm ${D}/usr/include/GL/{glx,glu}.h
- for x in ${D}/usr/include/GL/{glxtokens.h,glxmd.h,glxproto.h}; do
- if [ -f ${x} -o -L ${x} ]; then
- mv -f ${x} ${D}/usr/$(get_libdir)/opengl/${OPENGL_DIR}/include
- fi
- done
- eend 0
-}
-
-switch_opengl_implem() {
- # Switch to the xorg implementation.
- # Use new opengl-update that will not reset user selected
- # OpenGL interface ...
- echo
- eselect opengl set --use-old ${OPENGL_DIR}
-}
diff --git a/x11-proto/glproto/glproto-1.4.1_pre20051013.ebuild b/x11-proto/glproto/glproto-1.4.1_pre20051013.ebuild
deleted file mode 100644
index c5ce986b5172..000000000000
--- a/x11-proto/glproto/glproto-1.4.1_pre20051013.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.1_pre20051013.ebuild,v 1.2 2005/10/19 04:20:10 geoman Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-OPENGL_DIR="xorg-x11"
-
-DESCRIPTION="X.Org GL protocol headers"
-#HOMEPAGE="http://foo.bar.com/"
-SRC_URI="http://dev.gentoo.org/~spyderous/xorg-x11/${P}.tar.bz2"
-#LICENSE=""
-#SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
-#IUSE="X gnome"
-DEPEND="app-admin/eselect-opengl"
-#RDEPEND=""
-
-src_install() {
- x-modular_src_install
-
- dynamic_libgl_install
-}
-
-pkg_postinst() {
- switch_opengl_implem
-}
-
-dynamic_libgl_install() {
- # next section is to setup the dynamic libGL stuff
- ebegin "Moving GL files for dynamic switching"
- dodir /usr/$(get_libdir)/opengl/${OPENGL_DIR}/include
- local x=""
- # glext.h added for #54984
- for x in ${D}/usr/include/GL/{glxtokens.h,glxmd.h,glxproto.h}; do
- if [ -f ${x} -o -L ${x} ]; then
- mv -f ${x} ${D}/usr/$(get_libdir)/opengl/${OPENGL_DIR}/include
- fi
- done
- eend 0
-}
-
-switch_opengl_implem() {
- # Switch to the xorg implementation.
- # Use new opengl-update that will not reset user selected
- # OpenGL interface ...
- echo
- eselect opengl set --use-old ${OPENGL_DIR}
-}