diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-08-09 19:45:37 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-08-09 19:45:37 +0000 |
commit | e8d717d0153bd51c6e94a0e2c848d3acb09e68ae (patch) | |
tree | 14a6ef27968b68b6ad6f65110300ec1f5ae97d42 /x11-drivers | |
parent | Version bump. (diff) | |
download | gentoo-2-e8d717d0153bd51c6e94a0e2c848d3acb09e68ae.tar.gz gentoo-2-e8d717d0153bd51c6e94a0e2c848d3acb09e68ae.tar.bz2 gentoo-2-e8d717d0153bd51c6e94a0e2c848d3acb09e68ae.zip |
Version bump.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-mouse/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-input-mouse/xf86-input-mouse-1.8.1.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-mouse/ChangeLog b/x11-drivers/xf86-input-mouse/ChangeLog index 9d01ca6047a8..4feed0298845 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.122 2012/07/27 22:58:09 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.123 2012/08/09 19:45:37 chithanh Exp $ + +*xf86-input-mouse-1.8.1 (09 Aug 2012) + + 09 Aug 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-input-mouse-1.8.1.ebuild: + Version bump. *xf86-input-mouse-1.8.0 (27 Jul 2012) diff --git a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.8.1.ebuild b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.8.1.ebuild new file mode 100644 index 000000000000..14a41d8fb606 --- /dev/null +++ b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.8.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 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.8.1.ebuild,v 1.1 2012/08/09 19:45:37 chithanh Exp $ + +EAPI=4 +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" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.7" +DEPEND="${RDEPEND}" |