diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-05-28 16:24:27 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-05-28 16:24:27 +0000 |
commit | 7d4f1a5f79d5f7e8a99b56709bc7af53ad544249 (patch) | |
tree | 8f0e907e2a9e467d4af260c5ab1aa857a574652b /x11-drivers | |
parent | Version bump to latest version upstream, slotted as this is incompatible with... (diff) | |
download | historical-7d4f1a5f79d5f7e8a99b56709bc7af53ad544249.tar.gz historical-7d4f1a5f79d5f7e8a99b56709bc7af53ad544249.tar.bz2 historical-7d4f1a5f79d5f7e8a99b56709bc7af53ad544249.zip |
Version bump for 7.1. This basically includes the changes introduced by the
patch in 1.1.0-r1.
Package-Manager: portage-2.1_rc3
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-mouse/ChangeLog | 10 | ||||
-rw-r--r-- | x11-drivers/xf86-input-mouse/files/digest-xf86-input-mouse-1.1.1 | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-input-mouse/xf86-input-mouse-1.1.1.ebuild | 17 |
3 files changed, 32 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-mouse/ChangeLog b/x11-drivers/xf86-input-mouse/ChangeLog index e21814f6bb47..7863ba46dc67 100644 --- a/x11-drivers/xf86-input-mouse/ChangeLog +++ b/x11-drivers/xf86-input-mouse/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-drivers/xf86-input-mouse # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.22 2006/05/20 08:38:15 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.23 2006/05/28 16:24:27 joshuabaergen Exp $ + +*xf86-input-mouse-1.1.1 (28 May 2006) + + 28 May 2006; Joshua Baergen <joshuabaergen@gentoo.org> + -files/1.1.0-CVS-20060520.patch, -xf86-input-mouse-1.1.0-r1.ebuild, + +xf86-input-mouse-1.1.1.ebuild: + Version bump for 7.1. This basically includes the changes introduced by the + patch in 1.1.0-r1. *xf86-input-mouse-1.1.0-r1 (20 May 2006) diff --git a/x11-drivers/xf86-input-mouse/files/digest-xf86-input-mouse-1.1.1 b/x11-drivers/xf86-input-mouse/files/digest-xf86-input-mouse-1.1.1 new file mode 100644 index 000000000000..83e1870935fe --- /dev/null +++ b/x11-drivers/xf86-input-mouse/files/digest-xf86-input-mouse-1.1.1 @@ -0,0 +1,6 @@ +MD5 6d55ebcb139765a81c2042bf3eaed73b x11-driver-patches-2.tar.bz2 408 +RMD160 00dc7a3127e2b366df081afd37271d84b35333e8 x11-driver-patches-2.tar.bz2 408 +SHA256 84efaedb3ad098cd13e3499b728dddd5555895d4a469a8d77140c9d8d943cda1 x11-driver-patches-2.tar.bz2 408 +MD5 760dccf9578abb9b968fcb213a131506 xf86-input-mouse-1.1.1.tar.bz2 267066 +RMD160 51485ce34e3ab2ef8aeca5960df71b94b4c21bf5 xf86-input-mouse-1.1.1.tar.bz2 267066 +SHA256 133f1b96385d6794e0094ff3ca4f540a3026ea96e264d432f509fb3f98bcb43b xf86-input-mouse-1.1.1.tar.bz2 267066 diff --git a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.1.1.ebuild b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.1.1.ebuild new file mode 100644 index 000000000000..25bb7c35cfce --- /dev/null +++ b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.1.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2006 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.1.1.ebuild,v 1.1 2006/05/28 16:24:27 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER="2" + +inherit x-modular + +DESCRIPTION="X.Org driver for mouse input devices" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/randrproto + x11-proto/xproto" |