x11-apps/xdriinfo: Version bump to 1.0.6
authorMatt Turner <mattst88@gentoo.org>
Wed, 7 Mar 2018 07:35:11 +0000 (23:35 -0800)
committerMatt Turner <mattst88@gentoo.org>
Wed, 7 Mar 2018 07:36:07 +0000 (23:36 -0800)
x11-apps/xdriinfo/Manifest
x11-apps/xdriinfo/xdriinfo-1.0.6.ebuild [new file with mode: 0644]

index f5c1729630f2dca05e2f4e94587e631085a9758d..39d7ff030b5e586b7c360b03362e53193274572c 100644 (file)
@@ -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 (file)
index 0000000..1801d61
--- /dev/null
@@ -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/"
+}