diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-12-19 00:23:33 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-12-19 00:23:33 +0000 |
commit | 2359d421e95aab8a06a5ff398320724f8f964d79 (patch) | |
tree | 7e08265ad66d7c24cdb517be3dc67846b67f5fa8 /x11-proto/inputproto | |
parent | Version bump. (diff) | |
download | gentoo-2-2359d421e95aab8a06a5ff398320724f8f964d79.tar.gz gentoo-2-2359d421e95aab8a06a5ff398320724f8f964d79.tar.bz2 gentoo-2-2359d421e95aab8a06a5ff398320724f8f964d79.zip |
Version bump.
(Portage version: 2.2.0_alpha79/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.1.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-proto/inputproto/ChangeLog b/x11-proto/inputproto/ChangeLog index 8f07908a5f8d..cc16361ec57a 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.119 2011/08/20 15:55:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/ChangeLog,v 1.120 2011/12/19 00:23:33 chithanh Exp $ + +*inputproto-2.1 (19 Dec 2011) + + 19 Dec 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +inputproto-2.1.ebuild: + Version bump. 20 Aug 2011; Jeroen Roovers <jer@gentoo.org> inputproto-2.0.2.ebuild: Stable for HPPA (bug #371857). diff --git a/x11-proto/inputproto/inputproto-2.1.ebuild b/x11-proto/inputproto/inputproto-2.1.ebuild new file mode 100644 index 000000000000..c25ba37d4e80 --- /dev/null +++ b/x11-proto/inputproto/inputproto-2.1.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.1.ebuild,v 1.1 2011/12/19 00:23:33 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" |