30 lines
774 B
Bash
30 lines
774 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.4.ebuild,v 1.1 2012/08/13 00:07:58 flameeyes Exp $
|
|
|
|
EAPI="4"
|
|
USE_RUBY="ruby18 ruby19 ree18"
|
|
|
|
RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS"
|
|
|
|
RUBY_FAKEGEM_TASK_DOC=""
|
|
|
|
RUBY_FAKEGEM_RECIPE_TEST="none"
|
|
|
|
inherit ruby-fakegem
|
|
|
|
DESCRIPTION="A pkg-config implementation by Ruby"
|
|
HOMEPAGE="https://github.com/rcairo/pkg-config"
|
|
LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
|
|
|
|
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
|
SLOT="0"
|
|
IUSE="test"
|
|
|
|
ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
|
|
# this is used for testing
|
|
DEPEND+=" test? ( x11-libs/cairo )"
|
|
|
|
each_ruby_test() {
|
|
ruby-ng_testrb-2 test/test_${PN/-/_}.rb
|
|
}
|