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-accessibility | |
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-accessibility')
-rw-r--r-- | app-accessibility/emacspeak/emacspeak-39.0-r2.ebuild | 4 | ||||
-rw-r--r-- | app-accessibility/emacspeak/emacspeak-9999.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-accessibility/emacspeak/emacspeak-39.0-r2.ebuild b/app-accessibility/emacspeak/emacspeak-39.0-r2.ebuild index 6c2ee753ed4f..25656d5ba8c3 100644 --- a/app-accessibility/emacspeak/emacspeak-39.0-r2.ebuild +++ b/app-accessibility/emacspeak/emacspeak-39.0-r2.ebuild @@ -10,10 +10,10 @@ DISABLE_AUTOFORMATTING=1 inherit eutils readme.gentoo elisp if [[ ${PV} == "9999" ]] ; then - ESVN_REPO_URI="http://${PN}.googlecode.com/svn/trunk" + ESVN_REPO_URI="https://${PN}.googlecode.com/svn/trunk" inherit subversion else - SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" + SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2" KEYWORDS="amd64 ppc x86" fi diff --git a/app-accessibility/emacspeak/emacspeak-9999.ebuild b/app-accessibility/emacspeak/emacspeak-9999.ebuild index 306aeefb0121..7b804a680c9d 100644 --- a/app-accessibility/emacspeak/emacspeak-9999.ebuild +++ b/app-accessibility/emacspeak/emacspeak-9999.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://github.com/tvraman/emacspeak.git" inherit git-r3 else - SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" + SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2" KEYWORDS="~amd64 ~ppc ~x86" fi |