diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 14:13:39 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 14:13:39 +0200 |
commit | 8af89b55d36e444e62a39c09c1e6a5db6c9fb6f5 (patch) | |
tree | 91711ca75bd858cab4d80a0aa3e1eb329d7b4376 /dev-libs/efl | |
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 'dev-libs/efl')
-rw-r--r-- | dev-libs/efl/efl-1.12.2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/efl/efl-1.13.1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/efl/efl-1.15.0.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/efl/efl-9999.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-libs/efl/efl-1.12.2.ebuild b/dev-libs/efl/efl-1.12.2.ebuild index 1ec73bd66685..52f65730e2e3 100644 --- a/dev-libs/efl/efl-1.12.2.ebuild +++ b/dev-libs/efl/efl-1.12.2.ebuild @@ -11,10 +11,10 @@ if [[ "${PV}" == "9999" ]] ; then EGIT_URI_APPEND="${PN}" elif [[ *"${PV}" == *"_pre"* ]] ; then MY_P=${P%%_*} - SRC_URI="http://download.enlightenment.org/pre-releases/${MY_P}.tar.bz2" + SRC_URI="https://download.enlightenment.org/pre-releases/${MY_P}.tar.bz2" EKEY_STATE="snap" else - SRC_URI="http://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.bz2" + SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.bz2" EKEY_STATE="snap" fi diff --git a/dev-libs/efl/efl-1.13.1.ebuild b/dev-libs/efl/efl-1.13.1.ebuild index f15fd8118192..1c35b3b3d169 100644 --- a/dev-libs/efl/efl-1.13.1.ebuild +++ b/dev-libs/efl/efl-1.13.1.ebuild @@ -11,10 +11,10 @@ if [[ "${PV}" == "9999" ]] ; then EGIT_URI_APPEND="${PN}" elif [[ *"${PV}" == *"_pre"* ]] ; then MY_P=${P%%_*} - SRC_URI="http://download.enlightenment.org/pre-releases/${MY_P}.tar.xz" + SRC_URI="https://download.enlightenment.org/pre-releases/${MY_P}.tar.xz" EKEY_STATE="snap" else - SRC_URI="http://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.xz" + SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.xz" EKEY_STATE="snap" fi diff --git a/dev-libs/efl/efl-1.15.0.ebuild b/dev-libs/efl/efl-1.15.0.ebuild index 6b10b0c3a1d0..2a7cf4ead6da 100644 --- a/dev-libs/efl/efl-1.15.0.ebuild +++ b/dev-libs/efl/efl-1.15.0.ebuild @@ -11,10 +11,10 @@ if [[ "${PV}" == "9999" ]] ; then EGIT_URI_APPEND="${PN}" elif [[ *"${PV}" == *"_pre"* ]] ; then MY_P=${P%%_*} - SRC_URI="http://download.enlightenment.org/pre-releases/${MY_P}.tar.xz" + SRC_URI="https://download.enlightenment.org/pre-releases/${MY_P}.tar.xz" EKEY_STATE="snap" else - SRC_URI="http://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.xz" + SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.xz" EKEY_STATE="snap" fi diff --git a/dev-libs/efl/efl-9999.ebuild b/dev-libs/efl/efl-9999.ebuild index 21220e28eb47..6bd8d26c9cdc 100644 --- a/dev-libs/efl/efl-9999.ebuild +++ b/dev-libs/efl/efl-9999.ebuild @@ -11,10 +11,10 @@ if [[ "${PV}" == "9999" ]] ; then EGIT_URI_APPEND="${PN}" elif [[ *"${PV}" == *"_pre"* ]] ; then MY_P=${P%%_*} - SRC_URI="http://download.enlightenment.org/pre-releases/${MY_P}.tar.xz" + SRC_URI="https://download.enlightenment.org/pre-releases/${MY_P}.tar.xz" EKEY_STATE="snap" else - SRC_URI="http://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.xz" + SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.xz" EKEY_STATE="snap" fi |