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 /media-libs/elementary | |
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/elementary')
-rw-r--r-- | media-libs/elementary/elementary-1.12.2.ebuild | 4 | ||||
-rw-r--r-- | media-libs/elementary/elementary-1.13.1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/elementary/elementary-1.15.0.ebuild | 4 | ||||
-rw-r--r-- | media-libs/elementary/elementary-9999.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/media-libs/elementary/elementary-1.12.2.ebuild b/media-libs/elementary/elementary-1.12.2.ebuild index 6255f332846e..7fea186a3155 100644 --- a/media-libs/elementary/elementary-1.12.2.ebuild +++ b/media-libs/elementary/elementary-1.12.2.ebuild @@ -10,14 +10,14 @@ if [[ "${PV}" == "9999" ]] ; then EGIT_SUB_PROJECT="core" EGIT_URI_APPEND="${PN}" 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 inherit enlightenment DESCRIPTION="Basic widget set, based on EFL for mobile touch-screen devices" -HOMEPAGE="http://trac.enlightenment.org/e/wiki/Elementary" +HOMEPAGE="https://trac.enlightenment.org/e/wiki/Elementary" LICENSE="LGPL-2.1" KEYWORDS="amd64 arm x86" diff --git a/media-libs/elementary/elementary-1.13.1.ebuild b/media-libs/elementary/elementary-1.13.1.ebuild index 6c6bf2ade8d3..f0852690c0f2 100644 --- a/media-libs/elementary/elementary-1.13.1.ebuild +++ b/media-libs/elementary/elementary-1.13.1.ebuild @@ -10,14 +10,14 @@ if [[ "${PV}" == "9999" ]] ; then EGIT_SUB_PROJECT="core" EGIT_URI_APPEND="${PN}" 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 inherit enlightenment DESCRIPTION="Basic widget set, based on EFL for mobile touch-screen devices" -HOMEPAGE="http://trac.enlightenment.org/e/wiki/Elementary" +HOMEPAGE="https://trac.enlightenment.org/e/wiki/Elementary" LICENSE="LGPL-2.1" KEYWORDS="~amd64 ~arm ~x86" diff --git a/media-libs/elementary/elementary-1.15.0.ebuild b/media-libs/elementary/elementary-1.15.0.ebuild index 838660d10513..7cef5b066732 100644 --- a/media-libs/elementary/elementary-1.15.0.ebuild +++ b/media-libs/elementary/elementary-1.15.0.ebuild @@ -10,14 +10,14 @@ if [[ "${PV}" == "9999" ]] ; then EGIT_SUB_PROJECT="core" EGIT_URI_APPEND="${PN}" 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 inherit enlightenment DESCRIPTION="Basic widget set, based on EFL for mobile touch-screen devices" -HOMEPAGE="http://trac.enlightenment.org/e/wiki/Elementary" +HOMEPAGE="https://trac.enlightenment.org/e/wiki/Elementary" LICENSE="LGPL-2.1" IUSE="debug examples fbcon quicklaunch sdl wayland X static-libs" diff --git a/media-libs/elementary/elementary-9999.ebuild b/media-libs/elementary/elementary-9999.ebuild index 838660d10513..7cef5b066732 100644 --- a/media-libs/elementary/elementary-9999.ebuild +++ b/media-libs/elementary/elementary-9999.ebuild @@ -10,14 +10,14 @@ if [[ "${PV}" == "9999" ]] ; then EGIT_SUB_PROJECT="core" EGIT_URI_APPEND="${PN}" 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 inherit enlightenment DESCRIPTION="Basic widget set, based on EFL for mobile touch-screen devices" -HOMEPAGE="http://trac.enlightenment.org/e/wiki/Elementary" +HOMEPAGE="https://trac.enlightenment.org/e/wiki/Elementary" LICENSE="LGPL-2.1" IUSE="debug examples fbcon quicklaunch sdl wayland X static-libs" |