diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:05 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:41 +0200 |
commit | 769c75f84ac0d1be61ecaeaff0fcc8c509063ec5 (patch) | |
tree | b2ac9f34d4991495f829bd5db62f51c7579e4a4e /x11-plugins/pidgin-opensteamworks | |
parent | sys-cluster/util-vserver: Version bump. Fixes bug 541750. (diff) | |
download | gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.gz gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.bz2 gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.zip |
Enable https for all google URIs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'x11-plugins/pidgin-opensteamworks')
4 files changed, 7 insertions, 7 deletions
diff --git a/x11-plugins/pidgin-opensteamworks/metadata.xml b/x11-plugins/pidgin-opensteamworks/metadata.xml index 599ba0655fb6..89a5570e4b59 100644 --- a/x11-plugins/pidgin-opensteamworks/metadata.xml +++ b/x11-plugins/pidgin-opensteamworks/metadata.xml @@ -16,6 +16,6 @@ <maintainer status="active">
<email>eionrobb@gmail.com</email>
</maintainer>
- <bugs-to>http://code.google.com/p/pidgin-opensteamworks/issues/list</bugs-to>
+ <bugs-to>https://code.google.com/p/pidgin-opensteamworks/issues/list</bugs-to>
</upstream>
</pkgmetadata>
diff --git a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.4.ebuild b/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.4.ebuild index 32f1f2eae58b..99315d0af750 100644 --- a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.4.ebuild +++ b/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.4.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit toolchain-funcs DESCRIPTION="Steam protocol plugin for pidgin" -HOMEPAGE="http://code.google.com/p/pidgin-opensteamworks/" +HOMEPAGE="https://code.google.com/p/pidgin-opensteamworks/" SRC_URI="http://pidgin-opensteamworks.googlecode.com/files/steam-mobile-${PV}.tar.bz2 http://pidgin-opensteamworks.googlecode.com/files/icons.zip -> ${PN}-icons.zip" @@ -35,7 +35,7 @@ pkg_setup() { } src_prepare() { - # see http://code.google.com/p/pidgin-opensteamworks/issues/detail?id=31 + # see https://code.google.com/p/pidgin-opensteamworks/issues/detail?id=31 cp "${FILESDIR}"/${PN}-1.3-Makefile "${S}"/Makefile || die } diff --git a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.5.1.ebuild b/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.5.1.ebuild index 286381ab5c29..8b226d993cc5 100644 --- a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.5.1.ebuild +++ b/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.5.1.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit toolchain-funcs DESCRIPTION="Steam protocol plugin for pidgin" -HOMEPAGE="http://code.google.com/p/pidgin-opensteamworks/" +HOMEPAGE="https://code.google.com/p/pidgin-opensteamworks/" SRC_URI="http://pidgin-opensteamworks.googlecode.com/svn/trunk/steam-mobile/releases/steam-mobile-${PV}.tar.bz2 http://pidgin-opensteamworks.googlecode.com/files/icons.zip -> ${PN}-icons.zip" @@ -35,7 +35,7 @@ pkg_setup() { } src_prepare() { - # see http://code.google.com/p/pidgin-opensteamworks/issues/detail?id=31 + # see https://code.google.com/p/pidgin-opensteamworks/issues/detail?id=31 cp "${FILESDIR}"/${PN}-1.3-Makefile "${S}"/Makefile || die } diff --git a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.5.ebuild b/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.5.ebuild index 9fbece057be6..9bbe0ae5d220 100644 --- a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.5.ebuild +++ b/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.5.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit toolchain-funcs DESCRIPTION="Steam protocol plugin for pidgin" -HOMEPAGE="http://code.google.com/p/pidgin-opensteamworks/" +HOMEPAGE="https://code.google.com/p/pidgin-opensteamworks/" SRC_URI="http://pidgin-opensteamworks.googlecode.com/svn/trunk/steam-mobile/releases/steam-mobile-${PV}.tar.bz2 http://pidgin-opensteamworks.googlecode.com/files/icons.zip -> ${PN}-icons.zip" @@ -35,7 +35,7 @@ pkg_setup() { } src_prepare() { - # see http://code.google.com/p/pidgin-opensteamworks/issues/detail?id=31 + # see https://code.google.com/p/pidgin-opensteamworks/issues/detail?id=31 cp "${FILESDIR}"/${PN}-1.3-Makefile "${S}"/Makefile || die } |