To correctly support the entire Google API library set, do we need a separate ebuild for every single one? This definitely can be automated.
https://godoc.org/google.golang.org/api With golang-vcs, using google.golang.org/api for GO_PN is not working and I think it is because each package must be dealt with separately. Back story: I have an ebuild I made a while ago back when the norm was to hack up a copy of GOROOT minus the package and build the package with that root, then install. It is located here: https://github.com/Tatsh/tatsh-overlay/blob/master/dev-go/google-api-go-client/google-api-go-client-0_p20150428.ebuild I do need to update all my Go ebuilds for golang-* eclasses, not just this one, because the old way was to install to /usr/lib/go rather than /usr/lib/go-gentoo. But besides that, this ebuild was only intended to fulfil the dependencies of Odeke Drive (a Google Drive client, especially since Grive is now dead due to API changes). You can see this in the loop that only deals with the packages drive/v2 and googleapi. (Just to note, I would love to see Odeke Drive in the tree as there is no longer a working Google Drive client in the tree.) Thanks Andrew
