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-arch | |
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-arch')
-rw-r--r-- | app-arch/hardlink/hardlink-0.2.0.ebuild | 2 | ||||
-rw-r--r-- | app-arch/hardlink/hardlink-0.3.0.ebuild | 2 | ||||
-rw-r--r-- | app-arch/lz4/lz4-0_p106-r1.ebuild | 2 | ||||
-rw-r--r-- | app-arch/snappy/snappy-1.1.1.ebuild | 2 | ||||
-rw-r--r-- | app-arch/threadzip/threadzip-1.2-r1.ebuild | 2 | ||||
-rw-r--r-- | app-arch/unar/unar-1.1.ebuild | 2 | ||||
-rw-r--r-- | app-arch/unar/unar-1.2.ebuild | 2 | ||||
-rw-r--r-- | app-arch/unar/unar-1.5.ebuild | 2 | ||||
-rw-r--r-- | app-arch/unar/unar-1.6.ebuild | 2 | ||||
-rw-r--r-- | app-arch/unar/unar-1.8.1.ebuild | 2 | ||||
-rw-r--r-- | app-arch/xar/xar-1.5.2-r1.ebuild | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/app-arch/hardlink/hardlink-0.2.0.ebuild b/app-arch/hardlink/hardlink-0.2.0.ebuild index 7d5f9af7dad4..b8f4f5b343b2 100644 --- a/app-arch/hardlink/hardlink-0.2.0.ebuild +++ b/app-arch/hardlink/hardlink-0.2.0.ebuild @@ -24,7 +24,7 @@ src_prepare() { sed -i -e '/^CF/s:?=:+=:' -e '/^CF/s:-O2 -g::' Makefile || die cat <<-EOF > "${T}"/README.rsync - http://hardlinkpy.googlecode.com/svn/trunk/hardlink.py has regex '^\..*\.\?{6,6}$' + https://hardlinkpy.googlecode.com/svn/trunk/hardlink.py has regex '^\..*\.\?{6,6}$' for excluding rsync temporary files by default. To accomplish same with this version, you can use following syntax: diff --git a/app-arch/hardlink/hardlink-0.3.0.ebuild b/app-arch/hardlink/hardlink-0.3.0.ebuild index 90ca90d1618c..b72bca9d9fe0 100644 --- a/app-arch/hardlink/hardlink-0.3.0.ebuild +++ b/app-arch/hardlink/hardlink-0.3.0.ebuild @@ -24,7 +24,7 @@ src_prepare() { sed -i -e '/^CF/s:?=:+=:' -e '/^CF/s:-O2 -g::' Makefile || die cat <<-EOF > "${T}"/README.rsync - http://hardlinkpy.googlecode.com/svn/trunk/hardlink.py has regex '^\..*\.\?{6,6}$' + https://hardlinkpy.googlecode.com/svn/trunk/hardlink.py has regex '^\..*\.\?{6,6}$' for excluding rsync temporary files by default. To accomplish same with this version, you can use following syntax: diff --git a/app-arch/lz4/lz4-0_p106-r1.ebuild b/app-arch/lz4/lz4-0_p106-r1.ebuild index 6875051e33c2..494ee519a3bc 100644 --- a/app-arch/lz4/lz4-0_p106-r1.ebuild +++ b/app-arch/lz4/lz4-0_p106-r1.ebuild @@ -10,7 +10,7 @@ CMAKE_USE_DIR="${S}/cmake" if [ ${PV} == "9999" ] ; then inherit subversion - ESVN_REPO_URI="http://lz4.googlecode.com/svn/trunk/" + ESVN_REPO_URI="https://lz4.googlecode.com/svn/trunk/" ESVN_PROJECT="lz4-read-only" else SRC_URI="https://dev.gentoo.org/~ryao/dist/${P}.tar.xz" diff --git a/app-arch/snappy/snappy-1.1.1.ebuild b/app-arch/snappy/snappy-1.1.1.ebuild index 4da8c027bd50..f2ed36523fd3 100644 --- a/app-arch/snappy/snappy-1.1.1.ebuild +++ b/app-arch/snappy/snappy-1.1.1.ebuild @@ -8,7 +8,7 @@ inherit eutils autotools DESCRIPTION="A high-speed compression/decompression library by Google" HOMEPAGE="https://code.google.com/p/snappy/" -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/app-arch/threadzip/threadzip-1.2-r1.ebuild b/app-arch/threadzip/threadzip-1.2-r1.ebuild index 69bef035019c..ef5036c8baa0 100644 --- a/app-arch/threadzip/threadzip-1.2-r1.ebuild +++ b/app-arch/threadzip/threadzip-1.2-r1.ebuild @@ -10,7 +10,7 @@ inherit python-single-r1 DESCRIPTION="threaded compressor logic for zlib/lzma" HOMEPAGE="https://code.google.com/p/threadzip/" -SRC_URI="http://threadzip.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://threadzip.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/app-arch/unar/unar-1.1.ebuild b/app-arch/unar/unar-1.1.ebuild index 910ef1de37c3..c2b6e6dc7c1a 100644 --- a/app-arch/unar/unar-1.1.ebuild +++ b/app-arch/unar/unar-1.1.ebuild @@ -8,7 +8,7 @@ inherit toolchain-funcs DESCRIPTION="Unpacker for various archiving formats, e.g. rar v3" HOMEPAGE="http://unarchiver.c3.cx/" -SRC_URI="http://theunarchiver.googlecode.com/files/${PN}${PV}_src.zip" +SRC_URI="https://theunarchiver.googlecode.com/files/${PN}${PV}_src.zip" LICENSE="LGPL-2.1" SLOT="0" diff --git a/app-arch/unar/unar-1.2.ebuild b/app-arch/unar/unar-1.2.ebuild index 910ef1de37c3..c2b6e6dc7c1a 100644 --- a/app-arch/unar/unar-1.2.ebuild +++ b/app-arch/unar/unar-1.2.ebuild @@ -8,7 +8,7 @@ inherit toolchain-funcs DESCRIPTION="Unpacker for various archiving formats, e.g. rar v3" HOMEPAGE="http://unarchiver.c3.cx/" -SRC_URI="http://theunarchiver.googlecode.com/files/${PN}${PV}_src.zip" +SRC_URI="https://theunarchiver.googlecode.com/files/${PN}${PV}_src.zip" LICENSE="LGPL-2.1" SLOT="0" diff --git a/app-arch/unar/unar-1.5.ebuild b/app-arch/unar/unar-1.5.ebuild index fc1b6a28bd43..99dc19e9fb21 100644 --- a/app-arch/unar/unar-1.5.ebuild +++ b/app-arch/unar/unar-1.5.ebuild @@ -8,7 +8,7 @@ inherit toolchain-funcs DESCRIPTION="unpacker for various archiving formats, e.g. rar v3" HOMEPAGE="http://unarchiver.c3.cx/" -SRC_URI="http://theunarchiver.googlecode.com/files/${PN}${PV}_src.zip" +SRC_URI="https://theunarchiver.googlecode.com/files/${PN}${PV}_src.zip" LICENSE="LGPL-2.1" SLOT="0" diff --git a/app-arch/unar/unar-1.6.ebuild b/app-arch/unar/unar-1.6.ebuild index 7d838ec0be54..d310b3704d3d 100644 --- a/app-arch/unar/unar-1.6.ebuild +++ b/app-arch/unar/unar-1.6.ebuild @@ -8,7 +8,7 @@ inherit toolchain-funcs DESCRIPTION="unpacker for various archiving formats, e.g. rar v3" HOMEPAGE="http://unarchiver.c3.cx/" -SRC_URI="http://theunarchiver.googlecode.com/files/${PN}${PV}_src.zip" +SRC_URI="https://theunarchiver.googlecode.com/files/${PN}${PV}_src.zip" LICENSE="LGPL-2.1" SLOT="0" diff --git a/app-arch/unar/unar-1.8.1.ebuild b/app-arch/unar/unar-1.8.1.ebuild index 459c8bb33d7d..7f3b347d4fdd 100644 --- a/app-arch/unar/unar-1.8.1.ebuild +++ b/app-arch/unar/unar-1.8.1.ebuild @@ -8,7 +8,7 @@ inherit toolchain-funcs DESCRIPTION="unpacker for various archiving formats, e.g. rar v3" HOMEPAGE="http://unarchiver.c3.cx/" -SRC_URI="http://theunarchiver.googlecode.com/files/${PN}${PV}_src.zip" +SRC_URI="https://theunarchiver.googlecode.com/files/${PN}${PV}_src.zip" LICENSE="LGPL-2.1" SLOT="0" diff --git a/app-arch/xar/xar-1.5.2-r1.ebuild b/app-arch/xar/xar-1.5.2-r1.ebuild index 037968c09dfe..9a37942b8e9a 100644 --- a/app-arch/xar/xar-1.5.2-r1.ebuild +++ b/app-arch/xar/xar-1.5.2-r1.ebuild @@ -8,7 +8,7 @@ inherit autotools base eutils DESCRIPTION="An easily extensible archive format" HOMEPAGE="https://code.google.com/p/xar" -SRC_URI="http://xar.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://xar.googlecode.com/files/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" |