summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2021-08-03 10:31:43 +0200
committerAlexis Ballier <aballier@gentoo.org>2021-08-03 12:50:11 +0200
commit917289a8c3a083e75b79a2527c6b328f39b1dde4 (patch)
tree77b7c544d17cadd14818c3ffd395326cfee740cc /dev-ros/geographic_msgs
parentdev-ros/geodesy: Bump to 0.5.6. (diff)
downloadgentoo-917289a8c3a083e75b79a2527c6b328f39b1dde4.tar.gz
gentoo-917289a8c3a083e75b79a2527c6b328f39b1dde4.tar.bz2
gentoo-917289a8c3a083e75b79a2527c6b328f39b1dde4.zip
dev-ros/geographic_msgs: Bump to 0.5.6.
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/geographic_msgs')
-rw-r--r--dev-ros/geographic_msgs/Manifest1
-rw-r--r--dev-ros/geographic_msgs/geographic_msgs-0.5.6.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-ros/geographic_msgs/Manifest b/dev-ros/geographic_msgs/Manifest
index 901d771b1248..6e4508144646 100644
--- a/dev-ros/geographic_msgs/Manifest
+++ b/dev-ros/geographic_msgs/Manifest
@@ -1 +1,2 @@
DIST geographic_info-0.5.5.tar.gz 27762 BLAKE2B 9235911d6a2b010e47722268f5aa14b2bd10dac73bf4445bcd6585c5094947e9ea43ee2ccb6d6a3b0ae788d149fcc546e6618f0097e4bde32d69ed9baacbf255 SHA512 a1699778cd85960603435e7b7d46831c7c5ac4b57f4a06e9f394933799151a5ebf95c59bc109ca05eeb9376763aae8c77bc9150081c81170f1778730145910ec
+DIST geographic_info-0.5.6.tar.gz 28130 BLAKE2B 4d7013543db91c02c470c6b6dcb6e00070d5356f91ace20b3bb97aafa71eff2b525fc11994796f2de103b1df40efe8358d19a7e8fc0b1290c73cc28c791f22ce SHA512 d2f41320d2b094c2ea04593941e35d2b5581b84cc2f599099880dd671255dd59bc8787ad4a5640539cc25a13592df2ec7a887e3ea171398cfeafeccc669bd7f0
diff --git a/dev-ros/geographic_msgs/geographic_msgs-0.5.6.ebuild b/dev-ros/geographic_msgs/geographic_msgs-0.5.6.ebuild
new file mode 100644
index 000000000000..a299373688ff
--- /dev/null
+++ b/dev-ros/geographic_msgs/geographic_msgs-0.5.6.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros-geographic-info/geographic_info"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/geometry_msgs dev-ros/std_msgs dev-ros/uuid_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="ROS messages for Geographic Information Systems"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"