diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-04-10 17:22:11 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-04-10 17:22:11 +0000 |
commit | 0adfbc2da6495f3045fc97a72d079bd456628bca (patch) | |
tree | 748b3afcdcaa056f5319a5e3998c913ed2f091e2 /app-emulation/emul-linux-x86-opengl | |
parent | Mask upcoming emul-linux-x86-opengl version (diff) | |
download | gentoo-2-0adfbc2da6495f3045fc97a72d079bd456628bca.tar.gz gentoo-2-0adfbc2da6495f3045fc97a72d079bd456628bca.tar.bz2 gentoo-2-0adfbc2da6495f3045fc97a72d079bd456628bca.zip |
Version bump
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/emul-linux-x86-opengl')
-rw-r--r-- | app-emulation/emul-linux-x86-opengl/ChangeLog | 9 | ||||
-rw-r--r-- | app-emulation/emul-linux-x86-opengl/emul-linux-x86-opengl-20100410_pre.ebuild | 25 |
2 files changed, 33 insertions, 1 deletions
diff --git a/app-emulation/emul-linux-x86-opengl/ChangeLog b/app-emulation/emul-linux-x86-opengl/ChangeLog index 36e50bb59a8c..2ca89bff9087 100644 --- a/app-emulation/emul-linux-x86-opengl/ChangeLog +++ b/app-emulation/emul-linux-x86-opengl/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-emulation/emul-linux-x86-opengl # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-opengl/ChangeLog,v 1.2 2010/04/10 13:49:46 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-opengl/ChangeLog,v 1.3 2010/04/10 17:22:11 pacho Exp $ + +*emul-linux-x86-opengl-20100410_pre (10 Apr 2010) + + 10 Apr 2010; Pacho Ramos <pacho@gentoo.org> + +emul-linux-x86-opengl-20100410_pre.ebuild: + Version bump including testing versions as requested by scarabeus to let + people using latest Xorg have 3D support. 10 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> emul-linux-x86-opengl-20100409.ebuild: diff --git a/app-emulation/emul-linux-x86-opengl/emul-linux-x86-opengl-20100410_pre.ebuild b/app-emulation/emul-linux-x86-opengl/emul-linux-x86-opengl-20100410_pre.ebuild new file mode 100644 index 000000000000..399762277684 --- /dev/null +++ b/app-emulation/emul-linux-x86-opengl/emul-linux-x86-opengl-20100410_pre.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-opengl/emul-linux-x86-opengl-20100410_pre.ebuild,v 1.1 2010/04/10 17:22:11 pacho Exp $ + +inherit emul-linux-x86 + +LICENSE="LGPL-2 MIT" + +KEYWORDS="-* ~amd64 ~amd64-linux" +IUSE="" + +DEPEND="app-admin/eselect-opengl" +RDEPEND=">=app-emulation/emul-linux-x86-xlibs-20100409 + !<app-emulation/emul-linux-x86-xlibs-20100409 + media-libs/mesa" + +src_unpack() { + emul-linux-x86_src_unpack + rm -f "${S}/usr/lib32/libGL.so" || die +} + +pkg_postinst() { + #update GL symlinks + eselect opengl set --use-old +} |