# ChangeLog for dev-python/pycuda
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/ChangeLog,v 1.11 2011/09/05 22:36:05 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/ChangeLog,v 1.12 2011/09/21 08:48:19 mgorny Exp $
+
+ 21 Sep 2011; Michał Górny <mgorny@gentoo.org> pycuda-9999.ebuild:
+ Migrate to git-2.
*pycuda-2011.1.2 (05 Sep 2011)
# Copyright 1999-2011 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.7 2011/01/01 21:15:03 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/pycuda-9999.ebuild,v 1.8 2011/09/21 08:48:19 mgorny Exp $
EAPI="3"
PYTHON_DEPEND="2"
-inherit git distutils
+inherit git-2 distutils
EGIT_REPO_URI="http://git.tiker.net/trees/pycuda.git"
DEPEND="${RDEPEND}"
src_unpack() {
- git_src_unpack
+ git-2_src_unpack
}
src_configure() {
# ChangeLog for dev-python/remoteobjects
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/remoteobjects/ChangeLog,v 1.2 2011/04/07 17:58:01 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/remoteobjects/ChangeLog,v 1.3 2011/09/21 08:46:37 mgorny Exp $
+
+ 21 Sep 2011; Michał Górny <mgorny@gentoo.org>
+ remoteobjects-99999999.ebuild:
+ Migrate to git-2.
07 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
remoteobjects-99999999.ebuild:
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/remoteobjects/remoteobjects-99999999.ebuild,v 1.2 2011/04/07 17:58:01 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/remoteobjects/remoteobjects-99999999.ebuild,v 1.3 2011/09/21 08:46:37 mgorny Exp $
EAPI="3"
PYTHON_DEPEND="2"
inherit distutils
if [[ ${PV} == "99999999" ]] ; then
- EGIT_REPO_URI="git://github.com/LegNeato/remoteobjects.git"
- inherit git
+ EGIT_REPO_URI="git://github.com/LegNeato/${PN}.git
+ https://github.com/LegNeato/${PN}.git"
+ inherit git-2
fi
DESCRIPTION="subclassable Python objects for working with JSON REST APIs"