summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-05-02 12:12:22 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-05-02 12:21:50 +0200
commitd55988c9d5513d35322cb7f49af236778955bbe4 (patch)
treea7a350c1608fd8288c42710fdd0c4205201226d3 /dev-ros/test_roscpp/test_roscpp-1.12.2.ebuild
parentdev-ros/test_rosbag: remove old (diff)
downloadgentoo-d55988c9d5513d35322cb7f49af236778955bbe4.tar.gz
gentoo-d55988c9d5513d35322cb7f49af236778955bbe4.tar.bz2
gentoo-d55988c9d5513d35322cb7f49af236778955bbe4.zip
dev-ros/test_roscpp: remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ros/test_roscpp/test_roscpp-1.12.2.ebuild')
-rw-r--r--dev-ros/test_roscpp/test_roscpp-1.12.2.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-ros/test_roscpp/test_roscpp-1.12.2.ebuild b/dev-ros/test_roscpp/test_roscpp-1.12.2.ebuild
deleted file mode 100644
index 1a4c8d28d8bd..000000000000
--- a/dev-ros/test_roscpp/test_roscpp-1.12.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros/ros_comm"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=test/${PN}
-CATKIN_HAS_MESSAGES=yes
-PYTHON_COMPAT=( python2_7 )
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/rosgraph_msgs dev-ros/std_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Unit tests for roscpp"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-ros/roscpp
- dev-ros/rostest[${PYTHON_USEDEP}]
- dev-ros/rosunit[${PYTHON_USEDEP}]
- dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
- dev-libs/boost:=[threads]
- test? (
- dev-cpp/gtest
- )
-"
-REQUIRED_USE="test? ( ros_messages_cxx )"