summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-12-28 17:57:48 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-12-28 20:10:20 +0100
commited07706cb3b42d1323a392d2cb916f5b0176da4e (patch)
tree7f3081ebf22c7704b4361b85ddbcbe7accfef734 /dev-ros/gazebo_ros_control
parentdev-ros/diagnostic_aggregator: add missing := dep on tinyxml2 and console bridge (diff)
downloadgentoo-ed07706cb3b42d1323a392d2cb916f5b0176da4e.tar.gz
gentoo-ed07706cb3b42d1323a392d2cb916f5b0176da4e.tar.bz2
gentoo-ed07706cb3b42d1323a392d2cb916f5b0176da4e.zip
dev-ros/gazebo_ros_control: Remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ros/gazebo_ros_control')
-rw-r--r--dev-ros/gazebo_ros_control/Manifest1
-rw-r--r--dev-ros/gazebo_ros_control/gazebo_ros_control-2.6.1.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-ros/gazebo_ros_control/Manifest b/dev-ros/gazebo_ros_control/Manifest
index 38345b3071ac..b9b68a833845 100644
--- a/dev-ros/gazebo_ros_control/Manifest
+++ b/dev-ros/gazebo_ros_control/Manifest
@@ -1,2 +1 @@
-DIST gazebo_ros_pkgs-2.6.1.tar.gz 1825040 BLAKE2B ebf12fe16ce2d8ee74bb171bfa1ff15fe93860e09df5e2680047d08f430a4647a8b23aae4cf789d86623f94ec75d8a29daffbfde8170aa174303122d05607122 SHA512 4cc0b2ec5c60e69b9a69d323c2c7cfe53bc1b5108d6cba5d77b571c69d76a7eb6d72a3783dc60fe183057c63279df8d5cded26cd46333e9f21277e9ae1e31c34
DIST gazebo_ros_pkgs-2.6.2.tar.gz 1830633 BLAKE2B 8365084619d57d8427753e33d4a3128162c44b10552166c7070eaabde3f806cee9981c60b30b18b6cbe80b83e2871b0100b51329a1a6bd9747320245f21ec1a4 SHA512 f932eebbc88f4922c0275625d50ad5723446744cbf4a59138437d9bdd75a9b5232fdf8df2012460313eb2224d4287daebc3a28181ab3f1b81e67d70a8b8ed5d3
diff --git a/dev-ros/gazebo_ros_control/gazebo_ros_control-2.6.1.ebuild b/dev-ros/gazebo_ros_control/gazebo_ros_control-2.6.1.ebuild
deleted file mode 100644
index 3969d132d989..000000000000
--- a/dev-ros/gazebo_ros_control/gazebo_ros_control-2.6.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-simulation/gazebo_ros_pkgs"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="ROS control plugins for gazebo"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/roscpp
- dev-ros/gazebo_ros
- dev-ros/control_toolbox
- dev-ros/controller_manager
- dev-ros/hardware_interface
- dev-ros/transmission_interface
- dev-ros/pluginlib
- >=dev-ros/joint_limits_interface-0.11.0
- >=dev-ros/urdf-1.12.3-r1
- dev-libs/urdfdom:=
- sci-electronics/gazebo:=
- dev-libs/boost:=[threads]
-"
-DEPEND="${RDEPEND}"
-PATCHES=( "${FILESDIR}/urdfdom1.patch" )