diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:05 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:41 +0200 |
commit | 769c75f84ac0d1be61ecaeaff0fcc8c509063ec5 (patch) | |
tree | b2ac9f34d4991495f829bd5db62f51c7579e4a4e /dev-libs/protobuf | |
parent | sys-cluster/util-vserver: Version bump. Fixes bug 541750. (diff) | |
download | gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.gz gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.bz2 gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.zip |
Enable https for all google URIs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-libs/protobuf')
-rw-r--r-- | dev-libs/protobuf/protobuf-2.4.1.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/protobuf/protobuf-2.5.0-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/protobuf/protobuf-2.6.1-r3.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/protobuf/protobuf-2.4.1.ebuild b/dev-libs/protobuf/protobuf-2.4.1.ebuild index e7ea1f3f5c8c..c03ff34208dc 100644 --- a/dev-libs/protobuf/protobuf-2.4.1.ebuild +++ b/dev-libs/protobuf/protobuf-2.4.1.ebuild @@ -11,7 +11,7 @@ DISTUTILS_SRC_TEST="setup.py" inherit autotools eutils distutils java-pkg-opt-2 elisp-common DESCRIPTION="Google's Protocol Buffers -- an efficient method of encoding structured data" -HOMEPAGE="http://code.google.com/p/protobuf/" +HOMEPAGE="https://code.google.com/p/protobuf/" SRC_URI="http://protobuf.googlecode.com/files/${P}.tar.bz2" LICENSE="Apache-2.0" diff --git a/dev-libs/protobuf/protobuf-2.5.0-r2.ebuild b/dev-libs/protobuf/protobuf-2.5.0-r2.ebuild index d4d0b3a121bf..f9b309f8bbef 100644 --- a/dev-libs/protobuf/protobuf-2.5.0-r2.ebuild +++ b/dev-libs/protobuf/protobuf-2.5.0-r2.ebuild @@ -12,7 +12,7 @@ DISTUTILS_OPTIONAL=1 inherit autotools-multilib eutils flag-o-matic distutils-r1 java-pkg-opt-2 elisp-common DESCRIPTION="Google's Protocol Buffers -- an efficient method of encoding structured data" -HOMEPAGE="http://code.google.com/p/protobuf/" +HOMEPAGE="https://code.google.com/p/protobuf/" SRC_URI="http://protobuf.googlecode.com/files/${P}.tar.bz2" LICENSE="Apache-2.0" diff --git a/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild b/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild index 4add84282fed..b9d6abf7612b 100644 --- a/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild +++ b/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild @@ -12,7 +12,7 @@ DISTUTILS_OPTIONAL=1 inherit autotools-multilib eutils flag-o-matic toolchain-funcs distutils-r1 java-pkg-opt-2 elisp-common DESCRIPTION="Google's Protocol Buffers -- an efficient method of encoding structured data" -HOMEPAGE="http://code.google.com/p/protobuf/ https://github.com/google/protobuf/" +HOMEPAGE="https://code.google.com/p/protobuf/ https://github.com/google/protobuf/" SRC_URI="https://github.com/google/${PN}/releases/download/${PV}/${P}.tar.bz2" LICENSE="Apache-2.0" |