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 5C368138334 for ; Sat, 25 Aug 2018 19:17:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68D01E07C9; Sat, 25 Aug 2018 19:17:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 29135E07C9 for ; Sat, 25 Aug 2018 19:17:44 +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 0E1E4335C7F for ; Sat, 25 Aug 2018 19:17:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17E7E3B8 for ; Sat, 25 Aug 2018 19:17:40 +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: <1535224592.4c549f5c98980ef8ada7fd2628da0bcbacf86744.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.3.0-r1.ebuild media-libs/gegl/gegl-0.3.0.ebuild media-libs/gegl/gegl-0.3.26.ebuild media-libs/gegl/gegl-0.3.34.ebuild media-libs/gegl/gegl-0.3.8-r1.ebuild media-libs/gegl/gegl-0.3.8.ebuild media-libs/gegl/gegl-0.4.6-r1.ebuild media-libs/gegl/gegl-0.4.8.ebuild X-VCS-Directories: media-libs/gegl/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 4c549f5c98980ef8ada7fd2628da0bcbacf86744 X-VCS-Branch: master Date: Sat, 25 Aug 2018 19:17:40 +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: 27b0c1a2-017b-4f46-a593-540e90e36f29 X-Archives-Hash: 9c619d791123ddc755658357a8eb428f commit: 4c549f5c98980ef8ada7fd2628da0bcbacf86744 Author: Francesco Turco fastmail fm> AuthorDate: Sun Aug 5 20:14:22 2018 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Aug 25 19:16:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c549f5c media-libs/gegl: replace git.gnome.org with gitlab.gnome.org Closes: https://github.com/gentoo/gentoo/pull/9466 media-libs/gegl/gegl-0.3.0-r1.ebuild | 2 +- media-libs/gegl/gegl-0.3.0.ebuild | 2 +- media-libs/gegl/gegl-0.3.26.ebuild | 2 +- media-libs/gegl/gegl-0.3.34.ebuild | 2 +- media-libs/gegl/gegl-0.3.8-r1.ebuild | 2 +- media-libs/gegl/gegl-0.3.8.ebuild | 2 +- media-libs/gegl/gegl-0.4.6-r1.ebuild | 2 +- media-libs/gegl/gegl-0.4.8.ebuild | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/media-libs/gegl/gegl-0.3.0-r1.ebuild b/media-libs/gegl/gegl-0.3.0-r1.ebuild index a0387477084..58ef27e3edf 100644 --- a/media-libs/gegl/gegl-0.3.0-r1.ebuild +++ b/media-libs/gegl/gegl-0.3.0-r1.ebuild @@ -13,7 +13,7 @@ inherit versionator gnome2-utils eutils autotools python-any-r1 vala if [[ ${PV} == *9999* ]]; then inherit autotools git-r3 - EGIT_REPO_URI="git://git.gnome.org/gegl" + 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.bz2" diff --git a/media-libs/gegl/gegl-0.3.0.ebuild b/media-libs/gegl/gegl-0.3.0.ebuild index 087a6f506d9..51cb6d66823 100644 --- a/media-libs/gegl/gegl-0.3.0.ebuild +++ b/media-libs/gegl/gegl-0.3.0.ebuild @@ -13,7 +13,7 @@ inherit versionator gnome2-utils eutils autotools python-any-r1 vala if [[ ${PV} == *9999* ]]; then inherit autotools git-r3 - EGIT_REPO_URI="git://git.gnome.org/gegl" + 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.bz2" diff --git a/media-libs/gegl/gegl-0.3.26.ebuild b/media-libs/gegl/gegl-0.3.26.ebuild index aaf6fcd179b..ac4a1b49b67 100644 --- a/media-libs/gegl/gegl-0.3.26.ebuild +++ b/media-libs/gegl/gegl-0.3.26.ebuild @@ -11,7 +11,7 @@ inherit versionator gnome2-utils eutils autotools python-any-r1 vala if [[ ${PV} == *9999* ]]; then inherit autotools git-r3 - EGIT_REPO_URI="git://git.gnome.org/gegl" + 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.bz2" diff --git a/media-libs/gegl/gegl-0.3.34.ebuild b/media-libs/gegl/gegl-0.3.34.ebuild index 90e2075cd1c..fb3ea4a20d5 100644 --- a/media-libs/gegl/gegl-0.3.34.ebuild +++ b/media-libs/gegl/gegl-0.3.34.ebuild @@ -11,7 +11,7 @@ inherit versionator gnome2-utils eutils autotools python-any-r1 vala if [[ ${PV} == *9999* ]]; then inherit autotools git-r3 - EGIT_REPO_URI="git://git.gnome.org/gegl" + 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.bz2" diff --git a/media-libs/gegl/gegl-0.3.8-r1.ebuild b/media-libs/gegl/gegl-0.3.8-r1.ebuild index 63e40fdf726..2d19ea8e6ed 100644 --- a/media-libs/gegl/gegl-0.3.8-r1.ebuild +++ b/media-libs/gegl/gegl-0.3.8-r1.ebuild @@ -11,7 +11,7 @@ inherit versionator gnome2-utils eutils autotools python-any-r1 vala if [[ ${PV} == *9999* ]]; then inherit autotools git-r3 - EGIT_REPO_URI="git://git.gnome.org/gegl" + 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.bz2" diff --git a/media-libs/gegl/gegl-0.3.8.ebuild b/media-libs/gegl/gegl-0.3.8.ebuild index 549bb072332..1cf4f2a7b03 100644 --- a/media-libs/gegl/gegl-0.3.8.ebuild +++ b/media-libs/gegl/gegl-0.3.8.ebuild @@ -11,7 +11,7 @@ inherit versionator gnome2-utils eutils autotools python-any-r1 vala if [[ ${PV} == *9999* ]]; then inherit autotools git-r3 - EGIT_REPO_URI="git://git.gnome.org/gegl" + 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.bz2" diff --git a/media-libs/gegl/gegl-0.4.6-r1.ebuild b/media-libs/gegl/gegl-0.4.6-r1.ebuild index 0334bc1b3cd..44652e28d58 100644 --- a/media-libs/gegl/gegl-0.4.6-r1.ebuild +++ b/media-libs/gegl/gegl-0.4.6-r1.ebuild @@ -11,7 +11,7 @@ inherit autotools gnome2-utils python-any-r1 vala if [[ ${PV} == *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://git.gnome.org/gegl" + 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.bz2" diff --git a/media-libs/gegl/gegl-0.4.8.ebuild b/media-libs/gegl/gegl-0.4.8.ebuild index 92178abdfdf..a8d63077503 100644 --- a/media-libs/gegl/gegl-0.4.8.ebuild +++ b/media-libs/gegl/gegl-0.4.8.ebuild @@ -11,7 +11,7 @@ inherit autotools gnome2-utils python-any-r1 vala if [[ ${PV} == *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://git.gnome.org/gegl" + 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.bz2"