dev-ros/pluginlib: bump to 1.10.2
authorAlexis Ballier <aballier@gentoo.org>
Thu, 24 Mar 2016 10:52:35 +0000 (11:52 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Thu, 24 Mar 2016 11:18:34 +0000 (12:18 +0100)
Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
dev-ros/pluginlib/Manifest
dev-ros/pluginlib/pluginlib-1.10.2.ebuild [new file with mode: 0644]

index f8240c44048d6478ad28c6bcb90ee99ed650d934..915e3ef511c02078f6452639fdcb111658c33aa3 100644 (file)
@@ -1 +1,2 @@
 DIST pluginlib-1.10.1.tar.gz 17109 SHA256 239591f5eb263e48769942feb125c46a56ae3e226dc3ef4bf5dfa39ab94c47e1 SHA512 0318b2893b100d0dddce3eac029e907bcfc759525bfc17de5c42f8d55facaf9c24f162df7baf4d4ed13ea9dcdaee06c85f730507fba6fbe8218b283e10ec6122 WHIRLPOOL 901c7f4b41abc708a00292d00f9f4e22d0c7f03e3ade900389bae8c436b93406110686f44a8a3380a13f7dd9ab4f79cc639f8ed494bccee49f91a4bfa1a48e1a
+DIST pluginlib-1.10.2.tar.gz 21417 SHA256 2ff0ec664c8b3c3d8a5c8f14e654a19dcfb4c06d7e2bb3756c4ea23691e5a9ee SHA512 f5a3578dc6f51d155577a44f45691abf9261fa05948fa9cb6391f26145a2fdd0d0c28d66150543cb0ec1621c7531f57f11b6e3bcae7effd716aad6cbc7481dcc WHIRLPOOL a7b89b2b27de2ca790ac6889d4c7429520bbf75bc5532cfee2aa786257b5af9e7d00c7d309326e42a27eadfea59ad5ffe8976432c6637063a4f372ef6749bcee
diff --git a/dev-ros/pluginlib/pluginlib-1.10.2.ebuild b/dev-ros/pluginlib/pluginlib-1.10.2.ebuild
new file mode 100644 (file)
index 0000000..0f84493
--- /dev/null
@@ -0,0 +1,27 @@
+# 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/pluginlib"
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="Provides tools for writing and dynamically loading plugins using the ROS build infrastructure"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+       dev-ros/class_loader
+       dev-ros/rosconsole
+       dev-ros/roslib[${PYTHON_USEDEP}]
+       dev-libs/boost:=
+       dev-libs/tinyxml
+       dev-ros/cmake_modules
+"
+DEPEND="${RDEPEND}
+       test? ( dev-cpp/gtest )"