summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-07-26 10:13:41 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-07-26 11:18:30 +0200
commit17c0e37c8f6f3f7482d802ff823c5a84c35a1ad7 (patch)
treeee5117f83ab4645d829a0065cd24c1eb71f71b06 /dev-ros/kdl_parser/kdl_parser-1.12.3.ebuild
parentdev-ros/kdl_parser: remove old (diff)
downloadgentoo-17c0e37c8f6f3f7482d802ff823c5a84c35a1ad7.tar.gz
gentoo-17c0e37c8f6f3f7482d802ff823c5a84c35a1ad7.tar.bz2
gentoo-17c0e37c8f6f3f7482d802ff823c5a84c35a1ad7.zip
dev-ros/kdl_parser: fix build with urdfdom1.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ros/kdl_parser/kdl_parser-1.12.3.ebuild')
-rw-r--r--dev-ros/kdl_parser/kdl_parser-1.12.3.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-ros/kdl_parser/kdl_parser-1.12.3.ebuild b/dev-ros/kdl_parser/kdl_parser-1.12.3.ebuild
deleted file mode 100644
index 372f508af7ea..000000000000
--- a/dev-ros/kdl_parser/kdl_parser-1.12.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 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="Constructs a KDL tree from an XML robot representation in URDF"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-libs/boost:=
- dev-ros/roscpp
- dev-ros/rosconsole
- dev-ros/urdf
- sci-libs/orocos_kdl
- dev-libs/tinyxml
-"
-DEPEND="${RDEPEND}
- test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"