diff options
author | 2009-01-12 00:05:55 +0000 | |
---|---|---|
committer | 2009-01-12 00:05:55 +0000 | |
commit | 81d0243d00cca99a314ce018558870a8b6500a71 (patch) | |
tree | 85c1d30f781013bde4804c07774ecdf5854a2242 /x11-drivers/xf86-input-mouse | |
parent | amd64 stable, bug 254440 (diff) | |
download | gentoo-2-81d0243d00cca99a314ce018558870a8b6500a71.tar.gz gentoo-2-81d0243d00cca99a314ce018558870a8b6500a71.tar.bz2 gentoo-2-81d0243d00cca99a314ce018558870a8b6500a71.zip |
x11-drivers/xf86-input-mouse: bump to 1.4.0
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-00002-g72e2bfb i686)
Diffstat (limited to 'x11-drivers/xf86-input-mouse')
-rw-r--r-- | x11-drivers/xf86-input-mouse/ChangeLog | 10 | ||||
-rw-r--r-- | x11-drivers/xf86-input-mouse/xf86-input-mouse-1.4.0.ebuild | 17 |
2 files changed, 25 insertions, 2 deletions
diff --git a/x11-drivers/xf86-input-mouse/ChangeLog b/x11-drivers/xf86-input-mouse/ChangeLog index d7cbad73627d..ad9e1b80611d 100644 --- a/x11-drivers/xf86-input-mouse/ChangeLog +++ b/x11-drivers/xf86-input-mouse/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-mouse -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.69 2008/03/24 04:08:35 dberkholz Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.70 2009/01/12 00:05:55 remi Exp $ + +*xf86-input-mouse-1.4.0 (12 Jan 2009) + + 12 Jan 2009; Rémi Cardona <remi@gentoo.org> + +xf86-input-mouse-1.4.0.ebuild: + bump to 1.4.0 *xf86-input-mouse-1.3.0 (24 Mar 2008) diff --git a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.4.0.ebuild b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.4.0.ebuild new file mode 100644 index 000000000000..092f6c362803 --- /dev/null +++ b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.4.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.4.0.ebuild,v 1.1 2009/01/12 00:05:55 remi Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for mouse input devices" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/randrproto + x11-proto/xproto" |