diff options
author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2020-11-05 01:36:11 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-08 11:53:30 +0000 |
commit | 0b4503bd3d5a1e4e0529915b98397b1d4df017c4 (patch) | |
tree | 4fa18ef7ec792de7a89ecd026906fd62f88d8fc9 /media-libs/gegl | |
parent | media-libs/babl: switch HOMEPAGE and SRC_URI to https (diff) | |
download | gentoo-0b4503bd3d5a1e4e0529915b98397b1d4df017c4.tar.gz gentoo-0b4503bd3d5a1e4e0529915b98397b1d4df017c4.tar.bz2 gentoo-0b4503bd3d5a1e4e0529915b98397b1d4df017c4.zip |
media-libs/gegl: switch HOMEPAGE and SRC_URI to https
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/18098
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/gegl')
-rw-r--r-- | media-libs/gegl/gegl-0.4.24.ebuild | 4 | ||||
-rw-r--r-- | media-libs/gegl/gegl-0.4.26-r1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/gegl/gegl-0.4.26.ebuild | 4 | ||||
-rw-r--r-- | media-libs/gegl/gegl-9999.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/media-libs/gegl/gegl-0.4.24.ebuild b/media-libs/gegl/gegl-0.4.24.ebuild index 1ba6732f8087..973f6d47b148 100644 --- a/media-libs/gegl/gegl-0.4.24.ebuild +++ b/media-libs/gegl/gegl-0.4.24.ebuild @@ -14,12 +14,12 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gegl.git" SRC_URI="" else - SRC_URI="http://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz" + SRC_URI="https://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz" KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="A graph based image processing framework" -HOMEPAGE="http://www.gegl.org/" +HOMEPAGE="https://gegl.org/" LICENSE="|| ( GPL-3+ LGPL-3 )" SLOT="0.4" diff --git a/media-libs/gegl/gegl-0.4.26-r1.ebuild b/media-libs/gegl/gegl-0.4.26-r1.ebuild index f6c31dfb77de..ebb48c1879aa 100644 --- a/media-libs/gegl/gegl-0.4.26-r1.ebuild +++ b/media-libs/gegl/gegl-0.4.26-r1.ebuild @@ -14,12 +14,12 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gegl.git" SRC_URI="" else - SRC_URI="http://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz" + SRC_URI="https://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="A graph based image processing framework" -HOMEPAGE="http://www.gegl.org/" +HOMEPAGE="https://gegl.org/" LICENSE="|| ( GPL-3+ LGPL-3 )" SLOT="0.4" diff --git a/media-libs/gegl/gegl-0.4.26.ebuild b/media-libs/gegl/gegl-0.4.26.ebuild index 8a755723d7e1..33138479a21b 100644 --- a/media-libs/gegl/gegl-0.4.26.ebuild +++ b/media-libs/gegl/gegl-0.4.26.ebuild @@ -14,12 +14,12 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gegl.git" SRC_URI="" else - SRC_URI="http://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz" + SRC_URI="https://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="A graph based image processing framework" -HOMEPAGE="http://www.gegl.org/" +HOMEPAGE="https://gegl.org/" LICENSE="|| ( GPL-3+ LGPL-3 )" SLOT="0.4" diff --git a/media-libs/gegl/gegl-9999.ebuild b/media-libs/gegl/gegl-9999.ebuild index 1cec31b18a43..ad877bef7420 100644 --- a/media-libs/gegl/gegl-9999.ebuild +++ b/media-libs/gegl/gegl-9999.ebuild @@ -13,12 +13,12 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gegl.git" SRC_URI="" else - SRC_URI="http://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz" + SRC_URI="https://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="A graph based image processing framework" -HOMEPAGE="http://www.gegl.org/" +HOMEPAGE="https://gegl.org/" LICENSE="|| ( GPL-3+ LGPL-3 )" SLOT="0.4" |