diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-21 08:46:37 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-21 08:46:37 +0000 |
commit | ccd5d2bbaf5f88918fc0be510b983296cb24468b (patch) | |
tree | 936a318de7204bb55fc2cfe98c3d3c6efa01fcb3 /dev-python/remoteobjects | |
parent | Migrate to git-2. (diff) | |
download | gentoo-2-ccd5d2bbaf5f88918fc0be510b983296cb24468b.tar.gz gentoo-2-ccd5d2bbaf5f88918fc0be510b983296cb24468b.tar.bz2 gentoo-2-ccd5d2bbaf5f88918fc0be510b983296cb24468b.zip |
Migrate to git-2.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/remoteobjects')
-rw-r--r-- | dev-python/remoteobjects/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/remoteobjects/remoteobjects-99999999.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-python/remoteobjects/ChangeLog b/dev-python/remoteobjects/ChangeLog index 2232498b0ef9..9106b4067a60 100644 --- a/dev-python/remoteobjects/ChangeLog +++ b/dev-python/remoteobjects/ChangeLog @@ -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: diff --git a/dev-python/remoteobjects/remoteobjects-99999999.ebuild b/dev-python/remoteobjects/remoteobjects-99999999.ebuild index 6095f91b8174..aad3a20bb87b 100644 --- a/dev-python/remoteobjects/remoteobjects-99999999.ebuild +++ b/dev-python/remoteobjects/remoteobjects-99999999.ebuild @@ -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" |