From 37ea1997f50f76038e6d2610f232047807a16fd5 Mon Sep 17 00:00:00 2001 From: Donnie Berkholz Date: Fri, 11 Jun 2004 08:49:29 +0000 Subject: xfree -r6 became -r7. --- x11-misc/linuxwacom/ChangeLog | 6 +++++- x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild | 6 +++--- x11-misc/linuxwacom/linuxwacom-0.6.3.ebuild | 6 +++--- 3 files changed, 11 insertions(+), 7 deletions(-) (limited to 'x11-misc/linuxwacom') diff --git a/x11-misc/linuxwacom/ChangeLog b/x11-misc/linuxwacom/ChangeLog index 8f8c90d1ae82..8cdc632eceb5 100644 --- a/x11-misc/linuxwacom/ChangeLog +++ b/x11-misc/linuxwacom/ChangeLog @@ -1,6 +1,10 @@ # 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.9 2004/06/10 03:47:34 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/ChangeLog,v 1.10 2004/06/11 08:45:57 spyderous Exp $ + + 11 Jun 2004; Donnie Berkholz ; + linuxwacom-0.6.2.ebuild, linuxwacom-0.6.3.ebuild: + xfree -r6 became -r7. 09 Jun 2004; Bryan Stine ; linuxwacom-0.6.0.ebuild, linuxwacom-0.6.2.ebuild, linuxwacom-0.6.3.ebuild: diff --git a/x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild b/x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild index 1711267c867f..1da0da34d894 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.5 2004/06/10 03:47:34 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild,v 1.6 2004/06/11 08:45:57 spyderous Exp $ DESCRIPTION="Input driver for Wacom tablets and drawing devices" HOMEPAGE="http://linuxwacom.sourceforge.net/" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="gtk gtk2 tcltk sdk" -RDEPEND="|| ( >=x11-base/xfree-4.3.0-r6 x11-base/xorg-x11 ) +RDEPEND="|| ( >=x11-base/xfree-4.3.0-r7 x11-base/xorg-x11 ) gtk? ( gtk2? ( >=x11-libs/gtk+-2 ) !gtk2? ( =x11-libs/gtk+-1.2* ) @@ -24,7 +24,7 @@ DEPEND="${RDEPEND} pkg_setup() { if use sdk; then - if has_version ">=x11-base/xfree-4.3.0-r6" + if has_version ">=x11-base/xfree-4.3.0-r7" then if [ ! "`grep sdk /var/db/pkg/x11-base/xfree-[0-9]*/USE`" ] then diff --git a/x11-misc/linuxwacom/linuxwacom-0.6.3.ebuild b/x11-misc/linuxwacom/linuxwacom-0.6.3.ebuild index c27f60281132..63e437f4f9f2 100644 --- a/x11-misc/linuxwacom/linuxwacom-0.6.3.ebuild +++ b/x11-misc/linuxwacom/linuxwacom-0.6.3.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.3.ebuild,v 1.2 2004/06/10 03:47:34 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/linuxwacom-0.6.3.ebuild,v 1.3 2004/06/11 08:45:57 spyderous Exp $ DESCRIPTION="Input driver for Wacom tablets and drawing devices" HOMEPAGE="http://linuxwacom.sourceforge.net/" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="gtk gtk2 tcltk sdk" -RDEPEND="|| ( >=x11-base/xfree-4.3.0-r6 x11-base/xorg-x11 ) +RDEPEND="|| ( >=x11-base/xfree-4.3.0-r7 x11-base/xorg-x11 ) gtk? ( gtk2? ( >=x11-libs/gtk+-2 ) !gtk2? ( =x11-libs/gtk+-1.2* ) @@ -24,7 +24,7 @@ DEPEND="${RDEPEND} pkg_setup() { if use sdk; then - if has_version ">=x11-base/xfree-4.3.0-r6" + if has_version ">=x11-base/xfree-4.3.0-r7" then if [ ! "`grep sdk /var/db/pkg/x11-base/xfree-[0-9]*/USE`" ] then -- cgit v1.2.3-65-gdbad