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 CF4E8159C9B for ; Mon, 5 Aug 2024 07:18:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99D25E2B6A; Mon, 5 Aug 2024 07:18:17 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 792B1E2B6A for ; Mon, 5 Aug 2024 07:18:17 +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 EAEE434133B for ; Mon, 5 Aug 2024 07:18:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EA6F1EA6 for ; Mon, 5 Aug 2024 07:18:13 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1722841717.fd93d4a268f7253b26d26f9a27fd601c7861b74e.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/acpilight/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/acpilight/Manifest sys-power/acpilight/acpilight-1.2-r4.ebuild X-VCS-Directories: sys-power/acpilight/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: fd93d4a268f7253b26d26f9a27fd601c7861b74e X-VCS-Branch: master Date: Mon, 5 Aug 2024 07:18: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: f5fc7c27-7e6f-4cdf-813d-320dd25eedc6 X-Archives-Hash: cc9366864e9d0e9d77d439243494eeb6 commit: fd93d4a268f7253b26d26f9a27fd601c7861b74e Author: Filip Kobierski pm me> AuthorDate: Tue Jul 30 11:35:09 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Aug 5 07:08:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd93d4a2 sys-power/acpilight: remove empty IUSE, improve compression Signed-off-by: Filip Kobierski pm.me> Signed-off-by: Joonas Niilola gentoo.org> sys-power/acpilight/Manifest | 2 +- sys-power/acpilight/acpilight-1.2-r4.ebuild | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/sys-power/acpilight/Manifest b/sys-power/acpilight/Manifest index 9207a9f42746..7a09eba6189d 100644 --- a/sys-power/acpilight/Manifest +++ b/sys-power/acpilight/Manifest @@ -1 +1 @@ -DIST acpilight-v1.2.tar.gz 18068 BLAKE2B 469fd12c0a24b152681d73add559733a294f8a0848f46d0d3a1e209dea2ad3b180294677a8d84a82387ec34b00bbfda85a10f447fe22b81a3c51225cdce14051 SHA512 ef634ec0f315fe94dca138f1b9231f320b93340db3365ab9a09cf898fe4691f70573041bcb04563d760f1201000ea3ff11ab5dad3bfffddf3d3070dedb5732d7 +DIST acpilight-v1.2.tar.bz2 16371 BLAKE2B 4727ba2ed160b0068d46c8cd1fb1ca4701ebd9e05ce5e8f32b6098fbe8fc003294ed41321b61a804c8b0974b33989cf00de19e10cd5a4283751986d55bc0cd98 SHA512 e129de51911df83224ab99c0e7c9cda8058ee748e11473595add0e22367b21716fe62e14461300ca812c4be3485138b7f0f4823d848e3a0386680522621ec121 diff --git a/sys-power/acpilight/acpilight-1.2-r4.ebuild b/sys-power/acpilight/acpilight-1.2-r4.ebuild index 97445a8e5184..b5feb4e703c6 100644 --- a/sys-power/acpilight/acpilight-1.2-r4.ebuild +++ b/sys-power/acpilight/acpilight-1.2-r4.ebuild @@ -11,13 +11,12 @@ MY_P="${PN}-v${PV}" DESCRIPTION="Replacement for xbacklight that uses the ACPI interface to set brightness" HOMEPAGE="https://gitlab.com/wavexx/acpilight/" -SRC_URI="https://gitlab.com/wavexx/acpilight/-/archive/v${PV}/${MY_P}.tar.gz" +SRC_URI="https://gitlab.com/wavexx/acpilight/-/archive/v${PV}/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P}" + LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" - -S="${WORKDIR}/${MY_P}" RDEPEND="virtual/udev acct-group/video