summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-01-28 10:44:16 +0100
committerAlexis Ballier <aballier@gentoo.org>2018-01-28 13:54:32 +0100
commit71fde4f278fd3af00e3a63e1177a607696493c2e (patch)
tree626cab81679b813bab350271f57f9f241770384f /ros-meta/roscpp_core/roscpp_core-0.6.8.ebuild
parentdev-ros/roscpp_serialization: Bump to 0.6.8. (diff)
downloadgentoo-71fde4f278fd3af00e3a63e1177a607696493c2e.tar.gz
gentoo-71fde4f278fd3af00e3a63e1177a607696493c2e.tar.bz2
gentoo-71fde4f278fd3af00e3a63e1177a607696493c2e.zip
ros-meta/roscpp_core: Bump to 0.6.8.
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'ros-meta/roscpp_core/roscpp_core-0.6.8.ebuild')
-rw-r--r--ros-meta/roscpp_core/roscpp_core-0.6.8.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/ros-meta/roscpp_core/roscpp_core-0.6.8.ebuild b/ros-meta/roscpp_core/roscpp_core-0.6.8.ebuild
new file mode 100644
index 000000000000..c4465ab79b4d
--- /dev/null
+++ b/ros-meta/roscpp_core/roscpp_core-0.6.8.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}"