summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-04-04 01:38:52 +0000
committerIan Delaney <idella4@gentoo.org>2014-04-04 01:38:52 +0000
commit0a0641611f60df6550f19580f972bc027b86a8fd (patch)
treec1b2996bdbf0c10d8e1b2ec7cf576850b75fe135 /dev-python/pyopencl
parentRemove myself as maintainer. (diff)
downloadgentoo-2-0a0641611f60df6550f19580f972bc027b86a8fd.tar.gz
gentoo-2-0a0641611f60df6550f19580f972bc027b86a8fd.tar.bz2
gentoo-2-0a0641611f60df6550f19580f972bc027b86a8fd.zip
Rm doc build, fixes Bug #506688
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/pyopencl')
-rw-r--r--dev-python/pyopencl/ChangeLog5
-rw-r--r--dev-python/pyopencl/pyopencl-2013.2-r1.ebuild6
2 files changed, 5 insertions, 6 deletions
diff --git a/dev-python/pyopencl/ChangeLog b/dev-python/pyopencl/ChangeLog
index 17ed09441f08..312315fcafc5 100644
--- a/dev-python/pyopencl/ChangeLog
+++ b/dev-python/pyopencl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyopencl
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopencl/ChangeLog,v 1.23 2014/04/03 08:55:51 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopencl/ChangeLog,v 1.24 2014/04/04 01:38:52 idella4 Exp $
+
+ 04 Apr 2014; Ian Delaney <idella4@gentoo.org> pyopencl-2013.2-r1.ebuild:
+ Rm doc build, fixes Bug #506688
*pyopencl-2013.2-r1 (03 Apr 2014)
diff --git a/dev-python/pyopencl/pyopencl-2013.2-r1.ebuild b/dev-python/pyopencl/pyopencl-2013.2-r1.ebuild
index 1de7e4e55c11..17080712274d 100644
--- a/dev-python/pyopencl/pyopencl-2013.2-r1.ebuild
+++ b/dev-python/pyopencl/pyopencl-2013.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopencl/pyopencl-2013.2-r1.ebuild,v 1.1 2014/04/03 08:55:51 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopencl/pyopencl-2013.2-r1.ebuild,v 1.2 2014/04/04 01:38:52 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
@@ -38,10 +38,6 @@ src_configure()
"${myconf[@]}"
}
-python_compile_all() {
- use doc && emake -C doc html
-}
-
python_install_all() {
if use examples; then
local EXAMPLES=( examples/. )