From 5c978cb42f659db4b2b44200a7803692053efbd7 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Wed, 14 Nov 2018 19:15:46 -0800 Subject: net-libs/grpc: http -> https HOMEPAGE Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev --- 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(-) (limited to 'net-libs/grpc') diff --git a/net-libs/grpc/grpc-1.12.0.ebuild b/net-libs/grpc/grpc-1.12.0.ebuild index a232297d5cfc..ddf193e17a04 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 6c9403c76269..e5ea7b0998a7 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 b3f51b4ee149..d04a6152ea2a 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 620789c5cc90..c754e09e6eba 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 f7ac68eea649..8c453555b084 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 7c59fdc30768..9aa1447c2c75 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 b3fac81f326d..4cfb0e21799c 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 b3fac81f326d..4cfb0e21799c 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" -- cgit v1.2.3-65-gdbad