# ChangeLog for dev-python/pyopencl
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopencl/ChangeLog,v 1.7 2010/12/31 16:51:22 arfrever Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopencl/ChangeLog,v 1.8 2011/09/21 08:48:21 mgorny Exp $
+
+ 21 Sep 2011; Michał Górny <mgorny@gentoo.org> pyopencl-9999.ebuild:
+ Migrate to git-2. Simplify.
31 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
pyopencl-0.92.ebuild, pyopencl-9999.ebuild:
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopencl/pyopencl-9999.ebuild,v 1.5 2010/12/31 16:55:04 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopencl/pyopencl-9999.ebuild,v 1.6 2011/09/21 08:48:21 mgorny Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
-inherit git distutils
+inherit distutils git-2
EGIT_REPO_URI="http://git.tiker.net/trees/pyopencl.git"
DEPEND="${RDEPEND}
dev-libs/boost[python]"
-src_unpack()
-{
- git_src_unpack
-}
-
src_configure()
{
if use opengl; then