summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2017-03-11 19:16:13 -0800
committerMatt Turner <mattst88@gentoo.org>2017-03-16 13:36:30 -0700
commit7993fc2b3296e8adba62eb267933da65215b0078 (patch)
tree76240a2e8b2ee79c7f8c5e8022c4fbd0958d68e1 /x11-apps
parentx11-apps/sessreg: Drop old versions (diff)
downloadgentoo-7993fc2b3296e8adba62eb267933da65215b0078.tar.gz
gentoo-7993fc2b3296e8adba62eb267933da65215b0078.tar.bz2
gentoo-7993fc2b3296e8adba62eb267933da65215b0078.zip
x11-apps/xauth: Drop old versions
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xauth/Manifest1
-rw-r--r--x11-apps/xauth/xauth-1.0.9-r1.ebuild34
-rw-r--r--x11-apps/xauth/xauth-1.0.9-r2.ebuild33
3 files changed, 0 insertions, 68 deletions
diff --git a/x11-apps/xauth/Manifest b/x11-apps/xauth/Manifest
index f70a48508433..f0978217815c 100644
--- a/x11-apps/xauth/Manifest
+++ b/x11-apps/xauth/Manifest
@@ -1,2 +1 @@
DIST xauth-1.0.10.tar.bz2 162176 SHA256 5afe42ce3cdf4f60520d1658d2b17face45c74050f39af45dccdc95e73fafc4d SHA512 1ddcd80848c4efffc6d0a576177f92a3ce47eb871a6c7e2097d96491aec027404d437e0bd792714ef423989153a9644f5ff179bde4dfeb4b340636d642d5849f WHIRLPOOL 9ed291e2699fa34b49cb05c9ea2934cbe6b4361b0eec138734cadd741551b299f266ee50827b86f558beba47ff5c5c2f695279000f00fc720125e915f7e8e26b
-DIST xauth-1.0.9.tar.bz2 154976 SHA256 56ce1523eb48b1f8a4f4244fe1c3d8e6af1a3b7d4b0e6063582421b0b68dc28f SHA512 e7b8e950a3e9e36131041692a22b2390c75df94fa8b5f4ea2ef2d79778e000865b1b0ec5930612dedb782d451022ee52c7c9a404d249809adb4b905b66f44d0b WHIRLPOOL 16f2686a181281610df55d405738d0a39fd7fa891a58606b13abed3754179802e1b22a938ef43d6d4205dfa8ff7f764f5e1c5323e58bed080ccd33ca4f4f0134
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
-}
diff --git a/x11-apps/xauth/xauth-1.0.9-r2.ebuild b/x11-apps/xauth/xauth-1.0.9-r2.ebuild
deleted file mode 100644
index f80af0ec0f9f..000000000000
--- a/x11-apps/xauth/xauth-1.0.9-r2.ebuild
+++ /dev/null
@@ -1,33 +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}"
-
-# 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
-}