From: Arfrever Frehtes Taifersar Arahesis Date: Tue, 2 Oct 2018 19:29:17 +0000 (+0200) Subject: dev-libs/protobuf: Update homepage. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=50c1666b6147224df070fe0d05ef78ad17d81026;p=gentoo.git dev-libs/protobuf: Update homepage. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Signed-off-by: Mike Gilbert --- diff --git a/dev-libs/protobuf/files/protobuf-3.4.0-protoc_input_output_files.patch b/dev-libs/protobuf/files/protobuf-3.4.0-protoc_input_output_files.patch index a7d338e99289..75c4dc28ee4a 100644 --- a/dev-libs/protobuf/files/protobuf-3.4.0-protoc_input_output_files.patch +++ b/dev-libs/protobuf/files/protobuf-3.4.0-protoc_input_output_files.patch @@ -1,4 +1,4 @@ -https://github.com/google/protobuf/pull/235 +https://github.com/protocolbuffers/protobuf/pull/235 --- /src/google/protobuf/compiler/command_line_interface.cc +++ /src/google/protobuf/compiler/command_line_interface.cc diff --git a/dev-libs/protobuf/files/protobuf-3.5.0-atomic_operations.patch b/dev-libs/protobuf/files/protobuf-3.5.0-atomic_operations.patch index 7a88e8379500..9582431d41f6 100644 --- a/dev-libs/protobuf/files/protobuf-3.5.0-atomic_operations.patch +++ b/dev-libs/protobuf/files/protobuf-3.5.0-atomic_operations.patch @@ -1,6 +1,6 @@ -https://github.com/google/protobuf/issues/3937 -https://github.com/google/protobuf/pull/3955 -https://github.com/google/protobuf/commit/642e1ac635f2563b4a14c255374f02645ae85dac +https://github.com/protocolbuffers/protobuf/issues/3937 +https://github.com/protocolbuffers/protobuf/pull/3955 +https://github.com/protocolbuffers/protobuf/commit/642e1ac635f2563b4a14c255374f02645ae85dac --- /src/google/protobuf/stubs/atomicops_internals_generic_gcc.h +++ /src/google/protobuf/stubs/atomicops_internals_generic_gcc.h diff --git a/dev-libs/protobuf/files/protobuf-3.6.0-protoc_input_output_files.patch b/dev-libs/protobuf/files/protobuf-3.6.0-protoc_input_output_files.patch index f515b6cd1a47..8b583522f464 100644 --- a/dev-libs/protobuf/files/protobuf-3.6.0-protoc_input_output_files.patch +++ b/dev-libs/protobuf/files/protobuf-3.6.0-protoc_input_output_files.patch @@ -1,4 +1,4 @@ -https://github.com/google/protobuf/pull/235 +https://github.com/protocolbuffers/protobuf/pull/235 --- /src/google/protobuf/compiler/command_line_interface.cc +++ /src/google/protobuf/compiler/command_line_interface.cc diff --git a/dev-libs/protobuf/metadata.xml b/dev-libs/protobuf/metadata.xml index 6aeca898035f..f37667040e4f 100644 --- a/dev-libs/protobuf/metadata.xml +++ b/dev-libs/protobuf/metadata.xml @@ -13,6 +13,6 @@ Soname version number - google/protobuf + protocolbuffers/protobuf diff --git a/dev-libs/protobuf/protobuf-3.5.1.1.ebuild b/dev-libs/protobuf/protobuf-3.5.1.1.ebuild index ea6e36624008..b64b56a4da19 100644 --- a/dev-libs/protobuf/protobuf-3.5.1.1.ebuild +++ b/dev-libs/protobuf/protobuf-3.5.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -6,8 +6,8 @@ EAPI="6" inherit autotools elisp-common flag-o-matic multilib-minimal toolchain-funcs DESCRIPTION="Google's Protocol Buffers - Extensible mechanism for serializing structured data" -HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/google/protobuf" -SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/protocolbuffers/protobuf" +SRC_URI="https://github.com/protocolbuffers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/15" diff --git a/dev-libs/protobuf/protobuf-3.5.2.ebuild b/dev-libs/protobuf/protobuf-3.5.2.ebuild index 1f060c91027f..eb1466f8f448 100644 --- a/dev-libs/protobuf/protobuf-3.5.2.ebuild +++ b/dev-libs/protobuf/protobuf-3.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -6,8 +6,8 @@ EAPI="6" inherit autotools elisp-common flag-o-matic multilib-minimal toolchain-funcs DESCRIPTION="Google's Protocol Buffers - Extensible mechanism for serializing structured data" -HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/google/protobuf" -SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/protocolbuffers/protobuf" +SRC_URI="https://github.com/protocolbuffers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/15" diff --git a/dev-libs/protobuf/protobuf-3.6.0.1.ebuild b/dev-libs/protobuf/protobuf-3.6.0.1.ebuild index 463b4135d83e..fc490f98194c 100644 --- a/dev-libs/protobuf/protobuf-3.6.0.1.ebuild +++ b/dev-libs/protobuf/protobuf-3.6.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -6,8 +6,8 @@ EAPI="6" inherit autotools elisp-common flag-o-matic multilib-minimal toolchain-funcs DESCRIPTION="Google's Protocol Buffers - Extensible mechanism for serializing structured data" -HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/google/protobuf" -SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/protocolbuffers/protobuf" +SRC_URI="https://github.com/protocolbuffers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/16" diff --git a/dev-libs/protobuf/protobuf-3.6.1.ebuild b/dev-libs/protobuf/protobuf-3.6.1.ebuild index 05027c009a55..3b3bdeaf3517 100644 --- a/dev-libs/protobuf/protobuf-3.6.1.ebuild +++ b/dev-libs/protobuf/protobuf-3.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -6,8 +6,8 @@ EAPI="6" inherit autotools elisp-common flag-o-matic multilib-minimal toolchain-funcs DESCRIPTION="Google's Protocol Buffers - Extensible mechanism for serializing structured data" -HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/google/protobuf" -SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/protocolbuffers/protobuf" +SRC_URI="https://github.com/protocolbuffers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/17"