diff options
Diffstat (limited to 'dev-ruby/extlib/extlib-0.9.14.ebuild')
-rw-r--r-- | dev-ruby/extlib/extlib-0.9.14.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-ruby/extlib/extlib-0.9.14.ebuild b/dev-ruby/extlib/extlib-0.9.14.ebuild new file mode 100644 index 000000000000..a693b8fd1aa1 --- /dev/null +++ b/dev-ruby/extlib/extlib-0.9.14.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/extlib/extlib-0.9.14.ebuild,v 1.1 2010/02/19 12:51:08 graaff Exp $ + +EAPI="2" +USE_RUBY="ruby18" + +# Depends on jeweler which we don't have yet. +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.rdoc" +RUBY_FAKEGEM_TASK_TEST="-f tasks/spec.rake spec" + +inherit ruby-fakegem + +DESCRIPTION="Support library for DataMapper and Merb" +HOMEPAGE="http://extlib.rubyforge.org" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +ruby_add_bdepend test ">=dev-ruby/json-1.2.0 + >=dev-ruby/rspec-1.2.9" + +each_ruby_prepare() { + sed -i '/check_dependencies/d' tasks/spec.rake || die "Unable to remove check_dependencies rules." +} |