From 5754796d929b850243a3d6f7662e7bacbe29ed22 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Sat, 14 Nov 2009 16:50:24 +0000 Subject: Drop kewords on live package. Fix QA issues on it. Package-Manager: portage-2.2_rc49/cvs/Linux x86_64 --- dev-python/pycuda/pycuda-9999.ebuild | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'dev-python/pycuda/pycuda-9999.ebuild') diff --git a/dev-python/pycuda/pycuda-9999.ebuild b/dev-python/pycuda/pycuda-9999.ebuild index c0ac321fc84b..a2675be077e0 100644 --- a/dev-python/pycuda/pycuda-9999.ebuild +++ b/dev-python/pycuda/pycuda-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/pycuda-9999.ebuild,v 1.1 2009/08/09 08:44:46 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/pycuda-9999.ebuild,v 1.2 2009/11/14 16:50:24 scarabeus Exp $ # Ebuild generated by g-pypi 0.2.1 (rev. 204) EAPI="2" @@ -15,7 +15,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="examples" RDEPEND="=dev-python/pytools-9999 @@ -27,16 +27,13 @@ DEPEND="${RDEPEND}" src_unpack() { git_src_unpack - cd "${S}" } -src_configure() -{ +src_configure() { ./configure.py --cuda-root="${ROOT}opt/cuda" --boost-python-libname=boost_python-mt --boost-thread-libname=boost_thread-mt --boost-compiler=gcc } -src_install() -{ +src_install() { distutils_src_install insinto /usr/share/doc/${PF} if use examples; then @@ -44,8 +41,7 @@ src_install() fi } -pkg_postinst() -{ +pkg_postinst() { distutils_pkg_postinst if use examples; then elog "Some of the examples provided by this package require dev-python/matplotlib." -- cgit v1.2.3-65-gdbad