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 0859A138359 for ; Thu, 9 Jul 2020 12:34:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97C45E0870; Thu, 9 Jul 2020 12:33:55 +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 7D591E086F for ; Thu, 9 Jul 2020 12:33:55 +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 4276134F8DA for ; Thu, 9 Jul 2020 12:33:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A005A2F0 for ; Thu, 9 Jul 2020 12:33:50 +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: <1594298020.2f5301e3d65613be0f69cbd18d180d5f2c7d30bb.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/imu_filter_madgwick/files/, dev-ros/imu_filter_madgwick/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/imu_filter_madgwick/files/boost_signals.patch dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.2.2.ebuild dev-ros/imu_filter_madgwick/imu_filter_madgwick-9999.ebuild X-VCS-Directories: dev-ros/imu_filter_madgwick/files/ dev-ros/imu_filter_madgwick/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 2f5301e3d65613be0f69cbd18d180d5f2c7d30bb X-VCS-Branch: master Date: Thu, 9 Jul 2020 12:33:50 +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: ceb0e550-4c5b-447b-b195-7a46bf5bfcb5 X-Archives-Hash: b42e8afc9c226e438fa483c58f5a2fae commit: 2f5301e3d65613be0f69cbd18d180d5f2c7d30bb Author: Alexis Ballier gentoo org> AuthorDate: Thu Jul 9 12:32:40 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jul 9 12:33:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5301e3 dev-ros/imu_filter_madgwick: remove useless patch Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/imu_filter_madgwick/files/boost_signals.patch | 13 ------------- .../imu_filter_madgwick/imu_filter_madgwick-1.2.2.ebuild | 5 ++--- dev-ros/imu_filter_madgwick/imu_filter_madgwick-9999.ebuild | 5 ++--- 3 files changed, 4 insertions(+), 19 deletions(-) diff --git a/dev-ros/imu_filter_madgwick/files/boost_signals.patch b/dev-ros/imu_filter_madgwick/files/boost_signals.patch deleted file mode 100644 index 75d3130d976..00000000000 --- a/dev-ros/imu_filter_madgwick/files/boost_signals.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: imu_filter_madgwick/CMakeLists.txt -=================================================================== ---- imu_filter_madgwick.orig/CMakeLists.txt -+++ imu_filter_madgwick/CMakeLists.txt -@@ -3,7 +3,7 @@ project(imu_filter_madgwick) - - find_package(catkin REQUIRED COMPONENTS roscpp sensor_msgs geometry_msgs tf2 tf2_geometry_msgs tf2_ros nodelet pluginlib message_filters dynamic_reconfigure) - --find_package(Boost REQUIRED COMPONENTS system thread signals) -+find_package(Boost REQUIRED COMPONENTS system thread) - - # Generate dynamic parameters - generate_dynamic_reconfigure_options(cfg/ImuFilterMadgwick.cfg) diff --git a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.2.2.ebuild b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.2.2.ebuild index a5d8615b30c..859a2d856f8 100644 --- a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.2.2.ebuild +++ b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.2.2.ebuild @@ -16,8 +16,6 @@ IUSE="" RDEPEND=" dev-ros/roscpp - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/tf2 dev-ros/tf2_geometry_msgs dev-ros/tf2_ros @@ -29,6 +27,7 @@ RDEPEND=" dev-libs/boost:=[threads] " DEPEND="${RDEPEND} + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] test? ( dev-ros/rosunit ) " -PATCHES=( "${FILESDIR}/boost_signals.patch" ) diff --git a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-9999.ebuild b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-9999.ebuild index a5d8615b30c..859a2d856f8 100644 --- a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-9999.ebuild +++ b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-9999.ebuild @@ -16,8 +16,6 @@ IUSE="" RDEPEND=" dev-ros/roscpp - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/tf2 dev-ros/tf2_geometry_msgs dev-ros/tf2_ros @@ -29,6 +27,7 @@ RDEPEND=" dev-libs/boost:=[threads] " DEPEND="${RDEPEND} + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] test? ( dev-ros/rosunit ) " -PATCHES=( "${FILESDIR}/boost_signals.patch" )