diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-06-20 10:43:32 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-06-20 10:43:32 +0000 |
commit | a1b069c80abf998512ab98caa7580ea666fc643a (patch) | |
tree | 0d6deb44d1c8ed4c794a3d1902e152040846807f /x11-drivers/xf86-input-evdev | |
parent | Drop old (diff) | |
download | gentoo-2-a1b069c80abf998512ab98caa7580ea666fc643a.tar.gz gentoo-2-a1b069c80abf998512ab98caa7580ea666fc643a.tar.bz2 gentoo-2-a1b069c80abf998512ab98caa7580ea666fc643a.zip |
x11-drivers/xf86-input-evdev: bump to 2.2.2, big clean up of the ebuild
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'x11-drivers/xf86-input-evdev')
-rw-r--r-- | x11-drivers/xf86-input-evdev/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-input-evdev/xf86-input-evdev-2.2.2.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-evdev/ChangeLog b/x11-drivers/xf86-input-evdev/ChangeLog index 9295ed971cce..c19fa3269f89 100644 --- a/x11-drivers/xf86-input-evdev/ChangeLog +++ b/x11-drivers/xf86-input-evdev/ChangeLog @@ -1,6 +1,12 @@ # 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.112 2009/06/20 10:28:42 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.113 2009/06/20 10:43:32 remi Exp $ + +*xf86-input-evdev-2.2.2 (20 Jun 2009) + + 20 Jun 2009; Rémi Cardona <remi@gentoo.org> + +xf86-input-evdev-2.2.2.ebuild: + bump to 2.2.2, big clean up of the ebuild 20 Jun 2009; Rémi Cardona <remi@gentoo.org> -xf86-input-evdev-1.1.5-r1.ebuild, -xf86-input-evdev-1.2.0.ebuild, diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.2.2.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.2.2.ebuild new file mode 100644 index 000000000000..6a099e8e1dc1 --- /dev/null +++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.2.2.ebuild @@ -0,0 +1,18 @@ +# 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.2.ebuild,v 1.1 2009/06/20 10:43:32 remi Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="Generic Linux input driver" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.5.3" +DEPEND="${RDEPEND} + || ( >=sys-kernel/linux-headers-2.6 >=sys-kernel/mips-headers-2.6 ) + >=x11-proto/inputproto-1.4 + x11-proto/xproto" |