summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2009-04-28 09:22:51 +0000
committerMike Auty <ikelos@gentoo.org>2009-04-28 09:22:51 +0000
commit36038f304f1cf8cdec174352daed76c317943dc3 (patch)
tree57777ed239b36ad5e16db6246b19e173976e7adf /x11-drivers/linuxwacom
parentAdd to perl herd. Remove AppleDouble encoded Macintosh file crap (diff)
downloadgentoo-2-36038f304f1cf8cdec174352daed76c317943dc3.tar.gz
gentoo-2-36038f304f1cf8cdec174352daed76c317943dc3.tar.bz2
gentoo-2-36038f304f1cf8cdec174352daed76c317943dc3.zip
Add in warning to remove existing wacom fdi files for latest linuxwacom.
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'x11-drivers/linuxwacom')
-rw-r--r--x11-drivers/linuxwacom/ChangeLog5
-rw-r--r--x11-drivers/linuxwacom/linuxwacom-0.8.3_p2.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/x11-drivers/linuxwacom/ChangeLog b/x11-drivers/linuxwacom/ChangeLog
index 8c1eb6f9cb0a..2adc6f656a2a 100644
--- a/x11-drivers/linuxwacom/ChangeLog
+++ b/x11-drivers/linuxwacom/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-drivers/linuxwacom
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/ChangeLog,v 1.34 2009/04/18 17:43:52 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/ChangeLog,v 1.35 2009/04/28 09:22:51 ikelos Exp $
+
+ 28 Apr 2009; Mike Auty <ikelos@gentoo.org> linuxwacom-0.8.3_p2.ebuild:
+ Add in warning to remove existing wacom fdi files for latest linuxwacom.
*linuxwacom-0.8.3_p2 (18 Apr 2009)
diff --git a/x11-drivers/linuxwacom/linuxwacom-0.8.3_p2.ebuild b/x11-drivers/linuxwacom/linuxwacom-0.8.3_p2.ebuild
index 7930464509cf..21b39a9a0624 100644
--- a/x11-drivers/linuxwacom/linuxwacom-0.8.3_p2.ebuild
+++ b/x11-drivers/linuxwacom/linuxwacom-0.8.3_p2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.8.3_p2.ebuild,v 1.1 2009/04/18 17:43:52 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.8.3_p2.ebuild,v 1.2 2009/04/28 09:22:51 ikelos Exp $
inherit eutils autotools toolchain-funcs linux-mod
@@ -112,4 +112,7 @@ src_install() {
dohtml -r docs/*
dodoc AUTHORS ChangeLog NEWS README
+
+ ewarn "Please remove any HAL .FDI files you may"
+ ewarn "previously have installed fr linuxwacom."
}