commit:     0e31c4e925b15f5c8ed669ad31920f7d8f552729
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  4 10:34:14 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Nov  4 11:05:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e31c4e9

dev-ros/rosunit: Bump to 1.14.2.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-ros/rosunit/Manifest              |  1 +
 dev-ros/rosunit/rosunit-1.14.2.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-ros/rosunit/Manifest b/dev-ros/rosunit/Manifest
index 2bd06c5d816..a8aafada2d6 100644
--- a/dev-ros/rosunit/Manifest
+++ b/dev-ros/rosunit/Manifest
@@ -1,2 +1,3 @@
 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
+DIST ros-1.14.2.tar.gz 167882 SHA256 
f2231438c5e12c27989ec02b27aa6badabdba8da4b9ecefe3359dde8174f4c8a SHA512 
9d848140bc694f0f2b86f8c9ef67e0279c5f05a73abe43f54aedb7439c7810346d136445c7195310e5f00e0a0cdfbbf6cbb004e7ab0b1427811ec8b0a73933d5
 WHIRLPOOL 
36545c98e4a0893a2d80efd4bd9a7faec435804a3180938f4d8667e04311d1cad827babb416382ee1adca4cece2feb6e4124d30394d3de09b5e4b44a6b8331eb

diff --git a/dev-ros/rosunit/rosunit-1.14.2.ebuild 
b/dev-ros/rosunit/rosunit-1.14.2.ebuild
new file mode 100644
index 00000000000..543bde8b312
--- /dev/null
+++ b/dev-ros/rosunit/rosunit-1.14.2.ebuild
@@ -0,0 +1,24 @@
+# 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="Unit-testing package for ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+       dev-python/rospkg[${PYTHON_USEDEP}]
+       dev-ros/roslib[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+       test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"

Reply via email to