summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-10 18:18:13 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-10 18:50:32 +0200
commit3c4f43ac5f789f55abd36ba1c3f17f591b53413b (patch)
tree553ab8647407238061bed65f4e59b66e3ffa9103
parentdev-ros/rosclean: Bump to 1.15.5. (diff)
downloadgentoo-3c4f43ac5f789f55abd36ba1c3f17f591b53413b.tar.gz
gentoo-3c4f43ac5f789f55abd36ba1c3f17f591b53413b.tar.bz2
gentoo-3c4f43ac5f789f55abd36ba1c3f17f591b53413b.zip
dev-ros/roscreate: Bump to 1.15.5.
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
-rw-r--r--dev-ros/roscreate/Manifest1
-rw-r--r--dev-ros/roscreate/roscreate-1.15.5.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-ros/roscreate/Manifest b/dev-ros/roscreate/Manifest
index c9058151d490..ad9892918527 100644
--- a/dev-ros/roscreate/Manifest
+++ b/dev-ros/roscreate/Manifest
@@ -1 +1,2 @@
DIST ros-1.14.7.tar.gz 175854 BLAKE2B 713ad5036a14a27556c9cc68f12b737562148f786c5d5ac32ba8328a05d63df3154222762af1fba7db34b11123a2cdc6f3a23770f9ddf1f30a7d14ef47a26ecc SHA512 b4ea471586630754c5d212ec32c5d5d20b4bb25b707c69249bf976384eb23ad6e2fa95906167ce48c916ca4ab12747a031184073c70fe6986efcc3258a1f5498
+DIST ros-1.15.5.tar.gz 178252 BLAKE2B 2e96f550ee6d9e049db4a69464db0bf948f2baf8ea50b2105ac19dcd758e4fc57cb011529e28cd9058ccb4adcbcf087e6295f35e6f9c511f5f33c3ddbe27c2db SHA512 d526e267faf231c0c9153614a24f05294b648595bda6d99ea937ca3cca70b2784b26c3c62f9b4830322adbd17d8e151be314c7301b753450450c5c38527d48d3
diff --git a/dev-ros/roscreate/roscreate-1.15.5.ebuild b/dev-ros/roscreate/roscreate-1.15.5.ebuild
new file mode 100644
index 000000000000..41dae056f1c9
--- /dev/null
+++ b/dev-ros/roscreate/roscreate-1.15.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 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=( python2_7 )
+ROS_SUBDIR=tools/${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Tool that assists in the creation of ROS filesystem resources"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-python/rospkg[${PYTHON_USEDEP}]
+ dev-ros/roslib[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"