summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-07-07 20:11:12 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-07-07 20:11:12 +0200
commit3b29be7e0a01fc59f99092365544fe1f59fea547 (patch)
treecf48278e1568792ea94eb176b199822bd17e59e9 /dev-ros/pr2_description/pr2_description-1.11.14.ebuild
parentdev-ros/pr2_description: fix building tests; they still fail though. (diff)
downloadgentoo-3b29be7e0a01fc59f99092365544fe1f59fea547.tar.gz
gentoo-3b29be7e0a01fc59f99092365544fe1f59fea547.tar.bz2
gentoo-3b29be7e0a01fc59f99092365544fe1f59fea547.zip
dev-ros/pr2_description: Remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ros/pr2_description/pr2_description-1.11.14.ebuild')
-rw-r--r--dev-ros/pr2_description/pr2_description-1.11.14.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-ros/pr2_description/pr2_description-1.11.14.ebuild b/dev-ros/pr2_description/pr2_description-1.11.14.ebuild
deleted file mode 100644
index 75466430c059..000000000000
--- a/dev-ros/pr2_description/pr2_description-1.11.14.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/pr2/pr2_common"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="Description (mechanical, kinematic, visual, etc.) of the PR2 robot"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/xacro[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-ros/convex_decomposition
- dev-ros/ivcon
- test? ( dev-libs/urdfdom dev-cpp/gtest )"