diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:47:45 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:49:19 +0200 |
commit | eaaface92ee81f30a6ac66fe7acbcc42c00dc450 (patch) | |
tree | 6a380aa33005e1997c9dbe6f1c00520274543303 /net-im/pidgin | |
parent | sci-libs/ViSP: Disable Coin3D to avoid automagic. Bug #558498. (diff) | |
download | gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.gz gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.bz2 gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.zip |
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-im/pidgin')
-rw-r--r-- | net-im/pidgin/metadata.xml | 2 | ||||
-rw-r--r-- | net-im/pidgin/pidgin-2.10.10.ebuild | 2 | ||||
-rw-r--r-- | net-im/pidgin/pidgin-2.10.11.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-im/pidgin/metadata.xml b/net-im/pidgin/metadata.xml index 7a986a0958f0..0112845251da 100644 --- a/net-im/pidgin/metadata.xml +++ b/net-im/pidgin/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>net-im</herd> <maintainer> diff --git a/net-im/pidgin/pidgin-2.10.10.ebuild b/net-im/pidgin/pidgin-2.10.10.ebuild index 3d25bc065288..f1461a19cc98 100644 --- a/net-im/pidgin/pidgin-2.10.10.ebuild +++ b/net-im/pidgin/pidgin-2.10.10.ebuild @@ -11,7 +11,7 @@ inherit autotools flag-o-matic eutils toolchain-funcs multilib perl-app gnome2 p DESCRIPTION="GTK Instant Messenger client" HOMEPAGE="http://pidgin.im/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2 - http://dev.gentoo.org/~polynomial-c/${PN}-eds-3.6.patch.bz2" + https://dev.gentoo.org/~polynomial-c/${PN}-eds-3.6.patch.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/net-im/pidgin/pidgin-2.10.11.ebuild b/net-im/pidgin/pidgin-2.10.11.ebuild index d40123b18007..4f4a6652a00b 100644 --- a/net-im/pidgin/pidgin-2.10.11.ebuild +++ b/net-im/pidgin/pidgin-2.10.11.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="GTK Instant Messenger client" HOMEPAGE="http://pidgin.im/" SRC_URI=" mirror://sourceforge/${PN}/${P}.tar.bz2 - http://dev.gentoo.org/~polynomial-c/${PN}-eds-3.6.patch.bz2" + https://dev.gentoo.org/~polynomial-c/${PN}-eds-3.6.patch.bz2" LICENSE="GPL-2" SLOT="0" |