diff options
Diffstat (limited to 'x11-misc/wayv')
-rw-r--r-- | x11-misc/wayv/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/wayv/files/digest-wayv-0.3 | 1 | ||||
-rw-r--r-- | x11-misc/wayv/wayv-0.3-r1.ebuild | 12 | ||||
-rw-r--r-- | x11-misc/wayv/wayv-0.3.ebuild | 18 |
4 files changed, 14 insertions, 25 deletions
diff --git a/x11-misc/wayv/ChangeLog b/x11-misc/wayv/ChangeLog index d8721eb229c3..212ac104ae5d 100644 --- a/x11-misc/wayv/ChangeLog +++ b/x11-misc/wayv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/wayv -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/ChangeLog,v 1.11 2005/06/20 00:19:41 smithj Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/ChangeLog,v 1.12 2006/01/21 13:43:26 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> -wayv-0.3.ebuild, + wayv-0.3-r1.ebuild: + Fixed DEPEND for modular X. 20 Jun 2005; Jonathan Smith <smithj@gentoo.org> -wayv-0.2.ebuild, wayv-0.3-r1.ebuild: diff --git a/x11-misc/wayv/files/digest-wayv-0.3 b/x11-misc/wayv/files/digest-wayv-0.3 deleted file mode 100644 index faccfd630e00..000000000000 --- a/x11-misc/wayv/files/digest-wayv-0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 3cff293196466144e61aa7cdfcbcaa43 wayv-0.3.tar.gz 139197 diff --git a/x11-misc/wayv/wayv-0.3-r1.ebuild b/x11-misc/wayv/wayv-0.3-r1.ebuild index c3047c613888..2b0511ccbdf2 100644 --- a/x11-misc/wayv/wayv-0.3-r1.ebuild +++ b/x11-misc/wayv/wayv-0.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/wayv-0.3-r1.ebuild,v 1.2 2005/06/20 00:19:41 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/wayv-0.3-r1.ebuild,v 1.3 2006/01/21 13:43:26 nelchael Exp $ DESCRIPTION="Wayv is hand-writing/gesturing recognition software for X" HOMEPAGE="http://www.stressbunny.com/wayv" @@ -10,8 +10,12 @@ SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" -DEPEND="virtual/x11 virtual/libc" -RDEPEND="" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXtst ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xproto virtual/x11 )" src_install() { einstall || die diff --git a/x11-misc/wayv/wayv-0.3.ebuild b/x11-misc/wayv/wayv-0.3.ebuild deleted file mode 100644 index e6ab83db3bd6..000000000000 --- a/x11-misc/wayv/wayv-0.3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/wayv-0.3.ebuild,v 1.5 2005/05/08 20:11:45 wormo Exp $ - -DESCRIPTION="Wayv is hand-writing/gesturing recognition software for X" -HOMEPAGE="http://www.stressbunny.com/wayv" -SRC_URI="http://www.stressbunny.com/gimme/wayv/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="" - -DEPEND="virtual/x11 virtual/libc" -RDEPEND="" - -src_install() { - einstall || die -} |