commit: 2b8ec2c41b9e37facc54dbd591bb0c89031d5e24
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 14 03:34:08 2025 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Apr 14 03:37:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b8ec2c4
x11-apps/xauth: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/xauth/Manifest | 1 -
x11-apps/xauth/xauth-1.1.3.ebuild | 21 ---------------------
2 files changed, 22 deletions(-)
diff --git a/x11-apps/xauth/Manifest b/x11-apps/xauth/Manifest
index 2c427db331d2..17de3fa2a447 100644
--- a/x11-apps/xauth/Manifest
+++ b/x11-apps/xauth/Manifest
@@ -1,2 +1 @@
-DIST xauth-1.1.3.tar.xz 159500 BLAKE2B
6acc6f360b7ed947d5dbc0b197b7ed0a87916f38cd8a0c74215b96ca44e98ead45987614e88833b0d2a957776b6e6a1d69d1a3dc4563774e451c2d5f5c55394d
SHA512
536434f6c607673c00b9658ea591bf32419cc151d138f991ea38167220563519a6a84a5504003da15820f2a7ed50ea2449c6ce9c991d1446ee9a7305c647d694
DIST xauth-1.1.4.tar.xz 163696 BLAKE2B
60f693118531058e5114a80e0e34eb8a429c3ce0d8ef168fea21924afa21139abb58b63e64c745c69df7f7e2a0540636f9d5ab32ed6d0019f9bc7cfa92724a7e
SHA512
6f08b92acec08fe426da0bcf7f68b0c6d21777bed76c5c316717bf15df0654809a97b6c4d3d570d861c49b85857191a5c5be3b4b84049b2459688af2c7b0a74d
diff --git a/x11-apps/xauth/xauth-1.1.3.ebuild
b/x11-apps/xauth/xauth-1.1.3.ebuild
deleted file mode 100644
index 02eff66c4527..000000000000
--- a/x11-apps/xauth/xauth-1.1.3.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xorg-3
-
-DESCRIPTION="X authority file utility"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv
~s390 sparc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
- x11-libs/libX11
- x11-libs/libXau
- x11-libs/libXext
- x11-libs/libXmu"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-XORG_CONFIGURE_OPTIONS=(
- --enable-ipv6
-)