diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-10-22 17:32:43 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-10-22 17:32:43 +0000 |
commit | 931c1909f6008e056c783325dab5b0dbc56b924b (patch) | |
tree | 8476937491c5c5b41c43ae2eea4aa5df27cf7dcb /x11-drivers | |
parent | Version bump. (diff) | |
download | gentoo-2-931c1909f6008e056c783325dab5b0dbc56b924b.tar.gz gentoo-2-931c1909f6008e056c783325dab5b0dbc56b924b.tar.bz2 gentoo-2-931c1909f6008e056c783325dab5b0dbc56b924b.zip |
Version bump.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-mouse/ChangeLog | 10 | ||||
-rw-r--r-- | x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.1.ebuild | 14 |
2 files changed, 22 insertions, 2 deletions
diff --git a/x11-drivers/xf86-input-mouse/ChangeLog b/x11-drivers/xf86-input-mouse/ChangeLog index 16a20f73512c..025f5907fe3e 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.146 2013/10/08 05:05:24 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.147 2014/10/22 17:32:43 chithanh Exp $ + +*xf86-input-mouse-1.9.1 (22 Oct 2014) + + 22 Oct 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-input-mouse-1.9.1.ebuild: + Version bump. 08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xf86-input-mouse-1.9.0.ebuild: Stable for x86, wrt bug #475480 diff --git a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.1.ebuild b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.1.ebuild new file mode 100644 index 000000000000..4aa62c69fc44 --- /dev/null +++ b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2014 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.9.1.ebuild,v 1.1 2014/10/22 17:32:43 chithanh Exp $ + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="X.Org driver for mouse input devices" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.7" +DEPEND="${RDEPEND}" |