summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-03-27 13:49:25 -0400
committerMatt Turner <mattst88@gentoo.org>2021-03-27 13:49:25 -0400
commit385ade333e85d3d85ee92eeb18b40b17c0467f3c (patch)
tree14927bd388332c3deac609bb716b295ff1973a17
parentx11-apps/xdriinfo: Propagate stable keywords (diff)
downloadgentoo-385ade333e85d3d85ee92eeb18b40b17c0467f3c.tar.gz
gentoo-385ade333e85d3d85ee92eeb18b40b17c0467f3c.tar.bz2
gentoo-385ade333e85d3d85ee92eeb18b40b17c0467f3c.zip
x11-apps/xdriinfo: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--x11-apps/xdriinfo/xdriinfo-1.0.6.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/x11-apps/xdriinfo/xdriinfo-1.0.6.ebuild b/x11-apps/xdriinfo/xdriinfo-1.0.6.ebuild
deleted file mode 100644
index 222f878bae67..000000000000
--- a/x11-apps/xdriinfo/xdriinfo-1.0.6.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xorg-2 flag-o-matic multilib
-
-DESCRIPTION="query configuration information of DRI drivers"
-
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- virtual/opengl"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-pkg_setup() {
- xorg-2_pkg_setup
-
- append-cppflags "-I${EPREFIX}/usr/$(get_libdir)/opengl/xorg-x11/include/"
-}