From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A2BFE139696 for ; Sat, 1 Apr 2017 12:24:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E53FA21C153; Sat, 1 Apr 2017 12:24:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C27C521C043 for ; Sat, 1 Apr 2017 12:24:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4E713415D2 for ; Sat, 1 Apr 2017 12:24:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F6B573E6 for ; Sat, 1 Apr 2017 12:24:52 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1491049480.394eb63fe5a9ed62c86b3377699f0e437540f8d5.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/pluginlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/pluginlib/Manifest dev-ros/pluginlib/pluginlib-1.10.5.ebuild X-VCS-Directories: dev-ros/pluginlib/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 394eb63fe5a9ed62c86b3377699f0e437540f8d5 X-VCS-Branch: master Date: Sat, 1 Apr 2017 12:24:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7958b495-5d87-4183-821a-ae2a2c25b9a6 X-Archives-Hash: 4b42f890ba497113263bf84aadb0f4a6 commit: 394eb63fe5a9ed62c86b3377699f0e437540f8d5 Author: Alexis Ballier gentoo org> AuthorDate: Sat Apr 1 10:10:52 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Apr 1 12:24:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=394eb63f dev-ros/pluginlib: bump to 1.10.5 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ros/pluginlib/Manifest | 1 + dev-ros/pluginlib/pluginlib-1.10.5.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-ros/pluginlib/Manifest b/dev-ros/pluginlib/Manifest index d5a76fb1373..1e9b7818899 100644 --- a/dev-ros/pluginlib/Manifest +++ b/dev-ros/pluginlib/Manifest @@ -1 +1,2 @@ DIST pluginlib-1.10.4.tar.gz 21420 SHA256 9a8a81d39472bda8cc8a9b189b9dc8f602b13b97a132a153144785d9fc5b68b2 SHA512 df469c6f536a062cadc5a4b38006bb407c10ab2bb4da19769ccfc46e466f1fa37216154a90fd41442ac35519eba420ad08f81bf9474511d1c5b4aca219a8b9de WHIRLPOOL b374959761d7fce017678c33fb8a44bbb960ff8002011573245f30f685dc2f48937cfda15fc515e71da1f8174b73c9cb3a66924e02d5e80f053563599dc355c4 +DIST pluginlib-1.10.5.tar.gz 21470 SHA256 53a0ccb7a4654d464271189fc44ba23d6be8d3ecdfb40506b9d9fb4a87f19d6c SHA512 619c552c7f6d59f02f580204477e789e2adf15ea53dfdf1d3fe3fc6e65e34dbfe1d7e7ae60b833bbf589c2afd49dc09187222e989de902758475509b8cf7cd88 WHIRLPOOL c441fbee18fa152d900e0b49198cc2b0f75a85f801bc756bc1d56f4153360e2ddfc3c63223a57fbc7ee299aef4313bd55c147fe614d6fcca708f7302ac9c52fd diff --git a/dev-ros/pluginlib/pluginlib-1.10.5.ebuild b/dev-ros/pluginlib/pluginlib-1.10.5.ebuild new file mode 100644 index 00000000000..75c645625a1 --- /dev/null +++ b/dev-ros/pluginlib/pluginlib-1.10.5.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +ROS_REPO_URI="https://github.com/ros/pluginlib" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) + +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-0.3.5 + dev-ros/rosconsole + dev-ros/roslib[${PYTHON_USEDEP}] + dev-libs/boost:= + dev-libs/tinyxml + dev-ros/cmake_modules +" +DEPEND="${RDEPEND} + test? ( dev-cpp/gtest )" +PATCHES=( "${FILESDIR}/gentoo.patch" )