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 873D8138334 for ; Thu, 15 Nov 2018 03:21:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 623D5E0BD2; Thu, 15 Nov 2018 03:21:21 +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 20ED4E0BD2 for ; Thu, 15 Nov 2018 03:21:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 42069335C58 for ; Thu, 15 Nov 2018 03:21:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 719AC466 for ; Thu, 15 Nov 2018 03:21:16 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1542252064.5c978cb42f659db4b2b44200a7803692053efbd7.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/grpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/grpc/grpc-1.12.0.ebuild net-libs/grpc/grpc-1.12.1-r1.ebuild net-libs/grpc/grpc-1.13.0-r1.ebuild net-libs/grpc/grpc-1.13.1.ebuild net-libs/grpc/grpc-1.14.2.ebuild net-libs/grpc/grpc-1.15.0.ebuild net-libs/grpc/grpc-1.16.0.ebuild net-libs/grpc/grpc-1.16.1.ebuild X-VCS-Directories: net-libs/grpc/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 5c978cb42f659db4b2b44200a7803692053efbd7 X-VCS-Branch: master Date: Thu, 15 Nov 2018 03:21:16 +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: 6d2d1173-d7cf-49db-998f-019b6777c267 X-Archives-Hash: 9491c75e7064051bf0368157e79f8568 commit: 5c978cb42f659db4b2b44200a7803692053efbd7 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Nov 15 03:15:46 2018 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Nov 15 03:21:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c978cb4 net-libs/grpc: http -> https HOMEPAGE Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev gentoo.org> net-libs/grpc/grpc-1.12.0.ebuild | 4 ++-- net-libs/grpc/grpc-1.12.1-r1.ebuild | 4 ++-- net-libs/grpc/grpc-1.13.0-r1.ebuild | 4 ++-- net-libs/grpc/grpc-1.13.1.ebuild | 4 ++-- net-libs/grpc/grpc-1.14.2.ebuild | 4 ++-- net-libs/grpc/grpc-1.15.0.ebuild | 4 ++-- net-libs/grpc/grpc-1.16.0.ebuild | 2 +- net-libs/grpc/grpc-1.16.1.ebuild | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/net-libs/grpc/grpc-1.12.0.ebuild b/net-libs/grpc/grpc-1.12.0.ebuild index a232297d5cf..ddf193e17a0 100644 --- a/net-libs/grpc/grpc-1.12.0.ebuild +++ b/net-libs/grpc/grpc-1.12.0.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,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit python-r1 toolchain-funcs multilib flag-o-matic DESCRIPTION="Modern open source high performance RPC framework" -HOMEPAGE="http://www.grpc.io" +HOMEPAGE="https://www.grpc.io" SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/net-libs/grpc/grpc-1.12.1-r1.ebuild b/net-libs/grpc/grpc-1.12.1-r1.ebuild index 6c9403c7626..e5ea7b0998a 100644 --- a/net-libs/grpc/grpc-1.12.1-r1.ebuild +++ b/net-libs/grpc/grpc-1.12.1-r1.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 @@ -13,7 +13,7 @@ inherit distutils-r1 flag-o-matic toolchain-funcs PROTOBUF_VERSION="3.5.2" DESCRIPTION="Modern open source high performance RPC framework" -HOMEPAGE="http://www.grpc.io" +HOMEPAGE="https://www.grpc.io" SRC_URI=" https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz tools? ( https://github.com/google/protobuf/archive/v${PROTOBUF_VERSION}.tar.gz -> protobuf-${PROTOBUF_VERSION}.tar.gz ) diff --git a/net-libs/grpc/grpc-1.13.0-r1.ebuild b/net-libs/grpc/grpc-1.13.0-r1.ebuild index b3f51b4ee14..d04a6152ea2 100644 --- a/net-libs/grpc/grpc-1.13.0-r1.ebuild +++ b/net-libs/grpc/grpc-1.13.0-r1.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 @@ -14,7 +14,7 @@ inherit distutils-r1 flag-o-matic toolchain-funcs PROTOBUF_VERSION="3.5.2" DESCRIPTION="Modern open source high performance RPC framework" -HOMEPAGE="http://www.grpc.io" +HOMEPAGE="https://www.grpc.io" SRC_URI=" https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz tools? ( https://github.com/google/protobuf/archive/v${PROTOBUF_VERSION}.tar.gz -> protobuf-${PROTOBUF_VERSION}.tar.gz ) diff --git a/net-libs/grpc/grpc-1.13.1.ebuild b/net-libs/grpc/grpc-1.13.1.ebuild index 620789c5cc9..c754e09e6eb 100644 --- a/net-libs/grpc/grpc-1.13.1.ebuild +++ b/net-libs/grpc/grpc-1.13.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 @@ -14,7 +14,7 @@ inherit distutils-r1 flag-o-matic toolchain-funcs PROTOBUF_VERSION="3.5.2" DESCRIPTION="Modern open source high performance RPC framework" -HOMEPAGE="http://www.grpc.io" +HOMEPAGE="https://www.grpc.io" SRC_URI=" https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz tools? ( https://github.com/google/protobuf/archive/v${PROTOBUF_VERSION}.tar.gz -> protobuf-${PROTOBUF_VERSION}.tar.gz ) diff --git a/net-libs/grpc/grpc-1.14.2.ebuild b/net-libs/grpc/grpc-1.14.2.ebuild index f7ac68eea64..8c453555b08 100644 --- a/net-libs/grpc/grpc-1.14.2.ebuild +++ b/net-libs/grpc/grpc-1.14.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 @@ -14,7 +14,7 @@ inherit distutils-r1 flag-o-matic toolchain-funcs PROTOBUF_VERSION="3.5.2" DESCRIPTION="Modern open source high performance RPC framework" -HOMEPAGE="http://www.grpc.io" +HOMEPAGE="https://www.grpc.io" SRC_URI=" https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz tools? ( https://github.com/google/protobuf/archive/v${PROTOBUF_VERSION}.tar.gz -> protobuf-${PROTOBUF_VERSION}.tar.gz ) diff --git a/net-libs/grpc/grpc-1.15.0.ebuild b/net-libs/grpc/grpc-1.15.0.ebuild index 7c59fdc3076..9aa1447c2c7 100644 --- a/net-libs/grpc/grpc-1.15.0.ebuild +++ b/net-libs/grpc/grpc-1.15.0.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 @@ -14,7 +14,7 @@ inherit distutils-r1 flag-o-matic toolchain-funcs PROTOBUF_VERSION="3.6.1" DESCRIPTION="Modern open source high performance RPC framework" -HOMEPAGE="http://www.grpc.io" +HOMEPAGE="https://www.grpc.io" SRC_URI=" https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz tools? ( https://github.com/google/protobuf/archive/v${PROTOBUF_VERSION}.tar.gz -> protobuf-${PROTOBUF_VERSION}.tar.gz ) diff --git a/net-libs/grpc/grpc-1.16.0.ebuild b/net-libs/grpc/grpc-1.16.0.ebuild index b3fac81f326..4cfb0e21799 100644 --- a/net-libs/grpc/grpc-1.16.0.ebuild +++ b/net-libs/grpc/grpc-1.16.0.ebuild @@ -8,7 +8,7 @@ inherit flag-o-matic toolchain-funcs MY_PV="${PV//_pre/-pre}" DESCRIPTION="Modern open source high performance RPC framework" -HOMEPAGE="http://www.grpc.io" +HOMEPAGE="https://www.grpc.io" SRC_URI="https://github.com/${PN}/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/net-libs/grpc/grpc-1.16.1.ebuild b/net-libs/grpc/grpc-1.16.1.ebuild index b3fac81f326..4cfb0e21799 100644 --- a/net-libs/grpc/grpc-1.16.1.ebuild +++ b/net-libs/grpc/grpc-1.16.1.ebuild @@ -8,7 +8,7 @@ inherit flag-o-matic toolchain-funcs MY_PV="${PV//_pre/-pre}" DESCRIPTION="Modern open source high performance RPC framework" -HOMEPAGE="http://www.grpc.io" +HOMEPAGE="https://www.grpc.io" SRC_URI="https://github.com/${PN}/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0"