diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-04-21 17:05:03 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-04-21 17:05:03 -0400 |
commit | dc01389bbf1f46ba4f885d0bbb7a90a5a0b44670 (patch) | |
tree | ee50f50ce07f7cf23f88c129a345932b12025fbe /x11-apps/xauth | |
parent | x11-apps/mkfontscale: Drop old versions (diff) | |
download | gentoo-dc01389bbf1f46ba4f885d0bbb7a90a5a0b44670.tar.gz gentoo-dc01389bbf1f46ba4f885d0bbb7a90a5a0b44670.tar.bz2 gentoo-dc01389bbf1f46ba4f885d0bbb7a90a5a0b44670.zip |
x11-apps/xauth: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xauth')
-rw-r--r-- | x11-apps/xauth/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xauth/xauth-1.1.2.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/x11-apps/xauth/Manifest b/x11-apps/xauth/Manifest index 8ab9137a99b7..ddaccd2f0fba 100644 --- a/x11-apps/xauth/Manifest +++ b/x11-apps/xauth/Manifest @@ -1,2 +1 @@ -DIST xauth-1.1.2.tar.xz 156960 BLAKE2B 2ba168229bdf0c1d0fdd4c352e434abfc6f527cbafce35abac8d403a0dea91f00fd858f91f177128d13a0e618d1d95061c71ef32a3e12ac91b72a257dcfcd12b SHA512 ac23fcd166b45abf7b030994ff3332c9906023dc1ddfa9b9d3000e6a914dc5e0213c4a2aa409cb3ddb93e1f9f4f6374376109241a95ef8c36af842de1f6f76e8 DIST xauth-1.1.3.tar.xz 159500 BLAKE2B 6acc6f360b7ed947d5dbc0b197b7ed0a87916f38cd8a0c74215b96ca44e98ead45987614e88833b0d2a957776b6e6a1d69d1a3dc4563774e451c2d5f5c55394d SHA512 536434f6c607673c00b9658ea591bf32419cc151d138f991ea38167220563519a6a84a5504003da15820f2a7ed50ea2449c6ce9c991d1446ee9a7305c647d694 diff --git a/x11-apps/xauth/xauth-1.1.2.ebuild b/x11-apps/xauth/xauth-1.1.2.ebuild deleted file mode 100644 index 46bc236bb5b9..000000000000 --- a/x11-apps/xauth/xauth-1.1.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -XORG_TARBALL_SUFFIX=xz -inherit xorg-3 - -if [[ ${PV} == 9999* ]]; then - SRC_URI="" -else - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" -fi - -DESCRIPTION="X authority file utility" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXau - x11-libs/libXext - x11-libs/libXmu" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -src_configure() { - local XORG_CONFIGURE_OPTIONS=( - --enable-ipv6 - ) - xorg-3_src_configure -} |