summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-07-16 13:00:49 +0200
committerAlexis Ballier <aballier@gentoo.org>2018-07-16 13:03:29 +0200
commit595760b0f450db780641a72ebc05d0e5343d01eb (patch)
treeedd6882ba0a274be72186d1332bc773761588c29 /ros-meta/robot/robot-1.3.2.ebuild
parentros-meta/simulators: bump to 1.4.1 (diff)
downloadgentoo-595760b0f450db780641a72ebc05d0e5343d01eb.tar.gz
gentoo-595760b0f450db780641a72ebc05d0e5343d01eb.tar.bz2
gentoo-595760b0f450db780641a72ebc05d0e5343d01eb.zip
ros-meta/robot: Remove old
Package-Manager: Portage-2.3.42, Repoman-2.3.9
Diffstat (limited to 'ros-meta/robot/robot-1.3.2.ebuild')
-rw-r--r--ros-meta/robot/robot-1.3.2.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/ros-meta/robot/robot-1.3.2.ebuild b/ros-meta/robot/robot-1.3.2.ebuild
deleted file mode 100644
index 3762fd95629e..000000000000
--- a/ros-meta/robot/robot-1.3.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros/metapackages"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Metapackage which extends ros_base and includes ROS libaries for any robot hardware"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- ros-meta/ros_base
- dev-ros/control_msgs
- ros-meta/diagnostics
- ros-meta/executive_smach
- dev-ros/filters
- ros-meta/geometry
- dev-ros/joint_state_publisher
- dev-ros/kdl_parser
- dev-ros/kdl_parser_py
- dev-ros/robot_state_publisher
- dev-ros/urdf
- dev-ros/urdf_parser_plugin
- dev-ros/xacro
-"
-DEPEND="${RDEPEND}"