net-misc/google-cloud-sdk: bump to 188.0.1

Bump google-cloud-sdk to latest. Remove python3 files from yet another
place in src_prepare. Do not "doman" since there are no longer any man
pages.
This commit is contained in:
Andrew Jeddeloh 2018-02-09 10:50:13 -08:00
parent 56f138af4a
commit 29935edc95
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
DIST google-cloud-sdk-138.0.0-linux-x86_64.tar.gz 9105906 SHA256 dc370f43b0296c5e53ca53201b526f8de2d5fbeafc9fecdc55391bb9535fc4f8 SHA512 929e45cb53f7a2e3077f6b7e21c38189cfb4de5076cbcdd56fde76dffa4c770ffa4d78ff90d0da65fa477b1cbb30e50859538bf41a188fd3cbdd02cd89d8042a WHIRLPOOL d157b559363f498dba9a8545d72cdc24bfa55bfab5a5238442c1d61750944ef8b79c73a43402910d009c6df9e2bd085a1d3a634e0b4a44457c5772b28ed40555
DIST google-cloud-sdk-188.0.1-linux-x86_64.tar.gz 18563397 SHA256 2966e8c21b4176037cc7f1916a170f2b6c7fcdb563cde25e26063986d2bdc047 SHA512 5106cbff6ceb195c968f08126a0a63ac16e23d28e4072770674182e9b466d1d8bf66c1b675ff38f58cf2317e87544b76de982c911c765d9cfbae9b5d3361ce66 WHIRLPOOL 0ec82dfc892a68875a4a154583d043bdc9de53a0b51be117f9b6553d142cfbc57272f900f5b8f3fb61c20ad9e07e07bb3767c5c090fb3a6314aaaa2a7900c4ed

View File

@ -27,6 +27,7 @@ RDEPEND="${DEPEND}
src_prepare() {
# Drop unnused python3 code
rm -r lib/third_party/httplib2/python3 || die
rm -r platform/gsutil/third_party/httplib2/python3 || die
# Use the compiled crcmod from the system
rm -r platform/gsutil/third_party/{crcmod,crcmod_osx} || die
@ -42,7 +43,6 @@ src_install() {
dobin "${FILESDIR}/"{gcloud,gsutil}
dodoc LICENSE README RELEASE_NOTES
doman help/man/man1/*.1
newbashcomp completion.bash.inc gcloud
bashcomp_alias gcloud gsutil