diff options
author | Andrew Bevitt <cyfred@gentoo.org> | 2004-12-27 00:11:43 +0000 |
---|---|---|
committer | Andrew Bevitt <cyfred@gentoo.org> | 2004-12-27 00:11:43 +0000 |
commit | 850e284e0d585d118f302c83bb76aa0e0308fc94 (patch) | |
tree | 39be23d46ace41eff0f00ae1d81f8c6fce62f709 /x11-base | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-850e284e0d585d118f302c83bb76aa0e0308fc94.tar.gz gentoo-2-850e284e0d585d118f302c83bb76aa0e0308fc94.tar.bz2 gentoo-2-850e284e0d585d118f302c83bb76aa0e0308fc94.zip |
Clean up
Diffstat (limited to 'x11-base')
11 files changed, 8 insertions, 260 deletions
diff --git a/x11-base/opengl-update/ChangeLog b/x11-base/opengl-update/ChangeLog index 0f6944bbb79a..3e03d451c593 100644 --- a/x11-base/opengl-update/ChangeLog +++ b/x11-base/opengl-update/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-base/opengl-update # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/opengl-update/ChangeLog,v 1.51 2004/12/27 00:04:04 cyfred Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/opengl-update/ChangeLog,v 1.52 2004/12/27 00:11:43 cyfred Exp $ + + 27 Dec 2004; Andrew Bevitt <cyfred@gentoo.org> + -opengl-update-1.7.1.ebuild, -opengl-update-1.8.1-r1.ebuild, + -opengl-update-2.0_pre1.ebuild, -opengl-update-2.0_pre2.ebuild, + -opengl-update-2.0_pre3.ebuild: + Removing other 2.0_pre versions because of bad xorg-x11 check, pre4-r1 is + suitable; also removing the old MINOR versions. *opengl-update-2.0_pre4-r1 (27 Dec 2004) diff --git a/x11-base/opengl-update/files/digest-opengl-update-1.7.1 b/x11-base/opengl-update/files/digest-opengl-update-1.7.1 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/x11-base/opengl-update/files/digest-opengl-update-1.7.1 +++ /dev/null diff --git a/x11-base/opengl-update/files/digest-opengl-update-1.8.1-r1 b/x11-base/opengl-update/files/digest-opengl-update-1.8.1-r1 deleted file mode 100644 index 23c2e8979086..000000000000 --- a/x11-base/opengl-update/files/digest-opengl-update-1.8.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e16a3144742d1a5409fe18477a88f8b6 glext.h-20040830.bz2 30982 diff --git a/x11-base/opengl-update/files/digest-opengl-update-2.0_pre1 b/x11-base/opengl-update/files/digest-opengl-update-2.0_pre1 deleted file mode 100644 index 23c2e8979086..000000000000 --- a/x11-base/opengl-update/files/digest-opengl-update-2.0_pre1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e16a3144742d1a5409fe18477a88f8b6 glext.h-20040830.bz2 30982 diff --git a/x11-base/opengl-update/files/digest-opengl-update-2.0_pre2 b/x11-base/opengl-update/files/digest-opengl-update-2.0_pre2 deleted file mode 100644 index 23c2e8979086..000000000000 --- a/x11-base/opengl-update/files/digest-opengl-update-2.0_pre2 +++ /dev/null @@ -1 +0,0 @@ -MD5 e16a3144742d1a5409fe18477a88f8b6 glext.h-20040830.bz2 30982 diff --git a/x11-base/opengl-update/files/digest-opengl-update-2.0_pre3 b/x11-base/opengl-update/files/digest-opengl-update-2.0_pre3 deleted file mode 100644 index 23c2e8979086..000000000000 --- a/x11-base/opengl-update/files/digest-opengl-update-2.0_pre3 +++ /dev/null @@ -1 +0,0 @@ -MD5 e16a3144742d1a5409fe18477a88f8b6 glext.h-20040830.bz2 30982 diff --git a/x11-base/opengl-update/opengl-update-1.7.1.ebuild b/x11-base/opengl-update/opengl-update-1.7.1.ebuild deleted file mode 100644 index 45a65170f160..000000000000 --- a/x11-base/opengl-update/opengl-update-1.7.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# 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/opengl-update-1.7.1.ebuild,v 1.7 2004/06/28 16:58:44 agriffis Exp $ - -DESCRIPTION="Utility to change the OpenGL interface being used" -HOMEPAGE="http://www.gentoo.org/" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64" -IUSE="" - -DEPEND="virtual/libc" - -src_install() { - newsbin ${FILESDIR}/opengl-update-${PV} opengl-update || die -} diff --git a/x11-base/opengl-update/opengl-update-1.8.1-r1.ebuild b/x11-base/opengl-update/opengl-update-1.8.1-r1.ebuild deleted file mode 100644 index 575e3e97df12..000000000000 --- a/x11-base/opengl-update/opengl-update-1.8.1-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# 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/opengl-update-1.8.1-r1.ebuild,v 1.6 2004/11/12 18:08:57 fmccor Exp $ - -DESCRIPTION="Utility to change the OpenGL interface being used" -HOMEPAGE="http://www.gentoo.org/" -GLEXT="20040830" -SRC_URI="http://dev.gentoo.org/~cyfred/distfiles/glext.h-${GLEXT}.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 amd64 arm hppa ia64 s390 alpha ~mips ~ppc ~ppc64 sparc" -IUSE="" - -DEPEND="virtual/libc - app-arch/bzip2" - -pkg_setup() { - # xfree has glext.h somewhere out of place so lets make the user move it - if ( [ ! -h /usr/X11R6/include/GL/glext.h ] && [ -a /usr/X11R6/include/GL/glext.h ] ) - then - # Just make it simpler on the user by giving verbose instructions - if [ -d /usr/lib/opengl/xfree ] - then - GL_IM="xfree" - else - GL_IM="xorg-x11" - fi - - echo - ewarn "Due to inconsistencies in xorg-x11 vs xfree handling of glext.h a userspace" - ewarn "fix is necessary for you to use opengl-update-1.8.1; Please do the following" - echo - ewarn "mv /usr/X11R6/include/GL/glext.h /usr/lib/opengl/${GL_IM}/include" - echo - ewarn "You may then remerge opengl-update-1.8.1 successfully" - echo - - die "Userspace problem needs fixing" - fi -} - -src_unpack() { - bzcat ${DISTDIR}/glext.h-${GLEXT}.bz2 > ${WORKDIR}/glext.h || die -} - -src_install() { - newsbin ${FILESDIR}/opengl-update-${PV} opengl-update || die - - # Install default glext.h - dodir /usr/lib/opengl/global/include - insinto /usr/lib/opengl/global/include - doins ${WORKDIR}/glext.h || die -} diff --git a/x11-base/opengl-update/opengl-update-2.0_pre1.ebuild b/x11-base/opengl-update/opengl-update-2.0_pre1.ebuild deleted file mode 100644 index e18f83fbc7f7..000000000000 --- a/x11-base/opengl-update/opengl-update-2.0_pre1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# 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/opengl-update-2.0_pre1.ebuild,v 1.1 2004/10/28 18:45:56 spyderous Exp $ - -DESCRIPTION="Utility to change the OpenGL interface being used" -HOMEPAGE="http://www.gentoo.org/" -GLEXT="20040830" -SRC_URI="http://dev.gentoo.org/~cyfred/distfiles/glext.h-${GLEXT}.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="" - -DEPEND="virtual/libc - app-arch/bzip2" - -pkg_setup() { - # xfree has glext.h somewhere out of place so lets make the user move it - if ( [ ! -h /usr/X11R6/include/GL/glext.h ] && [ -a /usr/X11R6/include/GL/glext.h ] ) - then - # Just make it simpler on the user by giving verbose instructions - if [ -d /usr/lib/opengl/xfree ] - then - GL_IM="xfree" - else - GL_IM="xorg-x11" - fi - - echo - ewarn "Due to inconsistencies in xorg-x11 vs xfree handling of glext.h a userspace" - ewarn "is necessary for you to use opengl-update-1.8; Please do the following" - echo - ewarn "mv /usr/X11R6/include/GL/glext.h /usr/lib/opengl/${GL_IM}/include" - echo - ewarn "You may then remerge opengl-update-1.8.1 successfully" - echo - - die "Userspace problem needs fixing" - fi -} - -src_unpack() { - bzcat ${DISTDIR}/glext.h-${GLEXT}.bz2 > ${WORKDIR}/glext.h || die -} - -src_install() { - newsbin ${FILESDIR}/opengl-update-${PV} opengl-update || die - - # Install default glext.h - dodir /usr/lib/opengl/global/include - insinto /usr/lib/opengl/global/include - doins ${WORKDIR}/glext.h || die -} - -pkg_postinst() { - echo - ewarn "This version will only work with >=x11-base/xorg-x11-6.8.0-r2." - ewarn "Upgrade before running ${PN}." - echo -} diff --git a/x11-base/opengl-update/opengl-update-2.0_pre2.ebuild b/x11-base/opengl-update/opengl-update-2.0_pre2.ebuild deleted file mode 100644 index 8fb4209f7997..000000000000 --- a/x11-base/opengl-update/opengl-update-2.0_pre2.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# 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/opengl-update-2.0_pre2.ebuild,v 1.1 2004/11/03 20:32:39 spyderous Exp $ - -DESCRIPTION="Utility to change the OpenGL interface being used" -HOMEPAGE="http://www.gentoo.org/" -GLEXT="20040830" -SRC_URI="http://dev.gentoo.org/~cyfred/distfiles/glext.h-${GLEXT}.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="" - -DEPEND="virtual/libc - app-arch/bzip2" - -pkg_setup() { - # xfree has glext.h somewhere out of place so lets make the user move it - if ( [ ! -h /usr/X11R6/include/GL/glext.h ] && [ -a /usr/X11R6/include/GL/glext.h ] ) - then - # Just make it simpler on the user by giving verbose instructions - if [ -d /usr/lib/opengl/xfree ] - then - GL_IM="xfree" - else - GL_IM="xorg-x11" - fi - - echo - ewarn "Due to inconsistencies in xorg-x11 vs xfree handling of glext.h a userspace" - ewarn "is necessary for you to use opengl-update-1.8; Please do the following" - echo - ewarn "mv /usr/X11R6/include/GL/glext.h /usr/lib/opengl/${GL_IM}/include" - echo - ewarn "You may then remerge opengl-update-1.8.1 successfully" - echo - - die "Userspace problem needs fixing" - fi -} - -src_unpack() { - bzcat ${DISTDIR}/glext.h-${GLEXT}.bz2 > ${WORKDIR}/glext.h || die -} - -src_install() { - newsbin ${FILESDIR}/opengl-update-${PV} opengl-update || die - - # Install default glext.h - dodir /usr/lib/opengl/global/include - insinto /usr/lib/opengl/global/include - doins ${WORKDIR}/glext.h || die -} - -pkg_postinst() { - echo - ewarn "This version will only work with >=x11-base/xorg-x11-6.8.0-r2." - ewarn "Upgrade before running ${PN}." - echo -} diff --git a/x11-base/opengl-update/opengl-update-2.0_pre3.ebuild b/x11-base/opengl-update/opengl-update-2.0_pre3.ebuild deleted file mode 100644 index b5e182fc014b..000000000000 --- a/x11-base/opengl-update/opengl-update-2.0_pre3.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# 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/opengl-update-2.0_pre3.ebuild,v 1.1 2004/11/30 02:10:00 cyfred Exp $ - -DESCRIPTION="Utility to change the OpenGL interface being used" -HOMEPAGE="http://www.gentoo.org/" -GLEXT="20040830" -SRC_URI="http://dev.gentoo.org/~cyfred/distfiles/glext.h-${GLEXT}.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="" - -DEPEND="virtual/libc - app-arch/bzip2" - -pkg_setup() { - # xfree has glext.h somewhere out of place so lets make the user move it - if ( [ ! -h /usr/X11R6/include/GL/glext.h ] && [ -a /usr/X11R6/include/GL/glext.h ] ) - then - # Just make it simpler on the user by giving verbose instructions - if [ -d /usr/lib/opengl/xfree ] - then - GL_IM="xfree" - else - GL_IM="xorg-x11" - fi - - echo - ewarn "Due to inconsistencies in xorg-x11 vs xfree handling of glext.h a userspace" - ewarn "is necessary for you to use opengl-update-1.8; Please do the following" - echo - ewarn "mv /usr/X11R6/include/GL/glext.h /usr/lib/opengl/${GL_IM}/include" - echo - ewarn "You may then remerge opengl-update-1.8.1 successfully" - echo - - die "Userspace problem needs fixing" - fi -} - -src_unpack() { - bzcat ${DISTDIR}/glext.h-${GLEXT}.bz2 > ${WORKDIR}/glext.h || die -} - -src_install() { - newsbin ${FILESDIR}/opengl-update-${PV} opengl-update || die - - # Install default glext.h - dodir /usr/lib/opengl/global/include - insinto /usr/lib/opengl/global/include - doins ${WORKDIR}/glext.h || die -} - -pkg_postinst() { - echo - ewarn "This version will only work with >=x11-base/xorg-x11-6.8.0-r2." - ewarn "Upgrade before running ${PN}." - echo -} |