Skip to content

Commit

Permalink
dev-ros/pluginlib: bump to 1.11.0 and update live ebuild
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
aballier committed Aug 24, 2017
1 parent a18743b commit 120a7af
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
1 change: 1 addition & 0 deletions dev-ros/pluginlib/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST pluginlib-1.10.5.tar.gz 21470 SHA256 53a0ccb7a4654d464271189fc44ba23d6be8d3ecdfb40506b9d9fb4a87f19d6c SHA512 619c552c7f6d59f02f580204477e789e2adf15ea53dfdf1d3fe3fc6e65e34dbfe1d7e7ae60b833bbf589c2afd49dc09187222e989de902758475509b8cf7cd88 WHIRLPOOL c441fbee18fa152d900e0b49198cc2b0f75a85f801bc756bc1d56f4153360e2ddfc3c63223a57fbc7ee299aef4313bd55c147fe614d6fcca708f7302ac9c52fd
DIST pluginlib-1.11.0.tar.gz 21555 SHA256 f5acf838cdf15538505b670dfdf93a0c5e453d222464d729d71a22513a60e2ca SHA512 2ef27759a6fb3db0354ffd28f2de5781405d4515dad028cbba6e108aa2eb79da56bbcb8ad4dab5686a9dc59d031bfd06ca713382e99258ecdf78fc45a877e588 WHIRLPOOL 71fa457e3bd0c93f2ea68729086b6f9b1b2653f126bdec3f461ad26cb37237c27397cca8d1c5dcf74e96b72988c025738d20ef303ac6d12ae7fc17d4b3bb8a02
27 changes: 27 additions & 0 deletions dev-ros/pluginlib/pluginlib-1.11.0.ebuild
Original file line number Diff line number Diff line change
@@ -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/tinyxml2:=
dev-ros/cmake_modules
"
DEPEND="${RDEPEND}
test? ( dev-cpp/gtest )"
PATCHES=( "${FILESDIR}/gentoo.patch" )
4 changes: 2 additions & 2 deletions dev-ros/pluginlib/pluginlib-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -19,7 +19,7 @@ RDEPEND="
dev-ros/rosconsole
dev-ros/roslib[${PYTHON_USEDEP}]
dev-libs/boost:=
dev-libs/tinyxml
dev-libs/tinyxml2:=
dev-ros/cmake_modules
"
DEPEND="${RDEPEND}
Expand Down

0 comments on commit 120a7af

Please sign in to comment.