summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Stine <battousai@gentoo.org>2004-05-10 22:04:37 +0000
committerBryan Stine <battousai@gentoo.org>2004-05-10 22:04:37 +0000
commitc162bf52dd50e968f039acad6644a1d264f04157 (patch)
tree2b7a6e49cd0ece83d0b08b8f8acdca4e27ce9e60 /x11-misc/linuxwacom
parentFixed some DEPEND problems. (diff)
downloadhistorical-c162bf52dd50e968f039acad6644a1d264f04157.tar.gz
historical-c162bf52dd50e968f039acad6644a1d264f04157.tar.bz2
historical-c162bf52dd50e968f039acad6644a1d264f04157.zip
More spacing
Diffstat (limited to 'x11-misc/linuxwacom')
-rw-r--r--x11-misc/linuxwacom/ChangeLog5
-rw-r--r--x11-misc/linuxwacom/Manifest4
-rw-r--r--x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild6
3 files changed, 8 insertions, 7 deletions
diff --git a/x11-misc/linuxwacom/ChangeLog b/x11-misc/linuxwacom/ChangeLog
index 008efaf22eb9..499ce0371326 100644
--- a/x11-misc/linuxwacom/ChangeLog
+++ b/x11-misc/linuxwacom/ChangeLog
@@ -1,13 +1,14 @@
# ChangeLog for x11-misc/linuxwacom
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/ChangeLog,v 1.6 2004/05/10 21:56:05 battousai Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/ChangeLog,v 1.7 2004/05/10 22:04:37 battousai Exp $
10 May 2004; Bryan Stine <battousai@gentoo.org>; linuxwacom-0.6.2.ebuild:
Got rid of the ? : DEPEND syntax, it's deprecated. Also added a plus to the
!gtk2 DEPEND for gtk+-1.2. Thanks to Mr. Bones for the QA.
10 May 2004; Bryan Stine <battousai@gentoo.org>; linuxwacom-0.6.2.ebuild:
- Patched ebuild. Also, pedantic spacing fixes.
+ Patched ebuild. Also, pedantic spacing fixes. Thanks to Torne Wuff for the
+ added functionality.
*linuxwacom-0.6.2 (10 May 2004)
diff --git a/x11-misc/linuxwacom/Manifest b/x11-misc/linuxwacom/Manifest
index 11165836a66f..4e8a91550079 100644
--- a/x11-misc/linuxwacom/Manifest
+++ b/x11-misc/linuxwacom/Manifest
@@ -1,6 +1,6 @@
-MD5 a2abf6fe48bf7241e1a62b27ec8b4d2e ChangeLog 1130
+MD5 7ecedb08ca5c221743e9a1f282bda413 ChangeLog 1182
MD5 a51dc4fd7ec44870b72c91defc9b1dbf linuxwacom-0.6.0.ebuild 1627
MD5 8d7e11f3df16afb79b7dd9778e4bf706 metadata.xml 262
-MD5 63bbae97e88038b4a10c08bac2424142 linuxwacom-0.6.2.ebuild 2486
+MD5 0700f55574fba8d6acfb5d8cd0cc407d linuxwacom-0.6.2.ebuild 2484
MD5 902d6a465a6ca9137494581a6423fe59 files/digest-linuxwacom-0.6.0 69
MD5 270159aa127b9370f0e66f2ccaebd7c7 files/digest-linuxwacom-0.6.2 69
diff --git a/x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild b/x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild
index 68acd1b51976..e1f47028fd50 100644
--- a/x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild
+++ b/x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild,v 1.3 2004/05/10 21:56:05 battousai Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild,v 1.4 2004/05/10 22:04:37 battousai Exp $
DESCRIPTION="Input driver for Wacom tablets and drawing devices"
HOMEPAGE="http://linuxwacom.sourceforge.net/"
@@ -64,9 +64,9 @@ src_compile() {
fi
if [ `use tcltk` ];
then
- withtcltk="--with-tcl --with-tk"
+ withtcltk="--with-tcl --with-tk"
else
- withtcltk="--without-tcl --without-tk"
+ withtcltk="--without-tcl --without-tk"
fi
myconf="--enable-wacomdrv --with-xf86=/usr/X11R6/lib/Server $withgtk $withtcltk"