From: Michał Górny Date: Wed, 21 Sep 2011 08:48:21 +0000 (+0000) Subject: Migrate to git-2. Simplify. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d0b17f1df5d2192edc9c19de4d544aa348538d26;p=gentoo.git Migrate to git-2. Simplify. Package-Manager: portage-2.2.0_alpha59/cvs/Linux x86_64 --- diff --git a/dev-python/pyopencl/ChangeLog b/dev-python/pyopencl/ChangeLog index 31c3e88566f7..14494865fad7 100644 --- a/dev-python/pyopencl/ChangeLog +++ b/dev-python/pyopencl/ChangeLog @@ -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 pyopencl-9999.ebuild: + Migrate to git-2. Simplify. 31 Dec 2010; Arfrever Frehtes Taifersar Arahesis pyopencl-0.92.ebuild, pyopencl-9999.ebuild: diff --git a/dev-python/pyopencl/pyopencl-9999.ebuild b/dev-python/pyopencl/pyopencl-9999.ebuild index 167c04553583..72d35cff77d0 100644 --- a/dev-python/pyopencl/pyopencl-9999.ebuild +++ b/dev-python/pyopencl/pyopencl-9999.ebuild @@ -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