mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
dev-ros/rospack: bump to 2.4.3
Package-Manager: Portage-2.3.11, Repoman-2.3.3
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST rospack-2.4.2.tar.gz 71938 SHA256 5ef87c11d492759608f12d03113bd538cdb61bbc3876ebd91be078c9b56241f7 SHA512 f5569ba19abcb41b888d98c272bacca19d7be68528550154003e8394bd431aa381858f0a4440f708b5d9ac1814fa0e093a7ba34c3c192bcedb2de8040f364605 WHIRLPOOL 5e747bc9904fdbf1d5c33af46d912224605fb755aa2c5339b9efaabdc8c2ef5b4e5ab2a56714d43ca45030a83e36429a31a92b6bd79d0c20a584019e50b00189
|
||||
DIST rospack-2.4.3.tar.gz 72327 SHA256 e7434df39a6c4d83ac4613ef24ebe699d5b470ce64d1f1fe0fcdc8b9fc9e54d1 SHA512 4396ef24d0bd826235d7ac0da8a0b502557ecc0086eadcda96d44779ed5d8134e9a53cd861ee135a4b1da53074bdcf906dc4cb6ea0c36798326c17788ee1e2be WHIRLPOOL 2ba441b8b5f65fa1e9cf0c5977292745a785995269b6b177e2703cf1ca77aa918a06f1e06edd8f844f30d0f827bc6c780af4d61593741cf743e2987f2ece30f7
|
||||
|
||||
31
dev-ros/rospack/rospack-2.4.3.ebuild
Normal file
31
dev-ros/rospack/rospack-2.4.3.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# 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/rospack"
|
||||
KEYWORDS="~amd64 ~arm"
|
||||
|
||||
inherit ros-catkin
|
||||
|
||||
DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/boost:=
|
||||
dev-libs/tinyxml2:=
|
||||
${PYTHON_DEPS}"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-ros/cmake_modules-0.4.1
|
||||
test? (
|
||||
dev-cpp/gtest
|
||||
dev-python/nose
|
||||
)"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/gentoo.patch"
|
||||
)
|
||||
Reference in New Issue
Block a user