summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-08-23 19:35:21 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-08-23 19:35:21 +0000
commitafa4fd28bb3540cae33f1ef7616749836b0cefce (patch)
tree4f6d34ac466f4702e4511cae58badff688935a95 /dev-ruby
parentx86 stable, bug #333883 (diff)
downloadhistorical-afa4fd28bb3540cae33f1ef7616749836b0cefce.tar.gz
historical-afa4fd28bb3540cae33f1ef7616749836b0cefce.tar.bz2
historical-afa4fd28bb3540cae33f1ef7616749836b0cefce.zip
Cleanup -r0 for stabilisation, ree18 and ruby19 slated for -r1.
Package-Manager: portage-2.2_rc68/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/hoe-seattlerb/ChangeLog8
-rw-r--r--dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2-r1.ebuild26
-rw-r--r--dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild4
-rw-r--r--dev-ruby/zentest/ChangeLog8
-rw-r--r--dev-ruby/zentest/zentest-4.3.3-r1.ebuild40
-rw-r--r--dev-ruby/zentest/zentest-4.3.3.ebuild4
6 files changed, 84 insertions, 6 deletions
diff --git a/dev-ruby/hoe-seattlerb/ChangeLog b/dev-ruby/hoe-seattlerb/ChangeLog
index be448543eed6..a7e6239f3604 100644
--- a/dev-ruby/hoe-seattlerb/ChangeLog
+++ b/dev-ruby/hoe-seattlerb/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/hoe-seattlerb
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/ChangeLog,v 1.11 2010/08/18 11:08:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/ChangeLog,v 1.12 2010/08/23 19:34:30 flameeyes Exp $
+
+*hoe-seattlerb-1.2.2-r1 (23 Aug 2010)
+
+ 23 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ hoe-seattlerb-1.2.2.ebuild, +hoe-seattlerb-1.2.2-r1.ebuild:
+ Cleanup -r0 for stabilisation, ree18 and ruby19 slated for -r1.
18 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org>
hoe-seattlerb-1.2.2.ebuild:
diff --git a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2-r1.ebuild b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2-r1.ebuild
new file mode 100644
index 000000000000..4bc29bb83abc
--- /dev/null
+++ b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2-r1.ebuild,v 1.1 2010/08/23 19:34:30 flameeyes Exp $
+
+EAPI=2
+USE_RUBY="ruby18 ree18 ruby19 jruby"
+
+# no tests present
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_TASK_DOC="docs"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Hoe plugins providing tasks used by seattle.rb"
+HOMEPAGE="http://seattlerb.rubyforge.org/hoe-seattlerb"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+ruby_add_rdepend '>=dev-ruby/hoe-2.3.3 dev-ruby/minitest'
+ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.3.3 )"
diff --git a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild
index 8dccc59863cd..3d4f2100816a 100644
--- a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild
+++ b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild,v 1.7 2010/08/18 11:08:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild,v 1.8 2010/08/23 19:34:30 flameeyes Exp $
EAPI=2
-USE_RUBY="ruby18 ree18 ruby19 jruby"
+USE_RUBY="ruby18 jruby"
# no tests present
RUBY_FAKEGEM_TASK_TEST=""
diff --git a/dev-ruby/zentest/ChangeLog b/dev-ruby/zentest/ChangeLog
index 2e4918dfed4d..0a16c97ac41c 100644
--- a/dev-ruby/zentest/ChangeLog
+++ b/dev-ruby/zentest/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/zentest
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/ChangeLog,v 1.71 2010/08/22 12:21:37 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/ChangeLog,v 1.72 2010/08/23 19:35:21 flameeyes Exp $
+
+*zentest-4.3.3-r1 (23 Aug 2010)
+
+ 23 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ zentest-4.3.3.ebuild, +zentest-4.3.3-r1.ebuild:
+ Cleanup -r0 for stabilisation, ree18 and ruby19 slated for -r1.
22 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org>
-zentest-4.2.1.ebuild, -zentest-4.3.2.ebuild, -files/zentest-dirfix.diff,
diff --git a/dev-ruby/zentest/zentest-4.3.3-r1.ebuild b/dev-ruby/zentest/zentest-4.3.3-r1.ebuild
new file mode 100644
index 000000000000..6ac8d35d313b
--- /dev/null
+++ b/dev-ruby/zentest/zentest-4.3.3-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/zentest-4.3.3-r1.ebuild,v 1.1 2010/08/23 19:35:21 flameeyes Exp $
+
+EAPI=2
+
+USE_RUBY="ruby18 ree18 ruby19 jruby"
+
+RUBY_FAKEGEM_NAME=ZenTest
+
+RUBY_FAKEGEM_TASK_DOC="docs"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.txt History.txt example.txt example1.rb example2.rb example_dot_autotest.rb"
+
+inherit ruby-fakegem
+
+DESCRIPTION="ZenTest provides tools to support testing: zentest, unit_diff, autotest, multiruby, and Test::Rails"
+HOMEPAGE="http://rubyforge.org/projects/zentest/"
+LICENSE="Ruby"
+
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "
+ doc? (
+ >=dev-ruby/hoe-2.6.0
+ dev-ruby/hoe-seattlerb
+ )
+ test? (
+ >=dev-ruby/hoe-2.6.0
+ dev-ruby/hoe-seattlerb
+ virtual/ruby-minitest
+ )"
+
+each_ruby_test() {
+ # JRuby needs the extended objectspace. We do it here
+ # unconditional in this easy way.
+ JRUBY_OPTS="${JRUBY_OPTS} -X+O" each_fakegem_test
+}
diff --git a/dev-ruby/zentest/zentest-4.3.3.ebuild b/dev-ruby/zentest/zentest-4.3.3.ebuild
index fa3e174091b6..fb486962c77b 100644
--- a/dev-ruby/zentest/zentest-4.3.3.ebuild
+++ b/dev-ruby/zentest/zentest-4.3.3.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/zentest-4.3.3.ebuild,v 1.1 2010/07/20 08:00:33 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/zentest-4.3.3.ebuild,v 1.2 2010/08/23 19:35:21 flameeyes Exp $
EAPI=2
-USE_RUBY="ruby18 ree18 ruby19 jruby"
+USE_RUBY="ruby18 jruby"
RUBY_FAKEGEM_NAME=ZenTest