summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-01-16 10:29:17 +0000
committerRémi Cardona <remi@gentoo.org>2009-01-16 10:29:17 +0000
commit968d5ddb0134ed937e8663d8743dad6ad3d0ecc7 (patch)
tree83b55fefb27b9186354d9ec46b2715bf381ffef5 /x11-misc/xinput
parentMaintenance release version bump (diff)
downloadgentoo-2-968d5ddb0134ed937e8663d8743dad6ad3d0ecc7.tar.gz
gentoo-2-968d5ddb0134ed937e8663d8743dad6ad3d0ecc7.tar.bz2
gentoo-2-968d5ddb0134ed937e8663d8743dad6ad3d0ecc7.zip
x11-misc/xinput: bump to 1.4.0
(Portage version: 2.2_rc22/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'x11-misc/xinput')
-rw-r--r--x11-misc/xinput/ChangeLog9
-rw-r--r--x11-misc/xinput/xinput-1.4.0.ebuild20
2 files changed, 27 insertions, 2 deletions
diff --git a/x11-misc/xinput/ChangeLog b/x11-misc/xinput/ChangeLog
index 5733c706fe92..be93b42c92f1 100644
--- a/x11-misc/xinput/ChangeLog
+++ b/x11-misc/xinput/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/xinput
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/ChangeLog,v 1.17 2008/12/16 16:31:43 ranger Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/ChangeLog,v 1.18 2009/01/16 10:29:17 remi Exp $
+
+*xinput-1.4.0 (16 Jan 2009)
+
+ 16 Jan 2009; Rémi Cardona <remi@gentoo.org> +xinput-1.4.0.ebuild:
+ bump to 1.4.0
16 Dec 2008; Brent Baude <ranger@gentoo.org> xinput-1.3.0.ebuild:
Marking xinput-1.3.0 ~ppc64 for bug 237411
diff --git a/x11-misc/xinput/xinput-1.4.0.ebuild b/x11-misc/xinput/xinput-1.4.0.ebuild
new file mode 100644
index 000000000000..c8e8ad7afff7
--- /dev/null
+++ b/x11-misc/xinput/xinput-1.4.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/xinput-1.4.0.ebuild,v 1.1 2009/01/16 10:29:17 remi Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="Utility to set XInput device parameters"
+SRC_URI="http://xorg.freedesktop.org/archive/individual/app/${P}.tar.bz2"
+LICENSE="as-is"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXext
+ >=x11-libs/libXi-1.2"
+DEPEND="${RDEPEND}
+ >=x11-proto/inputproto-1.5"