public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/test-unit: test-unit-2.0.9.ebuild ChangeLog
@ 2010-06-20 18:59 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2010-06-20 18:59 UTC (permalink / raw
  To: gentoo-commits

graaff      10/06/20 18:59:31

  Modified:             ChangeLog
  Added:                test-unit-2.0.9.ebuild
  Log:
  Add ~amd64 keyword.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 dev-ruby/test-unit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	22 May 2010 16:01:22 -0000	1.18
+++ ChangeLog	20 Jun 2010 18:59:31 -0000	1.19
@@ -1,6 +1,16 @@
 # ChangeLog for dev-ruby/test-unit
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.18 2010/05/22 16:01:22 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.19 2010/06/20 18:59:31 graaff Exp $
+
+  20 Jun 2010; Hans de Graaff <graaff@gentoo.org> +test-unit-2.0.9.ebuild,
+  +files/test-unit-2.0.9-disable-tests.patch:
+  Add ~amd64 keyword.
+
+*test-unit-2.0.9 (20 Jun 2010)
+
+  20 Jun 2010; Hans de Graaff <graaff@gentoo.org> +test-unit-2.0.9.ebuild,
+  +files/test-unit-2.0.9-disable-tests.patch:
+  Version bump.
 
   22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
   test-unit-1.2.3.ebuild, test-unit-2.0.7.ebuild:



1.1                  dev-ruby/test-unit/test-unit-2.0.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/test-unit-2.0.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/test-unit-2.0.9.ebuild?rev=1.1&content-type=text/plain

Index: test-unit-2.0.9.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-2.0.9.ebuild,v 1.1 2010/06/20 18:59:31 graaff Exp $

EAPI=2
# One test fails on jruby, might be a jruby bug
USE_RUBY="ruby18 ruby19 ree18 jruby"

RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="TODO README.txt History.txt"

# Disable default binwraps
RUBY_FAKEGEM_BINWRAP=""

inherit ruby-fakegem

ruby_add_bdepend "doc? ( dev-ruby/hoe )"

DESCRIPTION="An improved version of the Test::Unit framework from Ruby 1.8"
HOMEPAGE="http://test-unit.rubyforge.org/"
SRC_URI="mirror://rubyforge/${PN}/${P}.tgz"

LICENSE="MIT"
SLOT="2"
KEYWORDS="~amd64"
IUSE=""

# Two tests for jruby currently fail. This has been reported upstream:
# http://rubyforge.org/tracker/index.php?group_id=5650&atid=21856
RUBY_PATCHES=( "${P}-disable-tests.patch" )

each_ruby_test() {
	# the rake audit using dev-ruby/zentest currently fails, and we
	# just need to call the testsuite directly.
	# rake audit || die "rake audit failed"
	local rubyflags

	[[ $(basename ${RUBY}) == jruby ]] && rubyflags="-X+O"

	${RUBY} ${rubyflags} test/run-test.rb || die "testsuite failed"
}

all_ruby_intall() {
	all_fakegem_install

	# Create a testrb2 wrapper similarly to the rdoc2 wrapper for
	# rdoc-2* series.
	ruby_fakegem_binwrapper testrb /usr/bint/testrb2
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/test-unit: test-unit-2.0.9.ebuild ChangeLog
@ 2010-06-30  6:27 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-06-30  6:27 UTC (permalink / raw
  To: gentoo-commits

fauli       10/06/30 06:27:16

  Modified:             test-unit-2.0.9.ebuild ChangeLog
  Log:
  keyworded ~arch for x86, bug 324867
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.2                  dev-ruby/test-unit/test-unit-2.0.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/test-unit-2.0.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/test-unit-2.0.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/test-unit-2.0.9.ebuild?r1=1.1&r2=1.2

Index: test-unit-2.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-2.0.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- test-unit-2.0.9.ebuild	20 Jun 2010 18:59:31 -0000	1.1
+++ test-unit-2.0.9.ebuild	30 Jun 2010 06:27:16 -0000	1.2
@@ -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/dev-ruby/test-unit/test-unit-2.0.9.ebuild,v 1.1 2010/06/20 18:59:31 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-2.0.9.ebuild,v 1.2 2010/06/30 06:27:16 fauli Exp $
 
 EAPI=2
 # One test fails on jruby, might be a jruby bug
@@ -23,7 +23,7 @@
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 # Two tests for jruby currently fail. This has been reported upstream:



1.20                 dev-ruby/test-unit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	20 Jun 2010 18:59:31 -0000	1.19
+++ ChangeLog	30 Jun 2010 06:27:16 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/test-unit
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.19 2010/06/20 18:59:31 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.20 2010/06/30 06:27:16 fauli Exp $
+
+  30 Jun 2010; Christian Faulhammer <fauli@gentoo.org>
+  test-unit-2.0.9.ebuild:
+  keyworded ~arch for x86, bug 324867
 
   20 Jun 2010; Hans de Graaff <graaff@gentoo.org> +test-unit-2.0.9.ebuild,
   +files/test-unit-2.0.9-disable-tests.patch:






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/test-unit: test-unit-2.0.9.ebuild ChangeLog
@ 2010-07-03 16:40 Raul Porcel (armin76)
  0 siblings, 0 replies; 3+ messages in thread
From: Raul Porcel (armin76) @ 2010-07-03 16:40 UTC (permalink / raw
  To: gentoo-commits

armin76     10/07/03 16:40:09

  Modified:             test-unit-2.0.9.ebuild ChangeLog
  Log:
  Add ~ia64/~sparc wrt #324867
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.3                  dev-ruby/test-unit/test-unit-2.0.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/test-unit-2.0.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/test-unit-2.0.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/test-unit-2.0.9.ebuild?r1=1.2&r2=1.3

Index: test-unit-2.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-2.0.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- test-unit-2.0.9.ebuild	30 Jun 2010 06:27:16 -0000	1.2
+++ test-unit-2.0.9.ebuild	3 Jul 2010 16:40:09 -0000	1.3
@@ -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/dev-ruby/test-unit/test-unit-2.0.9.ebuild,v 1.2 2010/06/30 06:27:16 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-2.0.9.ebuild,v 1.3 2010/07/03 16:40:09 armin76 Exp $
 
 EAPI=2
 # One test fails on jruby, might be a jruby bug
@@ -23,7 +23,7 @@
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
 IUSE=""
 
 # Two tests for jruby currently fail. This has been reported upstream:



1.21                 dev-ruby/test-unit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	30 Jun 2010 06:27:16 -0000	1.20
+++ ChangeLog	3 Jul 2010 16:40:09 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/test-unit
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.20 2010/06/30 06:27:16 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.21 2010/07/03 16:40:09 armin76 Exp $
+
+  03 Jul 2010; Raúl Porcel <armin76@gentoo.org> test-unit-2.0.9.ebuild:
+  Add ~ia64/~sparc wrt #324867
 
   30 Jun 2010; Christian Faulhammer <fauli@gentoo.org>
   test-unit-2.0.9.ebuild:






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-07-03 16:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-20 18:59 [gentoo-commits] gentoo-x86 commit in dev-ruby/test-unit: test-unit-2.0.9.ebuild ChangeLog Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-30  6:27 Christian Faulhammer (fauli)
2010-07-03 16:40 Raul Porcel (armin76)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox