summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-05-08 14:00:59 +0200
committerAlexis Ballier <aballier@gentoo.org>2018-05-08 14:22:21 +0200
commit9d298aebe4b872fa5140fcda2371cc2db38cd8f9 (patch)
tree6786eab52073e4f6aa2a45d253df6fe000ff94f9 /ros-meta/roscpp_core/roscpp_core-0.6.10.ebuild
parentdev-ros/roscpp_serialization: Bump to 0.6.10. (diff)
downloadgentoo-9d298aebe4b872fa5140fcda2371cc2db38cd8f9.tar.gz
gentoo-9d298aebe4b872fa5140fcda2371cc2db38cd8f9.tar.bz2
gentoo-9d298aebe4b872fa5140fcda2371cc2db38cd8f9.zip
ros-meta/roscpp_core: Bump to 0.6.10.
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'ros-meta/roscpp_core/roscpp_core-0.6.10.ebuild')
-rw-r--r--ros-meta/roscpp_core/roscpp_core-0.6.10.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/ros-meta/roscpp_core/roscpp_core-0.6.10.ebuild b/ros-meta/roscpp_core/roscpp_core-0.6.10.ebuild
new file mode 100644
index 000000000000..c4465ab79b4d
--- /dev/null
+++ b/ros-meta/roscpp_core/roscpp_core-0.6.10.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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}"