# 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="AGPL" 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() { unpack ${A} cd "${S}" epatch "${FILESDIR}/${P}-fix-appstyle.patch" } src_configure() { local mycmakeargs=( -DOS_ARC=64 ) cmake-utils_src_configure }