Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 681708 | Differences between
and this patch

Collapse All | Expand All

(-)a/x11-apps/mesa-progs/mesa-progs-8.3.0.ebuild (-3 / +3 lines)
Lines 1-11 Link Here
1
# Copyright 1999-2018 Gentoo Authors
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=5
4
EAPI=5
5
5
6
MY_PN=${PN/progs/demos}
6
MY_PN=${PN/progs/demos}
7
MY_P=${MY_PN}-${PV}
7
MY_P=${MY_PN}-${PV}
8
EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/demos.git"
8
EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/demos.git"
9
9
10
if [[ ${PV} = 9999* ]]; then
10
if [[ ${PV} = 9999* ]]; then
11
	GIT_ECLASS="git-r3"
11
	GIT_ECLASS="git-r3"
Lines 15-21 fi Link Here
15
inherit base autotools toolchain-funcs ${GIT_ECLASS}
15
inherit base autotools toolchain-funcs ${GIT_ECLASS}
16
16
17
DESCRIPTION="Mesa's OpenGL utility and demo programs (glxgears and glxinfo)"
17
DESCRIPTION="Mesa's OpenGL utility and demo programs (glxgears and glxinfo)"
18
HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/"
18
HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/ https://gitlab.freedesktop.org/mesa/demos"
19
if [[ ${PV} == 9999* ]]; then
19
if [[ ${PV} == 9999* ]]; then
20
	SRC_URI=""
20
	SRC_URI=""
21
	KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86"
21
	KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86"
(-)a/x11-apps/mesa-progs/mesa-progs-8.4.0.ebuild (-2 / +2 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2019 Gentoo Foundation
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=7
4
EAPI=7
Lines 9-15 MY_PN="${PN/progs/demos}" Link Here
9
MY_P="${MY_PN}-${PV}"
9
MY_P="${MY_PN}-${PV}"
10
10
11
DESCRIPTION="Mesa's OpenGL utility and demo programs (glxgears and glxinfo)"
11
DESCRIPTION="Mesa's OpenGL utility and demo programs (glxgears and glxinfo)"
12
HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/"
12
HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/ https://gitlab.freedesktop.org/mesa/demos"
13
if [[ ${PV} = 9999* ]]; then
13
if [[ ${PV} = 9999* ]]; then
14
	inherit autotools git-r3
14
	inherit autotools git-r3
15
	EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/demos.git"
15
	EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/demos.git"
(-)a/x11-apps/mesa-progs/mesa-progs-9999.ebuild (-2 / +2 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2019 Gentoo Foundation
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=7
4
EAPI=7
Lines 9-15 MY_PN="${PN/progs/demos}" Link Here
9
MY_P="${MY_PN}-${PV}"
9
MY_P="${MY_PN}-${PV}"
10
10
11
DESCRIPTION="Mesa's OpenGL utility and demo programs (glxgears and glxinfo)"
11
DESCRIPTION="Mesa's OpenGL utility and demo programs (glxgears and glxinfo)"
12
HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/"
12
HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/ https://gitlab.freedesktop.org/mesa/demos"
13
if [[ ${PV} = 9999* ]]; then
13
if [[ ${PV} = 9999* ]]; then
14
	inherit autotools git-r3
14
	inherit autotools git-r3
15
	EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/demos.git"
15
	EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/demos.git"
(-)a/x11-apps/mkfontdir/mkfontdir-1.2.0.ebuild (-1 / +1 lines)
Lines 4-10 Link Here
4
EAPI=7
4
EAPI=7
5
5
6
DESCRIPTION="create an index of X font files in a directory"
6
DESCRIPTION="create an index of X font files in a directory"
7
HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
7
HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/app/mkfontdir"
8
8
9
LICENSE="MIT"
9
LICENSE="MIT"
10
SLOT="0"
10
SLOT="0"
(-)a/x11-apps/transset/transset-1.0.1.ebuild (-2 / +2 lines)
Lines 1-11 Link Here
1
# Copyright 1999-2018 Gentoo Foundation
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=5
4
EAPI=5
5
inherit xorg-2
5
inherit xorg-2
6
6
7
DESCRIPTION="An utility for setting opacity property"
7
DESCRIPTION="An utility for setting opacity property"
8
HOMEPAGE="https://www.freedesktop.org/wiki/Software/xapps https://cgit.freedesktop.org/xorg/app/transset/"
8
HOMEPAGE="https://www.freedesktop.org/wiki/Software/xapps https://gitlab.freedesktop.org/xorg/app/transset"
9
9
10
LICENSE="SGI-B-2.0"
10
LICENSE="SGI-B-2.0"
11
KEYWORDS="amd64 x86"
11
KEYWORDS="amd64 x86"
(-)a/x11-apps/transset/transset-1.0.2.ebuild (-4 / +2 lines)
Lines 1-11 Link Here
1
# Copyright 1999-2018 Gentoo Foundation
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=5
4
EAPI=5
5
inherit xorg-2
5
inherit xorg-2
6
6
7
DESCRIPTION="An utility for setting opacity property"
7
DESCRIPTION="An utility for setting opacity property"
8
HOMEPAGE="https://www.freedesktop.org/wiki/Software/xapps https://cgit.freedesktop.org/xorg/app/transset/"
8
HOMEPAGE="https://www.freedesktop.org/wiki/Software/xapps https://gitlab.freedesktop.org/xorg/app/transset"
9
9
10
LICENSE="SGI-B-2.0"
10
LICENSE="SGI-B-2.0"
11
KEYWORDS="amd64 x86"
11
KEYWORDS="amd64 x86"
12
- 
13
--
14
x11-base/xcb-proto/xcb-proto-1.13.ebuild       | 6 +++---
12
x11-base/xcb-proto/xcb-proto-1.13.ebuild       | 6 +++---
15
x11-base/xorg-proto/xorg-proto-2018.4.ebuild   | 4 ++--
13
x11-base/xorg-proto/xorg-proto-2018.4.ebuild   | 4 ++--
16
x11-base/xorg-proto/xorg-proto-9999.ebuild     | 6 +++---
14
x11-base/xorg-proto/xorg-proto-9999.ebuild     | 6 +++---
17
x11-base/xorg-server/xorg-server-1.20.3.ebuild | 2 +-
15
x11-base/xorg-server/xorg-server-1.20.3.ebuild | 2 +-
18
x11-base/xorg-server/xorg-server-1.20.4.ebuild | 2 +-
16
x11-base/xorg-server/xorg-server-1.20.4.ebuild | 2 +-
19
x11-base/xorg-server/xorg-server-9999.ebuild   | 2 +-
17
x11-base/xorg-server/xorg-server-9999.ebuild   | 2 +-
20
6 files changed, 11 insertions(+), 11 deletions(-)
18
6 files changed, 11 insertions(+), 11 deletions(-)
(-)a/x11-base/xcb-proto/xcb-proto-1.13.ebuild (-3 / +3 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2018 Gentoo Authors
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=5
4
EAPI=5
Lines 10-17 XORG_STATIC=no Link Here
10
inherit python-r1 xorg-2
10
inherit python-r1 xorg-2
11
11
12
DESCRIPTION="X C-language Bindings protocol headers"
12
DESCRIPTION="X C-language Bindings protocol headers"
13
HOMEPAGE="https://xcb.freedesktop.org/"
13
HOMEPAGE="https://xcb.freedesktop.org/ https://gitlab.freedesktop.org/xorg/proto/xcbproto"
14
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/proto.git"
14
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git"
15
[[ ${PV} != 9999* ]] && \
15
[[ ${PV} != 9999* ]] && \
16
	SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2"
16
	SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2"
17
17
(-)a/x11-base/xorg-proto/xorg-proto-2018.4.ebuild (-2 / +2 lines)
Lines 6-12 EAPI=6 Link Here
6
MY_PN="${PN/xorg-/xorg}"
6
MY_PN="${PN/xorg-/xorg}"
7
MY_P="${MY_PN}-${PV}"
7
MY_P="${MY_PN}-${PV}"
8
8
9
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/proto/${MY_PN}"
9
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/${MY_PN}.git"
10
10
11
if [[ ${PV} = 9999* ]]; then
11
if [[ ${PV} = 9999* ]]; then
12
	GIT_ECLASS="git-r3"
12
	GIT_ECLASS="git-r3"
Lines 15-21 fi Link Here
15
inherit ${GIT_ECLASS} meson
15
inherit ${GIT_ECLASS} meson
16
16
17
DESCRIPTION="X.Org combined protocol headers"
17
DESCRIPTION="X.Org combined protocol headers"
18
HOMEPAGE="https://cgit.freedesktop.org/xorg/proto/xorgproto/"
18
HOMEPAGE="https://gitlab.freedesktop.org/xorg/proto/xorgproto"
19
if [[ ${PV} = 9999* ]]; then
19
if [[ ${PV} = 9999* ]]; then
20
	SRC_URI=""
20
	SRC_URI=""
21
else
21
else
(-)a/x11-base/xorg-proto/xorg-proto-9999.ebuild (-3 / +3 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2018 Gentoo Foundation
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=6
4
EAPI=6
Lines 6-12 EAPI=6 Link Here
6
MY_PN="${PN/xorg-/xorg}"
6
MY_PN="${PN/xorg-/xorg}"
7
MY_P="${MY_PN}-${PV}"
7
MY_P="${MY_PN}-${PV}"
8
8
9
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/proto/${MY_PN}"
9
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/${MY_PN}.git"
10
10
11
if [[ ${PV} = 9999* ]]; then
11
if [[ ${PV} = 9999* ]]; then
12
	GIT_ECLASS="git-r3"
12
	GIT_ECLASS="git-r3"
Lines 15-21 fi Link Here
15
inherit ${GIT_ECLASS} meson
15
inherit ${GIT_ECLASS} meson
16
16
17
DESCRIPTION="X.Org combined protocol headers"
17
DESCRIPTION="X.Org combined protocol headers"
18
HOMEPAGE="https://cgit.freedesktop.org/xorg/proto/xorgproto/"
18
HOMEPAGE="https://gitlab.freedesktop.org/xorg/proto/xorgproto"
19
if [[ ${PV} = 9999* ]]; then
19
if [[ ${PV} = 9999* ]]; then
20
	SRC_URI=""
20
	SRC_URI=""
21
else
21
else
(-)a/x11-base/xorg-server/xorg-server-1.20.3.ebuild (-1 / +1 lines)
Lines 5-11 EAPI=5 Link Here
5
5
6
XORG_DOC=doc
6
XORG_DOC=doc
7
inherit xorg-2 multilib versionator flag-o-matic
7
inherit xorg-2 multilib versionator flag-o-matic
8
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/xserver.git"
8
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git"
9
9
10
DESCRIPTION="X.Org X servers"
10
DESCRIPTION="X.Org X servers"
11
SLOT="0/${PV}"
11
SLOT="0/${PV}"
(-)a/x11-base/xorg-server/xorg-server-1.20.4.ebuild (-1 / +1 lines)
Lines 6-12 EAPI=7 Link Here
6
XORG_DOC=doc
6
XORG_DOC=doc
7
XORG_EAUTORECONF="yes"
7
XORG_EAUTORECONF="yes"
8
inherit xorg-3 multilib flag-o-matic
8
inherit xorg-3 multilib flag-o-matic
9
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/xserver.git"
9
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git"
10
10
11
DESCRIPTION="X.Org X servers"
11
DESCRIPTION="X.Org X servers"
12
SLOT="0/${PV}"
12
SLOT="0/${PV}"
(-)a/x11-base/xorg-server/xorg-server-9999.ebuild (-3 / +1 lines)
Lines 5-11 EAPI=7 Link Here
5
5
6
XORG_DOC=doc
6
XORG_DOC=doc
7
inherit xorg-3 multilib flag-o-matic
7
inherit xorg-3 multilib flag-o-matic
8
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/xserver.git"
8
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git"
9
9
10
DESCRIPTION="X.Org X servers"
10
DESCRIPTION="X.Org X servers"
11
SLOT="0/${PV}"
11
SLOT="0/${PV}"
12
- 
13
--
14
x11-libs/cairo/cairo-1.16.0-r2.ebuild                       | 4 ++--
12
x11-libs/cairo/cairo-1.16.0-r2.ebuild                       | 4 ++--
15
x11-libs/cairo/cairo-9999.ebuild                            | 6 +++---
13
x11-libs/cairo/cairo-9999.ebuild                            | 6 +++---
16
x11-libs/libXfont2/libXfont2-2.0.3-r1.ebuild                | 1 +
14
x11-libs/libXfont2/libXfont2-2.0.3-r1.ebuild                | 1 +
17
x11-libs/libXfont2/libXfont2-9999.ebuild                    | 4 ++--
15
x11-libs/libXfont2/libXfont2-9999.ebuild                    | 4 ++--
18
x11-libs/libXres/libXres-1.2.0-r1.ebuild                    | 1 -
16
x11-libs/libXres/libXres-1.2.0-r1.ebuild                    | 1 -
19
x11-libs/libdrm/libdrm-2.4.96.ebuild                        | 4 ++--
17
x11-libs/libdrm/libdrm-2.4.96.ebuild                        | 4 ++--
20
x11-libs/libdrm/libdrm-2.4.97.ebuild                        | 4 ++--
18
x11-libs/libdrm/libdrm-2.4.97.ebuild                        | 4 ++--
21
x11-libs/libdrm/libdrm-9999.ebuild                          | 4 ++--
19
x11-libs/libdrm/libdrm-9999.ebuild                          | 4 ++--
22
x11-libs/libva/libva-1.7.3.ebuild                           | 4 ++--
20
x11-libs/libva/libva-1.7.3.ebuild                           | 4 ++--
23
x11-libs/libva/libva-1.8.3.ebuild                           | 4 ++--
21
x11-libs/libva/libva-1.8.3.ebuild                           | 4 ++--
24
x11-libs/libxcb/libxcb-1.13.1.ebuild                        | 5 ++---
22
x11-libs/libxcb/libxcb-1.13.1.ebuild                        | 5 ++---
25
x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r2.ebuild    | 4 ++--
23
x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r2.ebuild    | 4 ++--
26
x11-libs/xcb-util-image/xcb-util-image-0.4.0-r1.ebuild      | 4 ++--
24
x11-libs/xcb-util-image/xcb-util-image-0.4.0-r1.ebuild      | 4 ++--
27
x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r1.ebuild  | 4 ++--
25
x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r1.ebuild  | 4 ++--
28
.../xcb-util-renderutil/xcb-util-renderutil-0.3.9-r2.ebuild | 4 ++--
26
.../xcb-util-renderutil/xcb-util-renderutil-0.3.9-r2.ebuild | 4 ++--
29
x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r2.ebuild            | 4 ++--
27
x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r2.ebuild            | 4 ++--
30
x11-libs/xcb-util/xcb-util-0.4.0-r1.ebuild                  | 4 ++--
28
x11-libs/xcb-util/xcb-util-0.4.0-r1.ebuild                  | 4 ++--
31
17 files changed, 32 insertions(+), 33 deletions(-)
29
17 files changed, 32 insertions(+), 33 deletions(-)
(-)a/x11-libs/cairo/cairo-1.16.0-r2.ebuild (-2 / +2 lines)
Lines 7-13 inherit eutils flag-o-matic autotools multilib-minimal Link Here
7
7
8
if [[ ${PV} == *9999* ]]; then
8
if [[ ${PV} == *9999* ]]; then
9
	inherit git-r3
9
	inherit git-r3
10
	EGIT_REPO_URI="https://anongit.freedesktop.org/git/cairo"
10
	EGIT_REPO_URI="https://gitlab.freedesktop.org/cairo/cairo.git"
11
	SRC_URI=""
11
	SRC_URI=""
12
else
12
else
13
	SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz"
13
	SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz"
Lines 15-21 else Link Here
15
fi
15
fi
16
16
17
DESCRIPTION="A vector graphics library with cross-device output support"
17
DESCRIPTION="A vector graphics library with cross-device output support"
18
HOMEPAGE="https://www.cairographics.org"
18
HOMEPAGE="https://www.cairographics.org/ https://gitlab.freedesktop.org/cairo/cairo"
19
LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
19
LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
20
SLOT="0"
20
SLOT="0"
21
IUSE="X aqua debug gles2 +glib opengl static-libs +svg utils valgrind xcb"
21
IUSE="X aqua debug gles2 +glib opengl static-libs +svg utils valgrind xcb"
(-)a/x11-libs/cairo/cairo-9999.ebuild (-3 / +3 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2018 Gentoo Authors
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=6
4
EAPI=6
Lines 7-13 inherit eutils flag-o-matic autotools multilib-minimal Link Here
7
7
8
if [[ ${PV} == *9999* ]]; then
8
if [[ ${PV} == *9999* ]]; then
9
	inherit git-r3
9
	inherit git-r3
10
	EGIT_REPO_URI="https://anongit.freedesktop.org/git/cairo"
10
	EGIT_REPO_URI="https://gitlab.freedesktop.org/cairo/cairo.git"
11
	SRC_URI=""
11
	SRC_URI=""
12
else
12
else
13
	SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz"
13
	SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz"
Lines 15-21 else Link Here
15
fi
15
fi
16
16
17
DESCRIPTION="A vector graphics library with cross-device output support"
17
DESCRIPTION="A vector graphics library with cross-device output support"
18
HOMEPAGE="https://www.cairographics.org"
18
HOMEPAGE="https://www.cairographics.org/ https://gitlab.freedesktop.org/cairo/cairo"
19
LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
19
LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
20
SLOT="0"
20
SLOT="0"
21
IUSE="X aqua debug gles2 +glib opengl static-libs +svg utils valgrind xcb"
21
IUSE="X aqua debug gles2 +glib opengl static-libs +svg utils valgrind xcb"
(-)a/x11-libs/libXfont2/libXfont2-2.0.3-r1.ebuild (+1 lines)
Lines 3-8 Link Here
3
3
4
EAPI=5
4
EAPI=5
5
5
6
XORG_PACKAGE_NAME=libxfont
6
XORG_DOC=doc
7
XORG_DOC=doc
7
inherit xorg-2
8
inherit xorg-2
8
9
(-)a/x11-libs/libXfont2/libXfont2-9999.ebuild (-2 / +2 lines)
Lines 1-10 Link Here
1
# Copyright 1999-2018 Gentoo Foundation
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=5
4
EAPI=5
5
5
6
XORG_PACKAGE_NAME=libxfont
6
XORG_DOC=doc
7
XORG_DOC=doc
7
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/lib/libXfont.git"
8
inherit xorg-2
8
inherit xorg-2
9
9
10
DESCRIPTION="X.Org Xfont library"
10
DESCRIPTION="X.Org Xfont library"
(-)a/x11-libs/libXres/libXres-1.2.0-r1.ebuild (-1 lines)
Lines 4-10 Link Here
4
EAPI=5
4
EAPI=5
5
inherit xorg-2
5
inherit xorg-2
6
6
7
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/lib/libXRes.git"
8
DESCRIPTION="X.Org XRes library"
7
DESCRIPTION="X.Org XRes library"
9
8
10
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
9
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
(-)a/x11-libs/libdrm/libdrm-2.4.96.ebuild (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
EAPI=6
4
EAPI=6
5
5
6
EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/drm.git"
6
EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/drm.git"
7
7
8
if [[ ${PV} = 9999* ]]; then
8
if [[ ${PV} = 9999* ]]; then
9
	GIT_ECLASS="git-r3"
9
	GIT_ECLASS="git-r3"
Lines 12-18 fi Link Here
12
inherit ${GIT_ECLASS} meson multilib-minimal
12
inherit ${GIT_ECLASS} meson multilib-minimal
13
13
14
DESCRIPTION="X.Org libdrm library"
14
DESCRIPTION="X.Org libdrm library"
15
HOMEPAGE="https://dri.freedesktop.org/"
15
HOMEPAGE="https://dri.freedesktop.org/ https://gitlab.freedesktop.org/mesa/drm"
16
if [[ ${PV} = 9999* ]]; then
16
if [[ ${PV} = 9999* ]]; then
17
	SRC_URI=""
17
	SRC_URI=""
18
else
18
else
(-)a/x11-libs/libdrm/libdrm-2.4.97.ebuild (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
EAPI=6
4
EAPI=6
5
5
6
EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/drm.git"
6
EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/drm.git"
7
7
8
if [[ ${PV} = 9999* ]]; then
8
if [[ ${PV} = 9999* ]]; then
9
	GIT_ECLASS="git-r3"
9
	GIT_ECLASS="git-r3"
Lines 12-18 fi Link Here
12
inherit ${GIT_ECLASS} meson multilib-minimal
12
inherit ${GIT_ECLASS} meson multilib-minimal
13
13
14
DESCRIPTION="X.Org libdrm library"
14
DESCRIPTION="X.Org libdrm library"
15
HOMEPAGE="https://dri.freedesktop.org/"
15
HOMEPAGE="https://dri.freedesktop.org/ https://gitlab.freedesktop.org/mesa/drm"
16
if [[ ${PV} = 9999* ]]; then
16
if [[ ${PV} = 9999* ]]; then
17
	SRC_URI=""
17
	SRC_URI=""
18
else
18
else
(-)a/x11-libs/libdrm/libdrm-9999.ebuild (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
EAPI=6
4
EAPI=6
5
5
6
EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/drm.git"
6
EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/drm.git"
7
7
8
if [[ ${PV} = 9999* ]]; then
8
if [[ ${PV} = 9999* ]]; then
9
	GIT_ECLASS="git-r3"
9
	GIT_ECLASS="git-r3"
Lines 12-18 fi Link Here
12
inherit ${GIT_ECLASS} meson multilib-minimal
12
inherit ${GIT_ECLASS} meson multilib-minimal
13
13
14
DESCRIPTION="X.Org libdrm library"
14
DESCRIPTION="X.Org libdrm library"
15
HOMEPAGE="https://dri.freedesktop.org/"
15
HOMEPAGE="https://dri.freedesktop.org/ https://gitlab.freedesktop.org/mesa/drm"
16
if [[ ${PV} = 9999* ]]; then
16
if [[ ${PV} = 9999* ]]; then
17
	SRC_URI=""
17
	SRC_URI=""
18
else
18
else
(-)a/x11-libs/libva/libva-1.7.3.ebuild (-2 / +2 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2017 Gentoo Foundation
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=5
4
EAPI=5
Lines 7-13 SCM="" Link Here
7
if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
7
if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
8
	SCM=git-2
8
	SCM=git-2
9
	EGIT_BRANCH=master
9
	EGIT_BRANCH=master
10
	EGIT_REPO_URI="git://anongit.freedesktop.org/vaapi/libva"
10
	EGIT_REPO_URI="https://github.com/intel/libva"
11
fi
11
fi
12
12
13
AUTOTOOLS_AUTORECONF="yes"
13
AUTOTOOLS_AUTORECONF="yes"
(-)a/x11-libs/libva/libva-1.8.3.ebuild (-2 / +2 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2017 Gentoo Foundation
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=5
4
EAPI=5
Lines 7-13 SCM="" Link Here
7
if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
7
if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
8
	SCM=git-r3
8
	SCM=git-r3
9
	EGIT_BRANCH=master
9
	EGIT_BRANCH=master
10
	EGIT_REPO_URI="https://github.com/01org/libva"
10
	EGIT_REPO_URI="https://github.com/intel/libva"
11
fi
11
fi
12
12
13
AUTOTOOLS_AUTORECONF="yes"
13
AUTOTOOLS_AUTORECONF="yes"
(-)a/x11-libs/libxcb/libxcb-1.13.1.ebuild (-3 / +2 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2018 Gentoo Authors
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=5
4
EAPI=5
Lines 11-18 XORG_MULTILIB=yes Link Here
11
inherit python-any-r1 xorg-2
11
inherit python-any-r1 xorg-2
12
12
13
DESCRIPTION="X C-language Bindings library"
13
DESCRIPTION="X C-language Bindings library"
14
HOMEPAGE="https://xcb.freedesktop.org/"
14
HOMEPAGE="https://xcb.freedesktop.org/ https://gitlab.freedesktop.org/xorg/lib/libxcb"
15
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/libxcb.git"
16
[[ ${PV} != 9999* ]] && \
15
[[ ${PV} != 9999* ]] && \
17
	SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2"
16
	SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2"
18
17
(-)a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r2.ebuild (-2 / +2 lines)
Lines 9-19 XORG_DOC=doc Link Here
9
XORG_MULTILIB=yes
9
XORG_MULTILIB=yes
10
inherit xorg-2
10
inherit xorg-2
11
11
12
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/util-cursor.git"
12
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/lib/libxcb-cursor.git"
13
EGIT_HAS_SUBMODULES=yes
13
EGIT_HAS_SUBMODULES=yes
14
14
15
DESCRIPTION="X C-language Bindings sample implementations"
15
DESCRIPTION="X C-language Bindings sample implementations"
16
HOMEPAGE="https://xcb.freedesktop.org/"
16
HOMEPAGE="https://xcb.freedesktop.org/ https://gitlab.freedesktop.org/xorg/lib/libxcb-cursor"
17
17
18
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
18
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
19
IUSE="test"
19
IUSE="test"
(-)a/x11-libs/xcb-util-image/xcb-util-image-0.4.0-r1.ebuild (-2 / +2 lines)
Lines 9-18 XORG_DOC=doc Link Here
9
XORG_MULTILIB=yes
9
XORG_MULTILIB=yes
10
inherit xorg-2
10
inherit xorg-2
11
11
12
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/util-image.git"
12
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/lib/libxcb-image.git"
13
13
14
DESCRIPTION="X C-language Bindings sample implementations"
14
DESCRIPTION="X C-language Bindings sample implementations"
15
HOMEPAGE="https://xcb.freedesktop.org/"
15
HOMEPAGE="https://xcb.freedesktop.org/ https://gitlab.freedesktop.org/xorg/lib/libxcb-image"
16
16
17
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
17
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
18
IUSE="test"
18
IUSE="test"
(-)a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r1.ebuild (-2 / +2 lines)
Lines 9-18 XORG_DOC=doc Link Here
9
XORG_MULTILIB=yes
9
XORG_MULTILIB=yes
10
inherit xorg-2
10
inherit xorg-2
11
11
12
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/util-keysyms.git"
12
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/lib/libxcb-keysyms.git"
13
13
14
DESCRIPTION="X C-language Bindings sample implementations"
14
DESCRIPTION="X C-language Bindings sample implementations"
15
HOMEPAGE="https://xcb.freedesktop.org/"
15
HOMEPAGE="https://xcb.freedesktop.org/ https://gitlab.freedesktop.org/xorg/lib/libxcb-keysyms"
16
16
17
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
17
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
18
IUSE="test"
18
IUSE="test"
(-)a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r2.ebuild (-2 / +2 lines)
Lines 9-19 XORG_DOC=doc Link Here
9
XORG_MULTILIB=yes
9
XORG_MULTILIB=yes
10
inherit xorg-2
10
inherit xorg-2
11
11
12
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/util-renderutil.git"
12
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/lib/libxcb-render-util.git"
13
EGIT_HAS_SUBMODULES=yes
13
EGIT_HAS_SUBMODULES=yes
14
14
15
DESCRIPTION="X C-language Bindings sample implementations"
15
DESCRIPTION="X C-language Bindings sample implementations"
16
HOMEPAGE="https://xcb.freedesktop.org/"
16
HOMEPAGE="https://xcb.freedesktop.org/ https://gitlab.freedesktop.org/xorg/lib/libxcb-render-util"
17
17
18
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
18
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
19
IUSE="test"
19
IUSE="test"
(-)a/x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r2.ebuild (-2 / +2 lines)
Lines 9-19 XORG_DOC=doc Link Here
9
XORG_MULTILIB=yes
9
XORG_MULTILIB=yes
10
inherit xorg-2
10
inherit xorg-2
11
11
12
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/util-wm.git"
12
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/lib/libxcb-wm.git"
13
EGIT_HAS_SUBMODULES=yes
13
EGIT_HAS_SUBMODULES=yes
14
14
15
DESCRIPTION="X C-language Bindings sample implementations"
15
DESCRIPTION="X C-language Bindings sample implementations"
16
HOMEPAGE="https://xcb.freedesktop.org/"
16
HOMEPAGE="https://xcb.freedesktop.org/ https://gitlab.freedesktop.org/xorg/lib/libxcb-wm"
17
17
18
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
18
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
19
IUSE="test"
19
IUSE="test"
(-)a/x11-libs/xcb-util/xcb-util-0.4.0-r1.ebuild (-3 / +2 lines)
Lines 9-18 XORG_DOC=doc Link Here
9
XORG_MULTILIB=yes
9
XORG_MULTILIB=yes
10
inherit xorg-2
10
inherit xorg-2
11
11
12
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/util.git"
12
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/lib/libxcb-util.git"
13
13
14
DESCRIPTION="X C-language Bindings sample implementations"
14
DESCRIPTION="X C-language Bindings sample implementations"
15
HOMEPAGE="https://xcb.freedesktop.org/"
15
HOMEPAGE="https://xcb.freedesktop.org/ https://gitlab.freedesktop.org/xorg/lib/libxcb-util"
16
16
17
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
17
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
18
IUSE="test"
18
IUSE="test"
19
- 

Return to bug 681708