summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-10-12 20:53:31 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-10-12 21:08:43 +0200
commit38853728d8a571194b33812dff5648ded507ac34 (patch)
treef62782941aa73253fc04a14df21ba8f880b99ef6 /ros-meta/ros
parentdev-ros/roslib: Bump to 1.15.7. (diff)
downloadgentoo-38853728d8a571194b33812dff5648ded507ac34.tar.gz
gentoo-38853728d8a571194b33812dff5648ded507ac34.tar.bz2
gentoo-38853728d8a571194b33812dff5648ded507ac34.zip
ros-meta/ros: Bump to 1.15.7.
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta/ros')
-rw-r--r--ros-meta/ros/Manifest1
-rw-r--r--ros-meta/ros/ros-1.15.7.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/ros-meta/ros/Manifest b/ros-meta/ros/Manifest
index dfc124affc62..42b0c9c73d7d 100644
--- a/ros-meta/ros/Manifest
+++ b/ros-meta/ros/Manifest
@@ -1,2 +1,3 @@
DIST ros-1.15.5.tar.gz 178252 BLAKE2B 2e96f550ee6d9e049db4a69464db0bf948f2baf8ea50b2105ac19dcd758e4fc57cb011529e28cd9058ccb4adcbcf087e6295f35e6f9c511f5f33c3ddbe27c2db SHA512 d526e267faf231c0c9153614a24f05294b648595bda6d99ea937ca3cca70b2784b26c3c62f9b4830322adbd17d8e151be314c7301b753450450c5c38527d48d3
DIST ros-1.15.6.tar.gz 178270 BLAKE2B dccadd6c3b59b54d732d94a173c40e940f2e7effad5bc8f835bbf56f2b7f3d6b7a80183d1e4826edd566697ffc22ae77b5b75d792493220c0fc04603b3c33f85 SHA512 740727c68113d7a84583a85f4fc3f575aea05067d1aa3b96d5636d3454dba09a4730413c92f49cb7800f26bae15ab02496bd5f91f964b28511e8b8cd3cb116a6
+DIST ros-1.15.7.tar.gz 178451 BLAKE2B 970b736c2ead0ca63e5b9ac5c47ef306ed22e5e6205e7529efd8bc8847f3ac0e73d5cdb55c00827e644e35e3ed49c534e797a8382bdd45451ba1f95a3af9634a SHA512 163a9c677d0213cea85f0d7c82d7a8da7f9423155f19857a8146f29c7b2b3a5ecd800f49d1e9b63b45da33544163acb6f32f7525602f249a30841e140654144a
diff --git a/ros-meta/ros/ros-1.15.7.ebuild b/ros-meta/ros/ros-1.15.7.ebuild
new file mode 100644
index 000000000000..21dd8ac9e829
--- /dev/null
+++ b/ros-meta/ros/ros-1.15.7.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ROS_REPO_URI="https://github.com/ros/ros"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=ros
+
+inherit ros-catkin
+
+DESCRIPTION="ROS packaging system"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/rosbash
+ dev-ros/rosboost_cfg
+ dev-ros/rosclean
+ dev-ros/roscreate
+ dev-ros/rosmake
+ dev-ros/rosunit
+
+ dev-ros/mk
+ dev-ros/rosbuild
+ dev-ros/roslang
+ dev-ros/roslib
+"
+DEPEND="${RDEPEND}"