summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2012-08-13 18:23:39 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2012-08-13 18:23:39 +0000
commit563588fd9068123a2899a6f2a9c6262428fb0dbb (patch)
tree5f636c64c8db1ae277467ad337de67c9b11d8c19 /dev-ruby/mash
parentFix avoidance of hash ordering tests, bug 430746. (diff)
downloadgentoo-2-563588fd9068123a2899a6f2a9c6262428fb0dbb.tar.gz
gentoo-2-563588fd9068123a2899a6f2a9c6262428fb0dbb.tar.bz2
gentoo-2-563588fd9068123a2899a6f2a9c6262428fb0dbb.zip
Bump to EAPI 4; add Ruby 1.9, Ruby EE and JRuby support; use the new rspec recipe for tests, which let us abandon rspec:0.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/mash')
-rw-r--r--dev-ruby/mash/ChangeLog9
-rw-r--r--dev-ruby/mash/mash-0.1.1-r1.ebuild12
2 files changed, 11 insertions, 10 deletions
diff --git a/dev-ruby/mash/ChangeLog b/dev-ruby/mash/ChangeLog
index 415e2ee40925..8ec9582e7fc9 100644
--- a/dev-ruby/mash/ChangeLog
+++ b/dev-ruby/mash/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/mash
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/ChangeLog,v 1.6 2010/10/09 08:48:14 graaff Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/ChangeLog,v 1.7 2012/08/13 18:23:39 flameeyes Exp $
+
+ 13 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> mash-0.1.1-r1.ebuild:
+ Bump to EAPI 4; add Ruby 1.9, Ruby EE and JRuby support; use the new rspec
+ recipe for tests, which let us abandon rspec:0.
09 Oct 2010; Hans de Graaff <graaff@gentoo.org> mash-0.1.1-r1.ebuild:
Depend on rspec-1.
@@ -26,4 +30,3 @@
16 May 2009; Hans de Graaff <graaff@gentoo.org> +metadata.xml,
+mash-0.0.3.ebuild:
Initial import. Dependency of dev-ruby/twitter.
-
diff --git a/dev-ruby/mash/mash-0.1.1-r1.ebuild b/dev-ruby/mash/mash-0.1.1-r1.ebuild
index 6e308f21d06d..c17d6cf8b0db 100644
--- a/dev-ruby/mash/mash-0.1.1-r1.ebuild
+++ b/dev-ruby/mash/mash-0.1.1-r1.ebuild
@@ -1,11 +1,11 @@
-# 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/mash/mash-0.1.1-r1.ebuild,v 1.2 2010/10/09 08:48:14 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/mash-0.1.1-r1.ebuild,v 1.3 2012/08/13 18:23:39 flameeyes Exp $
-EAPI=2
-USE_RUBY="ruby18"
+EAPI=4
+USE_RUBY="ruby18 ruby19 ree18 jruby"
-RUBY_FAKEGEM_TASK_TEST="spec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
@@ -19,5 +19,3 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:0 )"