summaryrefslogtreecommitdiff
path: root/x11-base/xorg-proto
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-05 21:17:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-05 21:17:31 +0100
commitdc7cbdfa65fd814b3b9aa3c56257da201109e807 (patch)
treec85d72f6f31f21f178069c9d41d41a7c1ff4b362 /x11-base/xorg-proto
parent0706fc6986773f4e4d391deff4ad5143c464ea4e (diff)
gentoo resync : 05.04.2019
Diffstat (limited to 'x11-base/xorg-proto')
-rw-r--r--x11-base/xorg-proto/Manifest4
-rw-r--r--x11-base/xorg-proto/xorg-proto-2018.4.ebuild4
-rw-r--r--x11-base/xorg-proto/xorg-proto-9999.ebuild6
3 files changed, 7 insertions, 7 deletions
diff --git a/x11-base/xorg-proto/Manifest b/x11-base/xorg-proto/Manifest
index e34cd76880e3..d922f946ddaf 100644
--- a/x11-base/xorg-proto/Manifest
+++ b/x11-base/xorg-proto/Manifest
@@ -1,4 +1,4 @@
DIST xorgproto-2018.4.tar.gz 493597 BLAKE2B f25a637317ff2d7ba34d416368261b5afb617e42a1fb642cc78ab3e877752a81291fe0523d1af6cd0fe27399676b14a70ceea7178d521187423bb503c9b1c63b SHA512 f79a47fc3de04d7258769869c11e99eff7fa4a4b5925cf60f9f7579f946d7d0e737224e9a54d18e439a3586126e66e0764c0f09ed50987c781955b9b9a1e0362
-EBUILD xorg-proto-2018.4.ebuild 1831 BLAKE2B a215f2196f843247791a146dc76888b0d8b1991507dbaf6b11552afbc50122f51d4b478668480e7638daa00fb82e20550e5c3e1416e549ad811206b86e0f4af8 SHA512 d20781e94d0b7bf5654c28ea6c0256928f52dcbad2c192b40c074a273e8d41cfbc86c3010fddb82c7a2c17172064f5c2ad0d51dd564a4f2670e8e8dee469dfd2
-EBUILD xorg-proto-9999.ebuild 1779 BLAKE2B 80ae4a59428a02d2cd6d282b46eabfb9d5722a4e131303ec99c648f03d24431ba430468d570fc9099fbf012d83236f4211f9b88238ba50e0fa77e7dd0b016491 SHA512 f5cbce5ea638fb9c0520c5572e0fc39c47ed3b2c3cfd6fe105d2641136f240acd377bfaf9efc336decaf3670ef31b0bfd0d67e1305966a0a0279450d3383f685
+EBUILD xorg-proto-2018.4.ebuild 1831 BLAKE2B 0d091e47a6a7e43127d95b0c8f5bedea3302f877afa76f5e9e584cb2f8305945834ad9c2edb578271684fc5b5495bbf11a33d7e7bddbc3cec371d1aa5bfd3ecc SHA512 0d3ce67401709406ef36bc17ce2720a1d9d82c71b805309390ccdd47f63d692b84b628997be9aeedca7f1f5a25f6965a9bc0335509a83b9cac613ec199b01eeb
+EBUILD xorg-proto-9999.ebuild 1776 BLAKE2B 01f87948e7e817ee88f946fcd3c7489e9cd70b987bb4c96265c120ebea3d52f1931d9db4a33d652e55c29895861efd861d0694d1d9f0f9ef2345e10873ca3745 SHA512 5336a0a6a7d52a7cb7a464f07eb3e9ae3d7322d8cd17b5725b9e6e743b60be90d7a13049e6d943f0fdd5246a545a0ce10e39e81fb79b6fae1c26ec421fa13ef5
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-base/xorg-proto/xorg-proto-2018.4.ebuild b/x11-base/xorg-proto/xorg-proto-2018.4.ebuild
index a5b2a6dbded1..7f883941f8f7 100644
--- a/x11-base/xorg-proto/xorg-proto-2018.4.ebuild
+++ b/x11-base/xorg-proto/xorg-proto-2018.4.ebuild
@@ -6,7 +6,7 @@ EAPI=6
MY_PN="${PN/xorg-/xorg}"
MY_P="${MY_PN}-${PV}"
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/proto/${MY_PN}"
+EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/${MY_PN}.git"
if [[ ${PV} = 9999* ]]; then
GIT_ECLASS="git-r3"
@@ -15,7 +15,7 @@ fi
inherit ${GIT_ECLASS} meson
DESCRIPTION="X.Org combined protocol headers"
-HOMEPAGE="https://cgit.freedesktop.org/xorg/proto/xorgproto/"
+HOMEPAGE="https://gitlab.freedesktop.org/xorg/proto/xorgproto"
if [[ ${PV} = 9999* ]]; then
SRC_URI=""
else
diff --git a/x11-base/xorg-proto/xorg-proto-9999.ebuild b/x11-base/xorg-proto/xorg-proto-9999.ebuild
index d2b4b3d11867..9399dc7c97f1 100644
--- a/x11-base/xorg-proto/xorg-proto-9999.ebuild
+++ b/x11-base/xorg-proto/xorg-proto-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
MY_PN="${PN/xorg-/xorg}"
MY_P="${MY_PN}-${PV}"
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/proto/${MY_PN}"
+EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/${MY_PN}.git"
if [[ ${PV} = 9999* ]]; then
GIT_ECLASS="git-r3"
@@ -15,7 +15,7 @@ fi
inherit ${GIT_ECLASS} meson
DESCRIPTION="X.Org combined protocol headers"
-HOMEPAGE="https://cgit.freedesktop.org/xorg/proto/xorgproto/"
+HOMEPAGE="https://gitlab.freedesktop.org/xorg/proto/xorgproto"
if [[ ${PV} = 9999* ]]; then
SRC_URI=""
else