diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-17 23:52:42 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-17 23:52:42 +0000 |
commit | fda6290a7c377a29d7da1aa522133bd887349ac5 (patch) | |
tree | 176ebff00eb2308a5654051d1ceba63810599c43 /x11-drivers/xf86-input-aiptek | |
parent | Bump for 7.0RC4. (diff) | |
download | gentoo-2-fda6290a7c377a29d7da1aa522133bd887349ac5.tar.gz gentoo-2-fda6290a7c377a29d7da1aa522133bd887349ac5.tar.bz2 gentoo-2-fda6290a7c377a29d7da1aa522133bd887349ac5.zip |
Bump for 7.0RC4.
(Portage version: 2.1_pre1)
Diffstat (limited to 'x11-drivers/xf86-input-aiptek')
3 files changed, 23 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-aiptek/ChangeLog b/x11-drivers/xf86-input-aiptek/ChangeLog index 1d993f132b1a..f768619c0829 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-aiptek/ChangeLog,v 1.7 2005/12/09 23:33:09 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-aiptek/ChangeLog,v 1.8 2005/12/17 23:50:44 joshuabaergen Exp $ + +*xf86-input-aiptek-1.0.0.4 (17 Dec 2005) + + 17 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-input-aiptek-1.0.0.4.ebuild: + Bump for 7.0RC4. 09 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> files/digest-xf86-input-aiptek-1.0.0.3, Manifest: diff --git a/x11-drivers/xf86-input-aiptek/files/digest-xf86-input-aiptek-1.0.0.4 b/x11-drivers/xf86-input-aiptek/files/digest-xf86-input-aiptek-1.0.0.4 new file mode 100644 index 000000000000..8870bd9d3af2 --- /dev/null +++ b/x11-drivers/xf86-input-aiptek/files/digest-xf86-input-aiptek-1.0.0.4 @@ -0,0 +1,2 @@ +MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 +MD5 b4f4bbb875d48986e9a7e52ad0ec6aac xf86-input-aiptek-1.0.0.4.tar.bz2 223115 diff --git a/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.0.0.4.ebuild b/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.0.0.4.ebuild new file mode 100644 index 000000000000..415e74466cc5 --- /dev/null +++ b/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.0.0.4.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2005 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.0.4.ebuild,v 1.1 2005/12/17 23:50:44 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for aiptek input devices" +KEYWORDS="~x86" +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + x11-proto/xproto" |