# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit kde4-base git DESCRIPTION="Board game suite for KDE" HOMEPAGE="http://pcapriotti.github.com/kaya/" EGIT_REPO_URI="git://github.com/pcapriotti/kaya.git" LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="" DEPEND="dev-lang/ruby:1.8" RDEPEND="${DEPEND} kde-base/kdebindings-ruby" src_configure() { mycmakeargs=( -DRUBY_LIBRARY=$(ruby -rrbconfig -e 'puts File.join(Config::CONFIG["libdir"], Config::CONFIG["LIBRUBY"])') ) kde4-base_src_configure }