commit:     73753fce2a440187b411379f72e1e4cdf51cae59
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 09:14:33 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 09:39:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73753fce

dev-ros/message_runtime: Initial import. Ebuild by me.

Package-Manager: portage-2.2.21

 dev-ros/message_runtime/Manifest                    |  1 +
 .../message_runtime/message_runtime-0.4.12.ebuild   | 21 +++++++++++++++++++++
 dev-ros/message_runtime/message_runtime-9999.ebuild | 21 +++++++++++++++++++++
 dev-ros/message_runtime/metadata.xml                |  5 +++++
 4 files changed, 48 insertions(+)

diff --git a/dev-ros/message_runtime/Manifest b/dev-ros/message_runtime/Manifest
new file mode 100644
index 0000000..e0462db
--- /dev/null
+++ b/dev-ros/message_runtime/Manifest
@@ -0,0 +1 @@
+DIST message_runtime-0.4.12.tar.gz 781 SHA256 
7863e3e9c47c57f93f8c82e3439081da07454f1e2a4d07e0c29aacc139855806 SHA512 
d4554b3f38d9712b5b81ae40e9e0f8249aefc97b2dede475609ff6e41c1e8b9f0efe86d0fdbbca030f2af3be969a950a101d0aba1d68a088752caf0e8caf6650
 WHIRLPOOL 
4a7d686e664ced2a3f144248eedb4b82adc9cacfb33d951f97d685becf75b3da28cdd0b84494021f87a67b07dac13e39ffede2adfb5727e237bf3a27877f5cc0

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 0000000..0e4ae61
--- /dev/null
+++ b/dev-ros/message_runtime/message_runtime-0.4.12.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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 0000000..0e4ae61
--- /dev/null
+++ b/dev-ros/message_runtime/message_runtime-9999.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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 0000000..c42ea5b
--- /dev/null
+++ b/dev-ros/message_runtime/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+<herd>ros</herd>
+</pkgmetadata>

Reply via email to