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 /games-util/linux-wbfs-manager | |
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 'games-util/linux-wbfs-manager')
-rw-r--r-- | games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild | 4 | ||||
-rw-r--r-- | games-util/linux-wbfs-manager/linux-wbfs-manager-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild b/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild index ca2778bbd117..7fa06d78735e 100644 --- a/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild +++ b/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild @@ -4,13 +4,13 @@ EAPI=5 if [[ "${PV}" == "9999" ]]; then - ESVN_REPO_URI="http://linux-wbfs-manager.googlecode.com/svn/trunk/" + ESVN_REPO_URI="https://linux-wbfs-manager.googlecode.com/svn/trunk/" inherit toolchain-funcs subversion SRC_URI="" #KEYWORDS="" else inherit toolchain-funcs - SRC_URI="http://linux-wbfs-manager.googlecode.com/files/${P}.tar.gz" + SRC_URI="https://linux-wbfs-manager.googlecode.com/files/${P}.tar.gz" KEYWORDS="amd64 ~ppc x86" fi; diff --git a/games-util/linux-wbfs-manager/linux-wbfs-manager-9999.ebuild b/games-util/linux-wbfs-manager/linux-wbfs-manager-9999.ebuild index f41e7d585247..c462e4b4afee 100644 --- a/games-util/linux-wbfs-manager/linux-wbfs-manager-9999.ebuild +++ b/games-util/linux-wbfs-manager/linux-wbfs-manager-9999.ebuild @@ -4,13 +4,13 @@ EAPI=5 if [[ "${PV}" == "9999" ]]; then - ESVN_REPO_URI="http://linux-wbfs-manager.googlecode.com/svn/trunk/" + ESVN_REPO_URI="https://linux-wbfs-manager.googlecode.com/svn/trunk/" inherit toolchain-funcs subversion SRC_URI="" #KEYWORDS="" else inherit toolchain-funcs - SRC_URI="http://linux-wbfs-manager.googlecode.com/files/${P}.tar.gz" + SRC_URI="https://linux-wbfs-manager.googlecode.com/files/${P}.tar.gz" KEYWORDS="~amd64 ~ppc ~x86" fi; |