From: Michael Mair-Keimberger Date: Tue, 23 Apr 2019 18:12:20 +0000 (+0200) Subject: x11-misc/rendercheck: remove old (EAPI5) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d230b3d2569def6b05af1a0a62248e1ce7062898;p=gentoo.git x11-misc/rendercheck: remove old (EAPI5) Signed-off-by: Michael Mair-Keimberger Signed-off-by: Aaron Bauman --- diff --git a/x11-misc/rendercheck/rendercheck-1.5.ebuild b/x11-misc/rendercheck/rendercheck-1.5.ebuild deleted file mode 100644 index 34a45007eaf4..000000000000 --- a/x11-misc/rendercheck/rendercheck-1.5.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -XORG_MODULE=app/ -XORG_STATIC=no -inherit xorg-2 - -DESCRIPTION="Tests for compliance with X RENDER extension" -HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/test/rendercheck" - -KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86" -IUSE="" - -RDEPEND="x11-libs/libXrender - x11-libs/libX11" -DEPEND="${RDEPEND}"