summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-09-05 10:59:53 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-09-05 11:21:11 +0200
commitfb854886b265669fae1bb731f286d40047534622 (patch)
treec9aa14e6e4348143cd719ae2a8cb502c25b7ec96 /ros-meta/roscpp_core/roscpp_core-0.6.1.ebuild
parentdev-ros/roscpp_serialization: Bump to 0.6.1. (diff)
downloadgentoo-fb854886b265669fae1bb731f286d40047534622.tar.gz
gentoo-fb854886b265669fae1bb731f286d40047534622.tar.bz2
gentoo-fb854886b265669fae1bb731f286d40047534622.zip
ros-meta/roscpp_core: Bump to 0.6.1.
Package-Manager: portage-2.3.0
Diffstat (limited to 'ros-meta/roscpp_core/roscpp_core-0.6.1.ebuild')
-rw-r--r--ros-meta/roscpp_core/roscpp_core-0.6.1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/ros-meta/roscpp_core/roscpp_core-0.6.1.ebuild b/ros-meta/roscpp_core/roscpp_core-0.6.1.ebuild
new file mode 100644
index 000000000000..821d017a80a4
--- /dev/null
+++ b/ros-meta/roscpp_core/roscpp_core-0.6.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 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}"