diff options
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xdriinfo/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/x11-apps/xdriinfo/Manifest b/x11-apps/xdriinfo/Manifest index 39d7ff030b5e..4f8a45206dbf 100644 --- a/x11-apps/xdriinfo/Manifest +++ b/x11-apps/xdriinfo/Manifest @@ -1,2 +1 @@ -DIST xdriinfo-1.0.5.tar.bz2 121276 BLAKE2B c6db6dfd5ff0f5f6106f92ad42b37e18cc148d156a5e294c497f4ac84226114bcb7d7666196b4b1e1b4471108f839c03d4a2e1dc19080af0d60c5cfb10b55463 SHA512 6b7a3641f488d305f950c494464fd4b674ab3aaed5c7159d6d8ddad4587c18d680e5854bd80666444f1dee52eb4f46b45709a6d9c333593fe045c73e738524de DIST xdriinfo-1.0.6.tar.bz2 123636 BLAKE2B 43e15c6833ad84760c89abff272864e13b777c01796ba119fbc7fa7165ab05cf5a090cf736f618a25385b5d5a8cf2d679fbe2cd55119842fcf9e16fdb46dd549 SHA512 7ddd9e19abaef93e4d85004293528ec3814ef84c470d496dbb8dc8313d804bb7520406de8d33d2bc2b3af942bd0a5d5032a109b2726438a966af63ea680a102f diff --git a/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild b/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild deleted file mode 100644 index 9fc1ba2196ef..000000000000 --- a/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild +++ /dev/null @@ -1,22 +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/" - -} |