diff options
author | Johannes Huber <johu@gentoo.org> | 2014-03-20 21:37:12 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-03-20 21:37:12 +0100 |
commit | c853cf83307bccfa7914e3ef4443a501d6b618d6 (patch) | |
tree | 88aa9b213811e6d3a97fb1f99f3dea84b0fba7b4 /games-board | |
parent | [profiles/package.mask] Remove KDE SC 4.13 beta 2 (diff) | |
download | kde-c853cf83307bccfa7914e3ef4443a501d6b618d6.tar.gz kde-c853cf83307bccfa7914e3ef4443a501d6b618d6.tar.bz2 kde-c853cf83307bccfa7914e3ef4443a501d6b618d6.zip |
[games-board/kaya] Sync with tree
Package-Manager: portage-2.2.8-r1
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/kaya/kaya-9999.ebuild | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/games-board/kaya/kaya-9999.ebuild b/games-board/kaya/kaya-9999.ebuild index 69fa34c362..26ba98a27e 100644 --- a/games-board/kaya/kaya-9999.ebuild +++ b/games-board/kaya/kaya-9999.ebuild @@ -3,8 +3,9 @@ # $Header: $ EAPI=5 +USE_RUBY="ruby19" +CMAKE_IN_SOURCE_BUILD=1 -USE_RUBY="ruby18" inherit kde4-base ruby-ng DESCRIPTION="Board game suite for KDE" @@ -18,7 +19,7 @@ IUSE="debug" DEPEND="" RDEPEND="" -ruby_add_rdepend "kde-base/korundum" +ruby_add_rdepend "|| ( kde-base/korundum kde-base/kdebindings-ruby )" ruby_add_rdepend "dev-ruby/builder" EGIT_SOURCE_UNPACK="${WORKDIR}/all/${P}" @@ -28,35 +29,35 @@ pkg_setup() { kde4-base_pkg_setup } -all_ruby_unpack() { +src_unpack() { kde4-base_src_unpack + + cd "${WORKDIR}" + mkdir all + mv ${P} all/ || die "Could not move sources" } all_ruby_prepare() { kde4-base_src_prepare } -each_ruby_configure() { +all_ruby_configure() { CMAKE_USE_DIR=${S} - mycmakeargs=( - -DRUBY_LIBRARY=$(ruby_get_libruby) - -DRUBY_INCLUDE_PATH=$(ruby_get_hdrdir) - -DRUBY_EXECUTABLE=${RUBY} - ) kde4-base_src_configure } -each_ruby_compile() { +all_ruby_compile() { CMAKE_USE_DIR=${S} kde4-base_src_compile } -each_ruby_install() { +all_ruby_install() { CMAKE_USE_DIR=${S} kde4-base_src_install } pkg_postinst() { + kde4-base_pkg_postinst elog "To be able to use the kaya board game front-end, you need to install at least one" elog "of the following game engines: " elog " games-board/gnuchess" |