commit: 115df0d0ac57afe1b13937dba021b6f3e354b7be Author: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com> AuthorDate: Tue Aug 1 10:59:39 2023 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Tue Aug 1 11:00:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=115df0d0
sys-firmware/LenovoLegionLinux: remove files directory Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com> sys-firmware/LenovoLegionLinux/files/cpu | 12 ------------ .../LenovoLegionLinux/files/legion_cli.policy | 19 ------------------- .../LenovoLegionLinux/files/legion_gui.desktop | 9 --------- sys-firmware/LenovoLegionLinux/files/nvidia | 12 ------------ sys-firmware/LenovoLegionLinux/files/radeon | 12 ------------ 5 files changed, 64 deletions(-) diff --git a/sys-firmware/LenovoLegionLinux/files/cpu b/sys-firmware/LenovoLegionLinux/files/cpu deleted file mode 100644 index 76224d3fa7..0000000000 --- a/sys-firmware/LenovoLegionLinux/files/cpu +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -# Remove the comment for your configuration - -#RYZEN (Cpu TDP control using RyzenADJ) -#INTEL (Cpu control using undervolt) [https://github.com/georgewhewell/undervolt] -#Disable by default see the github from both project -CPU_Control=0 -#NVIDIA (nvidia-smi) -#TEAM_GREEN=1 -#AMD (rocm-smi) -#TEAM_RED=1 \ No newline at end of file diff --git a/sys-firmware/LenovoLegionLinux/files/legion_cli.policy b/sys-firmware/LenovoLegionLinux/files/legion_cli.policy deleted file mode 100644 index c19c64c556..0000000000 --- a/sys-firmware/LenovoLegionLinux/files/legion_cli.policy +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE policyconfig PUBLIC - "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" - "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> -<policyconfig> - - <action id="legion_cli"> - <message gettext-domain="legion_cli">Authentication is required to run legion_cli</message> - <icon_name>legion_cli</icon_name> - <defaults> - <allow_any>auth_admin_keep</allow_any> - <allow_inactive>auth_admin_keep</allow_inactive> - <allow_active>auth_admin_keep</allow_active> - </defaults> - <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/legion_cli</annotate> - <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> - </action> - -</policyconfig> diff --git a/sys-firmware/LenovoLegionLinux/files/legion_gui.desktop b/sys-firmware/LenovoLegionLinux/files/legion_gui.desktop deleted file mode 100644 index 48b17927d2..0000000000 --- a/sys-firmware/LenovoLegionLinux/files/legion_gui.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Version=1.0 -Type=Application -Name=LenovoLegionLinux -Icon=/usr/share/pixmaps/legion_logo.png -Exec=legion_gui --use_legion_cli_to_write -Comment=Control Lenovo Legion Laptops -Categories=System -Terminal=false diff --git a/sys-firmware/LenovoLegionLinux/files/nvidia b/sys-firmware/LenovoLegionLinux/files/nvidia deleted file mode 100644 index 93d3f08243..0000000000 --- a/sys-firmware/LenovoLegionLinux/files/nvidia +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -# Remove the comment for your configuration - -#RYZEN (Cpu TDP control using RyzenADJ) -#INTEL (Cpu control using undervolt) [https://github.com/georgewhewell/undervolt] -#Disable by default see the github from both project -#CPU_Control=0 -#NVIDIA (nvidia-smi) -TEAM_GREEN=1 -#AMD (rocm-smi) -#TEAM_RED=1 \ No newline at end of file diff --git a/sys-firmware/LenovoLegionLinux/files/radeon b/sys-firmware/LenovoLegionLinux/files/radeon deleted file mode 100644 index 660f9f8815..0000000000 --- a/sys-firmware/LenovoLegionLinux/files/radeon +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -# Remove the comment for your configuration - -#RYZEN (Cpu TDP control using RyzenADJ) -#INTEL (Cpu control using undervolt) [https://github.com/georgewhewell/undervolt] -#Disable by default see the github from both project -#CPU_Control=0 -#NVIDIA (nvidia-smi) -#TEAM_GREEN=1 -#AMD (rocm-smi) -TEAM_RED=1 \ No newline at end of file
