diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 20:03:48 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 20:03:48 +0000 |
commit | 4da9ae2a699596c6292e19216e113f38f688c43e (patch) | |
tree | 68a3c9a85769bf4d0a89a89b83d0dd483500ae94 /x11-misc/linuxwacom | |
parent | Fixed problem with locale of source, compiles now with gcc-3.4 (diff) | |
download | historical-4da9ae2a699596c6292e19216e113f38f688c43e.tar.gz historical-4da9ae2a699596c6292e19216e113f38f688c43e.tar.bz2 historical-4da9ae2a699596c6292e19216e113f38f688c43e.zip |
add sed-4 dep
Diffstat (limited to 'x11-misc/linuxwacom')
-rw-r--r-- | x11-misc/linuxwacom/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild | 19 | ||||
-rw-r--r-- | x11-misc/linuxwacom/linuxwacom-0.6.3.ebuild | 19 |
3 files changed, 25 insertions, 19 deletions
diff --git a/x11-misc/linuxwacom/ChangeLog b/x11-misc/linuxwacom/ChangeLog index 3ba402992e21..9a4df9b3f35b 100644 --- a/x11-misc/linuxwacom/ChangeLog +++ b/x11-misc/linuxwacom/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/linuxwacom # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/ChangeLog,v 1.12 2004/06/24 22:27:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/ChangeLog,v 1.13 2004/06/28 20:03:48 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> linuxwacom-0.6.2.ebuild, + linuxwacom-0.6.3.ebuild: + add sed-4 dep 23 Jun 2004; Aron Griffis <agriffis@gentoo.org> 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 43e60ad97553..95ba2dec1d4c 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 Foundation # 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.8 2004/06/24 22:27:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild,v 1.9 2004/06/28 20:03:48 agriffis Exp $ DESCRIPTION="Input driver for Wacom tablets and drawing devices" HOMEPAGE="http://linuxwacom.sourceforge.net/" @@ -11,16 +11,17 @@ KEYWORDS="~x86" IUSE="gtk gtk2 tcltk sdk" RDEPEND="|| ( >=x11-base/xfree-4.3.0-r7 x11-base/xorg-x11 ) - gtk? ( - gtk2? ( >=x11-libs/gtk+-2 ) - !gtk2? ( =x11-libs/gtk+-1.2* ) - ) - tcltk? ( dev-lang/tcl dev-lang/tk ) - sys-libs/ncurses" + gtk? ( + gtk2? ( >=x11-libs/gtk+-2 ) + !gtk2? ( =x11-libs/gtk+-1.2* ) + ) + tcltk? ( dev-lang/tcl dev-lang/tk ) + sys-libs/ncurses" DEPEND="${RDEPEND} - sys-devel/libtool - dev-util/pkgconfig" + sys-devel/libtool + dev-util/pkgconfig + >=sys-apps/sed-4" pkg_setup() { if use sdk; then diff --git a/x11-misc/linuxwacom/linuxwacom-0.6.3.ebuild b/x11-misc/linuxwacom/linuxwacom-0.6.3.ebuild index 1d409571fe64..810fbd003d83 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 Foundation # 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.5 2004/06/24 22:27:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/linuxwacom-0.6.3.ebuild,v 1.6 2004/06/28 20:03:48 agriffis Exp $ DESCRIPTION="Input driver for Wacom tablets and drawing devices" HOMEPAGE="http://linuxwacom.sourceforge.net/" @@ -11,16 +11,17 @@ KEYWORDS="~x86" IUSE="gtk gtk2 tcltk sdk" RDEPEND="|| ( >=x11-base/xfree-4.3.0-r7 x11-base/xorg-x11 ) - gtk? ( - gtk2? ( >=x11-libs/gtk+-2 ) - !gtk2? ( =x11-libs/gtk+-1.2* ) - ) - tcltk? ( dev-lang/tcl dev-lang/tk ) - sys-libs/ncurses" + gtk? ( + gtk2? ( >=x11-libs/gtk+-2 ) + !gtk2? ( =x11-libs/gtk+-1.2* ) + ) + tcltk? ( dev-lang/tcl dev-lang/tk ) + sys-libs/ncurses" DEPEND="${RDEPEND} - sys-devel/libtool - dev-util/pkgconfig" + sys-devel/libtool + dev-util/pkgconfig + >=sys-apps/sed-4" pkg_setup() { if use sdk; then |