diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-06-03 10:29:36 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-06-03 10:29:36 +0000 |
commit | 4cf8c25c7bb8c4217a629cd139b4f57ed7f98cf8 (patch) | |
tree | 57a1f59a7db4e246d59893de0c7270c136c0b79d /x11-apps/xinput | |
parent | ppc stable (bug 412667) (diff) | |
download | gentoo-2-4cf8c25c7bb8c4217a629cd139b4f57ed7f98cf8.tar.gz gentoo-2-4cf8c25c7bb8c4217a629cd139b4f57ed7f98cf8.tar.bz2 gentoo-2-4cf8c25c7bb8c4217a629cd139b4f57ed7f98cf8.zip |
Version bump.
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xinput')
-rw-r--r-- | x11-apps/xinput/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xinput/xinput-1.6.0.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/x11-apps/xinput/ChangeLog b/x11-apps/xinput/ChangeLog index fea3406231c1..3b108718f386 100644 --- a/x11-apps/xinput/ChangeLog +++ b/x11-apps/xinput/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xinput # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v 1.41 2012/05/15 14:14:47 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v 1.42 2012/06/03 10:29:36 chithanh Exp $ + +*xinput-1.6.0 (03 Jun 2012) + + 03 Jun 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xinput-1.6.0.ebuild: + Version bump. 15 May 2012; Alexis Ballier <aballier@gentoo.org> xinput-1.5.4.ebuild: keyword ~amd64-fbsd diff --git a/x11-apps/xinput/xinput-1.6.0.ebuild b/x11-apps/xinput/xinput-1.6.0.ebuild new file mode 100644 index 000000000000..5d90b9f529a4 --- /dev/null +++ b/x11-apps/xinput/xinput-1.6.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/xinput-1.6.0.ebuild,v 1.1 2012/06/03 10:29:36 chithanh Exp $ + +EAPI=4 +inherit xorg-2 + +DESCRIPTION="Utility to set XInput device parameters" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-libs/libX11-1.3 + x11-libs/libXext + >=x11-libs/libXi-1.5.99.1" +DEPEND="${RDEPEND} + >=x11-proto/inputproto-2.1.99.1" |