From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C47A138330 for ; Wed, 10 Jan 2018 22:42:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87B4FE0B9A; Wed, 10 Jan 2018 22:42:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A28DE0B9A for ; Wed, 10 Jan 2018 22:42:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 077FF335C4E for ; Wed, 10 Jan 2018 22:42:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C47B1151 for ; Wed, 10 Jan 2018 22:42:35 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1515623693.50e8adba16c3ef4e4f4e4464eb2016363d2a9bb5.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gegl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gegl/gegl-0.2.0-r2.ebuild media-libs/gegl/gegl-0.2.0-r4.ebuild X-VCS-Directories: media-libs/gegl/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 50e8adba16c3ef4e4f4e4464eb2016363d2a9bb5 X-VCS-Branch: master Date: Wed, 10 Jan 2018 22:42:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7eedc4e2-ff15-42e3-9fbc-44cf841764e1 X-Archives-Hash: 24286ae27f0944286678cb18ad411bf1 commit: 50e8adba16c3ef4e4f4e4464eb2016363d2a9bb5 Author: Sebastian Pipping gentoo org> AuthorDate: Wed Jan 10 22:17:30 2018 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Wed Jan 10 22:34:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e8adba media-libs/gegl-0.2.0-r*: Fix SRC_URI media-libs/gegl/gegl-0.2.0-r2.ebuild | 2 +- media-libs/gegl/gegl-0.2.0-r4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/gegl/gegl-0.2.0-r2.ebuild b/media-libs/gegl/gegl-0.2.0-r2.ebuild index a1199a76cbf..e9bca1963bc 100644 --- a/media-libs/gegl/gegl-0.2.0-r2.ebuild +++ b/media-libs/gegl/gegl-0.2.0-r2.ebuild @@ -12,7 +12,7 @@ inherit versionator gnome2-utils eutils autotools #vala DESCRIPTION="A graph based image processing framework" HOMEPAGE="http://www.gegl.org/" -SRC_URI="ftp://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2" +SRC_URI="https://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2" LICENSE="|| ( GPL-3 LGPL-3 )" SLOT="0" diff --git a/media-libs/gegl/gegl-0.2.0-r4.ebuild b/media-libs/gegl/gegl-0.2.0-r4.ebuild index f1b427ba45a..0c197b26e5c 100644 --- a/media-libs/gegl/gegl-0.2.0-r4.ebuild +++ b/media-libs/gegl/gegl-0.2.0-r4.ebuild @@ -12,7 +12,7 @@ inherit versionator gnome2-utils eutils autotools #vala DESCRIPTION="A graph based image processing framework" HOMEPAGE="http://www.gegl.org/" -SRC_URI="ftp://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2" +SRC_URI="https://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2" LICENSE="|| ( GPL-3 LGPL-3 )" SLOT="0"