Skip to content

Commit

Permalink
dev-ros/rosclean: Bump to 1.14.1.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.3
  • Loading branch information
aballier committed Jul 30, 2017
1 parent 91e49d6 commit d83e156
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ros/rosclean/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST ros-1.14.0.tar.gz 167371 SHA256 42d2a91e867684b3bd0cf9132e5d6dc5bc996086e5ac7baaeeec9c51005282eb SHA512 b3353eeb88b1e5db456ae796a9b869e540e71a7ff94327c7b2c0cfdc58af599793f4b4e36ec54a80059d938ea1d27ca87f4093ea2621c9267a642f99db3acb31 WHIRLPOOL 142dda77e1d9cf9b5fdab9bcdace8eb9fdeb19060eaff8af16bda27d925c00ffc401bf0a41017aa4d81325dc6703ac9571a54c17e433910c751a2080c2637355
DIST ros-1.14.1.tar.gz 167768 SHA256 2bdf5e29c332982bec3b01abbf190ff72c0eaee352070c6dd2e23ee7d32b6da7 SHA512 b8d3ea058cd53d5ecd3aa3302ecdd89ef183cb0b58a0f39949e8215ffd7361111e0d926c3c8eb93bab7867d166870e9acc411c931df543f9ba9e5031739a399a WHIRLPOOL 36e8c1a2e8c6cb557cdc65c468449ba685832d5bfdc19115e4016815787997aaf5a3f3c6de6fdc58b3e3500f8c351c14421ad7dd611e00eba1648a91411b55f4
22 changes: 22 additions & 0 deletions dev-ros/rosclean/rosclean-1.14.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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/ros"
KEYWORDS="~amd64 ~arm"
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
ROS_SUBDIR=tools/${PN}

inherit ros-catkin

DESCRIPTION="Cleanup filesystem resources (e.g. log files)"
LICENSE="BSD"
SLOT="0"
IUSE=""

RDEPEND="dev-python/rospkg[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
test? ( dev-python/nose[${PYTHON_USEDEP}] )
"
PATCHES=( "${FILESDIR}/bb.patch" )

0 comments on commit d83e156

Please sign in to comment.