diff options
author | 2015-08-24 14:13:39 +0200 | |
---|---|---|
committer | 2015-08-24 14:13:39 +0200 | |
commit | 8af89b55d36e444e62a39c09c1e6a5db6c9fb6f5 (patch) | |
tree | 91711ca75bd858cab4d80a0aa3e1eb329d7b4376 /media-libs/emotion | |
parent | Convert URIs for gnome.org and kde.org to https (diff) | |
download | gentoo-8af89b55d36e444e62a39c09c1e6a5db6c9fb6f5.tar.gz gentoo-8af89b55d36e444e62a39c09c1e6a5db6c9fb6f5.tar.bz2 gentoo-8af89b55d36e444e62a39c09c1e6a5db6c9fb6f5.zip |
Convert all URIs for enlightenment.org and bugzilla.xfce.org to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'media-libs/emotion')
-rw-r--r-- | media-libs/emotion/emotion-1.7.10.ebuild | 2 | ||||
-rw-r--r-- | media-libs/emotion/emotion-1.7.8.ebuild | 2 | ||||
-rw-r--r-- | media-libs/emotion/emotion-1.7.9.ebuild | 2 | ||||
-rw-r--r-- | media-libs/emotion/emotion-9999.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/emotion/emotion-1.7.10.ebuild b/media-libs/emotion/emotion-1.7.10.ebuild index c8fb80f2570e..034d49e92a0f 100644 --- a/media-libs/emotion/emotion-1.7.10.ebuild +++ b/media-libs/emotion/emotion-1.7.10.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_URI_APPEND=${PN} EGIT_BRANCH=${PN}-1.7 else - SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2" + SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" EKEY_STATE="snap" fi diff --git a/media-libs/emotion/emotion-1.7.8.ebuild b/media-libs/emotion/emotion-1.7.8.ebuild index 1d4ccee17479..b178f1c18a70 100644 --- a/media-libs/emotion/emotion-1.7.8.ebuild +++ b/media-libs/emotion/emotion-1.7.8.ebuild @@ -7,7 +7,7 @@ EAPI="4" inherit enlightenment DESCRIPTION="video libraries for e17" -SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2" +SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" LICENSE="BSD-2" KEYWORDS="~amd64 ~x86" diff --git a/media-libs/emotion/emotion-1.7.9.ebuild b/media-libs/emotion/emotion-1.7.9.ebuild index ea184031382b..c904338b9950 100644 --- a/media-libs/emotion/emotion-1.7.9.ebuild +++ b/media-libs/emotion/emotion-1.7.9.ebuild @@ -7,7 +7,7 @@ EAPI="4" inherit enlightenment DESCRIPTION="video libraries for e17" -SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2" +SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" LICENSE="BSD-2" KEYWORDS="~amd64 ~x86" diff --git a/media-libs/emotion/emotion-9999.ebuild b/media-libs/emotion/emotion-9999.ebuild index 9685e0c5c96d..38a66f095b6e 100644 --- a/media-libs/emotion/emotion-9999.ebuild +++ b/media-libs/emotion/emotion-9999.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_URI_APPEND=${PN} EGIT_BRANCH=${PN}-1.7 else - SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2" + SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" EKEY_STATE="snap" fi |