x11-proto/xextproto: Drop old version
authorMatt Turner <mattst88@gentoo.org>
Mon, 23 Apr 2018 22:28:37 +0000 (15:28 -0700)
committerMatt Turner <mattst88@gentoo.org>
Mon, 23 Apr 2018 22:48:20 +0000 (15:48 -0700)
x11-proto/xextproto/Manifest [deleted file]
x11-proto/xextproto/xextproto-7.3.0.ebuild [deleted file]

diff --git a/x11-proto/xextproto/Manifest b/x11-proto/xextproto/Manifest
deleted file mode 100644 (file)
index f00caa4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST xextproto-7.3.0.tar.bz2 229310 BLAKE2B 21a5474ab0aaf835abf6eec860a9f0838114c616bd90d79005a7b2cd700872375fe8a40657fbd3b76768e1cdff27baeb2b8ba8c2e6c52410b03e8f9f9592762e SHA512 238beed85fcf6fe5b0809e52814dd44fa45fe6868239990086cb8dd2c446292dd4794698abd07ed10bd146a7096c1679f7160da226f9e861dfaf6c8e22315d61
diff --git a/x11-proto/xextproto/xextproto-7.3.0.ebuild b/x11-proto/xextproto/xextproto-7.3.0.ebuild
deleted file mode 100644 (file)
index d65a312..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_DOC=doc
-XORG_MULTILIB=yes
-inherit xorg-2
-
-DESCRIPTION="X.Org XExt protocol headers"
-
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~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=""
-
-RDEPEND="!<x11-libs/libXext-1.0.99"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
-       xorg-2_pkg_setup
-
-       XORG_CONFIGURE_OPTIONS=(
-               $(use_with doc xmlto)
-               --without-fop
-       )
-}