summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2010-01-14 07:30:32 +0000
committerChristian Birchinger <joker@gentoo.org>2010-01-14 07:30:32 +0000
commit6269b57988260b8cea5e303eda89d40f22f62c9a (patch)
tree25d5c176d2a23e2ee9bf69967732cf0f104b77ea /x11-misc/xdotool
parentApply upstream patch to fix tests in dependant packages. (diff)
downloadgentoo-2-6269b57988260b8cea5e303eda89d40f22f62c9a.tar.gz
gentoo-2-6269b57988260b8cea5e303eda89d40f22f62c9a.tar.bz2
gentoo-2-6269b57988260b8cea5e303eda89d40f22f62c9a.zip
Added RESTRICT=test and a reason for it.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xdotool')
-rw-r--r--x11-misc/xdotool/ChangeLog6
-rw-r--r--x11-misc/xdotool/xdotool-20091231.02.ebuild8
2 files changed, 12 insertions, 2 deletions
diff --git a/x11-misc/xdotool/ChangeLog b/x11-misc/xdotool/ChangeLog
index b6d133a0e666..e22fbad24223 100644
--- a/x11-misc/xdotool/ChangeLog
+++ b/x11-misc/xdotool/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xdotool
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.6 2010/01/14 05:32:46 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.7 2010/01/14 07:30:32 joker Exp $
+
+ 14 Jan 2010; Christian Birchinger <joker@gentoo.org>
+ xdotool-20091231.02.ebuild:
+ Added RESTRICT=test and a reason for it.
*xdotool-20091231.02 (14 Jan 2010)
diff --git a/x11-misc/xdotool/xdotool-20091231.02.ebuild b/x11-misc/xdotool/xdotool-20091231.02.ebuild
index d7cb8b3b2b1f..61044cc45aaa 100644
--- a/x11-misc/xdotool/xdotool-20091231.02.ebuild
+++ b/x11-misc/xdotool/xdotool-20091231.02.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-20091231.02.ebuild,v 1.1 2010/01/14 05:32:46 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-20091231.02.ebuild,v 1.2 2010/01/14 07:30:32 joker Exp $
EAPI=2
@@ -20,6 +20,12 @@ DEPEND="x11-libs/libXtst
RDEPEND="${DEPEND}"
+# The test want to manualy start Xvfb an wont use VirtualX and
+# it tries to run a full gnome-session. For such a tiny application
+# i consider it overkill to rewrite the test scripts to use it's own
+# X server and add a full blown gnome just to run the tests.
+RESTRICT="test"
+
src_prepare() {
epatch "${FILESDIR}/${P}_install-D.patch" \
"${FILESDIR}/${P}_as-needed.patch"