summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2005-09-20 19:12:06 +0000
committerSeemant Kulleen <seemant@gentoo.org>2005-09-20 19:12:06 +0000
commitfd9d44d310131cee1fad5cc20816bf3bac7f5fc6 (patch)
tree8a1d72085c50f65289d603a05306cf41e30d5b1f /app-accessibility
parentMarking stable on x86 for bug #106678. (diff)
downloadhistorical-fd9d44d310131cee1fad5cc20816bf3bac7f5fc6.tar.gz
historical-fd9d44d310131cee1fad5cc20816bf3bac7f5fc6.tar.bz2
historical-fd9d44d310131cee1fad5cc20816bf3bac7f5fc6.zip
tests are now run in a virtual X session. Closes bug #106686
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/gok/ChangeLog5
-rw-r--r--app-accessibility/gok/Manifest16
-rw-r--r--app-accessibility/gok/gok-1.0.5.ebuild9
3 files changed, 14 insertions, 16 deletions
diff --git a/app-accessibility/gok/ChangeLog b/app-accessibility/gok/ChangeLog
index 58a399a9f2cc..88c9089d8d04 100644
--- a/app-accessibility/gok/ChangeLog
+++ b/app-accessibility/gok/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-accessibility/gok
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gok/ChangeLog,v 1.58 2005/09/20 17:31:49 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gok/ChangeLog,v 1.59 2005/09/20 19:12:06 seemant Exp $
+
+ 20 Sep 2005; Seemant Kulleen <seemant@gentoo.org> gok-1.0.5.ebuild:
+ tests are now run in a virtual X session. Closes bug #106686
20 Sep 2005; <dang@gentoo.org> gok-1.0.5.ebuild:
Restrict test. Bug #106686
diff --git a/app-accessibility/gok/Manifest b/app-accessibility/gok/Manifest
index 66a16e622f24..30e840d61a93 100644
--- a/app-accessibility/gok/Manifest
+++ b/app-accessibility/gok/Manifest
@@ -1,16 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 28382000c1b23da6e0d79fda54fd644a gok-1.0.3.ebuild 987
-MD5 badc289647c9f7f7409ce583e4acc72e gok-1.0.5.ebuild 1001
-MD5 55a54324c688abeb6bbc45ae4b7e730a ChangeLog 7360
MD5 d213a9003c11bcd3849f289e4806deff metadata.xml 472
+MD5 28382000c1b23da6e0d79fda54fd644a gok-1.0.3.ebuild 987
+MD5 0eb59cdc41f6bd1cd96574dd2effeaca gok-1.0.5.ebuild 1063
+MD5 d7fb21e6f2e7aec74434b50f60ef8c0c ChangeLog 7497
MD5 4f6c470a2283ad29619d1accb58e4f3d files/digest-gok-1.0.3 63
MD5 72380f82d696b5e907ef0e3520b28d2d files/digest-gok-1.0.5 63
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDMEgVomPajV0RnrERAhe9AJwLf2mJ0/9ho5Bp4m+BdUcwEK06iACdGrgs
-ZO/8ICWRUf5Z5EwRZDWSyug=
-=4Q7M
------END PGP SIGNATURE-----
diff --git a/app-accessibility/gok/gok-1.0.5.ebuild b/app-accessibility/gok/gok-1.0.5.ebuild
index 484b9fd7f8b2..e1dc55a8f53d 100644
--- a/app-accessibility/gok/gok-1.0.5.ebuild
+++ b/app-accessibility/gok/gok-1.0.5.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gok/gok-1.0.5.ebuild,v 1.11 2005/09/20 17:31:49 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gok/gok-1.0.5.ebuild,v 1.12 2005/09/20 19:12:06 seemant Exp $
-inherit gnome2
+inherit gnome2 virtualx
DESCRIPTION="Gnome Onscreen Keyboard"
HOMEPAGE="http://www.gok.ca/"
@@ -39,3 +39,8 @@ G2CONF="${G2CONF} $(use_enable static)"
# So it doesn't break when building kbd files
MAKEOPTS="${MAKEOPTS} -j1"
+
+src_test() {
+ addpredict /
+ Xmake check || die
+}