diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 11:17:27 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 11:39:20 +0200 |
commit | e5a7ac57e0d8a2cb7a0872d1dcc59a5c19705cf5 (patch) | |
tree | a4d247fe77ad79ea50cdee0bf619800b0ceafa83 /ros-meta/roscpp_core/roscpp_core-9999.ebuild | |
parent | ros-meta: Add category and its metadata.xml file. (diff) | |
download | gentoo-e5a7ac57e0d8a2cb7a0872d1dcc59a5c19705cf5.tar.gz gentoo-e5a7ac57e0d8a2cb7a0872d1dcc59a5c19705cf5.tar.bz2 gentoo-e5a7ac57e0d8a2cb7a0872d1dcc59a5c19705cf5.zip |
ros-meta/roscpp_core: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'ros-meta/roscpp_core/roscpp_core-9999.ebuild')
-rw-r--r-- | ros-meta/roscpp_core/roscpp_core-9999.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ros-meta/roscpp_core/roscpp_core-9999.ebuild b/ros-meta/roscpp_core/roscpp_core-9999.ebuild new file mode 100644 index 000000000000..b993f6319d7d --- /dev/null +++ b/ros-meta/roscpp_core/roscpp_core-9999.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}" |