diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2019-03-25 04:40:33 +0100 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-03-24 20:59:58 -0700 |
commit | b2b83f21fa25c1e531f4760316d046052a89ad8e (patch) | |
tree | 6b752740a55e318f785841e08eeacf9e81218088 /x11-libs/cairo | |
parent | x11-base/*: Update HOMEPAGE and EGIT_REPO_URI. (diff) | |
download | gentoo-b2b83f21fa25c1e531f4760316d046052a89ad8e.tar.gz gentoo-b2b83f21fa25c1e531f4760316d046052a89ad8e.tar.bz2 gentoo-b2b83f21fa25c1e531f4760316d046052a89ad8e.zip |
x11-libs/*: Update HOMEPAGE and EGIT_REPO_URI.
Bug: https://bugs.gentoo.org/681708
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r-- | x11-libs/cairo/cairo-1.16.0-r2.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-9999.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-libs/cairo/cairo-1.16.0-r2.ebuild b/x11-libs/cairo/cairo-1.16.0-r2.ebuild index f49627585235..33d36a607036 100644 --- a/x11-libs/cairo/cairo-1.16.0-r2.ebuild +++ b/x11-libs/cairo/cairo-1.16.0-r2.ebuild @@ -7,7 +7,7 @@ inherit eutils flag-o-matic autotools multilib-minimal if [[ ${PV} == *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/cairo" + EGIT_REPO_URI="https://gitlab.freedesktop.org/cairo/cairo.git" SRC_URI="" else SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz" @@ -15,7 +15,7 @@ else fi DESCRIPTION="A vector graphics library with cross-device output support" -HOMEPAGE="https://www.cairographics.org" +HOMEPAGE="https://www.cairographics.org/ https://gitlab.freedesktop.org/cairo/cairo" LICENSE="|| ( LGPL-2.1 MPL-1.1 )" SLOT="0" IUSE="X aqua debug gles2 +glib opengl static-libs +svg utils valgrind xcb" diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild index 50f6c6a7649f..2145909816d9 100644 --- a/x11-libs/cairo/cairo-9999.ebuild +++ b/x11-libs/cairo/cairo-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit eutils flag-o-matic autotools multilib-minimal if [[ ${PV} == *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/cairo" + EGIT_REPO_URI="https://gitlab.freedesktop.org/cairo/cairo.git" SRC_URI="" else SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz" @@ -15,7 +15,7 @@ else fi DESCRIPTION="A vector graphics library with cross-device output support" -HOMEPAGE="https://www.cairographics.org" +HOMEPAGE="https://www.cairographics.org/ https://gitlab.freedesktop.org/cairo/cairo" LICENSE="|| ( LGPL-2.1 MPL-1.1 )" SLOT="0" IUSE="X aqua debug gles2 +glib opengl static-libs +svg utils valgrind xcb" |