/[gentoo-x86]/dev-ruby/flexmock/flexmock-0.8.6-r1.ebuild
Gentoo

Contents of /dev-ruby/flexmock/flexmock-0.8.6-r1.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations) (download)
Wed Oct 20 17:54:12 2010 UTC (2 years, 6 months ago) by graaff
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +1 -1 lines
FILE REMOVED
Version bump.
(Portage version: 2.1.8.3/cvs/Linux x86_64)

1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/flexmock/flexmock-0.8.6-r1.ebuild,v 1.4 2010/06/19 14:13:15 flameeyes Exp $
4
5 EAPI=2
6 USE_RUBY="ruby18 ruby19 jruby ree18"
7
8 RUBY_FAKEGEM_DOCDIR="html"
9 RUBY_FAKEGEM_EXTRADOC="CHANGES README"
10
11 inherit ruby-fakegem
12
13 DESCRIPTION="Simple mock object library for Ruby unit testing"
14 HOMEPAGE="http://${PN}.rubyforge.org/"
15
16 LICENSE="as-is"
17 SLOT="0"
18 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
19 IUSE=""
20
21 ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
22
23 all_ruby_prepare() {
24 # Custom template not found in package
25 sed -i -e '/jamis/d' Rakefile || die
26 }

  ViewVC Help
Powered by ViewVC 1.1.13