diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-09-22 10:33:31 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-09-22 10:33:31 +0000 |
commit | c3eeb46b598d58495493e16b62ef907523d2e3dd (patch) | |
tree | 1b49fa96df1d9d3a60ccabf3d195f35e84993c1b /x11-drivers/xf86-input-void | |
parent | x11-drivers/xf86-input-tslib: drop old ebuilds (diff) | |
download | gentoo-2-c3eeb46b598d58495493e16b62ef907523d2e3dd.tar.gz gentoo-2-c3eeb46b598d58495493e16b62ef907523d2e3dd.tar.bz2 gentoo-2-c3eeb46b598d58495493e16b62ef907523d2e3dd.zip |
x11-drivers/xf86-input-void: bump to 1.3.0
(Portage version: 2.2_rc41/cvs/Linux i686)
Diffstat (limited to 'x11-drivers/xf86-input-void')
-rw-r--r-- | x11-drivers/xf86-input-void/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-input-void/xf86-input-void-1.3.0.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-void/ChangeLog b/x11-drivers/xf86-input-void/ChangeLog index 7f6695d15779..b9e01450a408 100644 --- a/x11-drivers/xf86-input-void/ChangeLog +++ b/x11-drivers/xf86-input-void/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-void # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-void/ChangeLog,v 1.45 2009/08/03 17:45:57 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-void/ChangeLog,v 1.46 2009/09/22 10:33:31 remi Exp $ + +*xf86-input-void-1.3.0 (22 Sep 2009) + + 22 Sep 2009; Rémi Cardona <remi@gentoo.org> + +xf86-input-void-1.3.0.ebuild: + bump to 1.3.0 03 Aug 2009; Rémi Cardona <remi@gentoo.org> -xf86-input-void-1.1.0.ebuild, -xf86-input-void-1.1.1.ebuild: diff --git a/x11-drivers/xf86-input-void/xf86-input-void-1.3.0.ebuild b/x11-drivers/xf86-input-void/xf86-input-void-1.3.0.ebuild new file mode 100644 index 000000000000..6db19e8a36ac --- /dev/null +++ b/x11-drivers/xf86-input-void/xf86-input-void-1.3.0.ebuild @@ -0,0 +1,19 @@ +# 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-void/xf86-input-void-1.3.0.ebuild,v 1.1 2009/09/22 10:33:31 remi Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="null input driver" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/randrproto + x11-proto/xproto" |