diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-01-01 14:27:34 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-01-01 14:27:34 +0000 |
commit | 7e17b59c278a1a2d45dddaed0ec18181dcfaf26e (patch) | |
tree | d09c5c6790247d01f77e4e60cdc97fc6505d2159 /x11-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-7e17b59c278a1a2d45dddaed0ec18181dcfaf26e.tar.gz gentoo-2-7e17b59c278a1a2d45dddaed0ec18181dcfaf26e.tar.bz2 gentoo-2-7e17b59c278a1a2d45dddaed0ec18181dcfaf26e.zip |
Version bump.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xinput/ChangeLog | 10 | ||||
-rw-r--r-- | x11-apps/xinput/xinput-1.5.4.ebuild | 17 |
2 files changed, 25 insertions, 2 deletions
diff --git a/x11-apps/xinput/ChangeLog b/x11-apps/xinput/ChangeLog index 02eec9b8f535..6681cfe2a1ce 100644 --- a/x11-apps/xinput/ChangeLog +++ b/x11-apps/xinput/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xinput -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v 1.39 2011/12/21 19:41:42 chithanh Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v 1.40 2012/01/01 14:27:34 chithanh Exp $ + +*xinput-1.5.4 (01 Jan 2012) + + 01 Jan 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xinput-1.5.4.ebuild: + Version bump. *xinput-1.5.3-r1 (21 Dec 2011) diff --git a/x11-apps/xinput/xinput-1.5.4.ebuild b/x11-apps/xinput/xinput-1.5.4.ebuild new file mode 100644 index 000000000000..76c2ee68b1c1 --- /dev/null +++ b/x11-apps/xinput/xinput-1.5.4.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.5.4.ebuild,v 1.1 2012/01/01 14:27:34 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 ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-libs/libX11-1.3 + x11-libs/libXext + >=x11-libs/libXi-1.4.5" +DEPEND="${RDEPEND} + >=x11-proto/inputproto-2.0" |