public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evdev: ChangeLog xf86-input-evdev-2.2.0.ebuild
@ 2009-03-09 23:00 Donnie Berkholz (dberkholz)
  0 siblings, 0 replies; only message in thread
From: Donnie Berkholz (dberkholz) @ 2009-03-09 23:00 UTC (permalink / raw
  To: gentoo-commits

dberkholz    09/03/09 23:00:24

  Modified:             ChangeLog
  Added:                xf86-input-evdev-2.2.0.ebuild
  Log:
  Bump. Lots of cleanup, and - most notably - general axis/button support. Once xorg-server 1.7 is released, evdev will label axes and buttons for you.
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.96                 x11-drivers/xf86-input-evdev/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.96&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.96&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?r1=1.95&r2=1.96

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog	26 Feb 2009 07:51:28 -0000	1.95
+++ ChangeLog	9 Mar 2009 23:00:24 -0000	1.96
@@ -1,6 +1,14 @@
 # ChangeLog for x11-drivers/xf86-input-evdev
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.95 2009/02/26 07:51:28 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.96 2009/03/09 23:00:24 dberkholz Exp $
+
+*xf86-input-evdev-2.2.0 (09 Mar 2009)
+
+  09 Mar 2009; Donnie Berkholz <dberkholz@gentoo.org>;
+  +xf86-input-evdev-2.2.0.ebuild:
+  Bump. Lots of cleanup, and - most notably - general axis/button support.
+  Once xorg-server 1.7 is released, evdev will label axes and buttons for
+  you.
 
 *xf86-input-evdev-2.1.3 (26 Feb 2009)
 



1.1                  x11-drivers/xf86-input-evdev/xf86-input-evdev-2.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.2.0.ebuild?rev=1.1&content-type=text/plain

Index: xf86-input-evdev-2.2.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.2.0.ebuild,v 1.1 2009/03/09 23:00:24 dberkholz Exp $

# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"

inherit x-modular

DESCRIPTION="Generic Linux input driver"
KEYWORDS="~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="hal"
RDEPEND=">=x11-base/xorg-server-1.5.3
	hal? ( >=sys-apps/hal-0.5.10 )"
DEPEND="${RDEPEND}
	|| ( >=sys-kernel/linux-headers-2.6 >=sys-kernel/mips-headers-2.6 )
	>=x11-proto/inputproto-1.4
	x11-proto/randrproto
	x11-proto/xproto"

pkg_postinst() {
	x-modular_pkg_postinst
	pkg_info
}

pkg_info() {
	if use hal; then
		elog "If your XKB (keyboard settings) stopped working,"
		elog "you may uninstall this driver or move your XKB configuration."
		elog "Download an example from http://dev.gentoo.org/~compnerd/temp/hal-config-examples/"
		elog "(these will be installed with sys-apps/hal soon),"
		elog "and drop it into /etc/hal/fdi/policy/"
	fi
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-09 23:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-09 23:00 [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evdev: ChangeLog xf86-input-evdev-2.2.0.ebuild Donnie Berkholz (dberkholz)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox