summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2010-01-06 00:45:29 +0000
committerMike Auty <ikelos@gentoo.org>2010-01-06 00:45:29 +0000
commit37dcd61d93340fab9bea434556c3ee8f52fe187a (patch)
tree620f9a15342108cfdce507752d3e866d19cb5276 /dev-util
parentInitial commit. (diff)
downloadgentoo-2-37dcd61d93340fab9bea434556c3ee8f52fe187a.tar.gz
gentoo-2-37dcd61d93340fab9bea434556c3ee8f52fe187a.tar.bz2
gentoo-2-37dcd61d93340fab9bea434556c3ee8f52fe187a.zip
RESTRICT test in ebuilds, see bug 278162.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/bless/ChangeLog8
-rw-r--r--dev-util/bless/bless-0.5.2.ebuild8
-rw-r--r--dev-util/bless/bless-0.6.0-r1.ebuild8
3 files changed, 18 insertions, 6 deletions
diff --git a/dev-util/bless/ChangeLog b/dev-util/bless/ChangeLog
index d05a768ab482..0abcb86150bd 100644
--- a/dev-util/bless/ChangeLog
+++ b/dev-util/bless/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/bless
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/ChangeLog,v 1.18 2009/12/13 17:01:20 ikelos Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/ChangeLog,v 1.19 2010/01/06 00:45:29 ikelos Exp $
+
+ 06 Jan 2010; Mike Auty <ikelos@gentoo.org> bless-0.5.2.ebuild,
+ bless-0.6.0-r1.ebuild:
+ RESTRICT test in ebuilds, see bug 278162.
13 Dec 2009; Mike Auty <ikelos@gentoo.org> bless-0.6.0-r1.ebuild,
files/bless-0.6.0-docpath.patch:
diff --git a/dev-util/bless/bless-0.5.2.ebuild b/dev-util/bless/bless-0.5.2.ebuild
index 74d9aa47c65a..16a0cc2466b1 100644
--- a/dev-util/bless/bless-0.5.2.ebuild
+++ b/dev-util/bless/bless-0.5.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/bless-0.5.2.ebuild,v 1.4 2009/01/05 17:23:13 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/bless-0.5.2.ebuild,v 1.5 2010/01/06 00:45:29 ikelos Exp $
inherit autotools eutils gnome2 mono
@@ -23,6 +23,10 @@ DEPEND="${RDEPEND}
DOCS="AUTHORS ChangeLog NEWS README"
+# See bug 278162
+# Waiting on nunit ebuild entering the tree
+RESTRICT="test"
+
pkg_setup() {
G2CONF="${G2CONF} --enable-unix-specific $(use_enable debug)"
diff --git a/dev-util/bless/bless-0.6.0-r1.ebuild b/dev-util/bless/bless-0.6.0-r1.ebuild
index c1ca21df71ba..efd66a3ce3d4 100644
--- a/dev-util/bless/bless-0.6.0-r1.ebuild
+++ b/dev-util/bless/bless-0.6.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/bless-0.6.0-r1.ebuild,v 1.2 2009/12/13 17:01:20 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/bless-0.6.0-r1.ebuild,v 1.3 2010/01/06 00:45:29 ikelos Exp $
EAPI=2
@@ -25,6 +25,10 @@ DEPEND="${RDEPEND}
DOCS="AUTHORS ChangeLog NEWS README"
+# See bug 278162
+# Waiting on nunit ebuild entering the tree
+RESTRICT="test"
+
pkg_setup() {
G2CONF="${G2CONF} --enable-unix-specific $(use_enable debug) --docdir=/usr/share/doc/${PF}"