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 /dev-libs | |
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 'dev-libs')
40 files changed, 42 insertions, 42 deletions
diff --git a/dev-libs/cityhash/cityhash-1.0.3.ebuild b/dev-libs/cityhash/cityhash-1.0.3.ebuild index 157ed8f21ea7..27a206904ac5 100644 --- a/dev-libs/cityhash/cityhash-1.0.3.ebuild +++ b/dev-libs/cityhash/cityhash-1.0.3.ebuild @@ -6,7 +6,7 @@ EAPI=4 DESCRIPTION="Google's CityHash family of hash functions" HOMEPAGE="https://code.google.com/p/cityhash/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" diff --git a/dev-libs/cityhash/cityhash-1.1.0.ebuild b/dev-libs/cityhash/cityhash-1.1.0.ebuild index 157ed8f21ea7..27a206904ac5 100644 --- a/dev-libs/cityhash/cityhash-1.1.0.ebuild +++ b/dev-libs/cityhash/cityhash-1.1.0.ebuild @@ -6,7 +6,7 @@ EAPI=4 DESCRIPTION="Google's CityHash family of hash functions" HOMEPAGE="https://code.google.com/p/cityhash/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" diff --git a/dev-libs/cityhash/cityhash-1.1.1.ebuild b/dev-libs/cityhash/cityhash-1.1.1.ebuild index 2bebff77fe9a..6bd980a19623 100644 --- a/dev-libs/cityhash/cityhash-1.1.1.ebuild +++ b/dev-libs/cityhash/cityhash-1.1.1.ebuild @@ -6,7 +6,7 @@ EAPI=4 DESCRIPTION="Google's CityHash family of hash functions" HOMEPAGE="https://code.google.com/p/cityhash/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" diff --git a/dev-libs/distorm64/distorm64-3.1.ebuild b/dev-libs/distorm64/distorm64-3.1.ebuild index 3c89fcfb6e8c..a35940460c07 100644 --- a/dev-libs/distorm64/distorm64-3.1.ebuild +++ b/dev-libs/distorm64/distorm64-3.1.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="The ultimate disassembler library (X86-32, X86-64)" HOMEPAGE="http://www.ragestorm.net/distorm/" # This is not nice - hardcoding is bad -SRC_URI="http://distorm.googlecode.com/files/distorm3-1.0.zip" +SRC_URI="https://distorm.googlecode.com/files/distorm3-1.0.zip" S="${WORKDIR}/distorm3-1.0" DEPEND="app-arch/unzip" diff --git a/dev-libs/distorm64/distorm64-3.3-r1.ebuild b/dev-libs/distorm64/distorm64-3.3-r1.ebuild index e4ed572c7e3c..b6fcb175bb24 100644 --- a/dev-libs/distorm64/distorm64-3.3-r1.ebuild +++ b/dev-libs/distorm64/distorm64-3.3-r1.ebuild @@ -15,7 +15,7 @@ MY_PN=distorm MY_PV=$(replace_all_version_separators '-') MY_P=${MY_PN}${MY_PV} -SRC_URI="http://distorm.googlecode.com/files/${MY_P}-sdist.zip" +SRC_URI="https://distorm.googlecode.com/files/${MY_P}-sdist.zip" S="${WORKDIR}/${MY_P}" DEPEND="app-arch/unzip" diff --git a/dev-libs/distorm64/distorm64-3.3.ebuild b/dev-libs/distorm64/distorm64-3.3.ebuild index 61bd7aa8bf76..17b85e62c73d 100644 --- a/dev-libs/distorm64/distorm64-3.3.ebuild +++ b/dev-libs/distorm64/distorm64-3.3.ebuild @@ -16,7 +16,7 @@ MY_PN=distorm MY_PV=$(replace_all_version_separators '-') MY_P=${MY_PN}${MY_PV} -SRC_URI="http://distorm.googlecode.com/files/${MY_P}-sdist.zip" +SRC_URI="https://distorm.googlecode.com/files/${MY_P}-sdist.zip" S="${WORKDIR}/${MY_P}" DEPEND="app-arch/unzip" diff --git a/dev-libs/double-conversion/double-conversion-2.0.1.ebuild b/dev-libs/double-conversion/double-conversion-2.0.1.ebuild index 396a9a2e28fe..70013e132393 100644 --- a/dev-libs/double-conversion/double-conversion-2.0.1.ebuild +++ b/dev-libs/double-conversion/double-conversion-2.0.1.ebuild @@ -8,7 +8,7 @@ inherit scons-utils eutils DESCRIPTION="Binary-decimal and decimal-binary routines forIEEE doubles" HOMEPAGE="https://code.google.com/p/double-conversion/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0/1" diff --git a/dev-libs/guiloader-c++/guiloader-c++-2.21.0.ebuild b/dev-libs/guiloader-c++/guiloader-c++-2.21.0.ebuild index ae5434ece929..7a33e373ef19 100644 --- a/dev-libs/guiloader-c++/guiloader-c++-2.21.0.ebuild +++ b/dev-libs/guiloader-c++/guiloader-c++-2.21.0.ebuild @@ -6,7 +6,7 @@ EAPI="3" DESCRIPTION="C++ binding to GuiLoader library" HOMEPAGE="http://www.crowdesigner.org" -SRC_URI="http://nothing-personal.googlecode.com/files/${P}.tar.bz2" +SRC_URI="https://nothing-personal.googlecode.com/files/${P}.tar.bz2" LICENSE="MIT" SLOT="0" diff --git a/dev-libs/guiloader-c++/guiloader-c++-2.99.0.ebuild b/dev-libs/guiloader-c++/guiloader-c++-2.99.0.ebuild index 831352145646..87661c38791f 100644 --- a/dev-libs/guiloader-c++/guiloader-c++-2.99.0.ebuild +++ b/dev-libs/guiloader-c++/guiloader-c++-2.99.0.ebuild @@ -6,7 +6,7 @@ EAPI="4" DESCRIPTION="C++ binding to GuiLoader library" HOMEPAGE="http://www.crowdesigner.org" -SRC_URI="http://nothing-personal.googlecode.com/files/${P}.tar.xz" +SRC_URI="https://nothing-personal.googlecode.com/files/${P}.tar.xz" LICENSE="MIT" SLOT="0" diff --git a/dev-libs/guiloader/guiloader-2.21.0.ebuild b/dev-libs/guiloader/guiloader-2.21.0.ebuild index fc387d6fe859..86597d1d9d55 100644 --- a/dev-libs/guiloader/guiloader-2.21.0.ebuild +++ b/dev-libs/guiloader/guiloader-2.21.0.ebuild @@ -6,7 +6,7 @@ EAPI="3" DESCRIPTION="library to create GTK+ interfaces from GuiXml at runtime" HOMEPAGE="http://www.crowdesigner.org" -SRC_URI="http://nothing-personal.googlecode.com/files/${P}.tar.bz2" +SRC_URI="https://nothing-personal.googlecode.com/files/${P}.tar.bz2" LICENSE="MIT" SLOT="0" diff --git a/dev-libs/guiloader/guiloader-2.99.0.ebuild b/dev-libs/guiloader/guiloader-2.99.0.ebuild index 28096aebedd8..ed1fd3536ce8 100644 --- a/dev-libs/guiloader/guiloader-2.99.0.ebuild +++ b/dev-libs/guiloader/guiloader-2.99.0.ebuild @@ -6,7 +6,7 @@ EAPI="4" DESCRIPTION="library to create GTK+ interfaces from GuiXml at runtime" HOMEPAGE="http://www.crowdesigner.org" -SRC_URI="http://nothing-personal.googlecode.com/files/${P}.tar.xz" +SRC_URI="https://nothing-personal.googlecode.com/files/${P}.tar.xz" LICENSE="MIT" SLOT="0" diff --git a/dev-libs/iksemel/iksemel-1.3.ebuild b/dev-libs/iksemel/iksemel-1.3.ebuild index 05214142a3ff..5d64fe9b1149 100644 --- a/dev-libs/iksemel/iksemel-1.3.ebuild +++ b/dev-libs/iksemel/iksemel-1.3.ebuild @@ -8,7 +8,7 @@ inherit autotools eutils DESCRIPTION="eXtensible Markup Language parser library designed for Jabber applications" HOMEPAGE="https://code.google.com/p/iksemel" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" diff --git a/dev-libs/iksemel/iksemel-1.4.ebuild b/dev-libs/iksemel/iksemel-1.4.ebuild index d0d450b0a817..0dd8c96a3b18 100644 --- a/dev-libs/iksemel/iksemel-1.4.ebuild +++ b/dev-libs/iksemel/iksemel-1.4.ebuild @@ -8,7 +8,7 @@ inherit autotools eutils DESCRIPTION="eXtensible Markup Language parser library designed for Jabber applications" HOMEPAGE="https://code.google.com/p/iksemel" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" diff --git a/dev-libs/leveldb/leveldb-1.10.0-r1.ebuild b/dev-libs/leveldb/leveldb-1.10.0-r1.ebuild index 79db7a2a2680..78e62fa1bb9d 100644 --- a/dev-libs/leveldb/leveldb-1.10.0-r1.ebuild +++ b/dev-libs/leveldb/leveldb-1.10.0-r1.ebuild @@ -8,7 +8,7 @@ inherit eutils multilib toolchain-funcs DESCRIPTION="a fast key-value storage library written at Google" HOMEPAGE="https://github.com/google/leveldb" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-libs/leveldb/leveldb-1.11.0-r1.ebuild b/dev-libs/leveldb/leveldb-1.11.0-r1.ebuild index 79db7a2a2680..78e62fa1bb9d 100644 --- a/dev-libs/leveldb/leveldb-1.11.0-r1.ebuild +++ b/dev-libs/leveldb/leveldb-1.11.0-r1.ebuild @@ -8,7 +8,7 @@ inherit eutils multilib toolchain-funcs DESCRIPTION="a fast key-value storage library written at Google" HOMEPAGE="https://github.com/google/leveldb" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-libs/leveldb/leveldb-1.12.0-r1.ebuild b/dev-libs/leveldb/leveldb-1.12.0-r1.ebuild index 79db7a2a2680..78e62fa1bb9d 100644 --- a/dev-libs/leveldb/leveldb-1.12.0-r1.ebuild +++ b/dev-libs/leveldb/leveldb-1.12.0-r1.ebuild @@ -8,7 +8,7 @@ inherit eutils multilib toolchain-funcs DESCRIPTION="a fast key-value storage library written at Google" HOMEPAGE="https://github.com/google/leveldb" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-libs/leveldb/leveldb-1.13.0-r1.ebuild b/dev-libs/leveldb/leveldb-1.13.0-r1.ebuild index 79db7a2a2680..78e62fa1bb9d 100644 --- a/dev-libs/leveldb/leveldb-1.13.0-r1.ebuild +++ b/dev-libs/leveldb/leveldb-1.13.0-r1.ebuild @@ -8,7 +8,7 @@ inherit eutils multilib toolchain-funcs DESCRIPTION="a fast key-value storage library written at Google" HOMEPAGE="https://github.com/google/leveldb" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-libs/leveldb/leveldb-1.14.0.ebuild b/dev-libs/leveldb/leveldb-1.14.0.ebuild index 7d05e71e60b1..2812057bce93 100644 --- a/dev-libs/leveldb/leveldb-1.14.0.ebuild +++ b/dev-libs/leveldb/leveldb-1.14.0.ebuild @@ -8,7 +8,7 @@ inherit eutils multilib toolchain-funcs DESCRIPTION="a fast key-value storage library written at Google" HOMEPAGE="https://github.com/google/leveldb" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-libs/leveldb/leveldb-1.15.0-r1.ebuild b/dev-libs/leveldb/leveldb-1.15.0-r1.ebuild index 4008eff31828..ab1ab76d642e 100644 --- a/dev-libs/leveldb/leveldb-1.15.0-r1.ebuild +++ b/dev-libs/leveldb/leveldb-1.15.0-r1.ebuild @@ -8,7 +8,7 @@ inherit eutils multilib toolchain-funcs DESCRIPTION="a fast key-value storage library written at Google" HOMEPAGE="https://github.com/google/leveldb" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-libs/leveldb/leveldb-1.15.0.ebuild b/dev-libs/leveldb/leveldb-1.15.0.ebuild index 7d05e71e60b1..2812057bce93 100644 --- a/dev-libs/leveldb/leveldb-1.15.0.ebuild +++ b/dev-libs/leveldb/leveldb-1.15.0.ebuild @@ -8,7 +8,7 @@ inherit eutils multilib toolchain-funcs DESCRIPTION="a fast key-value storage library written at Google" HOMEPAGE="https://github.com/google/leveldb" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-libs/leveldb/leveldb-1.9.0-r5.ebuild b/dev-libs/leveldb/leveldb-1.9.0-r5.ebuild index 7c76f69ffee1..cc32baca8fd7 100644 --- a/dev-libs/leveldb/leveldb-1.9.0-r5.ebuild +++ b/dev-libs/leveldb/leveldb-1.9.0-r5.ebuild @@ -8,7 +8,7 @@ inherit eutils multilib toolchain-funcs DESCRIPTION="a fast key-value storage library written at Google" HOMEPAGE="https://github.com/google/leveldb" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-libs/leveldb/leveldb-1.9.0-r6.ebuild b/dev-libs/leveldb/leveldb-1.9.0-r6.ebuild index b5ee4e054082..6f43daa704a9 100644 --- a/dev-libs/leveldb/leveldb-1.9.0-r6.ebuild +++ b/dev-libs/leveldb/leveldb-1.9.0-r6.ebuild @@ -8,7 +8,7 @@ inherit eutils multilib toolchain-funcs DESCRIPTION="a fast key-value storage library written at Google" HOMEPAGE="https://github.com/google/leveldb" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-libs/libcli/libcli-1.9.4-r1.ebuild b/dev-libs/libcli/libcli-1.9.4-r1.ebuild index 38761de80045..75dbefba066b 100644 --- a/dev-libs/libcli/libcli-1.9.4-r1.ebuild +++ b/dev-libs/libcli/libcli-1.9.4-r1.ebuild @@ -9,7 +9,7 @@ inherit eutils multilib toolchain-funcs DESCRIPTION="Cisco-style (telnet) command-line interface library" HOMEPAGE="http://sites.dparrish.com/libcli" -SRC_URI="http://libcli.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://libcli.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" diff --git a/dev-libs/libdivsufsort/libdivsufsort-2.0.1.ebuild b/dev-libs/libdivsufsort/libdivsufsort-2.0.1.ebuild index b96b81092a43..0648bba33765 100644 --- a/dev-libs/libdivsufsort/libdivsufsort-2.0.1.ebuild +++ b/dev-libs/libdivsufsort/libdivsufsort-2.0.1.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils multilib DESCRIPTION="Suffix-sorting library (for BWT)" HOMEPAGE="https://code.google.com/p/libdivsufsort/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2" LICENSE="MIT" SLOT="0" diff --git a/dev-libs/libdivsufsort/libdivsufsort-9999.ebuild b/dev-libs/libdivsufsort/libdivsufsort-9999.ebuild index 0dcf70205f7e..9e46e0f4517f 100644 --- a/dev-libs/libdivsufsort/libdivsufsort-9999.ebuild +++ b/dev-libs/libdivsufsort/libdivsufsort-9999.ebuild @@ -6,13 +6,13 @@ EAPI=4 inherit cmake-utils multilib #if LIVE -ESVN_REPO_URI="http://libdivsufsort.googlecode.com/svn/trunk/" +ESVN_REPO_URI="https://libdivsufsort.googlecode.com/svn/trunk/" inherit subversion #endif DESCRIPTION="Suffix-sorting library (for BWT)" HOMEPAGE="https://code.google.com/p/libdivsufsort/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2" LICENSE="MIT" SLOT="0" diff --git a/dev-libs/libdnet/libdnet-1.12.ebuild b/dev-libs/libdnet/libdnet-1.12.ebuild index e476e3768252..7c56c8a261b2 100644 --- a/dev-libs/libdnet/libdnet-1.12.ebuild +++ b/dev-libs/libdnet/libdnet-1.12.ebuild @@ -12,8 +12,8 @@ inherit autotools distutils-r1 eutils DESCRIPTION="simplified, portable interface to several low-level networking routines" HOMEPAGE="https://code.google.com/p/libdnet/" -SRC_URI="http://libdnet.googlecode.com/files/${P}.tgz - ipv6? ( http://fragroute-ipv6.googlecode.com/files/${P}.ipv6-1.patch.gz )" +SRC_URI="https://libdnet.googlecode.com/files/${P}.tgz + ipv6? ( https://fragroute-ipv6.googlecode.com/files/${P}.ipv6-1.patch.gz )" LICENSE="LGPL-2" SLOT="0" diff --git a/dev-libs/liblouis/liblouis-2.5.3.ebuild b/dev-libs/liblouis/liblouis-2.5.3.ebuild index 6a2563bdbe46..5046a68b4a3d 100644 --- a/dev-libs/liblouis/liblouis-2.5.3.ebuild +++ b/dev-libs/liblouis/liblouis-2.5.3.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 DESCRIPTION="An open-source braille translator and back-translator" HOMEPAGE="https://code.google.com/p/liblouis/" -SRC_URI="http://liblouis.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://liblouis.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" diff --git a/dev-libs/libnfc/libnfc-1.4.2.ebuild b/dev-libs/libnfc/libnfc-1.4.2.ebuild index 86aa4f43cd80..dfdf5ec8116c 100644 --- a/dev-libs/libnfc/libnfc-1.4.2.ebuild +++ b/dev-libs/libnfc/libnfc-1.4.2.ebuild @@ -8,7 +8,7 @@ inherit eutils DESCRIPTION="Near Field Communications (NFC) library" HOMEPAGE="http://www.libnfc.org/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" diff --git a/dev-libs/libnfc/libnfc-1.5.0.ebuild b/dev-libs/libnfc/libnfc-1.5.0.ebuild index 86aa4f43cd80..dfdf5ec8116c 100644 --- a/dev-libs/libnfc/libnfc-1.5.0.ebuild +++ b/dev-libs/libnfc/libnfc-1.5.0.ebuild @@ -8,7 +8,7 @@ inherit eutils DESCRIPTION="Near Field Communications (NFC) library" HOMEPAGE="http://www.libnfc.org/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" diff --git a/dev-libs/libnfc/libnfc-1.5.1-r1.ebuild b/dev-libs/libnfc/libnfc-1.5.1-r1.ebuild index 486447eebf2c..42defeaf89d3 100644 --- a/dev-libs/libnfc/libnfc-1.5.1-r1.ebuild +++ b/dev-libs/libnfc/libnfc-1.5.1-r1.ebuild @@ -8,7 +8,7 @@ inherit eutils toolchain-funcs DESCRIPTION="Near Field Communications (NFC) library" HOMEPAGE="http://www.libnfc.org/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" diff --git a/dev-libs/libnfc/libnfc-1.5.1.ebuild b/dev-libs/libnfc/libnfc-1.5.1.ebuild index 507871d9ad77..f0d4654fe099 100644 --- a/dev-libs/libnfc/libnfc-1.5.1.ebuild +++ b/dev-libs/libnfc/libnfc-1.5.1.ebuild @@ -8,7 +8,7 @@ inherit eutils DESCRIPTION="Near Field Communications (NFC) library" HOMEPAGE="http://www.libnfc.org/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" diff --git a/dev-libs/libnfc/libnfc-1.7.0-r1.ebuild b/dev-libs/libnfc/libnfc-1.7.0-r1.ebuild index 38933e44c670..fb08e9faae3d 100644 --- a/dev-libs/libnfc/libnfc-1.7.0-r1.ebuild +++ b/dev-libs/libnfc/libnfc-1.7.0-r1.ebuild @@ -8,7 +8,7 @@ inherit toolchain-funcs DESCRIPTION="Near Field Communications (NFC) library" HOMEPAGE="http://www.libnfc.org/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2" LICENSE="LGPL-3" SLOT="0" diff --git a/dev-libs/protobuf-c/protobuf-c-0.15.ebuild b/dev-libs/protobuf-c/protobuf-c-0.15.ebuild index 7012a28a1122..b27f9d77691f 100644 --- a/dev-libs/protobuf-c/protobuf-c-0.15.ebuild +++ b/dev-libs/protobuf-c/protobuf-c-0.15.ebuild @@ -8,7 +8,7 @@ inherit autotools-utils DESCRIPTION="code generator and runtime libraries to use Protocol Buffers (protobuf) from pure C" HOMEPAGE="https://code.google.com/p/protobuf-c/" -SRC_URI="http://protobuf-c.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://protobuf-c.googlecode.com/files/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" diff --git a/dev-libs/protobuf/protobuf-2.4.1.ebuild b/dev-libs/protobuf/protobuf-2.4.1.ebuild index c03ff34208dc..7ef5519fb5be 100644 --- a/dev-libs/protobuf/protobuf-2.4.1.ebuild +++ b/dev-libs/protobuf/protobuf-2.4.1.ebuild @@ -12,7 +12,7 @@ inherit autotools eutils distutils java-pkg-opt-2 elisp-common DESCRIPTION="Google's Protocol Buffers -- an efficient method of encoding structured data" HOMEPAGE="https://code.google.com/p/protobuf/" -SRC_URI="http://protobuf.googlecode.com/files/${P}.tar.bz2" +SRC_URI="https://protobuf.googlecode.com/files/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="0" diff --git a/dev-libs/protobuf/protobuf-2.5.0-r2.ebuild b/dev-libs/protobuf/protobuf-2.5.0-r2.ebuild index f9b309f8bbef..a82663815da0 100644 --- a/dev-libs/protobuf/protobuf-2.5.0-r2.ebuild +++ b/dev-libs/protobuf/protobuf-2.5.0-r2.ebuild @@ -13,7 +13,7 @@ inherit autotools-multilib eutils flag-o-matic distutils-r1 java-pkg-opt-2 elisp DESCRIPTION="Google's Protocol Buffers -- an efficient method of encoding structured data" HOMEPAGE="https://code.google.com/p/protobuf/" -SRC_URI="http://protobuf.googlecode.com/files/${P}.tar.bz2" +SRC_URI="https://protobuf.googlecode.com/files/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="0/8" # subslot = soname major version diff --git a/dev-libs/re2/re2-0_p20130115-r1.ebuild b/dev-libs/re2/re2-0_p20130115-r1.ebuild index 6119b5de7fc2..fdda0ab97a9a 100644 --- a/dev-libs/re2/re2-0_p20130115-r1.ebuild +++ b/dev-libs/re2/re2-0_p20130115-r1.ebuild @@ -8,7 +8,7 @@ inherit eutils multilib multilib-build toolchain-funcs DESCRIPTION="An efficent, principled regular expression library" HOMEPAGE="https://code.google.com/p/re2/" -SRC_URI="http://re2.googlecode.com/files/${PN}-${PV##*_p}.tgz" +SRC_URI="https://re2.googlecode.com/files/${PN}-${PV##*_p}.tgz" LICENSE="BSD" SLOT="0" diff --git a/dev-libs/re2/re2-0_p20130115.ebuild b/dev-libs/re2/re2-0_p20130115.ebuild index 3f194abf9220..bb41d6bceee6 100644 --- a/dev-libs/re2/re2-0_p20130115.ebuild +++ b/dev-libs/re2/re2-0_p20130115.ebuild @@ -8,7 +8,7 @@ inherit eutils multilib toolchain-funcs DESCRIPTION="An efficent, principled regular expression library" HOMEPAGE="https://code.google.com/p/re2/" -SRC_URI="http://re2.googlecode.com/files/${PN}-${PV##*_p}.tgz" +SRC_URI="https://re2.googlecode.com/files/${PN}-${PV##*_p}.tgz" LICENSE="BSD" SLOT="0" diff --git a/dev-libs/re2/re2-0_p20130712.ebuild b/dev-libs/re2/re2-0_p20130712.ebuild index 1f0e36ced427..5c1a854d9fe9 100644 --- a/dev-libs/re2/re2-0_p20130712.ebuild +++ b/dev-libs/re2/re2-0_p20130712.ebuild @@ -8,7 +8,7 @@ inherit eutils multilib multilib-minimal toolchain-funcs DESCRIPTION="An efficent, principled regular expression library" HOMEPAGE="https://code.google.com/p/re2/" -SRC_URI="http://re2.googlecode.com/files/${PN}-${PV##*_p}.tgz" +SRC_URI="https://re2.googlecode.com/files/${PN}-${PV##*_p}.tgz" LICENSE="BSD" SLOT="0" diff --git a/dev-libs/re2/re2-0_p20140304.ebuild b/dev-libs/re2/re2-0_p20140304.ebuild index 0437762d058c..308879eeb90b 100644 --- a/dev-libs/re2/re2-0_p20140304.ebuild +++ b/dev-libs/re2/re2-0_p20140304.ebuild @@ -8,7 +8,7 @@ inherit flag-o-matic eutils multilib multilib-minimal toolchain-funcs DESCRIPTION="An efficent, principled regular expression library" HOMEPAGE="https://code.google.com/p/re2/" -SRC_URI="http://re2.googlecode.com/files/${PN}-${PV##*_p}.tgz" +SRC_URI="https://re2.googlecode.com/files/${PN}-${PV##*_p}.tgz" LICENSE="BSD" # Symbols removed in version 20140110 diff --git a/dev-libs/rlog/rlog-1.4.ebuild b/dev-libs/rlog/rlog-1.4.ebuild index 8552422d8b3d..820f3094ac76 100644 --- a/dev-libs/rlog/rlog-1.4.ebuild +++ b/dev-libs/rlog/rlog-1.4.ebuild @@ -7,7 +7,7 @@ inherit eutils DESCRIPTION="A C++ logging library" HOMEPAGE="https://code.google.com/p/rlog/" -SRC_URI="http://rlog.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://rlog.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" |