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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2F39C158042 for ; Thu, 7 Nov 2024 18:37:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D71AE0946; Thu, 7 Nov 2024 18:37:44 +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 525E9E0946 for ; Thu, 7 Nov 2024 18:37:44 +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 66A7A33FE49 for ; Thu, 7 Nov 2024 18:37:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 886BB1A26 for ; Thu, 7 Nov 2024 18:37:41 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1731004658.32dc3572f3b8df19083d0bc25b310a7465705d1c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xbacklight/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xbacklight/Manifest x11-apps/xbacklight/xbacklight-1.2.4.ebuild X-VCS-Directories: x11-apps/xbacklight/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 32dc3572f3b8df19083d0bc25b310a7465705d1c X-VCS-Branch: master Date: Thu, 7 Nov 2024 18:37:41 +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: eea9e1fa-e38d-435c-88f6-3f092c974c62 X-Archives-Hash: 1a24598113beb61d052490400315eb7b commit: 32dc3572f3b8df19083d0bc25b310a7465705d1c Author: Matt Turner gentoo org> AuthorDate: Thu Nov 7 18:33:20 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Nov 7 18:37:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32dc3572 x11-apps/xbacklight: Version bump to 1.2.4 Signed-off-by: Matt Turner gentoo.org> x11-apps/xbacklight/Manifest | 1 + x11-apps/xbacklight/xbacklight-1.2.4.ebuild | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/x11-apps/xbacklight/Manifest b/x11-apps/xbacklight/Manifest index b8725886ad28..1ae045c34466 100644 --- a/x11-apps/xbacklight/Manifest +++ b/x11-apps/xbacklight/Manifest @@ -1 +1,2 @@ DIST xbacklight-1.2.3.tar.bz2 124611 BLAKE2B 19355773b2b2bc491cb3682d9d02fed462d30ed21742dfb9f7398ec39e85bde4fdd1b60bc8b4ac2a2d32410016186c1f1e5d45904fb19358bcc16eee69242dbf SHA512 717c87ce24634892fc4ac54fc59dcc0a5bc8f206aaf1d13410f95f7e4fe6e3dbc7ff8d951bcd8ea8c5e955357a00fea6ceadd4559e60b1a632e40f71290e12c7 +DIST xbacklight-1.2.4.tar.xz 121276 BLAKE2B d0a05f0e5c09c9a1114b044123c8cb9ca97d07c87d7941df1db29ad400e38d39ad3e78e528bc4b3f7ee69b24c74e436b618ea5abbae4517dbbbce0577ea30f9a SHA512 6aa39d8f4430b2b9da92afff462aebbd0f3fdef50bf6a4fc3e5c08e45ae18156dc2017b8a46cd3185b2e4b1b836d2bd7379821a6591afa3d6db395247c8193e3 diff --git a/x11-apps/xbacklight/xbacklight-1.2.4.ebuild b/x11-apps/xbacklight/xbacklight-1.2.4.ebuild new file mode 100644 index 000000000000..63940b430aec --- /dev/null +++ b/x11-apps/xbacklight/xbacklight-1.2.4.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="Sets backlight level using the RandR 1.2 BACKLIGHT output property" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND="x11-libs/libxcb + >=x11-libs/xcb-util-0.3.8" +DEPEND="${RDEPEND}"