Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 199633 | Differences between
and this patch

Collapse All | Expand All

(-)eselect-opengl-1.0.5.ebuild.old (-1 / +2 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-opengl/eselect-opengl-1.0.5.ebuild,v 1.14 2007/07/01 22:53:00 peper Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-opengl/eselect-opengl-1.0.5.ebuild,v 1.14 2007/07/01 22:53:00 peper Exp $
4
4
5
inherit multilib
5
inherit multilib eutils
6
6
7
DESCRIPTION="Utility to change the OpenGL interface being used"
7
DESCRIPTION="Utility to change the OpenGL interface being used"
8
HOMEPAGE="http://www.gentoo.org/"
8
HOMEPAGE="http://www.gentoo.org/"
Lines 35-40 Link Here
35
	mv opengl.eselect-${PV} opengl.eselect
35
	mv opengl.eselect-${PV} opengl.eselect
36
	mv glext.h-${GLEXT} glext.h
36
	mv glext.h-${GLEXT} glext.h
37
	mv glxext.h-${GLXEXT} glxext.h
37
	mv glxext.h-${GLXEXT} glxext.h
38
	epatch ${FILESDIR}/eselect-opengl.patch
38
}
39
}
39
40
40
pkg_preinst() {
41
pkg_preinst() {

Return to bug 199633