You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ruby/little-plugger/little-plugger-1.1.2-r1.ebuild

44 lines
920 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/little-plugger/little-plugger-1.1.2-r1.ebuild,v 1.4 2011/06/02 07:06:44 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 jruby ree18"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC="doc:rdoc"
RUBY_FAKEGME_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
inherit ruby-fakegem eutils
DESCRIPTION="Module that provides Gem based plugin management"
HOMEPAGE="http://github.com/TwP/${PN}"
IUSE="test"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
ruby_add_bdepend "
doc? (
dev-ruby/bones
)
test? (
dev-ruby/bones
dev-ruby/rspec:0
)"
all_ruby_prepare() {
# needed for proper work with Ruby 1.9, without updated RubyGems;
# reported upstream
epatch "${FILESDIR}"/${P}-rubylib.patch
}
each_ruby_test() {
${RUBY} -S spec spec || die "tests failed"
}