From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CD7ED138334 for ; Tue, 2 Oct 2018 20:08:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F9A8E07E0; Tue, 2 Oct 2018 20:08:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F357BE07E0 for ; Tue, 2 Oct 2018 20:08:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAC58335CC8 for ; Tue, 2 Oct 2018 20:08:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34325432 for ; Tue, 2 Oct 2018 20:08:09 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1538510845.8a8a3a0f1b5a7f5b715cfc0df75f034fc6b3e478.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/protobuf-java/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/protobuf-java/metadata.xml dev-java/protobuf-java/protobuf-java-3.5.1.1.ebuild dev-java/protobuf-java/protobuf-java-3.5.2.ebuild dev-java/protobuf-java/protobuf-java-3.6.0.1.ebuild dev-java/protobuf-java/protobuf-java-3.6.1.ebuild X-VCS-Directories: dev-java/protobuf-java/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 8a8a3a0f1b5a7f5b715cfc0df75f034fc6b3e478 X-VCS-Branch: master Date: Tue, 2 Oct 2018 20:08:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f33d93d5-4465-4b8a-af68-93e2cc6fad1a X-Archives-Hash: b523d481801eaa77f931a6c56b6278b3 commit: 8a8a3a0f1b5a7f5b715cfc0df75f034fc6b3e478 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Tue Oct 2 19:34:30 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Oct 2 20:07:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a8a3a0f dev-java/protobuf-java: Update homepage. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Mike Gilbert gentoo.org> dev-java/protobuf-java/metadata.xml | 2 +- dev-java/protobuf-java/protobuf-java-3.5.1.1.ebuild | 6 +++--- dev-java/protobuf-java/protobuf-java-3.5.2.ebuild | 6 +++--- dev-java/protobuf-java/protobuf-java-3.6.0.1.ebuild | 6 +++--- dev-java/protobuf-java/protobuf-java-3.6.1.ebuild | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/dev-java/protobuf-java/metadata.xml b/dev-java/protobuf-java/metadata.xml index 8ed30cca824..0697e5cc44b 100644 --- a/dev-java/protobuf-java/metadata.xml +++ b/dev-java/protobuf-java/metadata.xml @@ -20,6 +20,6 @@ Soname version number of Protobuf - google/protobuf + protocolbuffers/protobuf diff --git a/dev-java/protobuf-java/protobuf-java-3.5.1.1.ebuild b/dev-java/protobuf-java/protobuf-java-3.5.1.1.ebuild index d734039adfe..c0a6932d514 100644 --- a/dev-java/protobuf-java/protobuf-java-3.5.1.1.ebuild +++ b/dev-java/protobuf-java/protobuf-java-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" @@ -7,8 +7,8 @@ JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Google's Protocol Buffers - Java bindings" -HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/google/protobuf" -SRC_URI="https://github.com/google/protobuf/archive/v${PV}.tar.gz -> protobuf-${PV}.tar.gz" +HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/protocolbuffers/protobuf" +SRC_URI="https://github.com/protocolbuffers/protobuf/archive/v${PV}.tar.gz -> protobuf-${PV}.tar.gz" LICENSE="BSD" SLOT="0/15" diff --git a/dev-java/protobuf-java/protobuf-java-3.5.2.ebuild b/dev-java/protobuf-java/protobuf-java-3.5.2.ebuild index 77039bfd60d..c60c8f9317b 100644 --- a/dev-java/protobuf-java/protobuf-java-3.5.2.ebuild +++ b/dev-java/protobuf-java/protobuf-java-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" @@ -7,8 +7,8 @@ JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Google's Protocol Buffers - Java bindings" -HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/google/protobuf" -SRC_URI="https://github.com/google/protobuf/archive/v${PV}.tar.gz -> protobuf-${PV}.tar.gz" +HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/protocolbuffers/protobuf" +SRC_URI="https://github.com/protocolbuffers/protobuf/archive/v${PV}.tar.gz -> protobuf-${PV}.tar.gz" LICENSE="BSD" SLOT="0/15" diff --git a/dev-java/protobuf-java/protobuf-java-3.6.0.1.ebuild b/dev-java/protobuf-java/protobuf-java-3.6.0.1.ebuild index a2440356fbd..5c4309e854e 100644 --- a/dev-java/protobuf-java/protobuf-java-3.6.0.1.ebuild +++ b/dev-java/protobuf-java/protobuf-java-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" @@ -7,8 +7,8 @@ JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Google's Protocol Buffers - Java bindings" -HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/google/protobuf" -SRC_URI="https://github.com/google/protobuf/archive/v${PV}.tar.gz -> protobuf-${PV}.tar.gz" +HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/protocolbuffers/protobuf" +SRC_URI="https://github.com/protocolbuffers/protobuf/archive/v${PV}.tar.gz -> protobuf-${PV}.tar.gz" LICENSE="BSD" SLOT="0/16" diff --git a/dev-java/protobuf-java/protobuf-java-3.6.1.ebuild b/dev-java/protobuf-java/protobuf-java-3.6.1.ebuild index d46192fa176..798a81f93df 100644 --- a/dev-java/protobuf-java/protobuf-java-3.6.1.ebuild +++ b/dev-java/protobuf-java/protobuf-java-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" @@ -7,8 +7,8 @@ JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Google's Protocol Buffers - Java bindings" -HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/google/protobuf" -SRC_URI="https://github.com/google/protobuf/archive/v${PV}.tar.gz -> protobuf-${PV}.tar.gz" +HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/protocolbuffers/protobuf" +SRC_URI="https://github.com/protocolbuffers/protobuf/archive/v${PV}.tar.gz -> protobuf-${PV}.tar.gz" LICENSE="BSD" SLOT="0/17"