From b4da2ef6e08d4e359d366b1290aee042788b8e41 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Fri, 9 Oct 2015 13:11:11 +0200 Subject: dev-ros/test_tf2: Always enable CATKIN_ENABLE_TESTING as the package has no targets which upsets ninja, bug #562552. Thanks to Michael Palimaka (kensington) for the hint. Package-Manager: portage-2.2.23 --- dev-ros/test_tf2/test_tf2-0.5.12-r1.ebuild | 35 ++++++++++++++++++++++++++++ dev-ros/test_tf2/test_tf2-0.5.12.ebuild | 37 ------------------------------ dev-ros/test_tf2/test_tf2-9999.ebuild | 6 ++--- 3 files changed, 37 insertions(+), 41 deletions(-) create mode 100644 dev-ros/test_tf2/test_tf2-0.5.12-r1.ebuild delete mode 100644 dev-ros/test_tf2/test_tf2-0.5.12.ebuild (limited to 'dev-ros/test_tf2') diff --git a/dev-ros/test_tf2/test_tf2-0.5.12-r1.ebuild b/dev-ros/test_tf2/test_tf2-0.5.12-r1.ebuild new file mode 100644 index 000000000000..76b129e0211f --- /dev/null +++ b/dev-ros/test_tf2/test_tf2-0.5.12-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +ROS_REPO_URI="https://github.com/ros/geometry_experimental" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="TF2 unit tests" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND=" + dev-ros/rosconsole + dev-ros/roscpp + dev-ros/rostest[${PYTHON_USEDEP}] + dev-ros/tf + dev-ros/tf2 + dev-ros/tf2_bullet + dev-ros/tf2_ros[${PYTHON_USEDEP}] + dev-ros/tf2_geometry_msgs[${PYTHON_USEDEP}] + dev-ros/tf2_kdl[${PYTHON_USEDEP}] + dev-ros/tf2_msgs + sci-libs/orocos_kdl + 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.5.12.ebuild b/dev-ros/test_tf2/test_tf2-0.5.12.ebuild deleted file mode 100644 index a84aea70553b..000000000000 --- a/dev-ros/test_tf2/test_tf2-0.5.12.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -ROS_REPO_URI="https://github.com/ros/geometry_experimental" -KEYWORDS="~amd64" -ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) - -inherit ros-catkin - -DESCRIPTION="TF2 unit tests" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND=" - dev-ros/rosconsole - dev-ros/roscpp - dev-ros/rostest[${PYTHON_USEDEP}] - dev-ros/tf - dev-ros/tf2 - dev-ros/tf2_bullet - dev-ros/tf2_ros[${PYTHON_USEDEP}] - dev-ros/tf2_geometry_msgs[${PYTHON_USEDEP}] - dev-ros/tf2_kdl[${PYTHON_USEDEP}] - dev-ros/tf2_msgs - sci-libs/orocos_kdl - dev-python/python_orocos_kdl[${PYTHON_USEDEP}] - dev-libs/boost:=[threads] - test? ( dev-cpp/gtest )" - -src_install() { - : -} diff --git a/dev-ros/test_tf2/test_tf2-9999.ebuild b/dev-ros/test_tf2/test_tf2-9999.ebuild index a84aea70553b..76b129e0211f 100644 --- a/dev-ros/test_tf2/test_tf2-9999.ebuild +++ b/dev-ros/test_tf2/test_tf2-9999.ebuild @@ -30,8 +30,6 @@ DEPEND=" sci-libs/orocos_kdl dev-python/python_orocos_kdl[${PYTHON_USEDEP}] dev-libs/boost:=[threads] - test? ( dev-cpp/gtest )" + dev-cpp/gtest" -src_install() { - : -} +mycatkincmakeargs=( "-DCATKIN_ENABLE_TESTING=ON" ) -- cgit v1.2.3-18-g5258