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/facets/facets-2.8.4-r1.ebuild

28 lines
890 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facets/facets-2.8.4-r1.ebuild,v 1.6 2012/05/01 18:24:14 armin76 Exp $
EAPI=2
# ree18 -> test failure on hash ordering
# jruby -> many failures and jruby crash
USE_RUBY="ruby18"
RUBY_FAKEGEM_EXTRADOC="AUTHORS HISTORY.rdoc NOTES README.rdoc demo/hook.rdoc demo/scenario_require.rdoc"
RUBY_FAKEGEM_REQUIRE_PATHS="lib/core lib/more"
inherit ruby-fakegem
DESCRIPTION="Facets is an extension library adding extra functionality to Ruby"
HOMEPAGE="http://facets.rubyforge.org/"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="amd64 ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
all_ruby_prepare() {
epatch "${FILESDIR}/${P}-fix-tests.patch"
mkdir -p doc/rdoc || die "Unable to make directory for documentation."
}