diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2008-12-02 18:31:32 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2008-12-02 18:31:32 +0000 |
commit | a9c65e828652a88be6476b902ed06eeda93f64b8 (patch) | |
tree | 3129956fa70b71d3caa7b1763cd3f656245376cb /x11-proto | |
parent | p.mask mail-filter/procmail-3.22-r9 (diff) | |
download | gentoo-2-a9c65e828652a88be6476b902ed06eeda93f64b8.tar.gz gentoo-2-a9c65e828652a88be6476b902ed06eeda93f64b8.tar.bz2 gentoo-2-a9c65e828652a88be6476b902ed06eeda93f64b8.zip |
Bump. Adds input device properties support. IDP are modelled after window properties and work much in the same manner. Each X Input device can have multiple properties of arbitrary types at any point in time. These properties can be interpreted by the server and/or the driver and thus allow cheap, easily expandable ways of configuring devices.
(Portage version: 2.1.6_rc2/cvs/Linux 2.6.28-rc6 x86_64)
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/inputproto/ChangeLog | 12 | ||||
-rw-r--r-- | x11-proto/inputproto/inputproto-1.5.0.ebuild | 15 |
2 files changed, 26 insertions, 1 deletions
diff --git a/x11-proto/inputproto/ChangeLog b/x11-proto/inputproto/ChangeLog index 01d3db1e91d5..738a16046503 100644 --- a/x11-proto/inputproto/ChangeLog +++ b/x11-proto/inputproto/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for x11-proto/inputproto # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/ChangeLog,v 1.65 2008/10/31 16:04:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/ChangeLog,v 1.66 2008/12/02 18:31:32 dberkholz Exp $ + +*inputproto-1.5.0 (02 Dec 2008) + + 02 Dec 2008; Donnie Berkholz <dberkholz@gentoo.org>; + +inputproto-1.5.0.ebuild: + Bump. Adds input device properties support. IDP are modelled after window + properties and work much in the same manner. Each X Input device can have + multiple properties of arbitrary types at any point in time. These + properties can be interpreted by the server and/or the driver and thus + allow cheap, easily expandable ways of configuring devices. 31 Oct 2008; Jeroen Roovers <jer@gentoo.org> inputproto-1.4.2.1.ebuild: Stable for HPPA too. diff --git a/x11-proto/inputproto/inputproto-1.5.0.ebuild b/x11-proto/inputproto/inputproto-1.5.0.ebuild new file mode 100644 index 000000000000..e55fc1866bc2 --- /dev/null +++ b/x11-proto/inputproto/inputproto-1.5.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/inputproto-1.5.0.ebuild,v 1.1 2008/12/02 18:31:32 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Input protocol headers" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + +RDEPEND="" +DEPEND="${RDEPEND}" |