2017-02-25 22:20:47 +03:00
|
|
|
# Copyright 1999-2017 Gentoo Foundation
|
2015-09-23 22:34:13 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
|
|
|
ROS_REPO_URI="https://github.com/ros/rospack"
|
|
|
|
KEYWORDS="~amd64 ~arm"
|
|
|
|
|
|
|
|
inherit ros-catkin
|
|
|
|
|
|
|
|
DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
|
2017-04-21 17:27:05 +03:00
|
|
|
|
2015-09-23 22:34:13 +03:00
|
|
|
LICENSE="BSD"
|
|
|
|
SLOT="0"
|
|
|
|
IUSE=""
|
2017-04-21 17:27:05 +03:00
|
|
|
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
2015-09-23 22:34:13 +03:00
|
|
|
|
2017-04-21 17:27:05 +03:00
|
|
|
RDEPEND="
|
|
|
|
dev-libs/boost:=
|
2017-02-25 22:20:47 +03:00
|
|
|
dev-libs/tinyxml2:=
|
2017-04-21 17:27:05 +03:00
|
|
|
${PYTHON_DEPS}"
|
2015-09-23 22:34:13 +03:00
|
|
|
DEPEND="${RDEPEND}
|
2017-03-02 22:07:47 +03:00
|
|
|
>=dev-ros/cmake_modules-0.4.1
|
2015-09-23 22:34:13 +03:00
|
|
|
test? (
|
|
|
|
dev-cpp/gtest
|
|
|
|
dev-python/nose
|
|
|
|
)"
|
2017-04-21 17:27:05 +03:00
|
|
|
|
2017-04-24 00:34:35 +03:00
|
|
|
PATCHES=(
|
|
|
|
"${FILESDIR}/gentoo.patch"
|
|
|
|
)
|