Skip to content

Commit

Permalink
dev-ros/eigen_stl_containers: Initial import. Ebuild by me.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.21
  • Loading branch information
aballier committed Sep 22, 2015
1 parent caf2642 commit cc167c3
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ros/eigen_stl_containers/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST eigen_stl_containers-0.1.4.tar.gz 2128 SHA256 7ae3464121d1e6da8cc2829fad78b39687f75905cb7b56ff8d9f967cacb09a7f SHA512 57e67dd63536c7e35b4055d0072575f16e517b797c8383be6ed80eadd536bd044aa787c657bc5da125bf91a9be273515b35c0459a42cbbf02cd405dbf9f05f1f WHIRLPOOL 2c1c968246344142223c86ab128bd1eb02cf1cdf8e7c81bbbad3f0c8bdf2265916561d68f64e49ff65706add8524a75f0f03c82d67073c537c886cd354688cdc
18 changes: 18 additions & 0 deletions dev-ros/eigen_stl_containers/eigen_stl_containers-0.1.4.ebuild
Original file line number Diff line number Diff line change
@@ -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}"
18 changes: 18 additions & 0 deletions dev-ros/eigen_stl_containers/eigen_stl_containers-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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}"
5 changes: 5 additions & 0 deletions dev-ros/eigen_stl_containers/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>ros</herd>
</pkgmetadata>

0 comments on commit cc167c3

Please sign in to comment.