summaryrefslogtreecommitdiff
path: root/x11-apps/xauth
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /x11-apps/xauth
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'x11-apps/xauth')
-rw-r--r--x11-apps/xauth/Manifest4
-rw-r--r--x11-apps/xauth/xauth-1.1.1.ebuild30
-rw-r--r--x11-apps/xauth/xauth-1.1.2.ebuild2
3 files changed, 2 insertions, 34 deletions
diff --git a/x11-apps/xauth/Manifest b/x11-apps/xauth/Manifest
index e23561973402..490b4bb075ee 100644
--- a/x11-apps/xauth/Manifest
+++ b/x11-apps/xauth/Manifest
@@ -1,6 +1,4 @@
-DIST xauth-1.1.1.tar.bz2 167315 BLAKE2B fbe36f867031c734e3a8ae9719145caa16828d4df156503c299812fb63f86462561ffea945f12fabc5e036cc63664ee1d8b5b37630dee8d4af6f2473aa5fcd1a SHA512 998c3158378fff50d368959c29335173b8d98e02591cb3d7b2f9534b5a44b19deb4cb7da9bf291ca5a37f69f833d72839b2c6611723306d10c1b4968ae4d4120
DIST xauth-1.1.2.tar.xz 156960 BLAKE2B 2ba168229bdf0c1d0fdd4c352e434abfc6f527cbafce35abac8d403a0dea91f00fd858f91f177128d13a0e618d1d95061c71ef32a3e12ac91b72a257dcfcd12b SHA512 ac23fcd166b45abf7b030994ff3332c9906023dc1ddfa9b9d3000e6a914dc5e0213c4a2aa409cb3ddb93e1f9f4f6374376109241a95ef8c36af842de1f6f76e8
-EBUILD xauth-1.1.1.ebuild 627 BLAKE2B 5f961ef4642fe9a226211d3f7c6731b505a05912d23e2feef1edef821b398a9440b8a6944f1e50c45cfe81e419d4e1d47e655816574c4e03f4a8dfa9781c8f1b SHA512 dbabc69355b416ecf3791fac9c87f499588095432424e8d0bbfaca96211e8ed30cdb5c1edb22fd48db1d92fe6b53e201e0ec0643b4ff07dad6b8c3346c833256
-EBUILD xauth-1.1.2.ebuild 595 BLAKE2B b6c0b32c2fdbd61d400a93f03d5d97e7a3209045e87b74fbcf222ac07064937c1e8c895bceff8c48f91882a0b61e67d4c4cde1267ac3eddecbb21265eac93d09 SHA512 429f84dd76f335e08cb244f80998d3b34d15d38cb90965a798aeb5dabe22b510b08cee5b2767f08d6b8ad02a6f1fdd5a1b6efed5f2c0f15a43d21bc39ab5e00d
+EBUILD xauth-1.1.2.ebuild 591 BLAKE2B cd4513fcdf1e456ded9b3c4086dec2201eb0f0f5a5378bdd4cfa66c101dcadb84fec7f0abb8b6094963ff64d176cf062cd9076f846557a03ac7f9656566b8a45 SHA512 8e3e433884c6b766d18b1532081f72974d8fab4d1edfd5b145bb11824b3dba020ab32f1203adff333b16c7d76589badaab6a5723b457ecfdd6687388a1876ee3
EBUILD xauth-9999.ebuild 599 BLAKE2B 757c7dc62ca39a50b64b5f2ffbf3bf5dcc123524d284457f62259a21fbfbd2db7eb854682cafbbb7ddf260c4254ad5c1836b2c7d9cc6eb2cbb47e626696f3d0f SHA512 8ccbfd002dd63a8d769d9d4a99e6c077bd9253e6dc8e35db34daa0dbe01350e749f12c3e46660ab9ec3b4e9db8379b5ffd238d07e3139690bb4ec640e8f8ccd7
MISC metadata.xml 235 BLAKE2B 5ed3cd35ac32a5cdd6ac490bafdbc1cd03fc8c6bdbc8194ba7f4a34151a24c4ade7a80705d92348d6d13a9579d18b19ec40a353bf014dc02f98980bfa03d3574 SHA512 3fe78f6dd92b87b30ed02aef15ed72ec5cb62f4c6568dd9b98dcb2f11a4b9ce93955e34c62112a310b4c4a51f87e0e31e31ae5af140e1054c127d3cd344d7267
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
-}
diff --git a/x11-apps/xauth/xauth-1.1.2.ebuild b/x11-apps/xauth/xauth-1.1.2.ebuild
index 0c046c83629c..8d85f6e27fa3 100644
--- a/x11-apps/xauth/xauth-1.1.2.ebuild
+++ b/x11-apps/xauth/xauth-1.1.2.ebuild
@@ -8,7 +8,7 @@ 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 ~x64-cygwin ~amd64-linux ~x86-linux"
+ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux"
fi
DESCRIPTION="X authority file utility"