diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-01-11 22:36:50 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-01-11 22:36:50 +0000 |
commit | 65375cc6e7c3aa37b1dfa41da33c67d1573dd431 (patch) | |
tree | 0a09943f21127f7dc46466e84564f7957bcfabf4 /net-misc/grive | |
parent | updated SRC_URI (diff) | |
download | gentoo-2-65375cc6e7c3aa37b1dfa41da33c67d1573dd431.tar.gz gentoo-2-65375cc6e7c3aa37b1dfa41da33c67d1573dd431.tar.bz2 gentoo-2-65375cc6e7c3aa37b1dfa41da33c67d1573dd431.zip |
updated SRC_URI
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'net-misc/grive')
-rw-r--r-- | net-misc/grive/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/grive/grive-0.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/grive/ChangeLog b/net-misc/grive/ChangeLog index 48581da3fb0d..149a6e119d99 100644 --- a/net-misc/grive/ChangeLog +++ b/net-misc/grive/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/grive -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/ChangeLog,v 1.8 2012/11/13 02:36:08 ottxor Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/ChangeLog,v 1.9 2013/01/11 22:36:50 ottxor Exp $ + + 11 Jan 2013; Christoph Junghans <ottxor@gentoo.org> grive-0.2.0.ebuild: + updated SRC_URI 13 Nov 2012; Christoph Junghans <ottxor@gentoo.org> +files/grive-0.2.0-check-bfd.h.patch, grive-0.2.0.ebuild: diff --git a/net-misc/grive/grive-0.2.0.ebuild b/net-misc/grive/grive-0.2.0.ebuild index f399eabbb3ba..7092cc7a204d 100644 --- a/net-misc/grive/grive-0.2.0.ebuild +++ b/net-misc/grive/grive-0.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/grive-0.2.0.ebuild,v 1.5 2012/11/13 02:36:08 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/grive-0.2.0.ebuild,v 1.6 2013/01/11 22:36:50 ottxor Exp $ EAPI=4 @@ -11,7 +11,7 @@ if [[ ${PV} = *9999 ]]; then EGIT_REPO_URI="git://github.com/Grive/${PN}.git" else inherit eutils vcs-snapshot - SRC_URI="https://github.com/Grive/${PN}/tarball/v${PV} -> ${P}.tar.gz" + SRC_URI="mirror://github/Grive/${PN}/tarball/v${PV} -> ${P}.tar.gz" fi DESCRIPTION="an open source Linux client for Google Drive" |