diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-12-16 22:52:42 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-12-16 22:57:51 -0500 |
commit | fe7a9033fc9f08ad25bd445eb076ea8268fd8b08 (patch) | |
tree | ff7188fcf8b46fc75c4ccf15e70040d756c9c689 /x11-apps | |
parent | x11-apps/igt-gpu-tools: Drop old versions (diff) | |
download | gentoo-fe7a9033fc9f08ad25bd445eb076ea8268fd8b08.tar.gz gentoo-fe7a9033fc9f08ad25bd445eb076ea8268fd8b08.tar.bz2 gentoo-fe7a9033fc9f08ad25bd445eb076ea8268fd8b08.zip |
x11-apps/xbacklight: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xbacklight/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xbacklight/xbacklight-1.2.3.ebuild | 13 |
2 files changed, 0 insertions, 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}" |