gsutil: update to upstream Gentoo r1

Install VERSION file since gsutil sometimes wants to read it.

Upstream bug <https://bugs.gentoo.org/show_bug.cgi?id=394471>

Modified to keep the x86 and amd64 platforms marked stable.

BUG=None
TEST=Re-emerged gsutil in chroot, no longer errors on 'gsutil version'
TEST='cbuildbot x86-generic-full' works without complaint

Change-Id: Ie54399fd077f3ad2136a586bdee4b085d1810ed5
Reviewed-on: https://gerrit.chromium.org/gerrit/15105
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Commit-Ready: Chris Wolfe <cwolfe@chromium.org>
Tested-by: Chris Wolfe <cwolfe@chromium.org>
This commit is contained in:
Chris Wolfe 2012-01-31 13:46:06 -05:00 committed by Gerrit
parent 3a2a36859c
commit c0168afc2c

View 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/net-misc/gsutil/gsutil-2011.21.11.ebuild,v 1.3 2011/11/29 16:49:23 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/net-misc/gsutil/gsutil-2011.21.11-r1.ebuild,v 1.1 2011/12/13 19:55:27 vapier Exp $
EAPI="3"
@ -41,7 +41,7 @@ src_install() {
dobin gsutil || die
insinto /usr/$(get_libdir)/${PN}
doins -r gslib oauth2_plugin third_party || die
doins -r gslib oauth2_plugin third_party VERSION || die
dodoc README
if use examples ; then