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

dev-python/pycuda/ChangeLog
dev-python/pycuda/pycuda-9999.ebuild
dev-python/remoteobjects/ChangeLog
dev-python/remoteobjects/remoteobjects-99999999.ebuild

index 4a9d869e6d243b851fc4d6bec08e5676f31ae6da..deea8d5c822d389ef4fe26924ddb034df566d8ac 100644 (file)
@@ -1,6 +1,9 @@
 # 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)
 
index 21fb31c390ab30cb1250ce4872315ef6ebafb169..c14c83f1f5ff38f990d4ad9dd3b0197aa1170977 100644 (file)
@@ -1,11 +1,11 @@
 # 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"
 
@@ -27,7 +27,7 @@ RDEPEND="=dev-python/pytools-9999
 DEPEND="${RDEPEND}"
 
 src_unpack() {
-       git_src_unpack
+       git-2_src_unpack
 }
 
 src_configure() {
index 2232498b0ef970418d5741141e60195c9aa946d3..9106b4067a60d8fe041c7acc2b5e4a53c0492bf4 100644 (file)
@@ -1,6 +1,10 @@
 # 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:
index 6095f91b81745c79ccd191a8318e3d694fd852b0..aad3a20bb87bfb8648328f4ae18c5215dcaea327 100644 (file)
@@ -1,6 +1,6 @@
 # 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"
@@ -11,8 +11,9 @@ DISTUTILS_SRC_TEST="nosetests"
 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"