| 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/mkrf/mkrf-0.2.3-r1.ebuild,v 1.11 2012/05/01 18:24:17 armin76 Exp $
|
| 4 |
|
| 5 |
EAPI="2"
|
| 6 |
USE_RUBY="ruby18"
|
| 7 |
|
| 8 |
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
|
| 9 |
RUBY_FAKEGEM_DOCDIR="html"
|
| 10 |
|
| 11 |
# The unit tests (test:units) fail so skip them for now, since we have
|
| 12 |
# had this version in our tree for a long time. No bug tracker to
|
| 13 |
# report this problem. :-(
|
| 14 |
RUBY_FAKEGEM_TASK_TEST="test:integration"
|
| 15 |
|
| 16 |
inherit ruby-fakegem
|
| 17 |
|
| 18 |
DESCRIPTION="mkrf is a library for generating Rakefiles, primarily intended for building C extentions for Ruby."
|
| 19 |
HOMEPAGE="http://mkrf.rubyforge.org/"
|
| 20 |
|
| 21 |
LICENSE="MIT"
|
| 22 |
SLOT="0"
|
| 23 |
KEYWORDS="amd64 ppc x86"
|
| 24 |
|
| 25 |
IUSE=""
|
| 26 |
|
| 27 |
ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
|
| 28 |
|
| 29 |
DEPEND="${DEPEND} test? ( virtual/libiconv dev-libs/libxml2 )"
|