diff options
Diffstat (limited to 'x11-drivers/xf86-input-aiptek')
3 files changed, 29 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-aiptek/ChangeLog b/x11-drivers/xf86-input-aiptek/ChangeLog index 5c3150be0e6c..9a017bd65e58 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-aiptek/ChangeLog,v 1.16 2006/03/11 09:41:43 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-aiptek/ChangeLog,v 1.17 2006/04/14 17:30:40 joshuabaergen Exp $ + +*xf86-input-aiptek-1.0.1 (14 Apr 2006) + + 14 Apr 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-input-aiptek-1.0.1.ebuild: + Bump for 7.1 RC1. 11 Mar 2006; Guy Martin <gmsoft@gentoo.org> xf86-input-aiptek-1.0.0.5.ebuild: diff --git a/x11-drivers/xf86-input-aiptek/files/digest-xf86-input-aiptek-1.0.1 b/x11-drivers/xf86-input-aiptek/files/digest-xf86-input-aiptek-1.0.1 new file mode 100644 index 000000000000..fefa99fb476c --- /dev/null +++ b/x11-drivers/xf86-input-aiptek/files/digest-xf86-input-aiptek-1.0.1 @@ -0,0 +1,6 @@ +MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 +RMD160 0c57d4b235d83f3d7c46691c13857fd121ddec2d x11-driver-patches-1.tar.bz2 389 +SHA256 64787d5b57d2845c0fa9297a9d924093ba191fc3551798239d9983f0bcca9b3e x11-driver-patches-1.tar.bz2 389 +MD5 951b2b1a270f67d28e2e89fd2b9f15ae xf86-input-aiptek-1.0.1.tar.bz2 244170 +RMD160 c083321f0d15dafd91aaa1da0c615243cd6f34c0 xf86-input-aiptek-1.0.1.tar.bz2 244170 +SHA256 3db0e3259034d838c2ff7ae26718422db6d33d89cd1a2defa0efdddbbbfcc28a xf86-input-aiptek-1.0.1.tar.bz2 244170 diff --git a/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.0.1.ebuild b/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.0.1.ebuild new file mode 100644 index 000000000000..2198de0787ec --- /dev/null +++ b/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.0.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2006 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.0.1.ebuild,v 1.1 2006/04/14 17:30:40 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for aiptek input devices" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/randrproto + x11-proto/xproto" |