There is no email for google protocol buffers. http://code.google.com/apis/protocolbuffers/ Reproducible: Always dunno mucho about ebuilds but this seems to be a start # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils DESCRIPTION="Google Protocol Buffers" HOMEPAGE="http://code.google.com/p/protobuf/" SRC_URI="http://protobuf.googlecode.com/files/${P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND="" DEPEND="${RDEPEND}" src_install() { emake install DESTDIR="${D}" || die "make install failed" dodoc README ChangeLog TOD }
protobuf is in portage for a long time now. Closing...