diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-10-04 20:21:18 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-10-04 20:21:18 +0000 |
commit | f51494fcfb2d4aaad4f566b1fabef05a771b4ecc (patch) | |
tree | 1e4b1d19b30414e4fad908f55af7e8a15572dddc /x11-misc/wayv | |
parent | changelog:p (diff) | |
download | gentoo-2-f51494fcfb2d4aaad4f566b1fabef05a771b4ecc.tar.gz gentoo-2-f51494fcfb2d4aaad4f566b1fabef05a771b4ecc.tar.bz2 gentoo-2-f51494fcfb2d4aaad4f566b1fabef05a771b4ecc.zip |
changelog:p
Diffstat (limited to 'x11-misc/wayv')
-rw-r--r-- | x11-misc/wayv/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/wayv/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/wayv/files/digest-wayv-0.3 | 1 | ||||
-rw-r--r-- | x11-misc/wayv/wayv-0.3.ebuild | 18 |
4 files changed, 27 insertions, 3 deletions
diff --git a/x11-misc/wayv/ChangeLog b/x11-misc/wayv/ChangeLog index ff6e76c64414..8fb73d6bcab5 100644 --- a/x11-misc/wayv/ChangeLog +++ b/x11-misc/wayv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/wayv # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/ChangeLog,v 1.3 2003/04/22 10:18:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/ChangeLog,v 1.4 2003/10/04 20:21:14 lanius Exp $ + +*wayv-0.3 (04 Oct 2003) + + 04 Oct 2003; Heinrich Wendel <lanius@gentoo.org> wayv-0.3.ebuild: + version bump *wayv-0.2 (16 Feb 2003) diff --git a/x11-misc/wayv/Manifest b/x11-misc/wayv/Manifest index 537aacca28fd..7c74c7ef9dbf 100644 --- a/x11-misc/wayv/Manifest +++ b/x11-misc/wayv/Manifest @@ -1,5 +1,5 @@ -MD5 e03e19280ef4e474a341aa4bd098b5e5 ChangeLog 477 +MD5 4e3e48fa5ca0ac9895e8a8394e765b67 ChangeLog 585 MD5 2c9651e3d3ab79ed8c0c1d7fce3bf4d7 wayv-0.2.ebuild 628 -MD5 048ec3f0bb16299a789c5bda06f0aba3 wayv-0.3.ebuild 494 +MD5 213c4554014f694d4c6f841a4e8e12da wayv-0.3.ebuild 528 MD5 d7598154795c752b81fe319bf86ebe45 files/digest-wayv-0.3 60 MD5 101c8f27160045c6ad16fd5658a3ffcf files/digest-wayv-0.2 60 diff --git a/x11-misc/wayv/files/digest-wayv-0.3 b/x11-misc/wayv/files/digest-wayv-0.3 new file mode 100644 index 000000000000..faccfd630e00 --- /dev/null +++ b/x11-misc/wayv/files/digest-wayv-0.3 @@ -0,0 +1 @@ +MD5 3cff293196466144e61aa7cdfcbcaa43 wayv-0.3.tar.gz 139197 diff --git a/x11-misc/wayv/wayv-0.3.ebuild b/x11-misc/wayv/wayv-0.3.ebuild new file mode 100644 index 000000000000..da93f039c23f --- /dev/null +++ b/x11-misc/wayv/wayv-0.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/10/04 20:21:14 lanius 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" +IUSE="" + +DEPEND="virtual/x11 virtual/glibc" +RDEPEND="" + +src_install() { + einstall || die +} |