diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 20:46:42 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 20:57:04 +0200 |
commit | cc167c3ee19bfe4b8ca4ea61a05430ad7760541c (patch) | |
tree | 8bc99cb90fa285696f12a736f4108efdbfaea987 /dev-ros/eigen_stl_containers/eigen_stl_containers-9999.ebuild | |
parent | dev-ros/random_numbers: Initial import. Ebuild by me. (diff) | |
download | gentoo-cc167c3ee19bfe4b8ca4ea61a05430ad7760541c.tar.gz gentoo-cc167c3ee19bfe4b8ca4ea61a05430ad7760541c.tar.bz2 gentoo-cc167c3ee19bfe4b8ca4ea61a05430ad7760541c.zip |
dev-ros/eigen_stl_containers: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros/eigen_stl_containers/eigen_stl_containers-9999.ebuild')
-rw-r--r-- | dev-ros/eigen_stl_containers/eigen_stl_containers-9999.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ros/eigen_stl_containers/eigen_stl_containers-9999.ebuild b/dev-ros/eigen_stl_containers/eigen_stl_containers-9999.ebuild new file mode 100644 index 000000000000..104480c89f00 --- /dev/null +++ b/dev-ros/eigen_stl_containers/eigen_stl_containers-9999.ebuild @@ -0,0 +1,18 @@ +# 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/eigen_stl_containers" +KEYWORDS="~amd64 ~arm" + +inherit ros-catkin + +DESCRIPTION="Provides a set of typedef's that allow using Eigen datatypes in STL containers" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="dev-cpp/eigen:3" +DEPEND="${RDEPEND}" |