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 35972138335 for ; Thu, 12 Dec 2019 14:47:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 908F1E0857; Thu, 12 Dec 2019 14:47:13 +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 F2B2FE0857 for ; Thu, 12 Dec 2019 14:47:12 +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 6CD5A34D96D for ; Thu, 12 Dec 2019 14:47:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0E598D7 for ; Thu, 12 Dec 2019 14:47:08 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1576162016.9cb68d38c357a2e54c8edddd4a10c3fc7d150063.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosbag/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rosbag/rosbag-1.14.3-r1.ebuild dev-ros/rosbag/rosbag-1.14.3-r2.ebuild dev-ros/rosbag/rosbag-9999.ebuild X-VCS-Directories: dev-ros/rosbag/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 9cb68d38c357a2e54c8edddd4a10c3fc7d150063 X-VCS-Branch: master Date: Thu, 12 Dec 2019 14:47:08 +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: 4ccd1313-3823-4d36-bf45-253166c87a41 X-Archives-Hash: 415eef4ec490f0010bb6c2332989e00a commit: 9cb68d38c357a2e54c8edddd4a10c3fc7d150063 Author: Alexis Ballier gentoo org> AuthorDate: Thu Dec 12 13:27:12 2019 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Dec 12 14:46:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb68d38 dev-ros/rosbag: switch to pycryptodotme Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/rosbag/{rosbag-1.14.3-r1.ebuild => rosbag-1.14.3-r2.ebuild} | 2 +- dev-ros/rosbag/rosbag-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ros/rosbag/rosbag-1.14.3-r1.ebuild b/dev-ros/rosbag/rosbag-1.14.3-r2.ebuild similarity index 95% rename from dev-ros/rosbag/rosbag-1.14.3-r1.ebuild rename to dev-ros/rosbag/rosbag-1.14.3-r2.ebuild index f36222bd866..e4ca9d626aa 100644 --- a/dev-ros/rosbag/rosbag-1.14.3-r1.ebuild +++ b/dev-ros/rosbag/rosbag-1.14.3-r2.ebuild @@ -28,7 +28,7 @@ RDEPEND=" dev-ros/genpy[${PYTHON_USEDEP}] dev-ros/rospy[${PYTHON_USEDEP}] dev-libs/console_bridge:= - dev-python/pycrypto[${PYTHON_USEDEP}] + dev-python/pycryptodome[${PYTHON_USEDEP}] dev-python/python-gnupg[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" diff --git a/dev-ros/rosbag/rosbag-9999.ebuild b/dev-ros/rosbag/rosbag-9999.ebuild index f36222bd866..e4ca9d626aa 100644 --- a/dev-ros/rosbag/rosbag-9999.ebuild +++ b/dev-ros/rosbag/rosbag-9999.ebuild @@ -28,7 +28,7 @@ RDEPEND=" dev-ros/genpy[${PYTHON_USEDEP}] dev-ros/rospy[${PYTHON_USEDEP}] dev-libs/console_bridge:= - dev-python/pycrypto[${PYTHON_USEDEP}] + dev-python/pycryptodome[${PYTHON_USEDEP}] dev-python/python-gnupg[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}"