summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-07-03 19:47:03 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-07-03 20:28:40 +0200
commitb642e526c1ee4feb7f77cd3cd82ee61ad578c817 (patch)
treed94b48538b424ec15469cfd513e3cf2dd7965d5b /dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.5.13.ebuild
parentdev-haskell/listlike: bump up to 4.5.1, bug #623570 (diff)
downloadgentoo-b642e526c1ee4feb7f77cd3cd82ee61ad578c817.tar.gz
gentoo-b642e526c1ee4feb7f77cd3cd82ee61ad578c817.tar.bz2
gentoo-b642e526c1ee4feb7f77cd3cd82ee61ad578c817.zip
dev-ros/tf2_sensor_msgs: Remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.5.13.ebuild')
-rw-r--r--dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.5.13.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.5.13.ebuild b/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.5.13.ebuild
deleted file mode 100644
index 6e6f4b54d710..000000000000
--- a/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.5.13.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros/geometry_experimental"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="Transform sensor_msgs with tf. Most notably, PointCloud2"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/tf2_ros[${PYTHON_USEDEP}]
- dev-ros/tf2
- dev-ros/rospy[${PYTHON_USEDEP}]
- dev-python/python_orocos_kdl[${PYTHON_USEDEP}]
- dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}]
-"
-DEPEND="${RDEPEND}
- test? ( dev-ros/rostest[${PYTHON_USEDEP}] )
- dev-ros/cmake_modules"