commit: c2880f4b57ecce35260389100f9294ec77209a83
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 17 03:52:43 2024 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Dec 17 03:57:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2880f4b
x11-apps/xrandr: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/xrandr/Manifest | 1 -
x11-apps/xrandr/xrandr-1.5.2.ebuild | 22 ----------------------
2 files changed, 23 deletions(-)
diff --git a/x11-apps/xrandr/Manifest b/x11-apps/xrandr/Manifest
index d2c49e6d2bc7..6236adb3dccb 100644
--- a/x11-apps/xrandr/Manifest
+++ b/x11-apps/xrandr/Manifest
@@ -1,2 +1 @@
-DIST xrandr-1.5.2.tar.xz 174012 BLAKE2B
7c4afea6b8bc4361bde2565e930db98abb925b51d717e23c3ec95853aacf58b465f8c858652b8eebd7b0fdb289b4da4ab9235e571f61c8f77e4818efcb12de07
SHA512
b536e8f1e04094894aa52ae496725c58691b043860b3327c41d737b07b642a939733321b62f698032b11ba857208a6177600a3ca3295ff1be6ade4341cdc2747
DIST xrandr-1.5.3.tar.xz 176852 BLAKE2B
a2f253e0027976ef1bbf346361f6cfcfb575db36f134ec21e234f733fe7e70959d401c6b078a0d6d0297021aeff12eef57e4fdc865c86531784e439927385995
SHA512
2096afb9040ca18005aaf744401df40bdb8e8c8c06ffc97b927e63131800a4dc40cec063bdb5f38cd74b3d24b25fbed258c16cb6c73161efea44b3065b15c100
diff --git a/x11-apps/xrandr/xrandr-1.5.2.ebuild
b/x11-apps/xrandr/xrandr-1.5.2.ebuild
deleted file mode 100644
index 59ca84f8c87c..000000000000
--- a/x11-apps/xrandr/xrandr-1.5.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-XORG_TARBALL_SUFFIX="xz"
-
-inherit xorg-3
-
-DESCRIPTION="A primitive command line interface to RandR extension"
-
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390
sparc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND=">=x11-libs/libXrandr-1.5
- x11-libs/libXrender
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-src_install() {
- xorg-3_src_install
- rm -f "${ED}"/usr/bin/xkeystone || die
-}