diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-05-27 08:57:03 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-05-27 08:57:03 +0000 |
commit | 23c5bbb82daa347549e7e6d9710b021b2911eca6 (patch) | |
tree | e2eab48e2ca2ca64defd973f4d87438e0f701177 /x11-proto | |
parent | Drop old. (diff) | |
download | gentoo-2-23c5bbb82daa347549e7e6d9710b021b2911eca6.tar.gz gentoo-2-23c5bbb82daa347549e7e6d9710b021b2911eca6.tar.bz2 gentoo-2-23c5bbb82daa347549e7e6d9710b021b2911eca6.zip |
rm
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/glproto/ChangeLog | 6 | ||||
-rw-r--r-- | x11-proto/glproto/glproto-1.4.10.ebuild | 52 |
2 files changed, 5 insertions, 53 deletions
diff --git a/x11-proto/glproto/ChangeLog b/x11-proto/glproto/ChangeLog index 2ab881a78934..3ab6c6c22c74 100644 --- a/x11-proto/glproto/ChangeLog +++ b/x11-proto/glproto/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-proto/glproto # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.73 2010/03/04 20:26:40 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.74 2010/05/27 08:57:03 scarabeus Exp $ + + 27 May 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -glproto-1.4.10.ebuild: + rm 04 Mar 2010; Raúl Porcel <armin76@gentoo.org> glproto-1.4.11.ebuild: alpha/arm/ia64/s390/sh/sparc stable diff --git a/x11-proto/glproto/glproto-1.4.10.ebuild b/x11-proto/glproto/glproto-1.4.10.ebuild deleted file mode 100644 index 537b68aabd90..000000000000 --- a/x11-proto/glproto/glproto-1.4.10.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.10.ebuild,v 1.8 2009/12/15 19:46:58 ranger Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -OPENGL_DIR="xorg-x11" - -DESCRIPTION="X.Org GL protocol headers" -LICENSE="SGI-B-2.0" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" -RDEPEND="app-admin/eselect-opengl" -DEPEND="" - -src_install() { - x-modular_src_install - - dynamic_libgl_install -} - -pkg_postinst() { - x-modular_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} || -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} -} |