summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-01-01 14:26:40 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-01-01 14:26:40 +0000
commite778705f9dcad22e4e65d1170739b01080d7f26c (patch)
tree52307d94b58e8a8e74ea086611ae7039995fb3e7 /x11-proto
parentmedia-libs/babl: Fix dependencies (bug #384183) (diff)
downloadgentoo-2-e778705f9dcad22e4e65d1170739b01080d7f26c.tar.gz
gentoo-2-e778705f9dcad22e4e65d1170739b01080d7f26c.tar.bz2
gentoo-2-e778705f9dcad22e4e65d1170739b01080d7f26c.zip
Version bump.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/inputproto/ChangeLog10
-rw-r--r--x11-proto/inputproto/inputproto-2.1.99.4.ebuild15
2 files changed, 23 insertions, 2 deletions
diff --git a/x11-proto/inputproto/ChangeLog b/x11-proto/inputproto/ChangeLog
index cc16361ec57a..c2eabea3bd9e 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.120 2011/12/19 00:23:33 chithanh Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/ChangeLog,v 1.121 2012/01/01 14:26:40 chithanh Exp $
+
+*inputproto-2.1.99.4 (01 Jan 2012)
+
+ 01 Jan 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +inputproto-2.1.99.4.ebuild:
+ Version bump.
*inputproto-2.1 (19 Dec 2011)
diff --git a/x11-proto/inputproto/inputproto-2.1.99.4.ebuild b/x11-proto/inputproto/inputproto-2.1.99.4.ebuild
new file mode 100644
index 000000000000..ce3a94ec65a6
--- /dev/null
+++ b/x11-proto/inputproto/inputproto-2.1.99.4.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/inputproto-2.1.99.4.ebuild,v 1.1 2012/01/01 14:26:40 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"