summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-16 23:35:39 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-16 23:35:39 +0000
commite33fcdd41bdc57fc5505b9277e3cabff2ed02b0d (patch)
tree8622c2aaa1de3b1bc264f876f1bd021a99a064bf /x11-drivers
parentVersion bump. (diff)
downloadgentoo-2-e33fcdd41bdc57fc5505b9277e3cabff2ed02b0d.tar.gz
gentoo-2-e33fcdd41bdc57fc5505b9277e3cabff2ed02b0d.tar.bz2
gentoo-2-e33fcdd41bdc57fc5505b9277e3cabff2ed02b0d.zip
Version bump.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-input-mouse/ChangeLog10
-rw-r--r--x11-drivers/xf86-input-mouse/xf86-input-mouse-1.7.2.ebuild14
2 files changed, 22 insertions, 2 deletions
diff --git a/x11-drivers/xf86-input-mouse/ChangeLog b/x11-drivers/xf86-input-mouse/ChangeLog
index 5b31a97dcfa3..6c03564b638c 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.113 2011/10/03 18:02:59 josejx Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.114 2012/03/16 23:35:39 chithanh Exp $
+
+*xf86-input-mouse-1.7.2 (16 Mar 2012)
+
+ 16 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-input-mouse-1.7.2.ebuild:
+ Version bump.
03 Oct 2011; Joseph Jezak <josejx@gentoo.org> xf86-input-mouse-1.7.1.ebuild:
Marked ppc ppc64 stable for bug #380421.
diff --git a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.7.2.ebuild b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.7.2.ebuild
new file mode 100644
index 000000000000..37386e91f8f3
--- /dev/null
+++ b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.7.2.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.7.2.ebuild,v 1.1 2012/03/16 23:35:39 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 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.5.99.901"
+DEPEND="${RDEPEND}"