diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:27 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:51 +0200 |
commit | dea7c3060641b628cd6a2e2d97db18903c86862e (patch) | |
tree | 732f4fb23c78427e21bd1fbcea69d3d0afe79cf5 /app-i18n/mozc | |
parent | Use https for most gnu.org URLs (diff) | |
download | gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.gz gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.bz2 gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.zip |
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-i18n/mozc')
-rw-r--r-- | app-i18n/mozc/mozc-1.10.1390.102-r1.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/mozc/mozc-1.13.1651.102.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/mozc/mozc-2.16.2037.102.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/app-i18n/mozc/mozc-1.10.1390.102-r1.ebuild b/app-i18n/mozc/mozc-1.10.1390.102-r1.ebuild index 4f8cbd172891..6225fb0827e1 100644 --- a/app-i18n/mozc/mozc-1.10.1390.102-r1.ebuild +++ b/app-i18n/mozc/mozc-1.10.1390.102-r1.ebuild @@ -13,8 +13,8 @@ PROTOBUF_VER="2.5.0" GMOCK_VER="1.6.0" GTEST_VER="1.6.0" JSONCPP_VER="0.6.0-rc2" -MOZC_URL="http://mozc.googlecode.com/files/${P}.tar.bz2" -PROTOBUF_URL="http://protobuf.googlecode.com/files/protobuf-${PROTOBUF_VER}.tar.bz2" +MOZC_URL="https://mozc.googlecode.com/files/${P}.tar.bz2" +PROTOBUF_URL="https://protobuf.googlecode.com/files/protobuf-${PROTOBUF_VER}.tar.bz2" GMOCK_URL="https://googlemock.googlecode.com/files/gmock-${GMOCK_VER}.zip" GTEST_URL="https://googletest.googlecode.com/files/gtest-${GTEST_VER}.zip" JSONCPP_URL="mirror://sourceforge/jsoncpp/jsoncpp-src-${JSONCPP_VER}.tar.gz" diff --git a/app-i18n/mozc/mozc-1.13.1651.102.ebuild b/app-i18n/mozc/mozc-1.13.1651.102.ebuild index 3ff2d4202852..571ac0d34861 100644 --- a/app-i18n/mozc/mozc-1.13.1651.102.ebuild +++ b/app-i18n/mozc/mozc-1.13.1651.102.ebuild @@ -14,8 +14,8 @@ GMOCK_VER="1.6.0" GTEST_VER="1.6.0" JSONCPP_VER="0.6.0-rc2" GYP_DATE="20140602" -MOZC_URL="http://mozc.googlecode.com/files/${P}.tar.bz2" -PROTOBUF_URL="http://protobuf.googlecode.com/files/protobuf-${PROTOBUF_VER}.tar.bz2" +MOZC_URL="https://mozc.googlecode.com/files/${P}.tar.bz2" +PROTOBUF_URL="https://protobuf.googlecode.com/files/protobuf-${PROTOBUF_VER}.tar.bz2" GMOCK_URL="https://googlemock.googlecode.com/files/gmock-${GMOCK_VER}.zip" GTEST_URL="https://googletest.googlecode.com/files/gtest-${GTEST_VER}.zip" JSONCPP_URL="mirror://sourceforge/jsoncpp/jsoncpp-src-${JSONCPP_VER}.tar.gz" diff --git a/app-i18n/mozc/mozc-2.16.2037.102.ebuild b/app-i18n/mozc/mozc-2.16.2037.102.ebuild index d567cd3a4657..68746a6f5b6f 100644 --- a/app-i18n/mozc/mozc-2.16.2037.102.ebuild +++ b/app-i18n/mozc/mozc-2.16.2037.102.ebuild @@ -19,7 +19,7 @@ JAPANESE_USAGE_DICT_VER="10" FCITX_PATCH_VER="2" FCITX_PATCH="fcitx-mozc-${PV}.${FCITX_PATCH_VER}.patch" MOZC_URL="https://dev.gentoo.org/~naota/files/${P}.tar.bz2" -PROTOBUF_URL="http://protobuf.googlecode.com/files/protobuf-${PROTOBUF_VER}.tar.bz2" +PROTOBUF_URL="https://protobuf.googlecode.com/files/protobuf-${PROTOBUF_VER}.tar.bz2" GMOCK_URL="https://googlemock.googlecode.com/files/gmock-${GMOCK_VER}.zip" GTEST_URL="https://googletest.googlecode.com/files/gtest-${GTEST_VER}.zip" JSONCPP_URL="mirror://sourceforge/jsoncpp/jsoncpp-src-${JSONCPP_VER}.tar.gz" |