diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-14 16:02:24 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-14 16:02:24 +0000 |
commit | 9dbc930044a34e8d96ae9daf127dd88b4ae1a551 (patch) | |
tree | 10bcae2609993696087c0de5b08651f0248bb926 /x11-proto/glproto | |
parent | old (diff) | |
download | historical-9dbc930044a34e8d96ae9daf127dd88b4ae1a551.tar.gz historical-9dbc930044a34e8d96ae9daf127dd88b4ae1a551.tar.bz2 historical-9dbc930044a34e8d96ae9daf127dd88b4ae1a551.zip |
Drop old.
Diffstat (limited to 'x11-proto/glproto')
-rw-r--r-- | x11-proto/glproto/Manifest | 2 | ||||
-rw-r--r-- | x11-proto/glproto/glproto-1.4.11.ebuild | 54 |
2 files changed, 0 insertions, 56 deletions
diff --git a/x11-proto/glproto/Manifest b/x11-proto/glproto/Manifest index ff51d44548f4..af02e1f7960e 100644 --- a/x11-proto/glproto/Manifest +++ b/x11-proto/glproto/Manifest @@ -1,6 +1,4 @@ -DIST glproto-1.4.11.tar.bz2 108416 RMD160 718d99815c26d5b810ecf61bd6e67e8f49306ade SHA1 7c2a723d488dc0e09e7e0e28bde838502d774b16 SHA256 fe481d89d74f01db4f3a671ef1f29df29da74dff5b678517ee659a6f9d819451 DIST glproto-1.4.12.tar.bz2 106968 RMD160 be4b6a8277681c5fd9be2bd87a0085de538ad721 SHA1 50f8bdae2c71b4bc4df421102f5f08a3fc417779 SHA256 48be7a9d190b600210e5ad08b4e8862a6b08e72dc52dbdf324716a888eb457de -EBUILD glproto-1.4.11.ebuild 1421 RMD160 5e8178ab1fc52c69f3033feeaf666f72eab2c3c0 SHA1 abc76848bf8cddf862adc84ba097dff62d5978a2 SHA256 6eec1eacddaf196e9c6972a3c0422570694312fc4ec88b4ca624d95f6e86ea68 EBUILD glproto-1.4.12.ebuild 1331 RMD160 5a55f6e24f49627deb7824cd5708734a13eaa077 SHA1 aa0760b8d8c684792de0ac81b8ab8681fc3726aa SHA256 bc0e53f677cf4d500ac937c9ad1f2b88a5c3f8c97e289bf5ebe4c4a6b3df5760 MISC ChangeLog 9714 RMD160 5bf3e9859c6f26640dbf7cb88ac0238abd2de8d0 SHA1 5e6988aebf496e96d9e5db5dab5c150ed0372242 SHA256 24cd25977f010ec03d4a522db207f07c38556bdef5fde8bc2df2ec092b2b68a9 MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055 diff --git a/x11-proto/glproto/glproto-1.4.11.ebuild b/x11-proto/glproto/glproto-1.4.11.ebuild deleted file mode 100644 index eb80d4d4a563..000000000000 --- a/x11-proto/glproto/glproto-1.4.11.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.11.ebuild,v 1.7 2010/03/04 20:26:40 armin76 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 ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -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() { - use prefix || ED="${D}" - - # 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 "${ED}"/usr/include/GL/{glxtokens.h,glxmd.h,glxproto.h}; do - if [[ -f ${x} || -L ${x} ]]; then - mv -f "${x}" "${ED}"/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} -} |