diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-23 20:10:27 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-23 20:10:27 +0000 |
commit | 46c85bb5ec85c8f52bd72c0e442076adcf9728c0 (patch) | |
tree | 4b0bead4f4c21c15533c830f68463c617ab17ee5 /x11-drivers/xf86-input-aiptek | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-46c85bb5ec85c8f52bd72c0e442076adcf9728c0.tar.gz gentoo-2-46c85bb5ec85c8f52bd72c0e442076adcf9728c0.tar.bz2 gentoo-2-46c85bb5ec85c8f52bd72c0e442076adcf9728c0.zip |
Bump for 7.0.
(Portage version: 2.1_pre1)
Diffstat (limited to 'x11-drivers/xf86-input-aiptek')
3 files changed, 25 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-aiptek/ChangeLog b/x11-drivers/xf86-input-aiptek/ChangeLog index f768619c0829..a9d29adada53 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.8 2005/12/17 23:50:44 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-aiptek/ChangeLog,v 1.9 2005/12/23 20:06:30 joshuabaergen Exp $ + +*xf86-input-aiptek-1.0.0.5 (23 Dec 2005) + + 23 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-input-aiptek-1.0.0.5.ebuild: + Bump for 7.0. *xf86-input-aiptek-1.0.0.4 (17 Dec 2005) diff --git a/x11-drivers/xf86-input-aiptek/files/digest-xf86-input-aiptek-1.0.0.5 b/x11-drivers/xf86-input-aiptek/files/digest-xf86-input-aiptek-1.0.0.5 new file mode 100644 index 000000000000..c5598ec9ffe9 --- /dev/null +++ b/x11-drivers/xf86-input-aiptek/files/digest-xf86-input-aiptek-1.0.0.5 @@ -0,0 +1,2 @@ +MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 +MD5 96c171eb8531cc51c22c8f8568a96db5 xf86-input-aiptek-1.0.0.5.tar.bz2 232810 diff --git a/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.0.0.5.ebuild b/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.0.0.5.ebuild new file mode 100644 index 000000000000..c6c235ee204b --- /dev/null +++ b/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.0.0.5.ebuild @@ -0,0 +1,16 @@ +# 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.5.ebuild,v 1.1 2005/12/23 20:06: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/inputproto + x11-proto/randrproto + x11-proto/xproto" |