diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2019-03-29 04:48:32 +0100 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-03-29 14:19:03 -0700 |
commit | 50071d71e826efd0955526085c2f0929f199ad39 (patch) | |
tree | bf032f846d7f34425458b17bfc7a93d892c1b879 /dev-libs/weston | |
parent | x11-misc/*: Update HOMEPAGE and EGIT_REPO_URI. (diff) | |
download | gentoo-50071d71e826efd0955526085c2f0929f199ad39.tar.gz gentoo-50071d71e826efd0955526085c2f0929f199ad39.tar.bz2 gentoo-50071d71e826efd0955526085c2f0929f199ad39.zip |
dev-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 'dev-libs/weston')
-rw-r--r-- | dev-libs/weston/weston-3.0.0.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/weston/weston-5.0.0.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/weston/weston-9999.ebuild | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/dev-libs/weston/weston-3.0.0.ebuild b/dev-libs/weston/weston-3.0.0.ebuild index 85b8492ffe17..a3061e69cc02 100644 --- a/dev-libs/weston/weston-3.0.0.ebuild +++ b/dev-libs/weston/weston-3.0.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/weston.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/weston.git" GIT_ECLASS="git-r3" EXPERIMENTAL="true" fi @@ -12,7 +12,7 @@ fi inherit autotools readme.gentoo-r1 toolchain-funcs $GIT_ECLASS DESCRIPTION="Wayland reference compositor" -HOMEPAGE="https://wayland.freedesktop.org/" +HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston" if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" diff --git a/dev-libs/weston/weston-5.0.0.ebuild b/dev-libs/weston/weston-5.0.0.ebuild index 61c5f7776cc6..221535a3bedf 100644 --- a/dev-libs/weston/weston-5.0.0.ebuild +++ b/dev-libs/weston/weston-5.0.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/weston.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/weston.git" GIT_ECLASS="git-r3" EXPERIMENTAL="true" fi @@ -12,7 +12,7 @@ fi inherit autotools readme.gentoo-r1 toolchain-funcs $GIT_ECLASS DESCRIPTION="Wayland reference compositor" -HOMEPAGE="https://wayland.freedesktop.org/" +HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston" if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index 1a039dffa312..b06805e2e15d 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/weston.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/weston.git" GIT_ECLASS="git-r3" EXPERIMENTAL="true" fi @@ -12,7 +12,7 @@ fi inherit meson readme.gentoo-r1 toolchain-funcs $GIT_ECLASS DESCRIPTION="Wayland reference compositor" -HOMEPAGE="https://wayland.freedesktop.org/" +HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston" if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" |