diff options
author | 2017-02-21 09:22:44 +0100 | |
---|---|---|
committer | 2017-02-21 10:21:12 +0100 | |
commit | 9667336bfab569494376b8a0a94fb57e9eface03 (patch) | |
tree | 6bcd36b266461713d463026ce6fc8882c8d36db0 /dev-ros/gazebo_msgs/gazebo_msgs-2.5.6.ebuild | |
parent | dev-ros/gazebo_ros_control: forward port urdfdom1 patch (diff) | |
download | gentoo-9667336bfab569494376b8a0a94fb57e9eface03.tar.gz gentoo-9667336bfab569494376b8a0a94fb57e9eface03.tar.bz2 gentoo-9667336bfab569494376b8a0a94fb57e9eface03.zip |
dev-ros/gazebo_msgs: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/gazebo_msgs/gazebo_msgs-2.5.6.ebuild')
-rw-r--r-- | dev-ros/gazebo_msgs/gazebo_msgs-2.5.6.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-ros/gazebo_msgs/gazebo_msgs-2.5.6.ebuild b/dev-ros/gazebo_msgs/gazebo_msgs-2.5.6.ebuild deleted file mode 100644 index f75202726e85..000000000000 --- a/dev-ros/gazebo_msgs/gazebo_msgs-2.5.6.ebuild +++ /dev/null @@ -1,21 +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-simulation/gazebo_ros_pkgs" -KEYWORDS="~amd64" -PYTHON_COMPAT=( python{2_7,3_4} ) -CATKIN_HAS_MESSAGES=yes -ROS_SUBDIR=${PN} -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/geometry_msgs dev-ros/sensor_msgs dev-ros/trajectory_msgs dev-ros/std_msgs dev-ros/std_srvs" - -inherit ros-catkin - -DESCRIPTION="Message and service data structures for interacting with Gazebo from ROS" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" |