/[gentoo-x86]/dev-ruby/mini_shoulda/mini_shoulda-0.4.0.ebuild
Gentoo

Contents of /dev-ruby/mini_shoulda/mini_shoulda-0.4.0.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Thu Aug 2 09:58:04 2012 UTC (10 months, 2 weeks ago) by graaff
Branch: MAIN
CVS Tags: HEAD
Initial import. Dependency of forthcoming dev-ruby/dalli.

(Portage version: 2.1.10.65/cvs/Linux x86_64)

1 graaff 1.1 # Copyright 1999-2012 Gentoo Foundation
2     # Distributed under the terms of the GNU General Public License v2
3     # $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-2.12.1.ebuild,v 1.4 2012/07/25 20:40:34 blueness Exp $
4    
5     EAPI=4
6     USE_RUBY="ruby18 ruby19 ree18 jruby"
7    
8     RUBY_FAKEGEM_TASK_DOC=""
9     RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
10    
11     inherit ruby-fakegem
12    
13     DESCRIPTION="A minimal shoulda DSL built on top of MiniTest::Spec."
14     HOMEPAGE="https://github.com/seattlerb/minitest"
15    
16     LICENSE="MIT"
17     SLOT="0"
18     KEYWORDS="~amd64"
19     IUSE=""
20    
21     ruby_add_rdepend ">dev-ruby/minitest-2.1.0"
22    
23     all_ruby_prepare() {
24     sed -i -e '/git ls-files/d' mini_shoulda.gemspec || die
25     sed -i -e '/[Bb]undler/ s:^:#:' Rakefile test/test_helper.rb || die
26    
27     # Avoid a test that is supposed to fail
28     sed -i -e '/DuppedScopeTest/,$ s:^:#:' test/scope_test.rb || die
29     }

  ViewVC Help
Powered by ViewVC 1.1.20