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 /www-apps | |
parent | 37bbeedfc9da875ab8972d54d2328d808a700c10 (diff) | |
download | gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.gz gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.xz |
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/blazeblogger/blazeblogger-1.2.0-r1.ebuild | 4 | ||||
-rw-r--r-- | www-apps/blazeblogger/blazeblogger-1.2.0.ebuild | 4 | ||||
-rw-r--r-- | www-apps/rutorrent/rutorrent-3.4-r1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www-apps/blazeblogger/blazeblogger-1.2.0-r1.ebuild b/www-apps/blazeblogger/blazeblogger-1.2.0-r1.ebuild index d141fe2920d..06f79d79257 100644 --- a/www-apps/blazeblogger/blazeblogger-1.2.0-r1.ebuild +++ b/www-apps/blazeblogger/blazeblogger-1.2.0-r1.ebuild @@ -8,8 +8,8 @@ inherit eutils DESCRIPTION="simple-to-use, capable content management system for the cmdline producing static content" HOMEPAGE="http://blaze.blackened.cz/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz - doc? ( http://${PN}.googlecode.com/files/${PN}-doc-${PV}.tar.gz ) " +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz + doc? ( https://${PN}.googlecode.com/files/${PN}-doc-${PV}.tar.gz ) " LICENSE="FDL-1.3 GPL-3" SLOT="0" diff --git a/www-apps/blazeblogger/blazeblogger-1.2.0.ebuild b/www-apps/blazeblogger/blazeblogger-1.2.0.ebuild index a712acde9fc..ffbc2a7e29d 100644 --- a/www-apps/blazeblogger/blazeblogger-1.2.0.ebuild +++ b/www-apps/blazeblogger/blazeblogger-1.2.0.ebuild @@ -6,8 +6,8 @@ EAPI=4 DESCRIPTION="simple-to-use, capable content management system for the cmdline producing static content" HOMEPAGE="http://blaze.blackened.cz/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz - doc? ( http://${PN}.googlecode.com/files/${PN}-doc-${PV}.tar.gz ) " +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz + doc? ( https://${PN}.googlecode.com/files/${PN}-doc-${PV}.tar.gz ) " LICENSE="FDL-1.3 GPL-3" SLOT="0" diff --git a/www-apps/rutorrent/rutorrent-3.4-r1.ebuild b/www-apps/rutorrent/rutorrent-3.4-r1.ebuild index 69a4d8bf672..692537bb2fe 100644 --- a/www-apps/rutorrent/rutorrent-3.4-r1.ebuild +++ b/www-apps/rutorrent/rutorrent-3.4-r1.ebuild @@ -9,8 +9,8 @@ inherit webapp eutils DESCRIPTION="ruTorrent is a front-end for the popular Bittorrent client rTorrent" HOMEPAGE="https://code.google.com/p/rutorrent/" SRC_URI=" - http://rutorrent.googlecode.com/files/${P}.tar.gz - http://rutorrent.googlecode.com/files/plugins-${PV}.tar.gz" + https://rutorrent.googlecode.com/files/${P}.tar.gz + https://rutorrent.googlecode.com/files/plugins-${PV}.tar.gz" LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~ppc ~x86" |