Migrate to git-2. Simplify.
authorMichał Górny <mgorny@gentoo.org>
Wed, 21 Sep 2011 08:48:21 +0000 (08:48 +0000)
committerMichał Górny <mgorny@gentoo.org>
Wed, 21 Sep 2011 08:48:21 +0000 (08:48 +0000)
Package-Manager: portage-2.2.0_alpha59/cvs/Linux x86_64

dev-python/pyopencl/ChangeLog
dev-python/pyopencl/pyopencl-9999.ebuild

index 31c3e88566f775af9d06e282f29215a2735d9066..14494865fad7f35d9fd9cdfd58203f74d8fb8796 100644 (file)
@@ -1,6 +1,9 @@
 # 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:
index 167c04553583bcae461a5defa2e86092f9c700f4..72d35cff77d0490cb2c559b77ec2b0ad1c8e3558 100644 (file)
@@ -1,13 +1,13 @@
-# 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"
 
@@ -26,11 +26,6 @@ RDEPEND=">=dev-python/numpy-1.0.4
 DEPEND="${RDEPEND}
        dev-libs/boost[python]"
 
-src_unpack()
-{
-       git_src_unpack
-}
-
 src_configure()
 {
        if use opengl; then