diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-04-05 21:29:34 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-04-06 10:49:42 +0200 |
commit | 2bab6a0c62f6f1fc3c1c919f08af2b88fc642262 (patch) | |
tree | b7742e86628bbbb8c0522a3fc684afe2d8edc427 /ros-meta | |
parent | ros-meta/ros_base: match deps with upstream (diff) | |
download | gentoo-2bab6a0c62f6f1fc3c1c919f08af2b88fc642262.tar.gz gentoo-2bab6a0c62f6f1fc3c1c919f08af2b88fc642262.tar.bz2 gentoo-2bab6a0c62f6f1fc3c1c919f08af2b88fc642262.zip |
ros-meta/ros_base: bump to 1.3.2
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'ros-meta')
-rw-r--r-- | ros-meta/ros_base/Manifest | 1 | ||||
-rw-r--r-- | ros-meta/ros_base/ros_base-1.3.2.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/ros-meta/ros_base/Manifest b/ros-meta/ros_base/Manifest index da995ee61b5e..35fc60ed2553 100644 --- a/ros-meta/ros_base/Manifest +++ b/ros-meta/ros_base/Manifest @@ -1 +1,2 @@ DIST metapackages-1.3.1.tar.gz 1813 BLAKE2B 5b96d5c6fb8094a42b1c9926646b1a335525080f7f57899271063cb8561dd744f8131e40716d9aa5cd29d7205bb76f8f18b48a42ef764d863bb13ad274f46d14 SHA512 4a6cbc288f3e15632a3c8ab7e2375d59ce2f20f17aa89471919584b6c856aabe9cd661297806ceaefcfc2eabe3110a8a0aa30308daf75f8c36e1462b7bc409c1 +DIST metapackages-1.3.2.tar.gz 1923 BLAKE2B 39de3b6850eb5e980ae93e2af3b6d17523122a7b30930bbec9d8f706ece4cae6244b433991ebd0ea165515667595c2c7ea6bd39c14b9a78acf8065f42a864a9d SHA512 8cee2f06638989f5e33981af87db3d3dc07836ec5bf8dcf4e9bdb8f4afd09a3b427341f397d973333d318c704b21b6f0b2acf97cb4e18beb8a58dac559419ab0 diff --git a/ros-meta/ros_base/ros_base-1.3.2.ebuild b/ros-meta/ros_base/ros_base-1.3.2.ebuild new file mode 100644 index 000000000000..96e3b6f80ab5 --- /dev/null +++ b/ros-meta/ros_base/ros_base-1.3.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +ROS_REPO_URI="https://github.com/ros/metapackages" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Metapackage which extends ros_core and includes other basic non-robot tools" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/actionlib + ros-meta/bond_core + dev-ros/class_loader + dev-ros/dynamic_reconfigure + ros-meta/nodelet_core + dev-ros/pluginlib +" +DEPEND="${RDEPEND}" |