# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit desktop qmake-utils xdg-utils DESCRIPTION="P2P private sharing application" HOMEPAGE="https://retroshare.cc" SRC_URI="https://github.com/RetroShare/RetroShare/releases/download/v${PV}/RetroShare-v${PV}-source-with-submodules.tar.gz -> ${P}.tar.gz" # pegmarkdown can also be used with MIT LICENSE="AGPL-3 GPL-2 GPL-3 Apache-2.0 LGPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="cli control-socket gnome-keyring +gui +jsonapi libressl service +sqlcipher webui +xapian" REQUIRED_USE=" || ( cli gui service ) service? ( jsonapi )" RDEPEND=" app-arch/bzip2 >=dev-libs/rapidjson-1.1.0