summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-02-08 16:59:16 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-02-08 17:09:22 +0100
commit3c52463ca17b500440274833e466b919a59f1f8a (patch)
tree7db16d135bf74b565c1c87524ba85801621ce7c8 /dev-ros/roslib/roslib-1.13.2.ebuild
parentdev-ros/rosunit: remove old (diff)
downloadgentoo-3c52463ca17b500440274833e466b919a59f1f8a.tar.gz
gentoo-3c52463ca17b500440274833e466b919a59f1f8a.tar.bz2
gentoo-3c52463ca17b500440274833e466b919a59f1f8a.zip
dev-ros/roslib: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/roslib/roslib-1.13.2.ebuild')
-rw-r--r--dev-ros/roslib/roslib-1.13.2.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-ros/roslib/roslib-1.13.2.ebuild b/dev-ros/roslib/roslib-1.13.2.ebuild
deleted file mode 100644
index 9b3a8bf2c727..000000000000
--- a/dev-ros/roslib/roslib-1.13.2.ebuild
+++ /dev/null
@@ -1,28 +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/ros"
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-ROS_SUBDIR=core/${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Base dependencies and support libraries for ROS"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- >=dev-python/rospkg-1.0.37[${PYTHON_USEDEP}]
- dev-libs/boost:=[threads]
- dev-ros/rospack
-"
-DEPEND="${RDEPEND}
- test? (
- dev-cpp/gtest
- dev-python/nose[${PYTHON_USEDEP}]
- )"