diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-06-08 21:57:31 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-06-08 21:57:31 +0000 |
commit | a320d864206a7f302fa6e97909c7ee3f0f161973 (patch) | |
tree | 2523b15bc2e972a0600f37be7da338ee53bd2d4e /x11-proto/inputproto | |
parent | Fix the udev dependency for bug #370335, thanks to ford_prefect. (diff) | |
download | gentoo-2-a320d864206a7f302fa6e97909c7ee3f0f161973.tar.gz gentoo-2-a320d864206a7f302fa6e97909c7ee3f0f161973.tar.bz2 gentoo-2-a320d864206a7f302fa6e97909c7ee3f0f161973.zip |
Version bump.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'x11-proto/inputproto')
-rw-r--r-- | x11-proto/inputproto/ChangeLog | 8 | ||||
-rw-r--r-- | x11-proto/inputproto/inputproto-2.0.2.ebuild | 15 |
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" |