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-cpp | |
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-cpp')
25 files changed, 25 insertions, 25 deletions
diff --git a/dev-cpp/ctemplate/ctemplate-2.2.ebuild b/dev-cpp/ctemplate/ctemplate-2.2.ebuild index c62907e572e9..89ebe02034ca 100644 --- a/dev-cpp/ctemplate/ctemplate-2.2.ebuild +++ b/dev-cpp/ctemplate/ctemplate-2.2.ebuild @@ -7,7 +7,7 @@ EAPI="4" inherit elisp-common python DESCRIPTION="A simple but powerful template language for C++" -HOMEPAGE="http://code.google.com/p/ctemplate/" +HOMEPAGE="https://code.google.com/p/ctemplate/" SRC_URI="http://ctemplate.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild b/dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild index c05f2de0ade4..bfa260efe316 100644 --- a/dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild +++ b/dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild @@ -11,7 +11,7 @@ PYTHON_COMPAT=( python2_7 ) inherit autotools-utils elisp-common python-any-r1 DESCRIPTION="A simple but powerful template language for C++" -HOMEPAGE="http://code.google.com/p/ctemplate/" +HOMEPAGE="https://code.google.com/p/ctemplate/" SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.bz2" LICENSE="BSD" diff --git a/dev-cpp/ctemplate/ctemplate-2.3.ebuild b/dev-cpp/ctemplate/ctemplate-2.3.ebuild index ad7aefa13e94..6e56d9736289 100644 --- a/dev-cpp/ctemplate/ctemplate-2.3.ebuild +++ b/dev-cpp/ctemplate/ctemplate-2.3.ebuild @@ -10,7 +10,7 @@ PYTHON_COMPAT=( python2_7 ) inherit autotools-utils elisp-common python-any-r1 DESCRIPTION="A simple but powerful template language for C++" -HOMEPAGE="http://code.google.com/p/ctemplate/" +HOMEPAGE="https://code.google.com/p/ctemplate/" SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/${P}.tar.bz2" LICENSE="BSD" diff --git a/dev-cpp/gflags/gflags-2.1.1-r1.ebuild b/dev-cpp/gflags/gflags-2.1.1-r1.ebuild index 50c95d813b94..257f2e85c054 100644 --- a/dev-cpp/gflags/gflags-2.1.1-r1.ebuild +++ b/dev-cpp/gflags/gflags-2.1.1-r1.ebuild @@ -7,7 +7,7 @@ EAPI="5" inherit cmake-multilib DESCRIPTION="Google's C++ argument parsing library" -HOMEPAGE="http://code.google.com/p/gflags/" +HOMEPAGE="https://code.google.com/p/gflags/" SRC_URI="https://github.com/schuhschuh/gflags/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" diff --git a/dev-cpp/gflags/gflags-2.1.2.ebuild b/dev-cpp/gflags/gflags-2.1.2.ebuild index fe0e198f21e3..27e9031205da 100644 --- a/dev-cpp/gflags/gflags-2.1.2.ebuild +++ b/dev-cpp/gflags/gflags-2.1.2.ebuild @@ -7,7 +7,7 @@ EAPI="5" inherit cmake-multilib DESCRIPTION="Google's C++ argument parsing library" -HOMEPAGE="http://code.google.com/p/gflags/" +HOMEPAGE="https://code.google.com/p/gflags/" SRC_URI="https://github.com/gflags/gflags/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" diff --git a/dev-cpp/gflags/gflags-9999.ebuild b/dev-cpp/gflags/gflags-9999.ebuild index 6c86919a0a0e..9eeb5e9d8586 100644 --- a/dev-cpp/gflags/gflags-9999.ebuild +++ b/dev-cpp/gflags/gflags-9999.ebuild @@ -15,7 +15,7 @@ else fi DESCRIPTION="Google's C++ argument parsing library" -HOMEPAGE="http://code.google.com/p/gflags/" +HOMEPAGE="https://code.google.com/p/gflags/" LICENSE="BSD" SLOT="0" diff --git a/dev-cpp/glog/glog-0.3.1.ebuild b/dev-cpp/glog/glog-0.3.1.ebuild index 19e2fa44e471..1fa503e4a900 100644 --- a/dev-cpp/glog/glog-0.3.1.ebuild +++ b/dev-cpp/glog/glog-0.3.1.ebuild @@ -6,7 +6,7 @@ EAPI="4" inherit eutils DESCRIPTION="Google's C++ logging library" -HOMEPAGE="http://code.google.com/p/google-glog/" +HOMEPAGE="https://code.google.com/p/google-glog/" SRC_URI="http://google-glog.googlecode.com/files/${P}-1.tar.gz" LICENSE="BSD" diff --git a/dev-cpp/glog/glog-0.3.2.ebuild b/dev-cpp/glog/glog-0.3.2.ebuild index 33f15279a6a4..6e55b45f94c2 100644 --- a/dev-cpp/glog/glog-0.3.2.ebuild +++ b/dev-cpp/glog/glog-0.3.2.ebuild @@ -6,7 +6,7 @@ EAPI="4" inherit eutils DESCRIPTION="Google's C++ logging library" -HOMEPAGE="http://code.google.com/p/google-glog/" +HOMEPAGE="https://code.google.com/p/google-glog/" SRC_URI="http://google-glog.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-cpp/glog/glog-0.3.3-r1.ebuild b/dev-cpp/glog/glog-0.3.3-r1.ebuild index 66788e652810..e2ff29cef318 100644 --- a/dev-cpp/glog/glog-0.3.3-r1.ebuild +++ b/dev-cpp/glog/glog-0.3.3-r1.ebuild @@ -6,7 +6,7 @@ EAPI="4" inherit eutils multilib-minimal DESCRIPTION="Google's C++ logging library" -HOMEPAGE="http://code.google.com/p/google-glog/" +HOMEPAGE="https://code.google.com/p/google-glog/" SRC_URI="http://google-glog.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-cpp/glog/glog-0.3.3.ebuild b/dev-cpp/glog/glog-0.3.3.ebuild index 19f6818680fb..eade3a33c755 100644 --- a/dev-cpp/glog/glog-0.3.3.ebuild +++ b/dev-cpp/glog/glog-0.3.3.ebuild @@ -6,7 +6,7 @@ EAPI="4" inherit eutils DESCRIPTION="Google's C++ logging library" -HOMEPAGE="http://code.google.com/p/google-glog/" +HOMEPAGE="https://code.google.com/p/google-glog/" SRC_URI="http://google-glog.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-cpp/gmock/gmock-1.4.0.ebuild b/dev-cpp/gmock/gmock-1.4.0.ebuild index f9a10aca3390..834392542e32 100644 --- a/dev-cpp/gmock/gmock-1.4.0.ebuild +++ b/dev-cpp/gmock/gmock-1.4.0.ebuild @@ -7,7 +7,7 @@ EAPI="4" inherit libtool eutils DESCRIPTION="Google's C++ mocking framework" -HOMEPAGE="http://code.google.com/p/googlemock/" +HOMEPAGE="https://code.google.com/p/googlemock/" SRC_URI="http://googlemock.googlecode.com/files/${P}.tar.bz2" LICENSE="BSD" diff --git a/dev-cpp/gmock/gmock-1.5.0.ebuild b/dev-cpp/gmock/gmock-1.5.0.ebuild index e2501fc1ad36..8a664c925139 100644 --- a/dev-cpp/gmock/gmock-1.5.0.ebuild +++ b/dev-cpp/gmock/gmock-1.5.0.ebuild @@ -7,7 +7,7 @@ EAPI="4" inherit libtool DESCRIPTION="Google's C++ mocking framework" -HOMEPAGE="http://code.google.com/p/googlemock/" +HOMEPAGE="https://code.google.com/p/googlemock/" SRC_URI="http://googlemock.googlecode.com/files/${P}.tar.bz2" LICENSE="BSD" diff --git a/dev-cpp/gmock/gmock-1.6.0.ebuild b/dev-cpp/gmock/gmock-1.6.0.ebuild index 846a9dbf86f1..25ef33ec6f27 100644 --- a/dev-cpp/gmock/gmock-1.6.0.ebuild +++ b/dev-cpp/gmock/gmock-1.6.0.ebuild @@ -7,7 +7,7 @@ EAPI="4" inherit libtool DESCRIPTION="Google's C++ mocking framework" -HOMEPAGE="http://code.google.com/p/googlemock/" +HOMEPAGE="https://code.google.com/p/googlemock/" SRC_URI="http://googlemock.googlecode.com/files/${P}.zip" LICENSE="BSD" diff --git a/dev-cpp/gmock/gmock-1.7.0-r1.ebuild b/dev-cpp/gmock/gmock-1.7.0-r1.ebuild index 56c20d8da082..f4586a7fb082 100644 --- a/dev-cpp/gmock/gmock-1.7.0-r1.ebuild +++ b/dev-cpp/gmock/gmock-1.7.0-r1.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 ) inherit libtool multilib-minimal python-any-r1 DESCRIPTION="Google's C++ mocking framework" -HOMEPAGE="http://code.google.com/p/googlemock/" +HOMEPAGE="https://code.google.com/p/googlemock/" SRC_URI="http://googlemock.googlecode.com/files/${P}.zip" LICENSE="BSD" diff --git a/dev-cpp/gmock/gmock-1.7.0.ebuild b/dev-cpp/gmock/gmock-1.7.0.ebuild index d97eb319298f..443dc876392d 100644 --- a/dev-cpp/gmock/gmock-1.7.0.ebuild +++ b/dev-cpp/gmock/gmock-1.7.0.ebuild @@ -7,7 +7,7 @@ EAPI="4" inherit libtool DESCRIPTION="Google's C++ mocking framework" -HOMEPAGE="http://code.google.com/p/googlemock/" +HOMEPAGE="https://code.google.com/p/googlemock/" SRC_URI="http://googlemock.googlecode.com/files/${P}.zip" LICENSE="BSD" diff --git a/dev-cpp/gtest/gtest-1.6.0-r1.ebuild b/dev-cpp/gtest/gtest-1.6.0-r1.ebuild index 38bef885aee6..a10b1c4b8fb7 100644 --- a/dev-cpp/gtest/gtest-1.6.0-r1.ebuild +++ b/dev-cpp/gtest/gtest-1.6.0-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_DEPEND="2" inherit eutils python autotools DESCRIPTION="Google C++ Testing Framework" -HOMEPAGE="http://code.google.com/p/googletest/" +HOMEPAGE="https://code.google.com/p/googletest/" SRC_URI="http://googletest.googlecode.com/files/${P}.zip" LICENSE="BSD" diff --git a/dev-cpp/gtest/gtest-1.6.0-r2.ebuild b/dev-cpp/gtest/gtest-1.6.0-r2.ebuild index 2c3a158088f4..30433ce973f1 100644 --- a/dev-cpp/gtest/gtest-1.6.0-r2.ebuild +++ b/dev-cpp/gtest/gtest-1.6.0-r2.ebuild @@ -10,7 +10,7 @@ PYTHON_COMPAT=( python2_7 ) inherit eutils python-any-r1 autotools-multilib DESCRIPTION="Google C++ Testing Framework" -HOMEPAGE="http://code.google.com/p/googletest/" +HOMEPAGE="https://code.google.com/p/googletest/" SRC_URI="http://googletest.googlecode.com/files/${P}.zip" LICENSE="BSD" diff --git a/dev-cpp/gtest/gtest-1.6.0.ebuild b/dev-cpp/gtest/gtest-1.6.0.ebuild index 12d5c0c52550..0035d620da71 100644 --- a/dev-cpp/gtest/gtest-1.6.0.ebuild +++ b/dev-cpp/gtest/gtest-1.6.0.ebuild @@ -8,7 +8,7 @@ PYTHON_DEPEND="2" inherit python libtool DESCRIPTION="Google C++ Testing Framework" -HOMEPAGE="http://code.google.com/p/googletest/" +HOMEPAGE="https://code.google.com/p/googletest/" SRC_URI="http://googletest.googlecode.com/files/${P}.zip" LICENSE="BSD" diff --git a/dev-cpp/gtest/gtest-1.7.0.ebuild b/dev-cpp/gtest/gtest-1.7.0.ebuild index e593cf687e95..7e82fed9170b 100644 --- a/dev-cpp/gtest/gtest-1.7.0.ebuild +++ b/dev-cpp/gtest/gtest-1.7.0.ebuild @@ -12,7 +12,7 @@ PYTHON_COMPAT=( python2_7 ) inherit eutils python-any-r1 autotools-multilib DESCRIPTION="Google C++ Testing Framework" -HOMEPAGE="http://code.google.com/p/googletest/" +HOMEPAGE="https://code.google.com/p/googletest/" SRC_URI="http://googletest.googlecode.com/files/${P}.zip" LICENSE="BSD" diff --git a/dev-cpp/gtest/metadata.xml b/dev-cpp/gtest/metadata.xml index 89ab84041541..03e333fa38dd 100644 --- a/dev-cpp/gtest/metadata.xml +++ b/dev-cpp/gtest/metadata.xml @@ -6,7 +6,7 @@ <name>Thomas Kahle</name> </maintainer> <upstream> - <doc lang="en">http://code.google.com/p/googletest/w/list</doc> + <doc lang="en">https://code.google.com/p/googletest/w/list</doc> <remote-id type="google-code">googletest</remote-id> </upstream> </pkgmetadata> diff --git a/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild b/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild index 0cae73a5158d..ac2946abfcdb 100644 --- a/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild +++ b/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild @@ -8,7 +8,7 @@ inherit eutils DESCRIPTION="Utility functions, classes and widgets written on top of gtkmm and glibmm." -HOMEPAGE="http://code.google.com/p/gtkmm-utils/" +HOMEPAGE="https://code.google.com/p/gtkmm-utils/" SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-2" diff --git a/dev-cpp/sparsehash/sparsehash-1.10.ebuild b/dev-cpp/sparsehash/sparsehash-1.10.ebuild index 7672d800d08e..a604a5b38549 100644 --- a/dev-cpp/sparsehash/sparsehash-1.10.ebuild +++ b/dev-cpp/sparsehash/sparsehash-1.10.ebuild @@ -7,7 +7,7 @@ EAPI="4" inherit eutils DESCRIPTION="An extremely memory-efficient hash_map implementation" -HOMEPAGE="http://code.google.com/p/google-sparsehash/" +HOMEPAGE="https://code.google.com/p/google-sparsehash/" SRC_URI="http://google-sparsehash.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild b/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild index 9e4c4868d84d..c974a4d8e376 100644 --- a/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild +++ b/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild @@ -5,7 +5,7 @@ EAPI="4" DESCRIPTION="An extremely memory-efficient hash_map implementation" -HOMEPAGE="http://code.google.com/p/sparsehash/" +HOMEPAGE="https://code.google.com/p/sparsehash/" SRC_URI="http://sparsehash.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild b/dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild index becb268db4b7..0a7ce24ba100 100644 --- a/dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild +++ b/dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild @@ -7,7 +7,7 @@ EAPI=4 inherit cmake-utils DESCRIPTION="A YAML parser and emitter in C++" -HOMEPAGE="http://code.google.com/p/yaml-cpp/" +HOMEPAGE="https://code.google.com/p/yaml-cpp/" SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-cpp/yaml-cpp/yaml-cpp-0.5.1.ebuild b/dev-cpp/yaml-cpp/yaml-cpp-0.5.1.ebuild index 4c6a51814a4f..bc6308084b81 100644 --- a/dev-cpp/yaml-cpp/yaml-cpp-0.5.1.ebuild +++ b/dev-cpp/yaml-cpp/yaml-cpp-0.5.1.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit cmake-utils DESCRIPTION="A YAML parser and emitter in C++" -HOMEPAGE="http://code.google.com/p/yaml-cpp/" +HOMEPAGE="https://code.google.com/p/yaml-cpp/" SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" |