From 44ee2f546b025ff9f8c9847d567ab601329fee35 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 6 Mar 2018 23:35:11 -0800 Subject: [PATCH] x11-apps/xdriinfo: Version bump to 1.0.6 --- x11-apps/xdriinfo/Manifest | 1 + x11-apps/xdriinfo/xdriinfo-1.0.6.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 x11-apps/xdriinfo/xdriinfo-1.0.6.ebuild diff --git a/x11-apps/xdriinfo/Manifest b/x11-apps/xdriinfo/Manifest index f5c1729630f2..39d7ff030b5e 100644 --- a/x11-apps/xdriinfo/Manifest +++ b/x11-apps/xdriinfo/Manifest @@ -1 +1,2 @@ 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.6.ebuild b/x11-apps/xdriinfo/xdriinfo-1.0.6.ebuild new file mode 100644 index 000000000000..1801d61d66e8 --- /dev/null +++ b/x11-apps/xdriinfo/xdriinfo-1.0.6.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# 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 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libX11 + virtual/opengl" +DEPEND="${RDEPEND} + x11-proto/glproto" + +pkg_setup() { + xorg-2_pkg_setup + + append-cppflags "-I${EPREFIX}/usr/$(get_libdir)/opengl/xorg-x11/include/" +} -- 2.26.2