# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 CMAKE_BUILD_TYPE=Release inherit cmake-utils eutils DESCRIPTION="Robomongo - is a shell-centric crossplatform MongoDB management tool." HOMEPAGE="http://www.robomongo.org/" #EGIT_REPO_URI="https://github.com/paralect/robomongo" SRC_URI="https://github.com/paralect/robomongo/archive/v0.8.5.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND=">dev-qt/qtcore-5 >dev-qt/qtgui-5 >dev-qt/qtdbus-5 >dev-qt/qtprintsupport-5" RDEPEND="${DEPEND}" S=${WORKDIR}/${P} src_prepare() { epatch "${FILESDIR}/${P}-fix-appstyle.patch" epatch "${FILESDIR}/${P}-exclude-qt-libs.patch" } src_configure() { local mycmakeargs=( -DCMAKE_BUILD_TYPE=Release \ -DOS_ARC=64 ) cmake-utils_src_configure }