Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-drivers/
Date: Tue, 30 Nov 2021 05:04:20
Message-Id: 1638248646.4c45579847dbf58d932d608a405831b864e966c6.mattst88@gentoo
1 commit: 4c45579847dbf58d932d608a405831b864e966c6
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 30 05:03:45 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 30 05:04:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c455798
7
8 x11-base/xorg-drivers: Version bump to 21.1
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-base/xorg-drivers/xorg-drivers-21.1.ebuild | 99 ++++++++++++++++++++++++++
13 1 file changed, 99 insertions(+)
14
15 diff --git a/x11-base/xorg-drivers/xorg-drivers-21.1.ebuild b/x11-base/xorg-drivers/xorg-drivers-21.1.ebuild
16 new file mode 100644
17 index 000000000000..961b9ece8743
18 --- /dev/null
19 +++ b/x11-base/xorg-drivers/xorg-drivers-21.1.ebuild
20 @@ -0,0 +1,99 @@
21 +# Copyright 1999-2021 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=7
25 +
26 +DESCRIPTION="Meta package containing deps on all xorg drivers"
27 +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
28 +SRC_URI=""
29 +
30 +LICENSE="metapackage"
31 +SLOT="0"
32 +if [[ ${PV} != 9999 ]]; then
33 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
34 +fi
35 +
36 +IUSE_INPUT_DEVICES="
37 + input_devices_elographics
38 + input_devices_evdev
39 + input_devices_joystick
40 + input_devices_libinput
41 + input_devices_vmmouse
42 + input_devices_void
43 + input_devices_synaptics
44 + input_devices_wacom
45 +"
46 +IUSE_VIDEO_CARDS="
47 + video_cards_amdgpu
48 + video_cards_ast
49 + video_cards_dummy
50 + video_cards_fbdev
51 + video_cards_freedreno
52 + video_cards_geode
53 + video_cards_glint
54 + video_cards_i915
55 + video_cards_i965
56 + video_cards_intel
57 + video_cards_mga
58 + video_cards_nouveau
59 + video_cards_nv
60 + video_cards_omap
61 + video_cards_qxl
62 + video_cards_r128
63 + video_cards_radeon
64 + video_cards_radeonsi
65 + video_cards_siliconmotion
66 + video_cards_tegra
67 + video_cards_vc4
68 + video_cards_vesa
69 + video_cards_via
70 + video_cards_virtualbox
71 + video_cards_vmware
72 + video_cards_nvidia
73 +"
74 +
75 +IUSE="${IUSE_VIDEO_CARDS} ${IUSE_INPUT_DEVICES}"
76 +
77 +PDEPEND="
78 + input_devices_elographics? ( x11-drivers/xf86-input-elographics )
79 + input_devices_evdev? (
80 + >=x11-base/xorg-server-${PV}[udev]
81 + >=x11-drivers/xf86-input-evdev-2.10.6
82 + )
83 + input_devices_joystick? ( >=x11-drivers/xf86-input-joystick-1.6.3 )
84 + input_devices_libinput? (
85 + >=x11-base/xorg-server-${PV}[udev]
86 + >=x11-drivers/xf86-input-libinput-0.27.1
87 + )
88 + input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse )
89 + input_devices_void? ( x11-drivers/xf86-input-void )
90 + input_devices_synaptics? ( x11-drivers/xf86-input-synaptics )
91 + input_devices_wacom? ( >=x11-drivers/xf86-input-wacom-0.36.0-r2 )
92 +
93 + video_cards_amdgpu? ( >=x11-drivers/xf86-video-amdgpu-18.0.1 )
94 + video_cards_ast? ( x11-drivers/xf86-video-ast )
95 + video_cards_dummy? ( x11-drivers/xf86-video-dummy )
96 + video_cards_fbdev? ( >=x11-drivers/xf86-video-fbdev-0.5.0 )
97 + video_cards_freedreno? ( >=x11-base/xorg-server-${PV}[-minimal] )
98 + video_cards_geode? ( x11-drivers/xf86-video-geode )
99 + video_cards_glint? ( >=x11-drivers/xf86-video-glint-1.2.9 )
100 + video_cards_i915? ( x11-drivers/xf86-video-intel )
101 + video_cards_i965? ( >=x11-base/xorg-server-${PV}[-minimal] )
102 + video_cards_intel? ( !video_cards_i965? ( >=x11-drivers/xf86-video-intel-2.99.917_p20180214-r1 ) )
103 + video_cards_mga? ( >=x11-drivers/xf86-video-mga-1.6.5 )
104 + video_cards_nouveau? ( >=x11-drivers/xf86-video-nouveau-1.0.13 )
105 + video_cards_nv? ( >=x11-drivers/xf86-video-nv-2.1.21 )
106 + video_cards_omap? ( >=x11-drivers/xf86-video-omap-0.4.5 )
107 + video_cards_qxl? ( x11-drivers/xf86-video-qxl )
108 + video_cards_nvidia? ( x11-drivers/nvidia-drivers )
109 + video_cards_r128? ( >=x11-drivers/xf86-video-r128-6.10.2 )
110 + video_cards_radeon? ( >=x11-drivers/xf86-video-ati-18.0.1-r1 )
111 + video_cards_radeonsi? ( >=x11-drivers/xf86-video-ati-18.0.1-r1 )
112 + video_cards_siliconmotion? ( >=x11-drivers/xf86-video-siliconmotion-1.7.9 )
113 + video_cards_tegra? ( >=x11-base/xorg-server-${PV}[-minimal] )
114 + video_cards_vc4? ( >=x11-base/xorg-server-${PV}[-minimal] )
115 + video_cards_vesa? ( x11-drivers/xf86-video-vesa )
116 + video_cards_via? ( x11-drivers/xf86-video-openchrome )
117 + video_cards_virtualbox? ( x11-drivers/xf86-video-vboxvideo )
118 + video_cards_vmware? ( >=x11-drivers/xf86-video-vmware-13.3.0 )
119 +"