summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-07-27 22:58:09 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-07-27 22:58:09 +0000
commitfcabd27c8f7886e725692609d1bc1c2990a75175 (patch)
treecaa38b6ce1ae6b4c2f4a452f4e7424e0a3048641 /x11-drivers/xf86-input-mouse
parentSwitch from yasm to gcc for assembler to support all arches (diff)
downloadgentoo-2-fcabd27c8f7886e725692609d1bc1c2990a75175.tar.gz
gentoo-2-fcabd27c8f7886e725692609d1bc1c2990a75175.tar.bz2
gentoo-2-fcabd27c8f7886e725692609d1bc1c2990a75175.zip
Version bump.
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-input-mouse')
-rw-r--r--x11-drivers/xf86-input-mouse/ChangeLog9
-rw-r--r--x11-drivers/xf86-input-mouse/xf86-input-mouse-1.8.0.ebuild14
2 files changed, 21 insertions, 2 deletions
diff --git a/x11-drivers/xf86-input-mouse/ChangeLog b/x11-drivers/xf86-input-mouse/ChangeLog
index 637915e3cf07..9d01ca6047a8 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.121 2012/07/12 17:29:23 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.122 2012/07/27 22:58:09 chithanh Exp $
+
+*xf86-input-mouse-1.8.0 (27 Jul 2012)
+
+ 27 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-input-mouse-1.8.0.ebuild:
+ Version bump.
12 Jul 2012; Brent Baude <ranger@gentoo.org> xf86-input-mouse-1.7.2.ebuild:
Marking xf86-input-mouse-1.7.2 ppc stable for bug 419473
@@ -515,4 +521,3 @@
08 Aug 2005; Donnie Berkholz <dberkholz@gentoo.org>;
+xf86-input-mouse-1.0.0.ebuild:
Initial commit for modular X.
-
diff --git a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.8.0.ebuild b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.8.0.ebuild
new file mode 100644
index 000000000000..e54db2130a1d
--- /dev/null
+++ b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.8.0.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.0.ebuild,v 1.1 2012/07/27 22:58:09 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}"