diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-18 11:28:13 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-18 11:28:13 +0000 |
commit | 83d460361612bf2e7b9531a9383aa7487591aeb4 (patch) | |
tree | b81d389e23ef7bb3edff7a634133fc59dfebb17e /x11-drivers/xf86-input-mouse | |
parent | Version bump (diff) | |
download | gentoo-2-83d460361612bf2e7b9531a9383aa7487591aeb4.tar.gz gentoo-2-83d460361612bf2e7b9531a9383aa7487591aeb4.tar.bz2 gentoo-2-83d460361612bf2e7b9531a9383aa7487591aeb4.zip |
old
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-input-mouse')
-rw-r--r-- | x11-drivers/xf86-input-mouse/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-input-mouse/xf86-input-mouse-1.6.0.ebuild | 17 |
2 files changed, 5 insertions, 18 deletions
diff --git a/x11-drivers/xf86-input-mouse/ChangeLog b/x11-drivers/xf86-input-mouse/ChangeLog index 8327d5ee1cbb..b4355f74cfa8 100644 --- a/x11-drivers/xf86-input-mouse/ChangeLog +++ b/x11-drivers/xf86-input-mouse/ChangeLog @@ -1,6 +1,10 @@ # 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.105 2011/04/16 18:00:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.106 2011/04/18 11:28:13 scarabeus Exp $ + + 18 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -xf86-input-mouse-1.6.0.ebuild: + old 16 Apr 2011; Raúl Porcel <armin76@gentoo.org> xf86-input-mouse-1.7.0.ebuild: alpha/ia64/sh/sparc stable wrt #359059 diff --git a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.6.0.ebuild b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.6.0.ebuild deleted file mode 100644 index 453fcd03b40b..000000000000 --- a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.6.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2011 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.6.0.ebuild,v 1.8 2011/02/14 23:56:24 xarthisius Exp $ - -EAPI=3 -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} - x11-proto/inputproto - x11-proto/randrproto - x11-proto/xproto" |