forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-ros/eigen_stl_containers: bump to 0.1.5
Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier <[email protected]>
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST eigen_stl_containers-0.1.4.tar.gz 2128 SHA256 7ae3464121d1e6da8cc2829fad78b39687f75905cb7b56ff8d9f967cacb09a7f SHA512 57e67dd63536c7e35b4055d0072575f16e517b797c8383be6ed80eadd536bd044aa787c657bc5da125bf91a9be273515b35c0459a42cbbf02cd405dbf9f05f1f WHIRLPOOL 2c1c968246344142223c86ab128bd1eb02cf1cdf8e7c81bbbad3f0c8bdf2265916561d68f64e49ff65706add8524a75f0f03c82d67073c537c886cd354688cdc | ||
DIST eigen_stl_containers-0.1.5.tar.gz 2571 SHA256 17bbf97e09486e84b3ccd36db1ef20e92dd24fb906717656d4e0eb52ad112366 SHA512 57b9825860e959523187a8d4221f9b59805e2934aa1e842bd87cffae308458e89171fc99f0996ee52e7b475e4ac0de13d3a330c86adc9e3e6925dbff234a8337 WHIRLPOOL f909f488b8332ea81c986784602deef5cfd133c0dc4f4584b6f0f73530e4b41da9dcec42d63545f734c54abe7f98c8f3d2644c6131a24671e7abe66a7195c605 |
18 changes: 18 additions & 0 deletions
18
dev-ros/eigen_stl_containers/eigen_stl_containers-0.1.5.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}" |