diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-10 14:47:06 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-10 14:47:06 +0000 |
commit | f6bd5127cfa53f380552b84c0164e47012e1c7b2 (patch) | |
tree | 5880b450f6f8a8c903ba185bd5b62032c869123e /x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.3.1.ebuild | |
parent | Masking sys-apps/gluelog for QA removal. (diff) | |
download | historical-f6bd5127cfa53f380552b84c0164e47012e1c7b2.tar.gz historical-f6bd5127cfa53f380552b84c0164e47012e1c7b2.tar.bz2 historical-f6bd5127cfa53f380552b84c0164e47012e1c7b2.zip |
Version bump.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.3.1.ebuild')
-rw-r--r-- | x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.3.1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.3.1.ebuild b/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.3.1.ebuild new file mode 100644 index 000000000000..5f37a670df89 --- /dev/null +++ b/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.3.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 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.3.1.ebuild,v 1.1 2010/08/10 14:45:08 scarabeus Exp $ + +EAPI=3 + +inherit xorg-2 + +DESCRIPTION="Aiptek USB Digital Tablet Input Driver for Linux" +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" |