From 7afd9229dece384f4ead3a5f1f0feb8424ae3b4d Mon Sep 17 00:00:00 2001 From: David Seifert Date: Fri, 18 Jun 2021 21:15:55 +0200 Subject: dev-ros/stage_ros: Depend on dev-libs/boost:=[threads(+)] Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: David Seifert --- dev-ros/stage_ros/stage_ros-1.8.0-r1.ebuild | 33 +++++++++++++++++++++++++++++ dev-ros/stage_ros/stage_ros-1.8.0.ebuild | 33 ----------------------------- dev-ros/stage_ros/stage_ros-9999.ebuild | 4 ++-- 3 files changed, 35 insertions(+), 35 deletions(-) create mode 100644 dev-ros/stage_ros/stage_ros-1.8.0-r1.ebuild delete mode 100644 dev-ros/stage_ros/stage_ros-1.8.0.ebuild (limited to 'dev-ros') diff --git a/dev-ros/stage_ros/stage_ros-1.8.0-r1.ebuild b/dev-ros/stage_ros/stage_ros-1.8.0-r1.ebuild new file mode 100644 index 000000000000..f5c232a1c22e --- /dev/null +++ b/dev-ros/stage_ros/stage_ros-1.8.0-r1.ebuild @@ -0,0 +1,33 @@ +# 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-simulation/stage_ros" +KEYWORDS="~amd64" + +inherit ros-catkin + +DESCRIPTION="ROS specific hooks and tools for the Stage simulator" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/boost:=[threads(+)] + dev-ros/geometry_msgs + dev-ros/nav_msgs + dev-ros/roscpp + dev-ros/rostest + dev-ros/sensor_msgs + dev-ros/std_msgs + dev-ros/tf + x11-libs/fltk + >=sci-electronics/Stage-4.3:= +" +DEPEND="${RDEPEND} + dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] + test? ( dev-ros/rostest ) +" +BDEPEND=" + virtual/pkgconfig" diff --git a/dev-ros/stage_ros/stage_ros-1.8.0.ebuild b/dev-ros/stage_ros/stage_ros-1.8.0.ebuild deleted file mode 100644 index 42b77b4d1dfd..000000000000 --- a/dev-ros/stage_ros/stage_ros-1.8.0.ebuild +++ /dev/null @@ -1,33 +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-simulation/stage_ros" -KEYWORDS="~amd64" - -inherit ros-catkin - -DESCRIPTION="ROS specific hooks and tools for the Stage simulator" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-libs/boost:=[threads] - dev-ros/geometry_msgs - dev-ros/nav_msgs - dev-ros/roscpp - dev-ros/rostest - dev-ros/sensor_msgs - dev-ros/std_msgs - dev-ros/tf - x11-libs/fltk - >=sci-electronics/Stage-4.3:= -" -DEPEND="${RDEPEND} - dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] - test? ( dev-ros/rostest ) -" -BDEPEND=" - virtual/pkgconfig" diff --git a/dev-ros/stage_ros/stage_ros-9999.ebuild b/dev-ros/stage_ros/stage_ros-9999.ebuild index 42b77b4d1dfd..f5c232a1c22e 100644 --- a/dev-ros/stage_ros/stage_ros-9999.ebuild +++ b/dev-ros/stage_ros/stage_ros-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 @@ -14,7 +14,7 @@ SLOT="0" IUSE="" RDEPEND=" - dev-libs/boost:=[threads] + dev-libs/boost:=[threads(+)] dev-ros/geometry_msgs dev-ros/nav_msgs dev-ros/roscpp -- cgit v1.2.3-65-gdbad