diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-09-19 17:51:27 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-09-19 17:51:27 +0000 |
commit | 031990fc61ed5813a5d6fdd18d3faf5d0ceb5500 (patch) | |
tree | 9c731b58033deded27e6b9599a1dbb0d23d9394c /x11-drivers/xf86-input-acecad | |
parent | Version bumped. Add permission for libusb printer devices for cups 1.4+, add ... (diff) | |
download | gentoo-2-031990fc61ed5813a5d6fdd18d3faf5d0ceb5500.tar.gz gentoo-2-031990fc61ed5813a5d6fdd18d3faf5d0ceb5500.tar.bz2 gentoo-2-031990fc61ed5813a5d6fdd18d3faf5d0ceb5500.zip |
x11-drivers/xf86-input-acecad: bump to 1.4.0
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'x11-drivers/xf86-input-acecad')
-rw-r--r-- | x11-drivers/xf86-input-acecad/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-input-acecad/xf86-input-acecad-1.4.0.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-acecad/ChangeLog b/x11-drivers/xf86-input-acecad/ChangeLog index 439d0562430d..869d89b1dd1d 100644 --- a/x11-drivers/xf86-input-acecad/ChangeLog +++ b/x11-drivers/xf86-input-acecad/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-acecad # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-acecad/ChangeLog,v 1.56 2009/08/03 16:23:25 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-acecad/ChangeLog,v 1.57 2009/09/19 17:51:27 remi Exp $ + +*xf86-input-acecad-1.4.0 (19 Sep 2009) + + 19 Sep 2009; Rémi Cardona <remi@gentoo.org> + +xf86-input-acecad-1.4.0.ebuild: + bump to 1.4.0 03 Aug 2009; Rémi Cardona <remi@gentoo.org> -xf86-input-acecad-1.2.0.ebuild, -xf86-input-acecad-1.2.1.ebuild, diff --git a/x11-drivers/xf86-input-acecad/xf86-input-acecad-1.4.0.ebuild b/x11-drivers/xf86-input-acecad/xf86-input-acecad-1.4.0.ebuild new file mode 100644 index 000000000000..4bd46b4b6dff --- /dev/null +++ b/x11-drivers/xf86-input-acecad/xf86-input-acecad-1.4.0.ebuild @@ -0,0 +1,16 @@ +# 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-acecad/xf86-input-acecad-1.4.0.ebuild,v 1.1 2009/09/19 17:51:27 remi Exp $ + +inherit x-modular + +DESCRIPTION="Acecad Flair input driver" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.0.99.901" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/randrproto + x11-proto/xproto" |