From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7C920158137 for ; Sat, 8 Jul 2023 02:43:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B30EE07F6; Sat, 8 Jul 2023 02:43:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 110B9E07EC for ; Sat, 8 Jul 2023 02:43:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A1C53340E67 for ; Sat, 8 Jul 2023 02:43:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35E0BAD2 for ; Sat, 8 Jul 2023 02:43:13 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1688726147.49b67f56acff418a0de47fbfc51f811ddf831c96.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-firmware/lenovolegionlinux/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-firmware/lenovolegionlinux/lenovolegionlinux-9999.ebuild X-VCS-Directories: sys-firmware/lenovolegionlinux/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 49b67f56acff418a0de47fbfc51f811ddf831c96 X-VCS-Branch: master Date: Sat, 8 Jul 2023 02:43:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1115c5ed-f4d5-4749-9dca-0f7591cac94f X-Archives-Hash: 050b7c604c6402f906873ef1425ef948 commit: 49b67f56acff418a0de47fbfc51f811ddf831c96 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Fri Jul 7 10:35:47 2023 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Fri Jul 7 10:35:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=49b67f56 sys-firmware/lenovolegionlinux: Remove toolchain-funcs eclass ** Remove app-portage/smart-live-rebuild dependency Signed-off-by: Gonçalo Negrier Duarte gmail.com> .../lenovolegionlinux/lenovolegionlinux-9999.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/sys-firmware/lenovolegionlinux/lenovolegionlinux-9999.ebuild b/sys-firmware/lenovolegionlinux/lenovolegionlinux-9999.ebuild index 397b677ab..e5ddacdeb 100644 --- a/sys-firmware/lenovolegionlinux/lenovolegionlinux-9999.ebuild +++ b/sys-firmware/lenovolegionlinux/lenovolegionlinux-9999.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{9..11} ) EPYTHON=python3 -inherit linux-mod-r1 toolchain-funcs git-r3 distutils-r1 desktop systemd +inherit linux-mod-r1 git-r3 distutils-r1 desktop systemd EGIT_REPO_URI="https://github.com/johnfanv2/LenovoLegionLinux.git" @@ -21,7 +21,6 @@ DEPEND="sys-kernel/linux-headers legion-tools? ( dev-python/PyQt5 ) legion-tools? ( dev-python/pyyaml ) legion-tools? ( dev-python/argcomplete ) - app-portage/smart-live-rebuild legion-acpi? ( sys-power/acpid ) radeon-dgpu? ( dev-util/rocm-smi ) downgrade-nvidia? ( <=x11-drivers/nvidia-drivers-525 ) @@ -60,29 +59,29 @@ src_install() { cd "${WORKDIR}/${P}/extra" if use legion-acpi; then - insinto /etc/acpi/events/ && doins acpi/events/{ac_adapter_legion-fancurve,novo-button,PrtSc-button,fn-r-refrate} + insinto /etc/acpi/events/ && doins acpi/events/{ac_adapter_legion-fancurve,novo-button,PrtSc-button,fn-r-refrate} insinto /etc/acpi/actions/ && doins acpi/actions/{battery-legion-quiet.sh,snipping-tool.sh,fn-r-refresh-rate.sh} fi if use systemd; then - systemd_dounit service/legion-linux.service service/legion-linux.path + systemd_dounit service/legion-linux.service service/legion-linux.path dobin service/fancurve-set insinto /usr/share/legion_linux && doins service/profiles/* insinto /etc/legion_linux && doins service/profiles/* #AMD if use radeon-dgpu; then - insinto /usr/share/legion_linux && newins "${FILESDIR}/radeon" .env + insinto /usr/share/legion_linux && newins "${FILESDIR}/radeon" .env insinto /etc/legion_linux && newins "${FILESDIR}/radeon" .env fi #NVIDIA (need dowgrade because nvidia-smi -pl was removed) if use downgrade-nvidia; then - insinto /usr/share/legion_linux && newins "${FILESDIR}/nvidia" .env + insinto /usr/share/legion_linux && newins "${FILESDIR}/nvidia" .env insinto /etc/legion_linux && newins "${FILESDIR}/nvidia" .env fi if use ryzenadj; then - insinto /usr/share/legion_linux && newins "${FILESDIR}/cpu" .env + insinto /usr/share/legion_linux && newins "${FILESDIR}/cpu" .env insinto /etc/legion_linux && newins "${FILESDIR}/cpu" .env fi