summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-base/xorg-drivers/Manifest1
-rw-r--r--x11-base/xorg-drivers/xorg-drivers-21.1-r2.ebuild94
2 files changed, 95 insertions, 0 deletions
diff --git a/x11-base/xorg-drivers/Manifest b/x11-base/xorg-drivers/Manifest
index 56ad172..72a6992 100644
--- a/x11-base/xorg-drivers/Manifest
+++ b/x11-base/xorg-drivers/Manifest
@@ -1,5 +1,6 @@
EBUILD xorg-drivers-1.20-r2.ebuild 3663 BLAKE2B 8bea6180884af5bface58cb832be4aedebd3246aa04ac425202611d70ffeb6373a191f92bd626c86161f5e0916b4b094275c824063254c2f0e9765c25ba3ac4b SHA512 8598f1dbc448d42daf1eb738a9ac42701f19777f585529e7af7c9c761eabf0ac19e41af0374297e186e0bf363be409ef13937a12ece193237c160af671cd70dd
EBUILD xorg-drivers-21.1-r1.ebuild 3444 BLAKE2B 5518e1d976a515eab768245597fc07d1a34978b8242a02efc104113a480089a739fe698a8a5bbcc90796a9442637257826ede44b7e4861fe323807544932a340 SHA512 75ed83f821391104468c0af912d8d3e81e43a0e4e1eecba3c09e79a0d3553ebf561b0933f37ab3b1cded164db823938b04948f3d98f1785ba96258d43e88c2c9
+EBUILD xorg-drivers-21.1-r2.ebuild 3361 BLAKE2B 60acb67d277addb2ef391e904f9e6093dc91741f3774da76324990b78c604eac5ab96ad18b83a83fd11b23f6b075b059c53faa210f19d69f111799f34def4986 SHA512 ed88e0a030a7a1bdc55fd1c4fed1fa10ae61261c3dbd10848e45f4a9ca64063fab11b985e707516171cc234ca79df5e22d5ed44d32e783717a4ed8b18ddd8443
EBUILD xorg-drivers-21.1.ebuild 3627 BLAKE2B 3553223bee66c44eece0278733ab2ca7e45a7761d75f223bcb47dc90d42959cbc58fc9eb6efad55b4f0590632f8127823da62eca546e47542e03535712a99792 SHA512 92ab70430e1b0df4f9401bf923500271c34556cee03ae917d3f91c244c21adfaeeb2cae3a4d7d745dee37dae69c7d513282786ecbe0983671ecd0a7a7e29c85c
EBUILD xorg-drivers-9999.ebuild 3689 BLAKE2B 90c471e6925594be628396251f7a5d408fdc0068c0e1285a603b5f3a85e5647b68345e24efd23143a739482db5169f5cf274a443238301d3667c0ded59c1ff32 SHA512 74478e2ae3af50ca9594f92e214a011ac00780649dc45e3b64614193b7b524960fcd7bad42ce8894ba0dd23519d767d1a081b4ebb5ab4de4feae58d51f7ba364
MISC metadata.xml 235 BLAKE2B 5ed3cd35ac32a5cdd6ac490bafdbc1cd03fc8c6bdbc8194ba7f4a34151a24c4ade7a80705d92348d6d13a9579d18b19ec40a353bf014dc02f98980bfa03d3574 SHA512 3fe78f6dd92b87b30ed02aef15ed72ec5cb62f4c6568dd9b98dcb2f11a4b9ce93955e34c62112a310b4c4a51f87e0e31e31ae5af140e1054c127d3cd344d7267
diff --git a/x11-base/xorg-drivers/xorg-drivers-21.1-r2.ebuild b/x11-base/xorg-drivers/xorg-drivers-21.1-r2.ebuild
new file mode 100644
index 0000000..92e9a01
--- /dev/null
+++ b/x11-base/xorg-drivers/xorg-drivers-21.1-r2.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Meta package containing deps on all xorg drivers"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI=""
+
+LICENSE="metapackage"
+SLOT="0"
+if [[ ${PV} != 9999 ]]; then
+ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
+else
+ PROPERTIES+=" live"
+fi
+
+IUSE_INPUT_DEVICES="
+ input_devices_elographics
+ input_devices_evdev
+ input_devices_joystick
+ input_devices_libinput
+ input_devices_vmmouse
+ input_devices_void
+ input_devices_synaptics
+ input_devices_wacom
+"
+IUSE_VIDEO_CARDS="
+ video_cards_amdgpu
+ video_cards_ast
+ video_cards_dummy
+ video_cards_fbdev
+ video_cards_freedreno
+ video_cards_geode
+ video_cards_i915
+ video_cards_intel
+ video_cards_mga
+ video_cards_nouveau
+ video_cards_omap
+ video_cards_qxl
+ video_cards_r128
+ video_cards_radeon
+ video_cards_radeonsi
+ video_cards_siliconmotion
+ video_cards_tegra
+ video_cards_vc4
+ video_cards_vesa
+ video_cards_via
+ video_cards_virtualbox
+ video_cards_vmware
+ video_cards_nvidia
+"
+
+IUSE="${IUSE_VIDEO_CARDS} ${IUSE_INPUT_DEVICES}"
+
+PDEPEND="
+ input_devices_elographics? ( x11-drivers/xf86-input-elographics )
+ input_devices_evdev? (
+ >=x11-drivers/xf86-input-evdev-2.10.6
+ )
+ input_devices_joystick? ( >=x11-drivers/xf86-input-joystick-1.6.3 )
+ input_devices_libinput? (
+ >=x11-base/xorg-server-${PV}[udev]
+ >=x11-drivers/xf86-input-libinput-0.27.1
+ )
+ input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse )
+ input_devices_void? ( x11-drivers/xf86-input-void )
+ input_devices_synaptics? ( x11-drivers/xf86-input-synaptics )
+ input_devices_wacom? ( >=x11-drivers/xf86-input-wacom-0.36.0-r2 )
+
+ video_cards_amdgpu? ( >=x11-drivers/xf86-video-amdgpu-18.0.1 )
+ video_cards_ast? ( x11-drivers/xf86-video-ast )
+ video_cards_dummy? ( x11-drivers/xf86-video-dummy )
+ video_cards_fbdev? ( >=x11-drivers/xf86-video-fbdev-0.5.0 )
+ video_cards_freedreno? ( >=x11-base/xorg-server-${PV}[-minimal] )
+ video_cards_geode? ( x11-drivers/xf86-video-geode )
+ video_cards_i915? ( x11-drivers/xf86-video-intel )
+ video_cards_intel? ( >=x11-base/xorg-server-${PV}[-minimal] )
+ video_cards_mga? ( >=x11-drivers/xf86-video-mga-1.6.5 )
+ video_cards_nouveau? ( >=x11-drivers/xf86-video-nouveau-1.0.13 )
+ video_cards_omap? ( >=x11-drivers/xf86-video-omap-0.4.5 )
+ video_cards_qxl? ( x11-drivers/xf86-video-qxl )
+ video_cards_nvidia? ( x11-drivers/nvidia-drivers )
+ video_cards_r128? ( >=x11-drivers/xf86-video-r128-6.10.2 )
+ video_cards_radeon? ( >=x11-drivers/xf86-video-ati-18.0.1-r1 )
+ video_cards_radeonsi? ( >=x11-drivers/xf86-video-ati-18.0.1-r1 )
+ video_cards_siliconmotion? ( >=x11-drivers/xf86-video-siliconmotion-1.7.9 )
+ video_cards_tegra? ( >=x11-base/xorg-server-${PV}[-minimal] )
+ video_cards_vc4? ( >=x11-base/xorg-server-${PV}[-minimal] )
+ video_cards_vesa? ( x11-drivers/xf86-video-vesa )
+ video_cards_via? ( x11-drivers/xf86-video-openchrome )
+ video_cards_virtualbox? ( x11-drivers/xf86-video-vboxvideo )
+ video_cards_vmware? ( >=x11-drivers/xf86-video-vmware-13.3.0 )
+"