diff options
-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}" |