summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-02-15 13:21:53 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-02-15 13:21:53 +0000
commit03cb7a40f2a379a858304c70ed1a9d321ad5470c (patch)
tree919781530923c4848251913f47f3aef4b8e680fe /x11-drivers/xf86-input-wacom
parentVersion bump (diff)
downloadhistorical-03cb7a40f2a379a858304c70ed1a9d321ad5470c.tar.gz
historical-03cb7a40f2a379a858304c70ed1a9d321ad5470c.tar.bz2
historical-03cb7a40f2a379a858304c70ed1a9d321ad5470c.zip
Drop old overshadowed versions.
Diffstat (limited to 'x11-drivers/xf86-input-wacom')
-rw-r--r--x11-drivers/xf86-input-wacom/Manifest2
-rw-r--r--x11-drivers/xf86-input-wacom/xf86-input-wacom-0.10.6.ebuild54
2 files changed, 0 insertions, 56 deletions
diff --git a/x11-drivers/xf86-input-wacom/Manifest b/x11-drivers/xf86-input-wacom/Manifest
index c2aaf6a266c4..705745b780c1 100644
--- a/x11-drivers/xf86-input-wacom/Manifest
+++ b/x11-drivers/xf86-input-wacom/Manifest
@@ -1,6 +1,4 @@
-DIST xf86-input-wacom-0.10.6.tar.bz2 379162 RMD160 e93694b3f617dc3fc0cb7afefb968b3a87cae37a SHA1 03913e6548b1964a4263d7d24d8a86495ec8cb1e SHA256 6278fe239e1a3a216b92a8c0b85d1fdb3c158058b0511728649518bda9274c4d
DIST xf86-input-wacom-0.10.8.tar.bz2 403845 RMD160 9f0fcfa7ab07487ee9cbaf7fbd7857514d9cc26b SHA1 c23213b8255c5e2c7162556d3b09ebcfa15182dd SHA256 5c6b1a61fa294ff5ca35b92a379ea25b0e66c785733f86f4d9974dd432e5883f
-EBUILD xf86-input-wacom-0.10.6.ebuild 1406 RMD160 6ce131107968b7472d0e33938acc88b69b6d7f44 SHA1 a94ca24d0f5eaa06f125ba89f509477dac41cebd SHA256 bc3e147fadaae0a32961ca41877b81c26233430bc92b9f7c8bd926e97a3772c8
EBUILD xf86-input-wacom-0.10.8-r1.ebuild 1489 RMD160 6ac38cf4dcb4d58bf45bc6652f31f5be360811dd SHA1 ffb11487a584897858c66c2569092bfcce50825f SHA256 ba0ae0e7d98533b8a8e3e92b3611e69c0273e4729c1111dc96cc1626a1d78453
EBUILD xf86-input-wacom-0.10.8.ebuild 1522 RMD160 606aab51918717eacd9226f0c171265e971e8972 SHA1 4e6ecb6021252e912b5a2ff1ce4e1061138ec18c SHA256 ab8f16e742944d8df977349f6d44ee4b3d9e65dd1815e4fedc974eef5312d55d
MISC ChangeLog 5274 RMD160 6ab7ef99a218c67881e51c6b17da3eddb4d6655a SHA1 0543f17eca241af6eb98e54787a6af8373ccdf93 SHA256 8d8929e2ecc03762d32d6919e86d7d68b241893474d20981f7166e9f2bfd3633
diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.10.6.ebuild b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.10.6.ebuild
deleted file mode 100644
index b992e07869e3..000000000000
--- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.10.6.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# 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-wacom/xf86-input-wacom-0.10.6.ebuild,v 1.5 2010/10/21 01:11:27 ranger Exp $
-
-EAPI="2"
-
-inherit linux-info x-modular
-
-DESCRIPTION="Driver for Wacom tablets and drawing devices"
-LICENSE="GPL-2"
-EGIT_REPO_URI="git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/${PN}"
-[[ ${PV} != 9999* ]] && \
- SRC_URI="mirror://sourceforge/linuxwacom/${PN}/${P}.tar.bz2"
-
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="hal debug"
-
-COMMON_DEPEND=">=x11-base/xorg-server-1.6
- hal? ( sys-apps/hal )"
-RDEPEND="${COMMON_DEPEND}
- !x11-drivers/linuxwacom"
-DEPEND="${COMMON_DEPEND}
- x11-proto/inputproto
- x11-proto/xproto"
-
-pkg_setup() {
- linux-info_pkg_setup
-
- CONFIGURE_OPTIONS="$(use_enable debug)"
-}
-
-src_install() {
- x-modular_src_install
-
- use hal || rm -fr "${D}/usr/share/hal"
-
-}
-
-pkg_postinst() {
- x-modular_pkg_postinst
-
- if ! linux_config_exists \
- || ! linux_chkconfig_present TABLET_USB_WACOM \
- || ! linux_chkconfig_present INPUT_EVDEV; then
- echo
- ewarn "If you use a USB Wacom tablet, you need to enable support in your kernel"
- ewarn " Device Drivers --->"
- ewarn " Input device support --->"
- ewarn " <*> Event interface"
- ewarn " [*] Tablets --->"
- ewarn " <*> Wacom Intuos/Graphire tablet support (USB)"
- echo
- fi
-}