From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 464371584AD for ; Thu, 01 May 2025 22:38:29 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 242EB34106C for ; Thu, 01 May 2025 22:38:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2714511036B; Thu, 01 May 2025 22:38:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1CD7711036B for ; Thu, 01 May 2025 22:38:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97DEB34106C for ; Thu, 01 May 2025 22:38:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34CEA10D4 for ; Thu, 01 May 2025 22:38:26 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1746139096.1527ea6c9e94d4e046145adeb2417ea4b6ec12e0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/retroshare/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/retroshare/retroshare-0.6.7-r2.ebuild X-VCS-Directories: net-p2p/retroshare/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1527ea6c9e94d4e046145adeb2417ea4b6ec12e0 X-VCS-Branch: master Date: Thu, 01 May 2025 22:38:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 561ce3ec-02fc-4931-aa35-74ccb12f445e X-Archives-Hash: d606befa4504dd040edadf0367cadf2f commit: 1527ea6c9e94d4e046145adeb2417ea4b6ec12e0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 1 18:13:09 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 1 22:38:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1527ea6c net-p2p/retroshare: drop 0.6.7-r2 Signed-off-by: Andreas Sturmlechner gentoo.org> net-p2p/retroshare/retroshare-0.6.7-r2.ebuild | 129 -------------------------- 1 file changed, 129 deletions(-) diff --git a/net-p2p/retroshare/retroshare-0.6.7-r2.ebuild b/net-p2p/retroshare/retroshare-0.6.7-r2.ebuild deleted file mode 100644 index b33ba3383a20..000000000000 --- a/net-p2p/retroshare/retroshare-0.6.7-r2.ebuild +++ /dev/null @@ -1,129 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic desktop qmake-utils xdg - -DESCRIPTION="Friend to Friend secure communication and sharing application" -HOMEPAGE="https://retroshare.cc" -SRC_URI="https://download.opensuse.org/repositories/network:/retroshare/Debian_Testing/retroshare-common_${PV}.orig.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/RetroShare" -# NOTE: GitHub releases/archive is impractical to build so we use the OBS repo -# but they squash point releases which is bad for us - -LICENSE="AGPL-3 Apache-2.0 CC-BY-SA-4.0 GPL-2 GPL-3 LGPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="cli +gui +jsonapi keyring libupnp +miniupnp plugins +service +sqlcipher" - -REQUIRED_USE=" - || ( gui service ) - ?? ( libupnp miniupnp ) - plugins? ( gui ) - service? ( || ( cli jsonapi ) ) -" -RDEPEND=" - app-arch/bzip2 - dev-libs/openssl:0= - sys-libs/zlib - gui? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtmultimedia:5 - dev-qt/qtnetwork:5 - dev-qt/qtprintsupport:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - dev-qt/qtxml:5 - x11-libs/libX11 - x11-libs/libXScrnSaver - ) - keyring? ( app-crypt/libsecret ) - libupnp? ( net-libs/libupnp:= ) - miniupnp? ( net-libs/miniupnpc:= ) - plugins? ( - media-libs/speex - media-libs/speexdsp -