diff options
author | Ionen Wolkens <sudinave@gmail.com> | 2021-03-21 16:51:52 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-21 16:51:52 +0100 |
commit | 81bfe81833345c3ec61d18f744bb0d92440985d0 (patch) | |
tree | 64021783b3728d9431a92ac2bc965b95e5e98be8 /x11-drivers | |
parent | x11-drivers/nvidia-drivers: take over as primary maintainer (diff) | |
download | gentoo-81bfe81833345c3ec61d18f744bb0d92440985d0.tar.gz gentoo-81bfe81833345c3ec61d18f744bb0d92440985d0.tar.bz2 gentoo-81bfe81833345c3ec61d18f744bb0d92440985d0.zip |
x11-drivers/nvidia-drivers: add remote-ids, metadata cleanups
Removed X flag, this flag will no longer mean as much
and the global description is good enough.
Long description also removed, it explained parts of
ebuild maintenance and not very useful for users.
Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/nvidia-drivers/metadata.xml | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/x11-drivers/nvidia-drivers/metadata.xml b/x11-drivers/nvidia-drivers/metadata.xml index 8e3cb5bc11e1..294430ee9cfd 100644 --- a/x11-drivers/nvidia-drivers/metadata.xml +++ b/x11-drivers/nvidia-drivers/metadata.xml @@ -8,21 +8,19 @@ <maintainer type="person"> <email>soap@gentoo.org</email> </maintainer> - <longdescription> - Nvidia provides different branches of its drivers for different batches of its - hardware. When maintaining these ebuilds or other ebuilds depending on them, - you will need to keep in mind that the major versions represent these different - branches. - - You can use http://www.nvidia.com/Download/Find.aspx to figure out which branch - best matches your hardware. - </longdescription> <use> - <flag name="X">Install the X.org driver, OpenGL libraries, XvMC libraries, and VDPAU libraries</flag> <flag name="compat">Install non-GLVND libGL for backwards compatibility</flag> - <flag name="driver">Install the kernel driver module</flag> + <flag name="driver">Install kernel driver modules</flag> <flag name="kms">Enable support for kernel mode setting (KMS)</flag> <flag name="tools">Install additional tools such as nvidia-settings</flag> <flag name="uvm">Install the Unified Memory kernel module (nvidia-uvm) for sharing memory between CPU and GPU in CUDA programs</flag> </use> + <upstream> + <remote-id type="cpe">cpe:/a:nvidia:gpu_driver</remote-id> + <remote-id type="github">NVIDIA/nvidia-installer</remote-id> + <remote-id type="github">NVIDIA/nvidia-modprobe</remote-id> + <remote-id type="github">NVIDIA/nvidia-persistenced</remote-id> + <remote-id type="github">NVIDIA/nvidia-settings</remote-id> + <remote-id type="github">NVIDIA/nvidia-xconfig</remote-id> + </upstream> </pkgmetadata> |