* [gentoo-commits] gentoo-x86 commit in dev-python/pyopengl: pyopengl-3.0.1_beta2.ebuild
@ 2010-02-06 14:58 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; only message in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-02-06 14:58 UTC (permalink / raw
To: gentoo-commits
arfrever 10/02/06 14:58:24
Modified: pyopengl-3.0.1_beta2.ebuild
Log:
Use $(PYTHON -f) instead of ${python}.
(Portage version: 15324-svn/cvs/Linux x86_64)
Revision Changes Path
1.7 dev-python/pyopengl/pyopengl-3.0.1_beta2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyopengl/pyopengl-3.0.1_beta2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyopengl/pyopengl-3.0.1_beta2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyopengl/pyopengl-3.0.1_beta2.ebuild?r1=1.6&r2=1.7
Index: pyopengl-3.0.1_beta2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyopengl/pyopengl-3.0.1_beta2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pyopengl-3.0.1_beta2.ebuild 25 Jan 2010 19:47:45 -0000 1.6
+++ pyopengl-3.0.1_beta2.ebuild 6 Feb 2010 14:58:24 -0000 1.7
@@ -1,8 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopengl/pyopengl-3.0.1_beta2.ebuild,v 1.6 2010/01/25 19:47:45 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopengl/pyopengl-3.0.1_beta2.ebuild,v 1.7 2010/02/06 14:58:24 arfrever Exp $
EAPI="2"
+PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
inherit distutils
@@ -41,10 +42,9 @@
# upstream does not include docs in the tarball.
#if use doc ; then
- # einfo "Generating API docs as requested..."
# mkdir "${S}/api"
# cd "${S}/api"
- # PYTHONPATH="${S}" "${python}" "${S}/documentation/pydoc/builddocs.py" || die "generating docs failed"
+ # PYTHONPATH="${S}" "$(PYTHON -f)" "${S}/documentation/pydoc/builddocs.py" || die "Generation of documentation failed"
#fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-02-06 14:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-06 14:58 [gentoo-commits] gentoo-x86 commit in dev-python/pyopengl: pyopengl-3.0.1_beta2.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox