summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-04-04 20:52:59 +0200
committerManuel Rüger <mrueg@gentoo.org>2016-04-04 20:52:59 +0200
commit82864215c4251d9cc15171481bdf4629a45f041d (patch)
treee7cea55db4f191daddb4804b435002c933181b36 /x11-proto
parentdev-python/pylint: Remove broken (diff)
downloadgentoo-82864215c4251d9cc15171481bdf4629a45f041d.tar.gz
gentoo-82864215c4251d9cc15171481bdf4629a45f041d.tar.bz2
gentoo-82864215c4251d9cc15171481bdf4629a45f041d.zip
x11-proto/inputproto: Version bump to 2.3.2
Package-Manager: portage-2.2.28
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/inputproto/Manifest1
-rw-r--r--x11-proto/inputproto/inputproto-2.3.2.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-proto/inputproto/Manifest b/x11-proto/inputproto/Manifest
index f027ee07f7a4..e35d12ce75b8 100644
--- a/x11-proto/inputproto/Manifest
+++ b/x11-proto/inputproto/Manifest
@@ -1,2 +1,3 @@
DIST inputproto-2.3.1.tar.bz2 196435 SHA256 5a47ee62053a6acef3a83f506312494be1461068d0b9269d818839703b95c1d1 SHA512 84f8acff3d54e929af6da088624adcd8dffe2eba0d9ef672e136f76d12f3814fbf6a7962de27becfaa0aa5e70d874eb5297d9eed8809576d7b0d96f8c29d9d72 WHIRLPOOL 954defa7fd9115c6ca0795ee77645375f0e28dfaad87f2fc902e9c38196c93339a9f0eac9018c00179b583f4334e42cac844c4f974f9bbf5234e36faa25d1512
+DIST inputproto-2.3.2.tar.bz2 200857 SHA256 893a6af55733262058a27b38eeb1edc733669f01d404e8581b167f03c03ef31d SHA512 23d41e9ff4f49d80cd00a436e6dbae09adb7b72d3a3d7909c340b4b132b5908b32a497d5e2ec2c994cf0598a788c0481270bf36ce95171c0be4f74b52715fedd WHIRLPOOL 694cfc59094878855ef0aad5b48a8ec8cc8daffd0608cd46496f8d73b38507dde1bab5658f82b0a8e712836e28b0fa7c439228f9a671a483a14af4a1bd7124d3
DIST inputproto-2.3.tar.bz2 195642 SHA256 7d26b193f6699f8e9c1e28bf026844b7ecea33dd644402523471be109152c32f SHA512 4bc3986a49273777850342cfa086641eeba0fd95ad428a2f025bd44e9ea04516cb6e190b3fd2a99fe21c63d9fe4010bebe57aefe3807050d00f8b301289ec43a WHIRLPOOL 6604906b9bf756559a6ba236b4f0b4fb97062e6b09aac57fdd17c3e1ca7c4bec470f725c2e4a1a3252fae4326a27e06486008e8f859cc58c1b0471482066f7fb
diff --git a/x11-proto/inputproto/inputproto-2.3.2.ebuild b/x11-proto/inputproto/inputproto-2.3.2.ebuild
new file mode 100644
index 000000000000..d96d555a4fe0
--- /dev/null
+++ b/x11-proto/inputproto/inputproto-2.3.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+XORG_MULTILIB=yes
+inherit xorg-2
+
+DESCRIPTION="X.Org Input protocol headers"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+!<x11-libs/libXi-1.2.99"