summaryrefslogtreecommitdiff
path: root/dev-ros/message_runtime
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ros/message_runtime')
-rw-r--r--dev-ros/message_runtime/Manifest4
-rw-r--r--dev-ros/message_runtime/message_runtime-0.4.12.ebuild20
-rw-r--r--dev-ros/message_runtime/message_runtime-9999.ebuild20
-rw-r--r--dev-ros/message_runtime/metadata.xml11
4 files changed, 55 insertions, 0 deletions
diff --git a/dev-ros/message_runtime/Manifest b/dev-ros/message_runtime/Manifest
new file mode 100644
index 000000000000..666044b5f0ba
--- /dev/null
+++ b/dev-ros/message_runtime/Manifest
@@ -0,0 +1,4 @@
+DIST message_runtime-0.4.12.tar.gz 781 BLAKE2B a66e955de34af6edf2f373425f19fbaf97ef3a0d4869f0daecf475af7f9f1fe664298a01b7da064a13f0cc462e93b7a37d552ee0d81fab1198f7c34ad19027d9 SHA512 d4554b3f38d9712b5b81ae40e9e0f8249aefc97b2dede475609ff6e41c1e8b9f0efe86d0fdbbca030f2af3be969a950a101d0aba1d68a088752caf0e8caf6650
+EBUILD message_runtime-0.4.12.ebuild 447 BLAKE2B 16005cc4ad71b170911c1e1329bac3669c3902f449ac747615d0db820ab6eb118cc543b6b0af10f4409b130d96e248c24125e5821becefe0b9b7d13a970aabaa SHA512 cc12bccf913a07fd1ea90d286e9ce53a3ce958676f008e4dfc3c8a7eb8c5e88d11a5980702d8ab25a10c0bdfe74b97bd9350ec164d52f6ea09038c44460c770e
+EBUILD message_runtime-9999.ebuild 447 BLAKE2B 16005cc4ad71b170911c1e1329bac3669c3902f449ac747615d0db820ab6eb118cc543b6b0af10f4409b130d96e248c24125e5821becefe0b9b7d13a970aabaa SHA512 cc12bccf913a07fd1ea90d286e9ce53a3ce958676f008e4dfc3c8a7eb8c5e88d11a5980702d8ab25a10c0bdfe74b97bd9350ec164d52f6ea09038c44460c770e
+MISC metadata.xml 333 BLAKE2B 503d6faa6fed6e6cccdca69dd8a7c51623022f49baf2e69f26b5ecf7556bb0c5cf9eb80d3c20f32353664ce4c15b3375d633794d0d29f963455b18dd5dd7540a SHA512 e24bac62efb6ebc5a6974085b881492d8e35ff059a9fb10593af4d4ca457f7ef4bd70fc257e59a8817dd210f05378d00f4bf732e987fe877b561c4fefe812f31
diff --git a/dev-ros/message_runtime/message_runtime-0.4.12.ebuild b/dev-ros/message_runtime/message_runtime-0.4.12.ebuild
new file mode 100644
index 000000000000..169716e72670
--- /dev/null
+++ b/dev-ros/message_runtime/message_runtime-0.4.12.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/message_runtime"
+KEYWORDS="~amd64 ~arm"
+
+inherit ros-catkin
+
+DESCRIPTION="Package modeling the run-time dependencies for language bindings of messages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ dev-ros/cpp_common
+ dev-ros/rostime
+ dev-ros/roscpp_traits
+ dev-ros/roscpp_serialization"
diff --git a/dev-ros/message_runtime/message_runtime-9999.ebuild b/dev-ros/message_runtime/message_runtime-9999.ebuild
new file mode 100644
index 000000000000..169716e72670
--- /dev/null
+++ b/dev-ros/message_runtime/message_runtime-9999.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/message_runtime"
+KEYWORDS="~amd64 ~arm"
+
+inherit ros-catkin
+
+DESCRIPTION="Package modeling the run-time dependencies for language bindings of messages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ dev-ros/cpp_common
+ dev-ros/rostime
+ dev-ros/roscpp_traits
+ dev-ros/roscpp_serialization"
diff --git a/dev-ros/message_runtime/metadata.xml b/dev-ros/message_runtime/metadata.xml
new file mode 100644
index 000000000000..aa0f1530c407
--- /dev/null
+++ b/dev-ros/message_runtime/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>ros@gentoo.org</email>
+ <name>Gentoo ROS Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">ros/message_runtime</remote-id>
+ </upstream>
+</pkgmetadata>