summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-03-13 15:47:12 -0400
committerMatt Turner <mattst88@gentoo.org>2023-03-13 16:07:15 -0400
commit13272704b66fd53980f66ff4732bdd1547e62ff0 (patch)
treeb80dc674b694fbe25ddf938894b3bd719914f34a /x11-apps/xdriinfo
parentx11-apps/igt-gpu-tools: Drop old versions (diff)
downloadgentoo-13272704b66fd53980f66ff4732bdd1547e62ff0.tar.gz
gentoo-13272704b66fd53980f66ff4732bdd1547e62ff0.tar.bz2
gentoo-13272704b66fd53980f66ff4732bdd1547e62ff0.zip
x11-apps/xdriinfo: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xdriinfo')
-rw-r--r--x11-apps/xdriinfo/Manifest1
-rw-r--r--x11-apps/xdriinfo/xdriinfo-1.0.6-r1.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/x11-apps/xdriinfo/Manifest b/x11-apps/xdriinfo/Manifest
index 16c3e3b5558b..c34dd47e8da7 100644
--- a/x11-apps/xdriinfo/Manifest
+++ b/x11-apps/xdriinfo/Manifest
@@ -1,2 +1 @@
-DIST xdriinfo-1.0.6.tar.bz2 123636 BLAKE2B 43e15c6833ad84760c89abff272864e13b777c01796ba119fbc7fa7165ab05cf5a090cf736f618a25385b5d5a8cf2d679fbe2cd55119842fcf9e16fdb46dd549 SHA512 7ddd9e19abaef93e4d85004293528ec3814ef84c470d496dbb8dc8313d804bb7520406de8d33d2bc2b3af942bd0a5d5032a109b2726438a966af63ea680a102f
DIST xdriinfo-1.0.7.tar.xz 118268 BLAKE2B 94a75f2933d0c402e345bfc7054e0dd240f1dd43f805b9bc1970a00f6a500b110e3988afb7d5a466dfda8dcca504b14d33c4d257afe7df22ed10b1c4b190627e SHA512 a368cf32c606ca78f3a23bc5d88fb57b9c1a3827d0fec3e48cee153703135e47cecd3db8ee0eba93f309d7f03b4306c3f2e7f46f36d0d2970671c5e5b78093ad
diff --git a/x11-apps/xdriinfo/xdriinfo-1.0.6-r1.ebuild b/x11-apps/xdriinfo/xdriinfo-1.0.6-r1.ebuild
deleted file mode 100644
index 34fce3e654d9..000000000000
--- a/x11-apps/xdriinfo/xdriinfo-1.0.6-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xorg-3 flag-o-matic
-
-DESCRIPTION="query configuration information of DRI drivers"
-
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
-
-RDEPEND="
- x11-libs/libX11
- virtual/opengl"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-pkg_setup() {
- xorg-3_pkg_setup
-
- append-cppflags "-I${EPREFIX}/usr/$(get_libdir)/opengl/xorg-x11/include/"
-}