dev-ros/class_loader: bump to 0.3.4

Package-Manager: portage-2.3.0
This commit is contained in:
Alexis Ballier
2016-06-30 10:10:27 +02:00
parent 5d123c7897
commit 08c1fe66aa
2 changed files with 22 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST class_loader-0.3.3.tar.gz 27821 SHA256 b39fc7ad4da4d092411bb82b5008d9ae480ab7dddd998253c4edb1f6efb48579 SHA512 d138a557f8d63f238016cebb46fc955e43028a8b4e845169fc149ac36f87b4cf6c9b40629e4ac97a672464dd176c3d04a65cc1129e638f822597a0feb977e3f6 WHIRLPOOL 77c41fa788a00d31166ee7bc1c0a10045a2de8c93b8dc7a670e75b487dd982067e6f0185265074929374bfc13018d051c30081c828c526d38e6acc862225e2ec
DIST class_loader-0.3.4.tar.gz 28465 SHA256 34f7be503c333b45b5d006125b1d3b850dd2702e31c6a1e0d3b7535a0c553452 SHA512 12178fdcda8e5896a43bb1799b61caa6b14b42027aa3953f86eda5bb818c0f1e8c1161c0ea26bf939b2dd8386c7c5ff533a7a9872a47670a307f6a40e9d79c15 WHIRLPOOL ff366f41411ba57467c405044005685843c9f51435cec66fb4ed7ed13f175fee550d21833000b14406ee40ec969f0ddfe7bd1af1fbf1b73e54ca2590a8364640

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
ROS_REPO_URI="https://github.com/ros/class_loader"
KEYWORDS="~amd64 ~arm"
inherit ros-catkin
DESCRIPTION="ROS-independent package for loading plugins"
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="dev-libs/poco
dev-libs/boost:=[threads]
dev-ros/cmake_modules
dev-libs/console_bridge"
DEPEND="${RDEPEND}"