diff --git a/net-p2p/retroshare/retroshare-0.6.5.ebuild b/net-p2p/retroshare/retroshare-0.6.5.ebuild deleted file mode 100644 index b2c53a2a28391..0000000000000 --- a/net-p2p/retroshare/retroshare-0.6.5.ebuild +++ /dev/null @@ -1,152 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop eutils 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 service +sqlcipher webui +xapian" - -REQUIRED_USE=" - || ( cli gui service ) - service? ( jsonapi )" - -RDEPEND=" - app-arch/bzip2 - dev-libs/openssl:0= - >=dev-libs/rapidjson-1.1.0 -