diff options
author | Alexis Ballier <aballier@gentoo.org> | 2019-05-24 18:14:34 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2019-05-24 18:23:32 +0200 |
commit | ca5567450a7326a1af9caeb646af096cb7743934 (patch) | |
tree | 54ed62e6463fd61cd03c7aec80e01bc40482e3c2 /ros-meta/pr2_common/pr2_common-1.12.4.ebuild | |
parent | dev-ros/pr2_machine: Bump to 1.12.4. (diff) | |
download | gentoo-ca5567450a7326a1af9caeb646af096cb7743934.tar.gz gentoo-ca5567450a7326a1af9caeb646af096cb7743934.tar.bz2 gentoo-ca5567450a7326a1af9caeb646af096cb7743934.zip |
ros-meta/pr2_common: Bump to 1.12.4.
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta/pr2_common/pr2_common-1.12.4.ebuild')
-rw-r--r-- | ros-meta/pr2_common/pr2_common-1.12.4.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ros-meta/pr2_common/pr2_common-1.12.4.ebuild b/ros-meta/pr2_common/pr2_common-1.12.4.ebuild new file mode 100644 index 000000000000..3d40e56c016a --- /dev/null +++ b/ros-meta/pr2_common/pr2_common-1.12.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2019 Gentoo Authors +# 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} + +inherit ros-catkin + +DESCRIPTION="URDF description and 3D models of robot components of the PR2 robot" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/pr2_msgs + dev-ros/pr2_dashboard_aggregator + dev-ros/pr2_description + dev-ros/pr2_machine +" +DEPEND="${RDEPEND}" |