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 260E115802C for ; Tue, 17 Dec 2024 03:58:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66B38E082F; Tue, 17 Dec 2024 03:58:21 +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 7437AE0829 for ; Tue, 17 Dec 2024 03:58:19 +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 CDE6F340806 for ; Tue, 17 Dec 2024 03:58:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A1881F64 for ; Tue, 17 Dec 2024 03:58:15 +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: <1734407871.fe7a9033fc9f08ad25bd445eb076ea8268fd8b08.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.3.ebuild X-VCS-Directories: x11-apps/xbacklight/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: fe7a9033fc9f08ad25bd445eb076ea8268fd8b08 X-VCS-Branch: master Date: Tue, 17 Dec 2024 03:58:15 +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: 451c4fbc-5cb6-46ca-a6de-ad950f6577e6 X-Archives-Hash: ad2ae42a54f56965a38ff9b791885fe7 commit: fe7a9033fc9f08ad25bd445eb076ea8268fd8b08 Author: Matt Turner gentoo org> AuthorDate: Tue Dec 17 03:52:42 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Dec 17 03:57:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7a9033 x11-apps/xbacklight: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/xbacklight/Manifest | 1 - x11-apps/xbacklight/xbacklight-1.2.3.ebuild | 13 ------------- 2 files changed, 14 deletions(-) diff --git a/x11-apps/xbacklight/Manifest b/x11-apps/xbacklight/Manifest index 1ae045c34466..ccc904355144 100644 --- a/x11-apps/xbacklight/Manifest +++ b/x11-apps/xbacklight/Manifest @@ -1,2 +1 @@ -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.3.ebuild b/x11-apps/xbacklight/xbacklight-1.2.3.ebuild deleted file mode 100644 index 02f7c02adef8..000000000000 --- a/x11-apps/xbacklight/xbacklight-1.2.3.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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}"