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/transset/transset-1.0.1.ebuild (-1 lines)
Lines 5-11 EAPI=5 Link Here
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://gitlab.freedesktop.org/xorg/app/transset"
9
8
10
LICENSE="SGI-B-2.0"
9
LICENSE="SGI-B-2.0"
11
KEYWORDS="amd64 x86"
10
KEYWORDS="amd64 x86"
(-)a/x11-apps/transset/transset-1.0.2.ebuild (-3 lines)
Lines 5-11 EAPI=5 Link Here
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://gitlab.freedesktop.org/xorg/app/transset"
9
8
10
LICENSE="SGI-B-2.0"
9
LICENSE="SGI-B-2.0"
11
KEYWORDS="amd64 x86"
10
KEYWORDS="amd64 x86"
12
- 
13
usage in future snapshots.
11
usage in future snapshots.
14
--
15
x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild | 6 +++---
12
x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild | 6 +++---
16
1 file changed, 3 insertions(+), 3 deletions(-)
13
1 file changed, 3 insertions(+), 3 deletions(-)
(-)a/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild (-5 / +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=5
4
EAPI=5
Lines 12-19 if [[ ${PV} == 9999* ]]; then Link Here
12
else
12
else
13
	KEYWORDS="~amd64 ~x86"
13
	KEYWORDS="~amd64 ~x86"
14
	COMMIT_ID=""
14
	COMMIT_ID=""
15
	SRC_URI="https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/${COMMIT_ID}.tar.xz -> ${P}.tar.xz"
15
	SRC_URI="https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel/-/archive/${COMMIT_ID}/${P}.tar.bz2"
16
	S=${WORKDIR}/${COMMIT_ID}
16
	S="${WORKDIR}/${PN}-${COMMIT_ID}"
17
fi
17
fi
18
18
19
DESCRIPTION="X.Org driver for Intel cards"
19
DESCRIPTION="X.Org driver for Intel cards"
20
- 
21
--
22
.../xf86-input-synaptics/xf86-input-synaptics-1.9.0.ebuild    | 3 +--
20
.../xf86-input-synaptics/xf86-input-synaptics-1.9.0.ebuild    | 3 +--
23
.../xf86-input-synaptics/xf86-input-synaptics-1.9.1.ebuild    | 1 -
21
.../xf86-input-synaptics/xf86-input-synaptics-1.9.1.ebuild    | 1 -
24
.../xf86-video-nouveau/xf86-video-nouveau-1.0.15-r1.ebuild    | 4 ++--
22
.../xf86-video-nouveau/xf86-video-nouveau-1.0.15-r1.ebuild    | 4 ++--
25
.../xf86-video-nouveau/xf86-video-nouveau-1.0.16.ebuild       | 2 +-
23
.../xf86-video-nouveau/xf86-video-nouveau-1.0.16.ebuild       | 2 +-
26
.../xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild    | 4 ++--
24
.../xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild    | 4 ++--
27
5 files changed, 6 insertions(+), 8 deletions(-)
25
5 files changed, 6 insertions(+), 8 deletions(-)
(-)a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.0.ebuild (-2 / +1 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=5
4
EAPI=5
Lines 6-12 EAPI=5 Link Here
6
inherit linux-info xorg-2
6
inherit linux-info xorg-2
7
7
8
DESCRIPTION="Driver for Synaptics touchpads"
8
DESCRIPTION="Driver for Synaptics touchpads"
9
HOMEPAGE="https://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/"
10
9
11
KEYWORDS="amd64 arm ~mips ppc ppc64 x86"
10
KEYWORDS="amd64 arm ~mips ppc ppc64 x86"
12
IUSE="kernel_linux"
11
IUSE="kernel_linux"
(-)a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.1.ebuild (-1 lines)
Lines 6-12 EAPI=5 Link Here
6
inherit linux-info xorg-2
6
inherit linux-info xorg-2
7
7
8
DESCRIPTION="Driver for Synaptics touchpads"
8
DESCRIPTION="Driver for Synaptics touchpads"
9
HOMEPAGE="https://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/"
10
9
11
KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 x86"
10
KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 x86"
12
IUSE="kernel_linux"
11
IUSE="kernel_linux"
(-)a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.15-r1.ebuild (-2 / +2 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=5
4
EAPI=5
Lines 11-17 if [[ ${PV} == 9999* ]]; then Link Here
11
fi
11
fi
12
12
13
DESCRIPTION="Accelerated Open Source driver for nVidia cards"
13
DESCRIPTION="Accelerated Open Source driver for nVidia cards"
14
HOMEPAGE="https://nouveau.freedesktop.org/wiki/"
14
HOMEPAGE="https://nouveau.freedesktop.org/wiki/ https://cgit.freedesktop.org/nouveau/xf86-video-nouveau"
15
15
16
KEYWORDS="amd64 ~arm64 ppc ppc64 x86"
16
KEYWORDS="amd64 ~arm64 ppc ppc64 x86"
17
IUSE=""
17
IUSE=""
(-)a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.16.ebuild (-1 / +1 lines)
Lines 11-17 if [[ ${PV} == 9999* ]]; then Link Here
11
fi
11
fi
12
12
13
DESCRIPTION="Accelerated Open Source driver for nVidia cards"
13
DESCRIPTION="Accelerated Open Source driver for nVidia cards"
14
HOMEPAGE="https://nouveau.freedesktop.org/wiki/"
14
HOMEPAGE="https://nouveau.freedesktop.org/wiki/ https://cgit.freedesktop.org/nouveau/xf86-video-nouveau"
15
15
16
KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
16
KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
17
IUSE=""
17
IUSE=""
(-)a/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild (-4 / +2 lines)
Lines 1-12 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
XORG_PACKAGE_NAME=xf86-video-vbox
5
6
6
inherit xorg-2
7
inherit xorg-2
7
8
8
DESCRIPTION="VirtualBox guest video driver"
9
DESCRIPTION="VirtualBox guest video driver"
9
HOMEPAGE="https://cgit.freedesktop.org/xorg/driver/xf86-video-vbox/"
10
10
11
KEYWORDS="amd64 x86"
11
KEYWORDS="amd64 x86"
12
IUSE=""
12
IUSE=""
13
- 
14
--
15
x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild            | 6 +++---
13
x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild            | 6 +++---
16
x11-misc/gccmakedep/gccmakedep-9999.ebuild                | 6 +++---
14
x11-misc/gccmakedep/gccmakedep-9999.ebuild                | 6 +++---
17
x11-misc/imake/imake-1.0.7-r1.ebuild                      | 6 +++---
15
x11-misc/imake/imake-1.0.7-r1.ebuild                      | 6 +++---
18
x11-misc/lndir/lndir-1.0.3-r2.ebuild                      | 6 +++---
16
x11-misc/lndir/lndir-1.0.3-r2.ebuild                      | 6 +++---
19
x11-misc/lndir/lndir-9999.ebuild                          | 6 +++---
17
x11-misc/lndir/lndir-9999.ebuild                          | 6 +++---
20
x11-misc/makedepend/makedepend-1.0.5-r1.ebuild            | 6 +++---
18
x11-misc/makedepend/makedepend-1.0.5-r1.ebuild            | 6 +++---
21
x11-misc/rendercheck/rendercheck-1.5-r1.ebuild            | 4 ++--
19
x11-misc/rendercheck/rendercheck-1.5-r1.ebuild            | 4 ++--
22
x11-misc/rendercheck/rendercheck-1.5.ebuild               | 3 ++-
20
x11-misc/rendercheck/rendercheck-1.5.ebuild               | 3 ++-
23
x11-misc/util-macros/util-macros-1.19.2-r1.ebuild         | 4 ++--
21
x11-misc/util-macros/util-macros-1.19.2-r1.ebuild         | 4 ++--
24
x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild                | 6 +++---
22
x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild                | 6 +++---
25
x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild                   | 5 ++---
23
x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild                   | 5 ++---
26
x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild                   | 3 +--
24
x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild                   | 3 +--
27
x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild    | 4 ++--
25
x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild    | 4 ++--
28
x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild | 4 ++--
26
x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild | 4 ++--
29
x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild    | 4 ++--
27
x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild    | 4 ++--
30
x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild      | 4 ++--
28
x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild      | 4 ++--
31
16 files changed, 38 insertions(+), 39 deletions(-)
29
16 files changed, 38 insertions(+), 39 deletions(-)
(-)a/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild (-3 / +3 lines)
Lines 1-13 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=7
4
EAPI=7
5
5
6
DESCRIPTION="create dependencies in makefiles using 'gcc -M'"
6
DESCRIPTION="create dependencies in makefiles using 'gcc -M'"
7
HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
7
HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/gccmakedep"
8
8
9
if [[ ${PV} == 9999 ]]; then
9
if [[ ${PV} == 9999 ]]; then
10
	EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/util/${PN}.git"
10
	EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/util/gccmakedep.git"
11
	inherit autotools git-r3
11
	inherit autotools git-r3
12
	# x11-misc/util-macros only required on live ebuilds
12
	# x11-misc/util-macros only required on live ebuilds
13
	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
13
	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
(-)a/x11-misc/gccmakedep/gccmakedep-9999.ebuild (-3 / +3 lines)
Lines 1-13 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=7
4
EAPI=7
5
5
6
DESCRIPTION="create dependencies in makefiles using 'gcc -M'"
6
DESCRIPTION="create dependencies in makefiles using 'gcc -M'"
7
HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
7
HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/gccmakedep"
8
8
9
if [[ ${PV} == 9999 ]]; then
9
if [[ ${PV} == 9999 ]]; then
10
	EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/util/${PN}.git"
10
	EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/util/gccmakedep.git"
11
	inherit autotools git-r3
11
	inherit autotools git-r3
12
	# x11-misc/util-macros only required on live ebuilds
12
	# x11-misc/util-macros only required on live ebuilds
13
	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
13
	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
(-)a/x11-misc/imake/imake-1.0.7-r1.ebuild (-3 / +3 lines)
Lines 1-12 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=7
4
EAPI=7
5
5
6
DESCRIPTION="C preprocessor interface to the make utility"
6
DESCRIPTION="C preprocessor interface to the make utility"
7
HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
7
HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/imake"
8
if [[ ${PV} == 9999 ]]; then
8
if [[ ${PV} == 9999 ]]; then
9
	EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/util/imake.git"
9
	EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/util/imake.git"
10
	inherit autotools git-r3
10
	inherit autotools git-r3
11
	# x11-misc-util/macros only required on live ebuilds
11
	# x11-misc-util/macros only required on live ebuilds
12
	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
12
	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
(-)a/x11-misc/lndir/lndir-1.0.3-r2.ebuild (-3 / +3 lines)
Lines 1-13 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=7
4
EAPI=7
5
5
6
DESCRIPTION="create a shadow directory of symbolic links to another directory tree"
6
DESCRIPTION="create a shadow directory of symbolic links to another directory tree"
7
HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
7
HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/lndir"
8
8
9
if [[ ${PV} == 9999 ]]; then
9
if [[ ${PV} == 9999 ]]; then
10
	EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/util/lndir.git"
10
	EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/util/lndir.git"
11
	inherit autotools git-r3
11
	inherit autotools git-r3
12
	# x11-misc-util/macros only required on live ebuilds
12
	# x11-misc-util/macros only required on live ebuilds
13
	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
13
	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
(-)a/x11-misc/lndir/lndir-9999.ebuild (-3 / +3 lines)
Lines 1-13 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=7
4
EAPI=7
5
5
6
DESCRIPTION="create a shadow directory of symbolic links to another directory tree"
6
DESCRIPTION="create a shadow directory of symbolic links to another directory tree"
7
HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
7
HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/lndir"
8
8
9
if [[ ${PV} == 9999 ]]; then
9
if [[ ${PV} == 9999 ]]; then
10
	EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/util/lndir.git"
10
	EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/util/lndir.git"
11
	inherit autotools git-r3
11
	inherit autotools git-r3
12
	# x11-misc-util/macros only required on live ebuilds
12
	# x11-misc-util/macros only required on live ebuilds
13
	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
13
	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
(-)a/x11-misc/makedepend/makedepend-1.0.5-r1.ebuild (-3 / +3 lines)
Lines 1-13 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=7
4
EAPI=7
5
5
6
DESCRIPTION="create dependencies in makefiles"
6
DESCRIPTION="create dependencies in makefiles"
7
HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
7
HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/makedepend"
8
8
9
if [[ ${PV} == 9999 ]]; then
9
if [[ ${PV} == 9999 ]]; then
10
	EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/util/makedepend.git"
10
	EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/util/makedepend.git"
11
	inherit autotools git-r3
11
	inherit autotools git-r3
12
	# x11-misc-util/macros only required on live ebuilds
12
	# x11-misc-util/macros only required on live ebuilds
13
	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
13
	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
(-)a/x11-misc/rendercheck/rendercheck-1.5-r1.ebuild (-2 / +2 lines)
Lines 1-10 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=7
4
EAPI=7
5
5
6
DESCRIPTION="Tests for compliance with X RENDER extension"
6
DESCRIPTION="Tests for compliance with X RENDER extension"
7
HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
7
HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/test/rendercheck"
8
SRC_URI="mirror://xorg/app/${P}.tar.bz2"
8
SRC_URI="mirror://xorg/app/${P}.tar.bz2"
9
9
10
LICENSE="MIT"
10
LICENSE="MIT"
(-)a/x11-misc/rendercheck/rendercheck-1.5.ebuild (-1 / +2 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2015 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 8-13 XORG_STATIC=no Link Here
8
inherit xorg-2
8
inherit xorg-2
9
9
10
DESCRIPTION="Tests for compliance with X RENDER extension"
10
DESCRIPTION="Tests for compliance with X RENDER extension"
11
HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/test/rendercheck"
11
12
12
KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86"
13
KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86"
13
IUSE=""
14
IUSE=""
(-)a/x11-misc/util-macros/util-macros-1.19.2-r1.ebuild (-2 / +2 lines)
Lines 1-10 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=7
4
EAPI=7
5
5
6
DESCRIPTION="X.Org autotools utility macros"
6
DESCRIPTION="X.Org autotools utility macros"
7
HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
7
HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/macros"
8
SRC_URI="mirror://xorg/util/${P}.tar.bz2"
8
SRC_URI="mirror://xorg/util/${P}.tar.bz2"
9
9
10
LICENSE="MIT"
10
LICENSE="MIT"
(-)a/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild (-3 / +3 lines)
Lines 1-13 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=7
4
EAPI=7
5
5
6
DESCRIPTION="X Compositing manager"
6
DESCRIPTION="X Compositing manager"
7
HOMEPAGE="https://freedesktop.org/wiki/Software/xapps"
7
HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/app/xcompmgr"
8
8
9
if [[ ${PV} == 9999 ]]; then
9
if [[ ${PV} == 9999 ]]; then
10
	EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/app/glxcompmgr.git"
10
	EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/app/xcompmgr.git"
11
	inherit autotools git-r3
11
	inherit autotools git-r3
12
	# x11-misc-util/macros only required on live ebuilds
12
	# x11-misc-util/macros only required on live ebuilds
13
	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
13
	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
(-)a/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild (-3 / +2 lines)
Lines 1-14 Link Here
1
# Copyright 1999-2016 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_MODULE=app/
6
XORG_STATIC=no
7
XORG_STATIC=no
7
inherit xorg-2
8
inherit xorg-2
8
9
9
DESCRIPTION="X Compositing manager"
10
DESCRIPTION="X Compositing manager"
10
HOMEPAGE="https://freedesktop.org/wiki/Software/xapps"
11
SRC_URI="https://www.x.org/releases/individual/app/${P}.tar.bz2"
12
11
13
LICENSE="BSD"
12
LICENSE="BSD"
14
KEYWORDS="amd64 ppc ppc64 sparc x86"
13
KEYWORDS="amd64 ppc ppc64 sparc x86"
(-)a/x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild (-2 / +1 lines)
Lines 3-14 Link Here
3
3
4
EAPI=7
4
EAPI=7
5
5
6
XORG_MODULE=app/
6
XORG_STATIC=no
7
XORG_STATIC=no
7
inherit xorg-3
8
inherit xorg-3
8
9
9
DESCRIPTION="X Compositing manager"
10
DESCRIPTION="X Compositing manager"
10
HOMEPAGE="https://freedesktop.org/wiki/Software/xapps"
11
SRC_URI="https://www.x.org/releases/individual/app/${P}.tar.bz2"
12
11
13
LICENSE="BSD"
12
LICENSE="BSD"
14
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
13
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
(-)a/x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild (-2 / +2 lines)
Lines 4-13 Link Here
4
EAPI=7
4
EAPI=7
5
5
6
DESCRIPTION="X keyboard configuration database"
6
DESCRIPTION="X keyboard configuration database"
7
HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig"
7
HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config"
8
8
9
if [[ ${PV} == 9999 ]]; then
9
if [[ ${PV} == 9999 ]]; then
10
	EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git"
10
	EGIT_REPO_URI="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config.git"
11
	inherit autotools git-r3
11
	inherit autotools git-r3
12
	# x11-misc/util-macros only required on live ebuilds
12
	# x11-misc/util-macros only required on live ebuilds
13
	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
13
	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
(-)a/x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild (-2 / +2 lines)
Lines 4-13 Link Here
4
EAPI=7
4
EAPI=7
5
5
6
DESCRIPTION="X keyboard configuration database"
6
DESCRIPTION="X keyboard configuration database"
7
HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig"
7
HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config"
8
8
9
if [[ ${PV} == 9999 ]]; then
9
if [[ ${PV} == 9999 ]]; then
10
	EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git"
10
	EGIT_REPO_URI="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config.git"
11
	inherit autotools git-r3
11
	inherit autotools git-r3
12
	# x11-misc/util-macros only required on live ebuilds
12
	# x11-misc/util-macros only required on live ebuilds
13
	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
13
	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
(-)a/x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild (-2 / +2 lines)
Lines 4-13 Link Here
4
EAPI=7
4
EAPI=7
5
5
6
DESCRIPTION="X keyboard configuration database"
6
DESCRIPTION="X keyboard configuration database"
7
HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig"
7
HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config"
8
8
9
if [[ ${PV} == 9999 ]]; then
9
if [[ ${PV} == 9999 ]]; then
10
	EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git"
10
	EGIT_REPO_URI="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config.git"
11
	inherit autotools git-r3
11
	inherit autotools git-r3
12
	# x11-misc/util-macros only required on live ebuilds
12
	# x11-misc/util-macros only required on live ebuilds
13
	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
13
	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
(-)a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild (-4 / +2 lines)
Lines 1-10 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=7
4
EAPI=7
5
5
6
DESCRIPTION="Old Imake-related build files"
6
DESCRIPTION="Old Imake-related build files"
7
HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
7
HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/cf"
8
SRC_URI="mirror://xorg/util/${P}.tar.bz2
8
SRC_URI="mirror://xorg/util/${P}.tar.bz2
9
	https://dev.gentoo.org/~mattst88/distfiles/${PN}-1.0.6-solaris-prefix.patch.bz2"
9
	https://dev.gentoo.org/~mattst88/distfiles/${PN}-1.0.6-solaris-prefix.patch.bz2"
10
10
11
- 
12
--
13
dev-libs/beignet/beignet-1.3.2-r1.ebuild                 | 6 +++---
11
dev-libs/beignet/beignet-1.3.2-r1.ebuild                 | 6 +++---
14
dev-libs/beignet/beignet-1.3.2-r2.ebuild                 | 6 +++---
12
dev-libs/beignet/beignet-1.3.2-r2.ebuild                 | 6 +++---
15
dev-libs/beignet/beignet-1.3.2.ebuild                    | 6 +++---
13
dev-libs/beignet/beignet-1.3.2.ebuild                    | 6 +++---
16
dev-libs/beignet/beignet-9999.ebuild                     | 6 +++---
14
dev-libs/beignet/beignet-9999.ebuild                     | 6 +++---
17
dev-libs/libbsd/libbsd-0.8.6.ebuild                      | 6 +++---
15
dev-libs/libbsd/libbsd-0.8.6.ebuild                      | 6 +++---
18
dev-libs/libbsd/libbsd-0.8.7.ebuild                      | 6 +++---
16
dev-libs/libbsd/libbsd-0.8.7.ebuild                      | 6 +++---
19
dev-libs/libbsd/libbsd-0.9.1.ebuild                      | 4 ++--
17
dev-libs/libbsd/libbsd-0.9.1.ebuild                      | 4 ++--
20
dev-libs/libevdev/libevdev-1.6.0.ebuild                  | 4 ++--
18
dev-libs/libevdev/libevdev-1.6.0.ebuild                  | 4 ++--
21
dev-libs/libevdev/libevdev-9999.ebuild                   | 6 +++---
19
dev-libs/libevdev/libevdev-9999.ebuild                   | 6 +++---
22
dev-libs/libinput/libinput-1.11.3.ebuild                 | 2 +-
20
dev-libs/libinput/libinput-1.11.3.ebuild                 | 2 +-
23
dev-libs/libinput/libinput-1.12.6.ebuild                 | 2 +-
21
dev-libs/libinput/libinput-1.12.6.ebuild                 | 2 +-
24
dev-libs/libinput/libinput-1.13.0.ebuild                 | 2 +-
22
dev-libs/libinput/libinput-1.13.0.ebuild                 | 2 +-
25
dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild | 4 ++--
23
dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild | 4 ++--
26
dev-libs/wayland/wayland-1.16.0.ebuild                   | 4 ++--
24
dev-libs/wayland/wayland-1.16.0.ebuild                   | 4 ++--
27
dev-libs/wayland/wayland-1.17.0.ebuild                   | 2 +-
25
dev-libs/wayland/wayland-1.17.0.ebuild                   | 2 +-
28
dev-libs/wayland/wayland-9999.ebuild                     | 2 +-
26
dev-libs/wayland/wayland-9999.ebuild                     | 2 +-
29
dev-libs/weston/weston-3.0.0.ebuild                      | 6 +++---
27
dev-libs/weston/weston-3.0.0.ebuild                      | 6 +++---
30
dev-libs/weston/weston-5.0.0.ebuild                      | 6 +++---
28
dev-libs/weston/weston-5.0.0.ebuild                      | 6 +++---
31
dev-libs/weston/weston-9999.ebuild                       | 4 ++--
29
dev-libs/weston/weston-9999.ebuild                       | 4 ++--
32
19 files changed, 42 insertions(+), 42 deletions(-)
30
19 files changed, 42 insertions(+), 42 deletions(-)
(-)a/dev-libs/beignet/beignet-1.3.2-r1.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 9-15 CMAKE_BUILD_TYPE="Release" Link Here
9
inherit python-any-r1 cmake-multilib flag-o-matic llvm toolchain-funcs
9
inherit python-any-r1 cmake-multilib flag-o-matic llvm toolchain-funcs
10
10
11
DESCRIPTION="OpenCL implementation for Intel GPUs"
11
DESCRIPTION="OpenCL implementation for Intel GPUs"
12
HOMEPAGE="https://01.org/beignet"
12
HOMEPAGE="https://01.org/beignet https://gitlab.freedesktop.org/beignet/beignet"
13
13
14
LICENSE="LGPL-2.1+"
14
LICENSE="LGPL-2.1+"
15
SLOT="0"
15
SLOT="0"
Lines 17-23 IUSE="ocl-icd ocl20" Link Here
17
17
18
if [[ "${PV}" == "9999" ]]; then
18
if [[ "${PV}" == "9999" ]]; then
19
	inherit git-r3
19
	inherit git-r3
20
	EGIT_REPO_URI="https://anongit.freedesktop.org/git/beignet.git"
20
	EGIT_REPO_URI="https://gitlab.freedesktop.org/beignet/beignet.git"
21
	KEYWORDS=""
21
	KEYWORDS=""
22
else
22
else
23
	KEYWORDS="~amd64"
23
	KEYWORDS="~amd64"
(-)a/dev-libs/beignet/beignet-1.3.2-r2.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 9-15 CMAKE_BUILD_TYPE="Release" Link Here
9
inherit python-any-r1 cmake-multilib flag-o-matic llvm toolchain-funcs
9
inherit python-any-r1 cmake-multilib flag-o-matic llvm toolchain-funcs
10
10
11
DESCRIPTION="OpenCL implementation for Intel GPUs"
11
DESCRIPTION="OpenCL implementation for Intel GPUs"
12
HOMEPAGE="https://01.org/beignet"
12
HOMEPAGE="https://01.org/beignet https://gitlab.freedesktop.org/beignet/beignet"
13
13
14
LICENSE="LGPL-2.1+"
14
LICENSE="LGPL-2.1+"
15
SLOT="0"
15
SLOT="0"
Lines 17-23 IUSE="ocl-icd ocl20" Link Here
17
17
18
if [[ "${PV}" == "9999" ]]; then
18
if [[ "${PV}" == "9999" ]]; then
19
	inherit git-r3
19
	inherit git-r3
20
	EGIT_REPO_URI="https://anongit.freedesktop.org/git/beignet.git"
20
	EGIT_REPO_URI="https://gitlab.freedesktop.org/beignet/beignet.git"
21
	KEYWORDS=""
21
	KEYWORDS=""
22
else
22
else
23
	KEYWORDS="~amd64"
23
	KEYWORDS="~amd64"
(-)a/dev-libs/beignet/beignet-1.3.2.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 9-15 CMAKE_BUILD_TYPE="Release" Link Here
9
inherit python-any-r1 cmake-multilib flag-o-matic llvm toolchain-funcs
9
inherit python-any-r1 cmake-multilib flag-o-matic llvm toolchain-funcs
10
10
11
DESCRIPTION="OpenCL implementation for Intel GPUs"
11
DESCRIPTION="OpenCL implementation for Intel GPUs"
12
HOMEPAGE="https://01.org/beignet"
12
HOMEPAGE="https://01.org/beignet https://gitlab.freedesktop.org/beignet/beignet"
13
13
14
LICENSE="LGPL-2.1+"
14
LICENSE="LGPL-2.1+"
15
SLOT="0"
15
SLOT="0"
Lines 17-23 IUSE="ocl-icd ocl20" Link Here
17
17
18
if [[ "${PV}" == "9999" ]]; then
18
if [[ "${PV}" == "9999" ]]; then
19
	inherit git-r3
19
	inherit git-r3
20
	EGIT_REPO_URI="https://anongit.freedesktop.org/git/beignet.git"
20
	EGIT_REPO_URI="https://gitlab.freedesktop.org/beignet/beignet.git"
21
	KEYWORDS="amd64"
21
	KEYWORDS="amd64"
22
else
22
else
23
	KEYWORDS="amd64"
23
	KEYWORDS="amd64"
(-)a/dev-libs/beignet/beignet-9999.ebuild (-3 / +3 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=6
4
EAPI=6
Lines 9-15 CMAKE_BUILD_TYPE="Release" Link Here
9
inherit python-any-r1 cmake-multilib flag-o-matic toolchain-funcs
9
inherit python-any-r1 cmake-multilib flag-o-matic toolchain-funcs
10
10
11
DESCRIPTION="OpenCL implementation for Intel GPUs"
11
DESCRIPTION="OpenCL implementation for Intel GPUs"
12
HOMEPAGE="https://01.org/beignet"
12
HOMEPAGE="https://01.org/beignet https://gitlab.freedesktop.org/beignet/beignet"
13
13
14
LICENSE="LGPL-2.1+"
14
LICENSE="LGPL-2.1+"
15
SLOT="0"
15
SLOT="0"
Lines 17-23 IUSE="ocl-icd ocl20" Link Here
17
17
18
if [[ "${PV}" == "9999" ]]; then
18
if [[ "${PV}" == "9999" ]]; then
19
	inherit git-r3
19
	inherit git-r3
20
	EGIT_REPO_URI="https://anongit.freedesktop.org/git/beignet.git"
20
	EGIT_REPO_URI="https://gitlab.freedesktop.org/beignet/beignet.git"
21
	KEYWORDS=""
21
	KEYWORDS=""
22
else
22
else
23
	KEYWORDS="~amd64"
23
	KEYWORDS="~amd64"
(-)a/dev-libs/libbsd/libbsd-0.8.6.ebuild (-3 / +3 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=6
4
EAPI=6
5
inherit multilib-minimal
5
inherit multilib-minimal
6
6
7
DESCRIPTION="An library to provide useful functions commonly found on BSD systems"
7
DESCRIPTION="An library to provide useful functions commonly found on BSD systems"
8
HOMEPAGE="https://libbsd.freedesktop.org/wiki/"
8
HOMEPAGE="https://libbsd.freedesktop.org/wiki/ https://gitlab.freedesktop.org/libbsd/libbsd"
9
SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz"
9
SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz"
10
10
11
LICENSE="BSD BSD-2 BSD-4 ISC"
11
LICENSE="BSD BSD-2 BSD-4 ISC"
Lines 34-40 pkg_setup() { Link Here
34
multilib_src_configure() {
34
multilib_src_configure() {
35
	# The build system will install libbsd-ctor.a despite of USE="-static-libs"
35
	# The build system will install libbsd-ctor.a despite of USE="-static-libs"
36
	# which is correct, see:
36
	# which is correct, see:
37
	# https://cgit.freedesktop.org/libbsd/commit/?id=c5b959028734ca2281250c85773d9b5e1d259bc8
37
	# https://gitlab.freedesktop.org/libbsd/libbsd/commit/c5b959028734ca2281250c85773d9b5e1d259bc8
38
	ECONF_SOURCE="${S}" econf $(use_enable static-libs static)
38
	ECONF_SOURCE="${S}" econf $(use_enable static-libs static)
39
}
39
}
40
40
(-)a/dev-libs/libbsd/libbsd-0.8.7.ebuild (-3 / +3 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=6
4
EAPI=6
5
inherit multilib-minimal
5
inherit multilib-minimal
6
6
7
DESCRIPTION="An library to provide useful functions commonly found on BSD systems"
7
DESCRIPTION="An library to provide useful functions commonly found on BSD systems"
8
HOMEPAGE="https://libbsd.freedesktop.org/wiki/"
8
HOMEPAGE="https://libbsd.freedesktop.org/wiki/ https://gitlab.freedesktop.org/libbsd/libbsd"
9
SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz"
9
SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz"
10
10
11
LICENSE="BSD BSD-2 BSD-4 ISC"
11
LICENSE="BSD BSD-2 BSD-4 ISC"
Lines 34-40 pkg_setup() { Link Here
34
multilib_src_configure() {
34
multilib_src_configure() {
35
	# The build system will install libbsd-ctor.a despite of USE="-static-libs"
35
	# The build system will install libbsd-ctor.a despite of USE="-static-libs"
36
	# which is correct, see:
36
	# which is correct, see:
37
	# https://cgit.freedesktop.org/libbsd/commit/?id=c5b959028734ca2281250c85773d9b5e1d259bc8
37
	# https://gitlab.freedesktop.org/libbsd/libbsd/commit/c5b959028734ca2281250c85773d9b5e1d259bc8
38
	ECONF_SOURCE="${S}" econf $(use_enable static-libs static)
38
	ECONF_SOURCE="${S}" econf $(use_enable static-libs static)
39
}
39
}
40
40
(-)a/dev-libs/libbsd/libbsd-0.9.1.ebuild (-2 / +2 lines)
Lines 5-11 EAPI=6 Link Here
5
inherit multilib-minimal
5
inherit multilib-minimal
6
6
7
DESCRIPTION="An library to provide useful functions commonly found on BSD systems"
7
DESCRIPTION="An library to provide useful functions commonly found on BSD systems"
8
HOMEPAGE="https://libbsd.freedesktop.org/wiki/"
8
HOMEPAGE="https://libbsd.freedesktop.org/wiki/ https://gitlab.freedesktop.org/libbsd/libbsd"
9
SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz"
9
SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz"
10
10
11
LICENSE="BSD BSD-2 BSD-4 ISC"
11
LICENSE="BSD BSD-2 BSD-4 ISC"
Lines 34-40 pkg_setup() { Link Here
34
multilib_src_configure() {
34
multilib_src_configure() {
35
	# The build system will install libbsd-ctor.a despite of USE="-static-libs"
35
	# The build system will install libbsd-ctor.a despite of USE="-static-libs"
36
	# which is correct, see:
36
	# which is correct, see:
37
	# https://cgit.freedesktop.org/libbsd/commit/?id=c5b959028734ca2281250c85773d9b5e1d259bc8
37
	# https://gitlab.freedesktop.org/libbsd/libbsd/commit/c5b959028734ca2281250c85773d9b5e1d259bc8
38
	ECONF_SOURCE="${S}" econf $(use_enable static-libs static)
38
	ECONF_SOURCE="${S}" econf $(use_enable static-libs static)
39
}
39
}
40
40
(-)a/dev-libs/libevdev/libevdev-1.6.0.ebuild (-2 / +2 lines)
Lines 8-17 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) Link Here
8
inherit multilib-minimal python-any-r1
8
inherit multilib-minimal python-any-r1
9
9
10
DESCRIPTION="Handler library for evdev events"
10
DESCRIPTION="Handler library for evdev events"
11
HOMEPAGE="https://www.freedesktop.org/wiki/Software/libevdev/"
11
HOMEPAGE="https://www.freedesktop.org/wiki/Software/libevdev/ https://gitlab.freedesktop.org/libevdev/libevdev"
12
12
13
if [[ ${PV} == 9999* ]] ; then
13
if [[ ${PV} == 9999* ]] ; then
14
	EGIT_REPO_URI="https://anongit.freedesktop.org/git/libevdev.git"
14
	EGIT_REPO_URI="https://gitlab.freedesktop.org/libevdev/libevdev.git"
15
	inherit autotools git-r3
15
	inherit autotools git-r3
16
else
16
else
17
	SRC_URI="https://www.freedesktop.org/software/libevdev/${P}.tar.xz"
17
	SRC_URI="https://www.freedesktop.org/software/libevdev/${P}.tar.xz"
(-)a/dev-libs/libevdev/libevdev-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=7
4
EAPI=7
Lines 8-17 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) Link Here
8
inherit multilib-minimal python-any-r1
8
inherit multilib-minimal python-any-r1
9
9
10
DESCRIPTION="Handler library for evdev events"
10
DESCRIPTION="Handler library for evdev events"
11
HOMEPAGE="https://www.freedesktop.org/wiki/Software/libevdev/"
11
HOMEPAGE="https://www.freedesktop.org/wiki/Software/libevdev/ https://gitlab.freedesktop.org/libevdev/libevdev"
12
12
13
if [[ ${PV} == 9999* ]] ; then
13
if [[ ${PV} == 9999* ]] ; then
14
	EGIT_REPO_URI="https://anongit.freedesktop.org/git/libevdev.git"
14
	EGIT_REPO_URI="https://gitlab.freedesktop.org/libevdev/libevdev.git"
15
	inherit autotools git-r3
15
	inherit autotools git-r3
16
else
16
else
17
	SRC_URI="https://www.freedesktop.org/software/libevdev/${P}.tar.xz"
17
	SRC_URI="https://www.freedesktop.org/software/libevdev/${P}.tar.xz"
(-)a/dev-libs/libinput/libinput-1.11.3.ebuild (-1 / +1 lines)
Lines 5-11 EAPI=6 Link Here
5
inherit meson udev
5
inherit meson udev
6
6
7
DESCRIPTION="Library to handle input devices in Wayland"
7
DESCRIPTION="Library to handle input devices in Wayland"
8
HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/"
8
HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/ https://gitlab.freedesktop.org/libinput/libinput"
9
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
9
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
10
10
11
LICENSE="MIT"
11
LICENSE="MIT"
(-)a/dev-libs/libinput/libinput-1.12.6.ebuild (-1 / +1 lines)
Lines 7-13 PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) Link Here
7
inherit meson python-any-r1 udev
7
inherit meson python-any-r1 udev
8
8
9
DESCRIPTION="Library to handle input devices in Wayland"
9
DESCRIPTION="Library to handle input devices in Wayland"
10
HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/"
10
HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/ https://gitlab.freedesktop.org/libinput/libinput"
11
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
11
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
12
12
13
LICENSE="MIT"
13
LICENSE="MIT"
(-)a/dev-libs/libinput/libinput-1.13.0.ebuild (-1 / +1 lines)
Lines 7-13 PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) Link Here
7
inherit meson python-any-r1 udev
7
inherit meson python-any-r1 udev
8
8
9
DESCRIPTION="Library to handle input devices in Wayland"
9
DESCRIPTION="Library to handle input devices in Wayland"
10
HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/"
10
HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/ https://gitlab.freedesktop.org/libinput/libinput"
11
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
11
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
12
12
13
LICENSE="MIT"
13
LICENSE="MIT"
(-)a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild (-2 / +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=7
4
EAPI=7
Lines 6-12 EAPI=7 Link Here
6
inherit multilib-minimal
6
inherit multilib-minimal
7
7
8
DESCRIPTION="Pthread functions stubs for platforms missing them"
8
DESCRIPTION="Pthread functions stubs for platforms missing them"
9
HOMEPAGE="https://www.x.org/wiki/"
9
HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/lib/pthread-stubs"
10
SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2"
10
SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2"
11
11
12
LICENSE="MIT"
12
LICENSE="MIT"
(-)a/dev-libs/wayland/wayland-1.16.0.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/wayland/wayland.git"
6
EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/wayland.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 autotools libtool multilib-minimal toolchain-funcs $GIT_ECLASS
12
inherit autotools libtool multilib-minimal toolchain-funcs $GIT_ECLASS
13
13
14
DESCRIPTION="Wayland protocol libraries"
14
DESCRIPTION="Wayland protocol libraries"
15
HOMEPAGE="https://wayland.freedesktop.org/"
15
HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/wayland"
16
16
17
if [[ $PV = 9999* ]]; then
17
if [[ $PV = 9999* ]]; then
18
	SRC_URI=""
18
	SRC_URI=""
(-)a/dev-libs/wayland/wayland-1.17.0.ebuild (-1 / +1 lines)
Lines 13-19 fi Link Here
13
inherit autotools libtool multilib-minimal toolchain-funcs
13
inherit autotools libtool multilib-minimal toolchain-funcs
14
14
15
DESCRIPTION="Wayland protocol libraries"
15
DESCRIPTION="Wayland protocol libraries"
16
HOMEPAGE="https://wayland.freedesktop.org/"
16
HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/wayland"
17
17
18
LICENSE="MIT"
18
LICENSE="MIT"
19
SLOT="0"
19
SLOT="0"
(-)a/dev-libs/wayland/wayland-9999.ebuild (-1 / +1 lines)
Lines 13-19 fi Link Here
13
inherit autotools libtool multilib-minimal toolchain-funcs
13
inherit autotools libtool multilib-minimal toolchain-funcs
14
14
15
DESCRIPTION="Wayland protocol libraries"
15
DESCRIPTION="Wayland protocol libraries"
16
HOMEPAGE="https://wayland.freedesktop.org/"
16
HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/wayland"
17
17
18
LICENSE="MIT"
18
LICENSE="MIT"
19
SLOT="0"
19
SLOT="0"
(-)a/dev-libs/weston/weston-3.0.0.ebuild (-3 / +3 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=6
4
EAPI=6
5
5
6
if [[ ${PV} = 9999* ]]; then
6
if [[ ${PV} = 9999* ]]; then
7
	EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/weston.git"
7
	EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/weston.git"
8
	GIT_ECLASS="git-r3"
8
	GIT_ECLASS="git-r3"
9
	EXPERIMENTAL="true"
9
	EXPERIMENTAL="true"
10
fi
10
fi
Lines 12-18 fi Link Here
12
inherit autotools readme.gentoo-r1 toolchain-funcs $GIT_ECLASS
12
inherit autotools readme.gentoo-r1 toolchain-funcs $GIT_ECLASS
13
13
14
DESCRIPTION="Wayland reference compositor"
14
DESCRIPTION="Wayland reference compositor"
15
HOMEPAGE="https://wayland.freedesktop.org/"
15
HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston"
16
16
17
if [[ $PV = 9999* ]]; then
17
if [[ $PV = 9999* ]]; then
18
	SRC_URI="${SRC_PATCHES}"
18
	SRC_URI="${SRC_PATCHES}"
(-)a/dev-libs/weston/weston-5.0.0.ebuild (-3 / +3 lines)
Lines 1-10 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
5
5
6
if [[ ${PV} = 9999* ]]; then
6
if [[ ${PV} = 9999* ]]; then
7
	EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/weston.git"
7
	EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/weston.git"
8
	GIT_ECLASS="git-r3"
8
	GIT_ECLASS="git-r3"
9
	EXPERIMENTAL="true"
9
	EXPERIMENTAL="true"
10
fi
10
fi
Lines 12-18 fi Link Here
12
inherit autotools readme.gentoo-r1 toolchain-funcs $GIT_ECLASS
12
inherit autotools readme.gentoo-r1 toolchain-funcs $GIT_ECLASS
13
13
14
DESCRIPTION="Wayland reference compositor"
14
DESCRIPTION="Wayland reference compositor"
15
HOMEPAGE="https://wayland.freedesktop.org/"
15
HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston"
16
16
17
if [[ $PV = 9999* ]]; then
17
if [[ $PV = 9999* ]]; then
18
	SRC_URI="${SRC_PATCHES}"
18
	SRC_URI="${SRC_PATCHES}"
(-)a/dev-libs/weston/weston-9999.ebuild (-3 / +2 lines)
Lines 4-10 Link Here
4
EAPI=6
4
EAPI=6
5
5
6
if [[ ${PV} = 9999* ]]; then
6
if [[ ${PV} = 9999* ]]; then
7
	EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/weston.git"
7
	EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/weston.git"
8
	GIT_ECLASS="git-r3"
8
	GIT_ECLASS="git-r3"
9
	EXPERIMENTAL="true"
9
	EXPERIMENTAL="true"
10
fi
10
fi
Lines 12-18 fi Link Here
12
inherit meson readme.gentoo-r1 toolchain-funcs $GIT_ECLASS
12
inherit meson readme.gentoo-r1 toolchain-funcs $GIT_ECLASS
13
13
14
DESCRIPTION="Wayland reference compositor"
14
DESCRIPTION="Wayland reference compositor"
15
HOMEPAGE="https://wayland.freedesktop.org/"
15
HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston"
16
16
17
if [[ $PV = 9999* ]]; then
17
if [[ $PV = 9999* ]]; then
18
	SRC_URI="${SRC_PATCHES}"
18
	SRC_URI="${SRC_PATCHES}"
19
- 

Return to bug 681708