summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/inputproto/ChangeLog8
-rw-r--r--x11-proto/inputproto/inputproto-2.0.2.ebuild15
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-proto/inputproto/ChangeLog b/x11-proto/inputproto/ChangeLog
index 3262b371e51b..7330b5c1cb19 100644
--- a/x11-proto/inputproto/ChangeLog
+++ b/x11-proto/inputproto/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-proto/inputproto
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/ChangeLog,v 1.111 2011/04/18 11:41:07 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/ChangeLog,v 1.112 2011/06/08 21:57:31 chithanh Exp $
+
+*inputproto-2.0.2 (08 Jun 2011)
+
+ 08 Jun 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +inputproto-2.0.2.ebuild:
+ Version bump.
18 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> -inputproto-2.0.ebuild:
old
diff --git a/x11-proto/inputproto/inputproto-2.0.2.ebuild b/x11-proto/inputproto/inputproto-2.0.2.ebuild
new file mode 100644
index 000000000000..13d87d2a5c6c
--- /dev/null
+++ b/x11-proto/inputproto/inputproto-2.0.2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/inputproto-2.0.2.ebuild,v 1.1 2011/06/08 21:57:31 chithanh Exp $
+
+EAPI=4
+inherit xorg-2
+
+DESCRIPTION="X.Org Input protocol headers"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-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"