dev-ros/class_loader: bump to 0.4.1
authorAlexis Ballier <aballier@gentoo.org>
Tue, 15 May 2018 06:39:29 +0000 (08:39 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 15 May 2018 06:39:29 +0000 (08:39 +0200)
Package-Manager: Portage-2.3.36, Repoman-2.3.9

dev-ros/class_loader/Manifest
dev-ros/class_loader/class_loader-0.4.1.ebuild [new file with mode: 0644]

index d6aa8d91e10f5fbb8769bafbc8d998d6f53e9fd4..722692eeca5ff3c78f633ddf546d6ee83980169c 100644 (file)
@@ -1 +1,2 @@
 DIST class_loader-0.4.0.tar.gz 32163 BLAKE2B f86e3903628cc797e935bb83b49d3f3baf1330bf6431402e7c4c38be802596a6e26767ea7089fa3f1a833f3e22b49f8a72b24675c2502810efb2a6d9104cb611 SHA512 3d07ba3a85b0c2b2153776ca55fe6b83a14c39fe7f62e4d7e6b66e1000fb0365f967e0a04c0c918ee99d730ea0b4fff6bec63ac00ad04d8c1574008297390346
+DIST class_loader-0.4.1.tar.gz 33110 BLAKE2B 61a93af542124799ddc7341bdd330ca8cd13046fc6a0ce765818bfce09def49b93c351180278c80c32e9449ce46b520ab91153bb4d9630e809623106efdc1f76 SHA512 954ad1e76a8b2b679d4cdd46e4c29471dbdaae18be580bd5babe576c89265c473fb218253338667d51f68bf26780a48d934e476a30983cb986bec4ffadec28d1
diff --git a/dev-ros/class_loader/class_loader-0.4.1.ebuild b/dev-ros/class_loader/class_loader-0.4.1.ebuild
new file mode 100644 (file)
index 0000000..bd6d17a
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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/melodic"
+IUSE=""
+
+RDEPEND="dev-libs/poco
+       dev-libs/boost:=[threads]
+       dev-ros/cmake_modules
+       dev-libs/console_bridge:="
+DEPEND="${RDEPEND}"