diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-05-29 11:12:20 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-05-29 11:23:15 -0400 |
commit | b0da5dcc19397077ae7f2cdc399814712c400cd5 (patch) | |
tree | 812bd0d80a2fc5cb1f856c7d30108b45d0ceb495 /x11-apps/xauth | |
parent | x11-apps/setxkbmap: Drop old versions (diff) | |
download | gentoo-b0da5dcc19397077ae7f2cdc399814712c400cd5.tar.gz gentoo-b0da5dcc19397077ae7f2cdc399814712c400cd5.tar.bz2 gentoo-b0da5dcc19397077ae7f2cdc399814712c400cd5.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.1.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/x11-apps/xauth/Manifest b/x11-apps/xauth/Manifest index bf76bfdfbf58..b5c06e0d9a69 100644 --- a/x11-apps/xauth/Manifest +++ b/x11-apps/xauth/Manifest @@ -1,2 +1 @@ -DIST xauth-1.1.1.tar.bz2 167315 BLAKE2B fbe36f867031c734e3a8ae9719145caa16828d4df156503c299812fb63f86462561ffea945f12fabc5e036cc63664ee1d8b5b37630dee8d4af6f2473aa5fcd1a SHA512 998c3158378fff50d368959c29335173b8d98e02591cb3d7b2f9534b5a44b19deb4cb7da9bf291ca5a37f69f833d72839b2c6611723306d10c1b4968ae4d4120 DIST xauth-1.1.2.tar.xz 156960 BLAKE2B 2ba168229bdf0c1d0fdd4c352e434abfc6f527cbafce35abac8d403a0dea91f00fd858f91f177128d13a0e618d1d95061c71ef32a3e12ac91b72a257dcfcd12b SHA512 ac23fcd166b45abf7b030994ff3332c9906023dc1ddfa9b9d3000e6a914dc5e0213c4a2aa409cb3ddb93e1f9f4f6374376109241a95ef8c36af842de1f6f76e8 diff --git a/x11-apps/xauth/xauth-1.1.1.ebuild b/x11-apps/xauth/xauth-1.1.1.ebuild deleted file mode 100644 index 98550907e512..000000000000 --- a/x11-apps/xauth/xauth-1.1.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xorg-3 - -if [[ ${PV} == 9999* ]]; then - SRC_URI="" -else - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux" -fi - -DESCRIPTION="X authority file utility" -IUSE="ipv6" -RESTRICT="test" # Depends on dead cmdtest package - -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=( - $(use_enable ipv6) - ) - xorg-3_src_configure -} |