summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-03-10 22:30:50 -0700
committerMatt Turner <mattst88@gentoo.org>2019-03-10 23:10:08 -0700
commit99e8ce55457b54be882af9c5b7768db0802bbad7 (patch)
treeb617744bb4734a320f505da61db62eca85eb8f0c /x11-libs
parentx11-libs/libXcursor: Version bump to 1.2.0 (diff)
downloadgentoo-99e8ce55457b54be882af9c5b7768db0802bbad7.tar.gz
gentoo-99e8ce55457b54be882af9c5b7768db0802bbad7.tar.bz2
gentoo-99e8ce55457b54be882af9c5b7768db0802bbad7.zip
x11-libs/libXdamage: Version bump to 1.1.5
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libXdamage/Manifest1
-rw-r--r--x11-libs/libXdamage/libXdamage-1.1.5.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/x11-libs/libXdamage/Manifest b/x11-libs/libXdamage/Manifest
index ff666d0da09f..a8c6bc534105 100644
--- a/x11-libs/libXdamage/Manifest
+++ b/x11-libs/libXdamage/Manifest
@@ -1 +1,2 @@
DIST libXdamage-1.1.4.tar.bz2 278937 BLAKE2B eff95312ae989893904fca167075c10a784222db1ba4850d941f26c4235ae39ddfa242037e48ccc4b7912c27bb5e92b58eb61d7ac1ee6185d0b872b0be3e0ed1 SHA512 1058cef11a8f0edfcae7265837369e492b007c34d56ae04145b558e5f02a163827aba1d0b80656f4c8e5d1e9a40f5077d93b7ff4f5e704f7409060dceba03904
+DIST libXdamage-1.1.5.tar.bz2 303750 BLAKE2B 78cb593365cc842cbc6fcb4dec94aa28293c385ad7ecfef032117d19e98c7b3f252c53b79559096b1c0b259d24a59220e9af7fb60d55c55f4474a33d117958de SHA512 a3ca6cc33b1727f717a3e2aa5593f660508a81a47918a0aa949e9e8fba105e303fe5071983b48caac92feea0fe6e8e01620805e4d19b41f21f20d837b191c124
diff --git a/x11-libs/libXdamage/libXdamage-1.1.5.ebuild b/x11-libs/libXdamage/libXdamage-1.1.5.ebuild
new file mode 100644
index 000000000000..646138cdd936
--- /dev/null
+++ b/x11-libs/libXdamage/libXdamage-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 Xdamage 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 ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE=""
+
+RDEPEND="
+ >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+ >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"