diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 22:50:56 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 22:50:56 +0000 |
commit | e0a8ffa9123c7e1bc95d7b4a326d0fb4a71ef135 (patch) | |
tree | e6fa9ca40a3b3a20770ba20355505724126bd8b1 /x11-drivers/xf86-input-aiptek | |
parent | Fixes for w-c-1.50 (diff) | |
download | gentoo-2-e0a8ffa9123c7e1bc95d7b4a326d0fb4a71ef135.tar.gz gentoo-2-e0a8ffa9123c7e1bc95d7b4a326d0fb4a71ef135.tar.bz2 gentoo-2-e0a8ffa9123c7e1bc95d7b4a326d0fb4a71ef135.zip |
Bump for 7.0RC3.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-drivers/xf86-input-aiptek')
3 files changed, 22 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-aiptek/ChangeLog b/x11-drivers/xf86-input-aiptek/ChangeLog index 6199b3fd60f6..703e9e8ddfea 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.4 2005/11/11 18:44:03 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-aiptek/ChangeLog,v 1.5 2005/12/04 22:50:31 joshuabaergen Exp $ + +*xf86-input-aiptek-1.0.0.3 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-input-aiptek-1.0.0.3.ebuild: + Bump for 7.0RC3. *xf86-input-aiptek-1.0.0.2 (11 Nov 2005) diff --git a/x11-drivers/xf86-input-aiptek/files/digest-xf86-input-aiptek-1.0.0.3 b/x11-drivers/xf86-input-aiptek/files/digest-xf86-input-aiptek-1.0.0.3 new file mode 100644 index 000000000000..b3b29175a0ab --- /dev/null +++ b/x11-drivers/xf86-input-aiptek/files/digest-xf86-input-aiptek-1.0.0.3 @@ -0,0 +1 @@ +MD5 21deb9f3f252e194dca7d9cb1aae983b xf86-input-aiptek-1.0.0.3.tar.bz2 174302 diff --git a/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.0.0.3.ebuild b/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.0.0.3.ebuild new file mode 100644 index 000000000000..2dc455c5fb1a --- /dev/null +++ b/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.0.0.3.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.3.ebuild,v 1.1 2005/12/04 22:50:31 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" |