x11-libs/libXt: Drop old versions
authorMatt Turner <mattst88@gentoo.org>
Sat, 28 Apr 2018 01:23:50 +0000 (18:23 -0700)
committerMatt Turner <mattst88@gentoo.org>
Sat, 28 Apr 2018 01:25:00 +0000 (18:25 -0700)
x11-libs/libXt/Manifest
x11-libs/libXt/libXt-1.1.4.ebuild [deleted file]

index c68bf8078ea3df4d244c5c622cca3f05ad12c85d..a368cc113eeaa84dbd3ea8d505ae6d7d85596ec8 100644 (file)
@@ -1,2 +1 @@
-DIST libXt-1.1.4.tar.bz2 762331 BLAKE2B 2537a55205d03e8182e42344b04b77918de961bde6bbc3888a09443fd4729736e456d7d31d532a83f9a60c5b5d8c2757854b81fb67a32fbc367097eb5da2d253 SHA512 57721def16bf29e05deb746566400d71cf0cd5bf9b8b7ebed19abb7c6804e14073060b6cf94409903aa464d27acca2e91f55654b2d4770677b2b4b4dc78fd423
 DIST libXt-1.1.5.tar.bz2 771567 BLAKE2B c3624f1ab81fdace1b2eef8749807e9a2157ec6f60e2f5f8b463aae088057d4eb82f9c6de547e286798b98f68be8f8097ff291b490baf49a4204e62566c1a9c4 SHA512 29828cfc021b60e0a0b5ff0321801db20f12bd635866cd000b35a23736b5477a3d1e5f936a1124ed3e3f4c0e7a27cb8744dbb5ab4fbcd45c817a13877081e05b
diff --git a/x11-libs/libXt/libXt-1.1.4.ebuild b/x11-libs/libXt/libXt-1.1.4.ebuild
deleted file mode 100644 (file)
index 956395f..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_MULTILIB=yes
-inherit xorg-2 toolchain-funcs
-
-DESCRIPTION="X.Org X Toolkit Intrinsics library"
-
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~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="test"
-
-RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-       >=x11-libs/libSM-1.2.1-r1[${MULTILIB_USEDEP}]
-       >=x11-libs/libICE-1.0.8-r1[${MULTILIB_USEDEP}]
-       >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
-       >=x11-proto/kbproto-1.0.6-r1[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
-       test? ( dev-libs/glib )"
-
-src_configure() {
-       tc-export_build_env
-       xorg-2_src_configure
-}