summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-10-12 20:53:18 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-10-12 21:08:43 +0200
commitf2116cd8ece7a4cbc8943e1b279721ee9303cb69 (patch)
tree2332622613480005084a8b31b3a41f81e7c67c0f /dev-ros/roslang/roslang-1.15.7.ebuild
parentdev-ros/rosbuild: Bump to 1.15.7. (diff)
downloadgentoo-f2116cd8ece7a4cbc8943e1b279721ee9303cb69.tar.gz
gentoo-f2116cd8ece7a4cbc8943e1b279721ee9303cb69.tar.bz2
gentoo-f2116cd8ece7a4cbc8943e1b279721ee9303cb69.zip
dev-ros/roslang: Bump to 1.15.7.
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/roslang/roslang-1.15.7.ebuild')
-rw-r--r--dev-ros/roslang/roslang-1.15.7.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ros/roslang/roslang-1.15.7.ebuild b/dev-ros/roslang/roslang-1.15.7.ebuild
new file mode 100644
index 000000000000..5c52cec83fd8
--- /dev/null
+++ b/dev-ros/roslang/roslang-1.15.7.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ROS_REPO_URI="https://github.com/ros/ros"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=core/${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Common package for all ROS client libraries"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"