summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-05-13 12:37:30 +0200
committerAlexis Ballier <aballier@gentoo.org>2018-05-13 12:48:55 +0200
commit3d543bede5d021c33e80e8107a80d708e63b3e9b (patch)
tree45650678412900d77d80e49444b122f0b5e25cbf /dev-ros/diagnostic_msgs
parentdev-ros/actionlib_msgs: Bump to 1.12.6. (diff)
downloadgentoo-3d543bede5d021c33e80e8107a80d708e63b3e9b.tar.gz
gentoo-3d543bede5d021c33e80e8107a80d708e63b3e9b.tar.bz2
gentoo-3d543bede5d021c33e80e8107a80d708e63b3e9b.zip
dev-ros/diagnostic_msgs: Bump to 1.12.6.
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'dev-ros/diagnostic_msgs')
-rw-r--r--dev-ros/diagnostic_msgs/Manifest1
-rw-r--r--dev-ros/diagnostic_msgs/diagnostic_msgs-1.12.6.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-ros/diagnostic_msgs/Manifest b/dev-ros/diagnostic_msgs/Manifest
index f0f78814db11..ad7b0fd6b134 100644
--- a/dev-ros/diagnostic_msgs/Manifest
+++ b/dev-ros/diagnostic_msgs/Manifest
@@ -1 +1,2 @@
DIST common_msgs-1.12.5.tar.gz 59525 BLAKE2B ac6a8f71df81aa520ec5cef00a5b20d098344356fa93141a5cce07eb185032d69593fa2d8c11edc39572826a69cc69e2c94cacf83802993e47180fadcaaa23ac SHA512 99efda88b630c0ebadc576501e9d84f3811fb012084125569d54da0b75656751f8f782d101fa0cf62d7b1ac4419902f17d1dc78efee7188ff67f59bf00a743ee
+DIST common_msgs-1.12.6.tar.gz 66588 BLAKE2B 56c8be3857f5285ebd2f25710f7f8e23f3e316aabfc30c981ba8b0c24b40e3d527fef307d503484506a66391398a8f9196ca57088ddda7f951506edd8e7dd538 SHA512 cc783e5e2c10862418459dc6085dae09948004f7a9d4f718d1a9bfaa117ddbe41e04482d28a8a02cf045dd859ddff6c927074ac6cec0916c8b0aa46526c0eb4b
diff --git a/dev-ros/diagnostic_msgs/diagnostic_msgs-1.12.6.ebuild b/dev-ros/diagnostic_msgs/diagnostic_msgs-1.12.6.ebuild
new file mode 100644
index 000000000000..4136d8c611dd
--- /dev/null
+++ b/dev-ros/diagnostic_msgs/diagnostic_msgs-1.12.6.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/common_msgs"
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Standardized interface for the diagnostic and runtime monitoring systems in ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"