diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 14:04:54 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 14:04:54 +0200 |
commit | 6e66a5c52e21afceda142b03ab5dbc3aee534a98 (patch) | |
tree | d6c5d7824c6796a1c0647e938fcbcd6d4d70e7cc /dev-ros/rospack/rospack-9999.ebuild | |
parent | dev-ros/rosclean: Initial import. Ebuild by me. (diff) | |
download | gentoo-6e66a5c52e21afceda142b03ab5dbc3aee534a98.tar.gz gentoo-6e66a5c52e21afceda142b03ab5dbc3aee534a98.tar.bz2 gentoo-6e66a5c52e21afceda142b03ab5dbc3aee534a98.zip |
dev-ros/rospack: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros/rospack/rospack-9999.ebuild')
-rw-r--r-- | dev-ros/rospack/rospack-9999.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-ros/rospack/rospack-9999.ebuild b/dev-ros/rospack/rospack-9999.ebuild new file mode 100644 index 000000000000..44ef9df841d0 --- /dev/null +++ b/dev-ros/rospack/rospack-9999.ebuild @@ -0,0 +1,29 @@ +# 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/rospack" +KEYWORDS="~amd64 ~arm" + +inherit ros-catkin + +# Do it that way to avoid ros-catkin pulling in python-r1 +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +inherit python-single-r1 + +DESCRIPTION="Retrieves information about ROS packages available on the filesystem" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="dev-libs/boost:= + dev-libs/tinyxml + " +DEPEND="${RDEPEND} + dev-ros/cmake_modules + test? ( + dev-cpp/gtest + dev-python/nose + )" |