From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95DA9138350 for ; Sun, 26 Apr 2020 11:01:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34F78E0A49; Sun, 26 Apr 2020 11:00:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D03CE0A49 for ; Sun, 26 Apr 2020 11:00:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 424C834F53B for ; Sun, 26 Apr 2020 11:00:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDE73206 for ; Sun, 26 Apr 2020 11:00:54 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1587898749.ea4f1771e1149b9dd81d2dca3280f2d13db5f73a.soap@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.3-r1.ebuild net-p2p/retroshare/retroshare-0.6.3-r2.ebuild net-p2p/retroshare/retroshare-0.6.4-r1.ebuild net-p2p/retroshare/retroshare-0.6.4.ebuild X-VCS-Directories: net-p2p/retroshare/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: ea4f1771e1149b9dd81d2dca3280f2d13db5f73a X-VCS-Branch: master Date: Sun, 26 Apr 2020 11:00:54 +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: 41908699-31b6-443b-a5be-be76512edcd8 X-Archives-Hash: c474e8aebd9077d095549348548204d2 commit: ea4f1771e1149b9dd81d2dca3280f2d13db5f73a Author: David Seifert gentoo org> AuthorDate: Sun Apr 26 10:59:09 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 26 10:59:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea4f1771 net-p2p/retroshare: Replace virtual/ffmpeg Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Seifert gentoo.org> .../{retroshare-0.6.3-r1.ebuild => retroshare-0.6.3-r2.ebuild} | 4 ++-- .../{retroshare-0.6.4.ebuild => retroshare-0.6.4-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-p2p/retroshare/retroshare-0.6.3-r1.ebuild b/net-p2p/retroshare/retroshare-0.6.3-r2.ebuild similarity index 98% rename from net-p2p/retroshare/retroshare-0.6.3-r1.ebuild rename to net-p2p/retroshare/retroshare-0.6.3-r2.ebuild index faf5d585b2c..6d046cba38a 100644 --- a/net-p2p/retroshare/retroshare-0.6.3-r1.ebuild +++ b/net-p2p/retroshare/retroshare-0.6.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -51,7 +51,7 @@ RDEPEND=" media-libs/opencv[-qt4(-)] media-libs/speex media-libs/speexdsp - virtual/ffmpeg[encode] + media-video/ffmpeg[encode] )" DEPEND="${RDEPEND} virtual/pkgconfig diff --git a/net-p2p/retroshare/retroshare-0.6.4.ebuild b/net-p2p/retroshare/retroshare-0.6.4-r1.ebuild similarity index 98% rename from net-p2p/retroshare/retroshare-0.6.4.ebuild rename to net-p2p/retroshare/retroshare-0.6.4-r1.ebuild index 3f8d484b636..1e9543ef3ad 100644 --- a/net-p2p/retroshare/retroshare-0.6.4.ebuild +++ b/net-p2p/retroshare/retroshare-0.6.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -51,7 +51,7 @@ RDEPEND=" media-libs/opencv[-qt4(-)] media-libs/speex media-libs/speexdsp - virtual/ffmpeg[encode] + media-video/ffmpeg[encode] )" DEPEND="${RDEPEND} virtual/pkgconfig