diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-03-11 19:16:13 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-03-16 13:36:30 -0700 |
commit | 7993fc2b3296e8adba62eb267933da65215b0078 (patch) | |
tree | 76240a2e8b2ee79c7f8c5e8022c4fbd0958d68e1 /x11-apps/xauth/xauth-1.0.9-r1.ebuild | |
parent | x11-apps/sessreg: Drop old versions (diff) | |
download | gentoo-7993fc2b3296e8adba62eb267933da65215b0078.tar.gz gentoo-7993fc2b3296e8adba62eb267933da65215b0078.tar.bz2 gentoo-7993fc2b3296e8adba62eb267933da65215b0078.zip |
x11-apps/xauth: Drop old versions
Diffstat (limited to 'x11-apps/xauth/xauth-1.0.9-r1.ebuild')
-rw-r--r-- | x11-apps/xauth/xauth-1.0.9-r1.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/x11-apps/xauth/xauth-1.0.9-r1.ebuild b/x11-apps/xauth/xauth-1.0.9-r1.ebuild deleted file mode 100644 index bb419948eedb..000000000000 --- a/x11-apps/xauth/xauth-1.0.9-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit autotools-utils xorg-2 - -DESCRIPTION="X authority file utility" - -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" -IUSE="ipv6" - -RDEPEND="x11-libs/libX11 - x11-libs/libXau - x11-libs/libXext - x11-libs/libXmu" -DEPEND="${RDEPEND}" - -RESTRICT="test" -# Tests dependend on dev-util/cmdtest awaiting keywording, bug #511202. -# test? ( dev-util/cmdtest ) - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_enable ipv6) - ) - xorg-2_src_configure -} - -src_test() { - # Address sandbox failure, bug #527574 - addwrite /proc/self/comm - autotools-utils_src_test -} |