summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-10-04 22:41:38 +0200
committerManuel Rüger <mrueg@gentoo.org>2016-10-04 22:41:38 +0200
commit3748da504bf50e9dcd61133139a1b27e5855d5c6 (patch)
tree7ef17db011ac85e4ee42f2d0bed7ad5ee2859e48 /x11-libs/libXtst
parentx11-libs/libXrender: Security bump to 0.9.10 (diff)
downloadgentoo-3748da504bf50e9dcd61133139a1b27e5855d5c6.tar.gz
gentoo-3748da504bf50e9dcd61133139a1b27e5855d5c6.tar.bz2
gentoo-3748da504bf50e9dcd61133139a1b27e5855d5c6.zip
x11-libs/libXtst: Security bump to 1.2.3
Package-Manager: portage-2.3.1
Diffstat (limited to 'x11-libs/libXtst')
-rw-r--r--x11-libs/libXtst/Manifest1
-rw-r--r--x11-libs/libXtst/libXtst-1.2.3.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/x11-libs/libXtst/Manifest b/x11-libs/libXtst/Manifest
index 3eb8ad3e0ed2..3cc35c10ad49 100644
--- a/x11-libs/libXtst/Manifest
+++ b/x11-libs/libXtst/Manifest
@@ -1 +1,2 @@
DIST libXtst-1.2.2.tar.bz2 321784 SHA256 ef0a7ffd577e5f1a25b1663b375679529663a1880151beaa73e9186c8309f6d9 SHA512 1cf040f16d426e6a6d1cf8c0f966c171418c082165ae6e9bed6285cd45f144e4ef58bf74c6d34fd81e6894534d21df55efe5d0bc0b2a28f9bb9d74e168dd7369 WHIRLPOOL d01bee2e8bfb0fabdf26469c76b25e0ea7e31ec5c3fa6477e188dba704294d0310eda3e52c726599e0c1d3318e057995c9c797d3fde945c18a28294d349353b6
+DIST libXtst-1.2.3.tar.bz2 321819 SHA256 4655498a1b8e844e3d6f21f3b2c4e2b571effb5fd83199d428a6ba7ea4bf5204 SHA512 6f6741fd3596775eaa056465319f78c29c91b3893a851a4899df651a2023a4d762497b112a33d7d3e8865fe85d173d03e4b49daef76a66af1ae1eaab82a12765 WHIRLPOOL efca21c823c9dcc690a1175a0cf55f4160dfe3bff620527cc408022b52c5bfa6e87a0b365cc3d05bb16f5364508f0ac2237623e57638be94358b43aa2ac8f10b
diff --git a/x11-libs/libXtst/libXtst-1.2.3.ebuild b/x11-libs/libXtst/libXtst-1.2.3.ebuild
new file mode 100644
index 000000000000..c25660c46d7d
--- /dev/null
+++ b/x11-libs/libXtst/libXtst-1.2.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+XORG_DOC="doc"
+XORG_MULTILIB=yes
+inherit xorg-2
+
+DESCRIPTION="X.Org Xlib-based client API for the XTEST & RECORD extensions library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE=""
+
+RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+ >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
+ >=x11-libs/libXi-1.7.2[${MULTILIB_USEDEP}]
+ >=x11-proto/recordproto-1.14.2-r1[${MULTILIB_USEDEP}]
+ >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]
+ >=x11-proto/inputproto-2.3[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"