commit: ef625bba5ee8970d203573ec72d53738d4218fb3
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 23:36:49 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 23:45:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef625bba
x11-libs/libXxf86dga: Version bump to 1.1.5
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-libs/libXxf86dga/Manifest | 1 +
x11-libs/libXxf86dga/libXxf86dga-1.1.5.ebuild | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
diff --git a/x11-libs/libXxf86dga/Manifest b/x11-libs/libXxf86dga/Manifest
index 0c7942f691f..88ea0284726 100644
--- a/x11-libs/libXxf86dga/Manifest
+++ b/x11-libs/libXxf86dga/Manifest
@@ -1 +1,2 @@
DIST libXxf86dga-1.1.4.tar.bz2 280216 BLAKE2B
e67a1e2fafc91cdce5b1d4f4ad2083080656f27fceaf167fcf6626c641f1dd7fa14ebe4f8508042ef0489e0fd689b05f6088487b9eda65995888158452898546
SHA512
58d81a7850275fc8382018bcc56dbc65b4200828b1f1379dcee3da1878f12a83ee681a9d474bcd564d99bf93bedfeb7b243370e0ebb89177652b37cee158a3f2
+DIST libXxf86dga-1.1.5.tar.bz2 301685 BLAKE2B
8c70299e52cd2f34b4dbfa0d56707df20f7b368ab92321cf9e8c0fe15402a3b4e1b8eb62d0e53fd3321e95521bb4f35479493e412710a74779ac98ffaef966bd
SHA512
0e77c4003aeba737b10c17d55aeefa935fc57c4ba9e8f79a834f3f8c690d6a1d98f69ad707eded784346c1cf40c41829719d257283b5eae3207147fb4c79ed89
diff --git a/x11-libs/libXxf86dga/libXxf86dga-1.1.5.ebuild
b/x11-libs/libXxf86dga/libXxf86dga-1.1.5.ebuild
new file mode 100644
index 00000000000..07bf2714768
--- /dev/null
+++ b/x11-libs/libXxf86dga/libXxf86dga-1.1.5.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+XORG_MULTILIB=yes
+inherit xorg-3
+
+DESCRIPTION="X.Org Xxf86dga library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
~sparc-solaris"
+IUSE=""
+
+RDEPEND="
+ >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+ >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"