From abec2778751bdb4f2c11a446e5677d1f2135a9b6 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Sat, 3 Apr 2021 14:58:22 +0200 Subject: dev-ros/topic_tools: rosmsg is only a test dep Closes: https://bugs.gentoo.org/775536 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alexis Ballier --- dev-ros/topic_tools/topic_tools-1.15.10-r1.ebuild | 35 +++++++++++++++++++++++ dev-ros/topic_tools/topic_tools-1.15.10.ebuild | 35 ----------------------- dev-ros/topic_tools/topic_tools-9999.ebuild | 4 +-- 3 files changed, 37 insertions(+), 37 deletions(-) create mode 100644 dev-ros/topic_tools/topic_tools-1.15.10-r1.ebuild delete mode 100644 dev-ros/topic_tools/topic_tools-1.15.10.ebuild (limited to 'dev-ros/topic_tools') diff --git a/dev-ros/topic_tools/topic_tools-1.15.10-r1.ebuild b/dev-ros/topic_tools/topic_tools-1.15.10-r1.ebuild new file mode 100644 index 000000000000..56e95ed254bf --- /dev/null +++ b/dev-ros/topic_tools/topic_tools-1.15.10-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ROS_REPO_URI="https://github.com/ros/ros_comm" +KEYWORDS="~amd64 ~arm" +CATKIN_HAS_MESSAGES=yes +ROS_SUBDIR=tools/${PN} +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" + +inherit ros-catkin + +DESCRIPTION="Tools for directing, throttling and selecting ROS topics" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/cpp_common + dev-ros/rosconsole + dev-ros/roscpp + dev-ros/rostime + dev-ros/xmlrpcpp +" +DEPEND="${RDEPEND} + test? ( + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] + dev-ros/rosunit[${PYTHON_SINGLE_USEDEP}] + dev-ros/rosbash[${PYTHON_SINGLE_USEDEP}] + dev-ros/rostopic[${PYTHON_SINGLE_USEDEP}] + dev-ros/rosmsg[${PYTHON_SINGLE_USEDEP}] + dev-cpp/gtest + $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") + )" diff --git a/dev-ros/topic_tools/topic_tools-1.15.10.ebuild b/dev-ros/topic_tools/topic_tools-1.15.10.ebuild deleted file mode 100644 index 60364554ae7c..000000000000 --- a/dev-ros/topic_tools/topic_tools-1.15.10.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ROS_REPO_URI="https://github.com/ros/ros_comm" -KEYWORDS="~amd64 ~arm" -CATKIN_HAS_MESSAGES=yes -ROS_SUBDIR=tools/${PN} -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" - -inherit ros-catkin - -DESCRIPTION="Tools for directing, throttling and selecting ROS topics" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/cpp_common - dev-ros/rosconsole - dev-ros/roscpp - dev-ros/rostime - dev-ros/xmlrpcpp - dev-ros/rosmsg[${PYTHON_SINGLE_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( - dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] - dev-ros/rosunit[${PYTHON_SINGLE_USEDEP}] - dev-ros/rosbash[${PYTHON_SINGLE_USEDEP}] - dev-ros/rostopic[${PYTHON_SINGLE_USEDEP}] - dev-cpp/gtest - $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") - )" diff --git a/dev-ros/topic_tools/topic_tools-9999.ebuild b/dev-ros/topic_tools/topic_tools-9999.ebuild index 8c28b2e72861..56e95ed254bf 100644 --- a/dev-ros/topic_tools/topic_tools-9999.ebuild +++ b/dev-ros/topic_tools/topic_tools-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,6 @@ RDEPEND=" dev-ros/roscpp dev-ros/rostime dev-ros/xmlrpcpp - dev-ros/rosmsg[${PYTHON_SINGLE_USEDEP}] " DEPEND="${RDEPEND} test? ( @@ -30,6 +29,7 @@ DEPEND="${RDEPEND} dev-ros/rosunit[${PYTHON_SINGLE_USEDEP}] dev-ros/rosbash[${PYTHON_SINGLE_USEDEP}] dev-ros/rostopic[${PYTHON_SINGLE_USEDEP}] + dev-ros/rosmsg[${PYTHON_SINGLE_USEDEP}] dev-cpp/gtest $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") )" -- cgit v1.2.3-65-gdbad