From 5471e243ee322e623ab539ec9c8ff6b59a0b50d2 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Fri, 18 Jun 2021 21:16:07 +0200 Subject: dev-ros/test_tf2: Depend on dev-libs/boost:=[threads(+)] Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: David Seifert --- dev-ros/test_tf2/test_tf2-0.7.2-r1.ebuild | 35 +++++++++++++++++++++++++++++++ dev-ros/test_tf2/test_tf2-0.7.2.ebuild | 35 ------------------------------- dev-ros/test_tf2/test_tf2-0.7.3-r1.ebuild | 35 +++++++++++++++++++++++++++++++ dev-ros/test_tf2/test_tf2-0.7.3.ebuild | 35 ------------------------------- dev-ros/test_tf2/test_tf2-0.7.5-r1.ebuild | 35 +++++++++++++++++++++++++++++++ dev-ros/test_tf2/test_tf2-0.7.5.ebuild | 35 ------------------------------- dev-ros/test_tf2/test_tf2-9999.ebuild | 4 ++-- 7 files changed, 107 insertions(+), 107 deletions(-) create mode 100644 dev-ros/test_tf2/test_tf2-0.7.2-r1.ebuild delete mode 100644 dev-ros/test_tf2/test_tf2-0.7.2.ebuild create mode 100644 dev-ros/test_tf2/test_tf2-0.7.3-r1.ebuild delete mode 100644 dev-ros/test_tf2/test_tf2-0.7.3.ebuild create mode 100644 dev-ros/test_tf2/test_tf2-0.7.5-r1.ebuild delete mode 100644 dev-ros/test_tf2/test_tf2-0.7.5.ebuild (limited to 'dev-ros/test_tf2') diff --git a/dev-ros/test_tf2/test_tf2-0.7.2-r1.ebuild b/dev-ros/test_tf2/test_tf2-0.7.2-r1.ebuild new file mode 100644 index 000000000000..6c0d24e8c5f9 --- /dev/null +++ b/dev-ros/test_tf2/test_tf2-0.7.2-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/geometry2" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="TF2 unit tests" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND=" + dev-ros/rosconsole + dev-ros/roscpp + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] + dev-ros/tf + dev-ros/tf2 + dev-ros/tf2_bullet + dev-ros/tf2_ros[${PYTHON_SINGLE_USEDEP}] + dev-ros/tf2_geometry_msgs[${PYTHON_SINGLE_USEDEP}] + dev-ros/tf2_kdl[${PYTHON_SINGLE_USEDEP}] + dev-ros/tf2_msgs + dev-ros/rosbash + sci-libs/orocos_kdl + $(python_gen_cond_dep "dev-python/python_orocos_kdl[\${PYTHON_USEDEP}]") + dev-libs/boost:=[threads(+)] + dev-cpp/gtest +" + +mycatkincmakeargs=( "-DCATKIN_ENABLE_TESTING=ON" ) diff --git a/dev-ros/test_tf2/test_tf2-0.7.2.ebuild b/dev-ros/test_tf2/test_tf2-0.7.2.ebuild deleted file mode 100644 index 24179b340482..000000000000 --- a/dev-ros/test_tf2/test_tf2-0.7.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -ROS_REPO_URI="https://github.com/ros/geometry2" -KEYWORDS="~amd64" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="TF2 unit tests" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND=" - dev-ros/rosconsole - dev-ros/roscpp - dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] - dev-ros/tf - dev-ros/tf2 - dev-ros/tf2_bullet - dev-ros/tf2_ros[${PYTHON_SINGLE_USEDEP}] - dev-ros/tf2_geometry_msgs[${PYTHON_SINGLE_USEDEP}] - dev-ros/tf2_kdl[${PYTHON_SINGLE_USEDEP}] - dev-ros/tf2_msgs - dev-ros/rosbash - sci-libs/orocos_kdl - $(python_gen_cond_dep "dev-python/python_orocos_kdl[\${PYTHON_USEDEP}]") - dev-libs/boost:=[threads] - dev-cpp/gtest -" - -mycatkincmakeargs=( "-DCATKIN_ENABLE_TESTING=ON" ) diff --git a/dev-ros/test_tf2/test_tf2-0.7.3-r1.ebuild b/dev-ros/test_tf2/test_tf2-0.7.3-r1.ebuild new file mode 100644 index 000000000000..6c0d24e8c5f9 --- /dev/null +++ b/dev-ros/test_tf2/test_tf2-0.7.3-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/geometry2" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="TF2 unit tests" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND=" + dev-ros/rosconsole + dev-ros/roscpp + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] + dev-ros/tf + dev-ros/tf2 + dev-ros/tf2_bullet + dev-ros/tf2_ros[${PYTHON_SINGLE_USEDEP}] + dev-ros/tf2_geometry_msgs[${PYTHON_SINGLE_USEDEP}] + dev-ros/tf2_kdl[${PYTHON_SINGLE_USEDEP}] + dev-ros/tf2_msgs + dev-ros/rosbash + sci-libs/orocos_kdl + $(python_gen_cond_dep "dev-python/python_orocos_kdl[\${PYTHON_USEDEP}]") + dev-libs/boost:=[threads(+)] + dev-cpp/gtest +" + +mycatkincmakeargs=( "-DCATKIN_ENABLE_TESTING=ON" ) diff --git a/dev-ros/test_tf2/test_tf2-0.7.3.ebuild b/dev-ros/test_tf2/test_tf2-0.7.3.ebuild deleted file mode 100644 index 24179b340482..000000000000 --- a/dev-ros/test_tf2/test_tf2-0.7.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -ROS_REPO_URI="https://github.com/ros/geometry2" -KEYWORDS="~amd64" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="TF2 unit tests" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND=" - dev-ros/rosconsole - dev-ros/roscpp - dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] - dev-ros/tf - dev-ros/tf2 - dev-ros/tf2_bullet - dev-ros/tf2_ros[${PYTHON_SINGLE_USEDEP}] - dev-ros/tf2_geometry_msgs[${PYTHON_SINGLE_USEDEP}] - dev-ros/tf2_kdl[${PYTHON_SINGLE_USEDEP}] - dev-ros/tf2_msgs - dev-ros/rosbash - sci-libs/orocos_kdl - $(python_gen_cond_dep "dev-python/python_orocos_kdl[\${PYTHON_USEDEP}]") - dev-libs/boost:=[threads] - dev-cpp/gtest -" - -mycatkincmakeargs=( "-DCATKIN_ENABLE_TESTING=ON" ) diff --git a/dev-ros/test_tf2/test_tf2-0.7.5-r1.ebuild b/dev-ros/test_tf2/test_tf2-0.7.5-r1.ebuild new file mode 100644 index 000000000000..6c0d24e8c5f9 --- /dev/null +++ b/dev-ros/test_tf2/test_tf2-0.7.5-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/geometry2" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="TF2 unit tests" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND=" + dev-ros/rosconsole + dev-ros/roscpp + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] + dev-ros/tf + dev-ros/tf2 + dev-ros/tf2_bullet + dev-ros/tf2_ros[${PYTHON_SINGLE_USEDEP}] + dev-ros/tf2_geometry_msgs[${PYTHON_SINGLE_USEDEP}] + dev-ros/tf2_kdl[${PYTHON_SINGLE_USEDEP}] + dev-ros/tf2_msgs + dev-ros/rosbash + sci-libs/orocos_kdl + $(python_gen_cond_dep "dev-python/python_orocos_kdl[\${PYTHON_USEDEP}]") + dev-libs/boost:=[threads(+)] + dev-cpp/gtest +" + +mycatkincmakeargs=( "-DCATKIN_ENABLE_TESTING=ON" ) diff --git a/dev-ros/test_tf2/test_tf2-0.7.5.ebuild b/dev-ros/test_tf2/test_tf2-0.7.5.ebuild deleted file mode 100644 index 24179b340482..000000000000 --- a/dev-ros/test_tf2/test_tf2-0.7.5.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -ROS_REPO_URI="https://github.com/ros/geometry2" -KEYWORDS="~amd64" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="TF2 unit tests" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND=" - dev-ros/rosconsole - dev-ros/roscpp - dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] - dev-ros/tf - dev-ros/tf2 - dev-ros/tf2_bullet - dev-ros/tf2_ros[${PYTHON_SINGLE_USEDEP}] - dev-ros/tf2_geometry_msgs[${PYTHON_SINGLE_USEDEP}] - dev-ros/tf2_kdl[${PYTHON_SINGLE_USEDEP}] - dev-ros/tf2_msgs - dev-ros/rosbash - sci-libs/orocos_kdl - $(python_gen_cond_dep "dev-python/python_orocos_kdl[\${PYTHON_USEDEP}]") - dev-libs/boost:=[threads] - dev-cpp/gtest -" - -mycatkincmakeargs=( "-DCATKIN_ENABLE_TESTING=ON" ) diff --git a/dev-ros/test_tf2/test_tf2-9999.ebuild b/dev-ros/test_tf2/test_tf2-9999.ebuild index 24179b340482..6c0d24e8c5f9 100644 --- a/dev-ros/test_tf2/test_tf2-9999.ebuild +++ b/dev-ros/test_tf2/test_tf2-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 @@ -28,7 +28,7 @@ DEPEND=" dev-ros/rosbash sci-libs/orocos_kdl $(python_gen_cond_dep "dev-python/python_orocos_kdl[\${PYTHON_USEDEP}]") - dev-libs/boost:=[threads] + dev-libs/boost:=[threads(+)] dev-cpp/gtest " -- cgit v1.2.3-65-gdbad