diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-04-23 15:28:37 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-04-23 15:48:20 -0700 |
commit | cd3e3a38932f5e26ed7b49a20f1c6632e4635082 (patch) | |
tree | 9de5939616b614415fad9dd9c3afc6fa1091f3c4 /x11-proto | |
parent | x11-proto/xcmiscproto: Drop old version (diff) | |
download | gentoo-cd3e3a38932f5e26ed7b49a20f1c6632e4635082.tar.gz gentoo-cd3e3a38932f5e26ed7b49a20f1c6632e4635082.tar.bz2 gentoo-cd3e3a38932f5e26ed7b49a20f1c6632e4635082.zip |
x11-proto/xextproto: Drop old version
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/xextproto/Manifest | 1 | ||||
-rw-r--r-- | x11-proto/xextproto/xextproto-7.3.0.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/x11-proto/xextproto/Manifest b/x11-proto/xextproto/Manifest deleted file mode 100644 index f00caa402d90..000000000000 --- a/x11-proto/xextproto/Manifest +++ /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 index d65a312f714c..000000000000 --- a/x11-proto/xextproto/xextproto-7.3.0.ebuild +++ /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 - ) -} |