summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-11-14 16:50:24 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-11-14 16:50:24 +0000
commit5754796d929b850243a3d6f7662e7bacbe29ed22 (patch)
tree3842492b190776895a17a87d032eb2d06fc29c74 /dev-python/pycuda/pycuda-9999.ebuild
parentalpha/ia64/s390 stable wrt #291523 (diff)
downloadhistorical-5754796d929b850243a3d6f7662e7bacbe29ed22.tar.gz
historical-5754796d929b850243a3d6f7662e7bacbe29ed22.tar.bz2
historical-5754796d929b850243a3d6f7662e7bacbe29ed22.zip
Drop kewords on live package. Fix QA issues on it.
Package-Manager: portage-2.2_rc49/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pycuda/pycuda-9999.ebuild')
-rw-r--r--dev-python/pycuda/pycuda-9999.ebuild14
1 files changed, 5 insertions, 9 deletions
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."