diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-05-04 09:01:19 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-05-04 09:01:19 +0000 |
commit | e78b832fb71fc21b4194bfb0732d3b62c96189d8 (patch) | |
tree | 9be12a43d356c44497d7bef32d28ecced41b3401 /x11-drivers/xf86-input-aiptek | |
parent | Take upstream fix for bad assertion. (diff) | |
download | gentoo-2-e78b832fb71fc21b4194bfb0732d3b62c96189d8.tar.gz gentoo-2-e78b832fb71fc21b4194bfb0732d3b62c96189d8.tar.bz2 gentoo-2-e78b832fb71fc21b4194bfb0732d3b62c96189d8.zip |
Version bump to latest that support xorg-server-1.10
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-input-aiptek')
-rw-r--r-- | x11-drivers/xf86-input-aiptek/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.4.0.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-aiptek/ChangeLog b/x11-drivers/xf86-input-aiptek/ChangeLog index 719838f11b63..ebd4740c247e 100644 --- a/x11-drivers/xf86-input-aiptek/ChangeLog +++ b/x11-drivers/xf86-input-aiptek/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-aiptek # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-aiptek/ChangeLog,v 1.58 2011/02/14 23:56:23 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-aiptek/ChangeLog,v 1.59 2011/05/04 09:01:19 scarabeus Exp $ + +*xf86-input-aiptek-1.4.0 (04 May 2011) + + 04 May 2011; Tomáš Chvátal <scarabeus@gentoo.org> + +xf86-input-aiptek-1.4.0.ebuild: + Version bump to latest that support xorg-server-1.10 14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> xf86-input-aiptek-1.3.1.ebuild: diff --git a/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.4.0.ebuild b/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.4.0.ebuild new file mode 100644 index 000000000000..301ffebf53fc --- /dev/null +++ b/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.4.0.ebuild @@ -0,0 +1,14 @@ +# 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-aiptek/xf86-input-aiptek-1.4.0.ebuild,v 1.1 2011/05/04 09:01:19 scarabeus Exp $ + +EAPI=4 + +inherit xorg-2 + +DESCRIPTION="Aiptek USB Digital Tablet Input Driver for Linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |