Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xauth/
Date: Mon, 07 Feb 2022 19:03:37
Message-Id: 1644260600.1517d0274f7ecfc923ca0c835a1307e55df2232d.mattst88@gentoo
1 commit: 1517d0274f7ecfc923ca0c835a1307e55df2232d
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 7 19:00:36 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 19:03:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1517d027
7
8 x11-apps/xauth: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xauth/Manifest | 1 -
13 x11-apps/xauth/xauth-1.1.ebuild | 30 ------------------------------
14 2 files changed, 31 deletions(-)
15
16 diff --git a/x11-apps/xauth/Manifest b/x11-apps/xauth/Manifest
17 index 97ffb3f1ffda..c8c5efc19864 100644
18 --- a/x11-apps/xauth/Manifest
19 +++ b/x11-apps/xauth/Manifest
20 @@ -1,2 +1 @@
21 DIST xauth-1.1.1.tar.bz2 167315 BLAKE2B fbe36f867031c734e3a8ae9719145caa16828d4df156503c299812fb63f86462561ffea945f12fabc5e036cc63664ee1d8b5b37630dee8d4af6f2473aa5fcd1a SHA512 998c3158378fff50d368959c29335173b8d98e02591cb3d7b2f9534b5a44b19deb4cb7da9bf291ca5a37f69f833d72839b2c6611723306d10c1b4968ae4d4120
22 -DIST xauth-1.1.tar.bz2 163510 BLAKE2B 0b55ee9ec35ca436c36effe2ba4eee55f76a311a5482d1d72e80e5afea30c682de3f686b2956d17278721e190dd9bec4d93db6507853841a633c931312df745d SHA512 b6ecd59a853a491ef45bf8cfbff63bed36645f81cb79ae9d18458b57f7502bccf92f0d979d3337578518646f680ad379e67b1dac15a927cbb11372733e7a3a0c
23
24 diff --git a/x11-apps/xauth/xauth-1.1.ebuild b/x11-apps/xauth/xauth-1.1.ebuild
25 deleted file mode 100644
26 index b1326e245890..000000000000
27 --- a/x11-apps/xauth/xauth-1.1.ebuild
28 +++ /dev/null
29 @@ -1,30 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -inherit xorg-3
36 -
37 -if [[ ${PV} == 9999* ]]; then
38 - SRC_URI=""
39 -else
40 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux"
41 -fi
42 -
43 -DESCRIPTION="X authority file utility"
44 -IUSE="ipv6"
45 -RESTRICT="test" # Depends on dead cmdtest package
46 -
47 -RDEPEND="x11-libs/libX11
48 - x11-libs/libXau
49 - x11-libs/libXext
50 - x11-libs/libXmu"
51 -DEPEND="${RDEPEND}
52 - x11-base/xorg-proto"
53 -
54 -src_configure() {
55 - local XORG_CONFIGURE_OPTIONS=(
56 - $(use_enable ipv6)
57 - )
58 - xorg-3_src_configure
59 -}