diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-20 20:05:38 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-20 20:05:38 +0000 |
commit | 9d128741547f05d1f1008b2800130b1c1909d60c (patch) | |
tree | 202a078ce43e444e284b6a856dae5fff9e4b9cf7 /x11-drivers | |
parent | No need to remove libtool files (there are none). (diff) | |
download | gentoo-2-9d128741547f05d1f1008b2800130b1c1909d60c.tar.gz gentoo-2-9d128741547f05d1f1008b2800130b1c1909d60c.tar.bz2 gentoo-2-9d128741547f05d1f1008b2800130b1c1909d60c.zip |
Bump to latest release. This supports xorg-server-1.10.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-joystick/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.0.ebuild (renamed from x11-drivers/xf86-input-joystick/xf86-input-joystick-1.5.99.901.ebuild) | 11 |
2 files changed, 8 insertions, 11 deletions
diff --git a/x11-drivers/xf86-input-joystick/ChangeLog b/x11-drivers/xf86-input-joystick/ChangeLog index de17d13a0589..cedde71da9c6 100644 --- a/x11-drivers/xf86-input-joystick/ChangeLog +++ b/x11-drivers/xf86-input-joystick/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-joystick # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.87 2011/04/17 21:35:22 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.88 2011/04/20 20:05:38 scarabeus Exp $ + +*xf86-input-joystick-1.6.0 (20 Apr 2011) + + 20 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -xf86-input-joystick-1.5.99.901.ebuild, +xf86-input-joystick-1.6.0.ebuild: + Bump to latest release. This supports xorg-server-1.10. 17 Apr 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> xf86-input-joystick-1.5.99.901.ebuild: diff --git a/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.5.99.901.ebuild b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.0.ebuild index 3d722832a479..8f13ac894045 100644 --- a/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.5.99.901.ebuild +++ b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.0.ebuild @@ -1,6 +1,6 @@ # 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-joystick/xf86-input-joystick-1.5.99.901.ebuild,v 1.2 2011/04/17 21:35:22 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.0.ebuild,v 1.1 2011/04/20 20:05:38 scarabeus Exp $ EAPI=4 inherit xorg-2 @@ -14,12 +14,3 @@ RDEPEND=">=x11-base/xorg-server-1.10" DEPEND="${RDEPEND} x11-proto/inputproto x11-proto/kbproto" - -pkg_postinst() { - xorg-2_pkg_postinst - - ewarn "This driver has known crashing bugs. It may crash your X server when you" - ewarn "unplug the device or in other circumstances. For details, see:" - ewarn "https://bugs.freedesktop.org/show_bug.cgi?id=26900" - ewarn "https://bugs.freedesktop.org/show_bug.cgi?id=35391" -} |