summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2019-12-11 15:32:39 +0100
committerAlexis Ballier <aballier@gentoo.org>2019-12-11 16:26:23 +0100
commit6335e50ba71710b8f2ad1390736479434b0de06d (patch)
treed9e01360f712273d460233b0cd86ad5d48f56847 /dev-ros/rosclean
parentdev-ros/rosboost_cfg: Bump to 1.14.7. (diff)
downloadgentoo-6335e50ba71710b8f2ad1390736479434b0de06d.tar.gz
gentoo-6335e50ba71710b8f2ad1390736479434b0de06d.tar.bz2
gentoo-6335e50ba71710b8f2ad1390736479434b0de06d.zip
dev-ros/rosclean: Bump to 1.14.7.
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rosclean')
-rw-r--r--dev-ros/rosclean/Manifest1
-rw-r--r--dev-ros/rosclean/rosclean-1.14.7.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-ros/rosclean/Manifest b/dev-ros/rosclean/Manifest
index 556762f37a1c..4d20132a7719 100644
--- a/dev-ros/rosclean/Manifest
+++ b/dev-ros/rosclean/Manifest
@@ -1 +1,2 @@
DIST ros-1.14.6.tar.gz 174375 BLAKE2B bb3c7b60c1d89ff2b219802c60fbb39ad54cb15250f6c17ef27f64a66e148bbf8da5b836ff38f0a83cf3e2fa3615ce298ef888c95607f6f33d8511a1bb04e6a5 SHA512 f30f33553aeae267b608b705b4e8b2502260ed47e3461c36da265318b5d78369a857e3fb67fc55f20f2dd9010bac6eda213bbe0442a142fbe223ebf34a48ea38
+DIST ros-1.14.7.tar.gz 175854 BLAKE2B 713ad5036a14a27556c9cc68f12b737562148f786c5d5ac32ba8328a05d63df3154222762af1fba7db34b11123a2cdc6f3a23770f9ddf1f30a7d14ef47a26ecc SHA512 b4ea471586630754c5d212ec32c5d5d20b4bb25b707c69249bf976384eb23ad6e2fa95906167ce48c916ca4ab12747a031184073c70fe6986efcc3258a1f5498
diff --git a/dev-ros/rosclean/rosclean-1.14.7.ebuild b/dev-ros/rosclean/rosclean-1.14.7.ebuild
new file mode 100644
index 000000000000..8910f969f5e9
--- /dev/null
+++ b/dev-ros/rosclean/rosclean-1.14.7.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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_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}] )
+"