summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-07-24 16:02:06 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-07-26 11:18:30 +0200
commit3a4657f54a7ee9661fafa2615f83d9d8574ce83c (patch)
treea7ff3f3ff22edf538a700cfc4031ab48236b65a4 /dev-ros/urdf/urdf-1.11.10.ebuild
parentdev-libs/sdformat: fix build with urdfdom-1 and add := dep on it (diff)
downloadgentoo-3a4657f54a7ee9661fafa2615f83d9d8574ce83c.tar.gz
gentoo-3a4657f54a7ee9661fafa2615f83d9d8574ce83c.tar.bz2
gentoo-3a4657f54a7ee9661fafa2615f83d9d8574ce83c.zip
dev-ros/urdf: remove old
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ros/urdf/urdf-1.11.10.ebuild')
-rw-r--r--dev-ros/urdf/urdf-1.11.10.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-ros/urdf/urdf-1.11.10.ebuild b/dev-ros/urdf/urdf-1.11.10.ebuild
deleted file mode 100644
index e406d8de61e2..000000000000
--- a/dev-ros/urdf/urdf-1.11.10.ebuild
+++ /dev/null
@@ -1,30 +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/robot_model"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="C++ parser for the Unified Robot Description Format (URDF)"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-libs/boost:=[threads]
- dev-libs/urdfdom
- dev-libs/urdfdom_headers
- dev-ros/urdf_parser_plugin
- dev-ros/pluginlib
- dev-ros/rosconsole_bridge
- dev-ros/roscpp
- dev-libs/tinyxml
-"
-DEPEND="${RDEPEND}
- dev-ros/cmake_modules
- test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-cpp/gtest )"