summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-07-14 16:21:30 +0000
committerHans de Graaff <graaff@gentoo.org>2012-07-14 16:21:30 +0000
commit245e78118ed7a901e6d46727c6fc9f2d53c82bfa (patch)
tree283b7fdb27c3c31899edda526702893a6214c73d /dev-ruby/ruby-filemagic
parentVersion bump, remove old (diff)
downloadgentoo-2-245e78118ed7a901e6d46727c6fc9f2d53c82bfa.tar.gz
gentoo-2-245e78118ed7a901e6d46727c6fc9f2d53c82bfa.tar.bz2
gentoo-2-245e78118ed7a901e6d46727c6fc9f2d53c82bfa.zip
Restrict tests since test expectations no longer match what sys-apps/file outputs.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-filemagic')
-rw-r--r--dev-ruby/ruby-filemagic/ChangeLog8
-rw-r--r--dev-ruby/ruby-filemagic/ruby-filemagic-0.4.2.ebuild9
2 files changed, 12 insertions, 5 deletions
diff --git a/dev-ruby/ruby-filemagic/ChangeLog b/dev-ruby/ruby-filemagic/ChangeLog
index 2062252fcf39..2eece497da24 100644
--- a/dev-ruby/ruby-filemagic/ChangeLog
+++ b/dev-ruby/ruby-filemagic/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/ruby-filemagic
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-filemagic/ChangeLog,v 1.11 2011/01/16 08:54:37 graaff Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-filemagic/ChangeLog,v 1.12 2012/07/14 16:21:30 graaff Exp $
+
+ 14 Jul 2012; Hans de Graaff <graaff@gentoo.org> ruby-filemagic-0.4.2.ebuild:
+ Restrict tests since test expectations no longer match what sys-apps/file
+ outputs.
16 Jan 2011; Hans de Graaff <graaff@gentoo.org>
-ruby-filemagic-0.1.1.ebuild, -ruby-filemagic-0.1.1-r1.ebuild,
diff --git a/dev-ruby/ruby-filemagic/ruby-filemagic-0.4.2.ebuild b/dev-ruby/ruby-filemagic/ruby-filemagic-0.4.2.ebuild
index b99fb2cd2819..6871c3a78d77 100644
--- a/dev-ruby/ruby-filemagic/ruby-filemagic-0.4.2.ebuild
+++ b/dev-ruby/ruby-filemagic/ruby-filemagic-0.4.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-filemagic/ruby-filemagic-0.4.2.ebuild,v 1.1 2010/09/19 10:30:07 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-filemagic/ruby-filemagic-0.4.2.ebuild,v 1.2 2012/07/14 16:21:30 graaff Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -20,7 +20,10 @@ SLOT="0"
KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
-ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
+# Don't run tests since the descriptions in recent versions of
+# sys-apps/file are diverging too much from what the test cases expect.
+# https://bugs.gentoo.org/show_bug.cgi?id=366205
+RESTRICT="test"
DEPEND="${DEPEND} sys-apps/file"
RDEPEND="${RDEPEND} sys-apps/file"