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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 21C4B158020 for ; Wed, 12 Oct 2022 23:41:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 618FFE0870; Wed, 12 Oct 2022 23:41:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43D0CE0870 for ; Wed, 12 Oct 2022 23:41:35 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B77D33BED4 for ; Wed, 12 Oct 2022 23:41:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2533602 for ; Wed, 12 Oct 2022 23:41:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1665617963.24e01c69286c0aae15052c4c6bdf3efce8a2fa16.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/tlp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/tlp/tlp-1.5.0.ebuild X-VCS-Directories: sys-power/tlp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 24e01c69286c0aae15052c4c6bdf3efce8a2fa16 X-VCS-Branch: master Date: Wed, 12 Oct 2022 23:41:32 +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: efd95096-d0a4-4ca5-b3ba-1f9fdaa52f78 X-Archives-Hash: 139457cd817033a4fd57f1798223ad00 commit: 24e01c69286c0aae15052c4c6bdf3efce8a2fa16 Author: Sam James gentoo org> AuthorDate: Wed Oct 12 23:39:23 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 12 23:39:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24e01c69 sys-power/tlp: tweak whitespace Signed-off-by: Sam James gentoo.org> sys-power/tlp/tlp-1.5.0.ebuild | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/sys-power/tlp/tlp-1.5.0.ebuild b/sys-power/tlp/tlp-1.5.0.ebuild index 8eb8387f0e60..58c6a1db7a7d 100644 --- a/sys-power/tlp/tlp-1.5.0.ebuild +++ b/sys-power/tlp/tlp-1.5.0.ebuild @@ -6,24 +6,21 @@ EAPI=8 inherit udev optfeature DESCRIPTION="Optimize laptop battery life" - HOMEPAGE="https://linrunner.de/tlp/" - SRC_URI="https://github.com/linrunner/TLP/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/TLP-${PV}" LICENSE="GPL-2" - SLOT="0" - KEYWORDS="~amd64" # It's uncertain if elogind/systemd is actually required, however, without the sleep # hooks working, which require one of them, it doesn't seem like this app is very useful. -RDEPEND="virtual/udev +RDEPEND=" dev-lang/perl - || ( sys-auth/elogind sys-apps/systemd )" + virtual/udev + || ( sys-auth/elogind sys-apps/systemd ) +" src_install() { emake \ @@ -33,9 +30,9 @@ src_install() { TLP_WITH_SYSTEMD=1 \ install install-man - fperms 444 "/usr/share/tlp/defaults.conf" # manpage says this file should not be edited + fperms 444 /usr/share/tlp/defaults.conf # manpage says this file should not be edited newinitd "${FILESDIR}/tlp.init" tlp - keepdir "/var/lib/tlp" # created by Makefile, probably important + keepdir /var/lib/tlp # created by Makefile, probably important } pkg_postinst() {