diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-21 07:44:16 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-21 07:44:16 +0000 |
commit | b6a4efacff8bbf106e667b3edc506fe395d99e5e (patch) | |
tree | fde079f7a27ba41e112a17382dd3c5ef4a0ae048 /app-mobilephone | |
parent | Migrate to git-2. (diff) | |
download | gentoo-2-b6a4efacff8bbf106e667b3edc506fe395d99e5e.tar.gz gentoo-2-b6a4efacff8bbf106e667b3edc506fe395d99e5e.tar.bz2 gentoo-2-b6a4efacff8bbf106e667b3edc506fe395d99e5e.zip |
Migrate to git-2.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/gnokii/ChangeLog | 5 | ||||
-rw-r--r-- | app-mobilephone/gnokii/gnokii-9999.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-mobilephone/gnokii/ChangeLog b/app-mobilephone/gnokii/ChangeLog index 8897b86fe1e8..f20224a6491e 100644 --- a/app-mobilephone/gnokii/ChangeLog +++ b/app-mobilephone/gnokii/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-mobilephone/gnokii # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.112 2011/07/22 12:06:53 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.113 2011/09/21 07:44:16 mgorny Exp $ + + 21 Sep 2011; Michał Górny <mgorny@gentoo.org> gnokii-9999.ebuild: + Migrate to git-2. 22 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> gnokii-0.6.29.ebuild: ppc/ppc64 stable wrt #332043 diff --git a/app-mobilephone/gnokii/gnokii-9999.ebuild b/app-mobilephone/gnokii/gnokii-9999.ebuild index ff8673656827..c26a24faaa59 100644 --- a/app-mobilephone/gnokii/gnokii-9999.ebuild +++ b/app-mobilephone/gnokii/gnokii-9999.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/app-mobilephone/gnokii/gnokii-9999.ebuild,v 1.8 2011/03/27 12:11:23 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-9999.ebuild,v 1.9 2011/09/21 07:44:16 mgorny Exp $ EAPI=2 @@ -13,8 +13,9 @@ if [ "$PV" != "9999" ]; then else SRC_URI="" KEYWORDS="" - EGIT_REPO_URI="git://git.savannah.nongnu.org/gnokii.git" - inherit git + EGIT_REPO_URI="git://git.savannah.nongnu.org/${PN}.git + http://git.savannah.gnu.org/r/${PN}.git" + inherit git-2 fi DESCRIPTION="user space driver and tools for use with mobile phones" |