summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-03-10 10:47:54 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-03-10 11:34:51 +0100
commit65baea14bd7f456525c983f5f9aa725444cac3c1 (patch)
tree1bd6398bd3553b1d17a58a2f5b0f9ab65c8c49b2 /ros-meta/roscpp_core/roscpp_core-0.5.7.ebuild
parentdev-ros/roscpp_serialization: Bump to 0.5.7. (diff)
downloadgentoo-65baea14bd7f456525c983f5f9aa725444cac3c1.tar.gz
gentoo-65baea14bd7f456525c983f5f9aa725444cac3c1.tar.bz2
gentoo-65baea14bd7f456525c983f5f9aa725444cac3c1.zip
ros-meta/roscpp_core: Bump to 0.5.7.
Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta/roscpp_core/roscpp_core-0.5.7.ebuild')
-rw-r--r--ros-meta/roscpp_core/roscpp_core-0.5.7.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/ros-meta/roscpp_core/roscpp_core-0.5.7.ebuild b/ros-meta/roscpp_core/roscpp_core-0.5.7.ebuild
new file mode 100644
index 000000000000..b993f6319d7d
--- /dev/null
+++ b/ros-meta/roscpp_core/roscpp_core-0.5.7.ebuild
@@ -0,0 +1,23 @@
+# 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/roscpp_core"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Underlying data libraries for roscpp messages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/cpp_common
+ dev-ros/rostime
+ dev-ros/roscpp_traits
+ dev-ros/roscpp_serialization
+"
+DEPEND="${RDEPEND}"