diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-08-14 00:07:02 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-08-14 00:07:02 +0000 |
commit | 83e09986fd64b65b1b65bc9e65a6e4f320aa065d (patch) | |
tree | 638458a27105b05e236f6ad50130c28340ef9e1b /dev-ruby/tidy_table/tidy_table-0.0.5-r1.ebuild | |
parent | Use the new rspec recipe for tests; bump to EAPI 4. (diff) | |
download | historical-83e09986fd64b65b1b65bc9e65a6e4f320aa065d.tar.gz historical-83e09986fd64b65b1b65bc9e65a6e4f320aa065d.tar.bz2 historical-83e09986fd64b65b1b65bc9e65a6e4f320aa065d.zip |
On stable, make sure to depend on RSpec slot 0. For the newest ebuild, port to use the rspec recipe for testing, removing RSpec 1 dependency (and hoe dependency for testing), bump to EAPI 4 and add Ruby EE support.
Package-Manager: portage-2.2.0_alpha120/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/tidy_table/tidy_table-0.0.5-r1.ebuild')
-rw-r--r-- | dev-ruby/tidy_table/tidy_table-0.0.5-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/tidy_table/tidy_table-0.0.5-r1.ebuild b/dev-ruby/tidy_table/tidy_table-0.0.5-r1.ebuild index 476a98beaa43..a7a2ec3a7b55 100644 --- a/dev-ruby/tidy_table/tidy_table-0.0.5-r1.ebuild +++ b/dev-ruby/tidy_table/tidy_table-0.0.5-r1.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/tidy_table/tidy_table-0.0.5-r1.ebuild,v 1.6 2010/07/21 12:52:55 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy_table/tidy_table-0.0.5-r1.ebuild,v 1.7 2012/08/14 00:07:02 flameeyes Exp $ EAPI="2" USE_RUBY="ruby18" @@ -24,5 +24,5 @@ ruby_add_bdepend " doc? ( dev-ruby/hoe ) test? ( dev-ruby/hoe - dev-ruby/rspec + dev-ruby/rspec:0 )" |