summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-29 13:58:44 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-29 14:21:05 +0200
commitb28034e8dc7d1f7be2166d0b1550aae9ac5f29bb (patch)
tree5d712bd9ee0f58d7d0d245611ee2a1d83b062a25 /dev-ros/roslang/roslang-1.15.6.ebuild
parentdev-ros/rosbuild: Bump to 1.15.6. (diff)
downloadgentoo-b28034e8dc7d1f7be2166d0b1550aae9ac5f29bb.tar.gz
gentoo-b28034e8dc7d1f7be2166d0b1550aae9ac5f29bb.tar.bz2
gentoo-b28034e8dc7d1f7be2166d0b1550aae9ac5f29bb.zip
dev-ros/roslang: Bump to 1.15.6.
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/roslang/roslang-1.15.6.ebuild')
-rw-r--r--dev-ros/roslang/roslang-1.15.6.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ros/roslang/roslang-1.15.6.ebuild b/dev-ros/roslang/roslang-1.15.6.ebuild
new file mode 100644
index 000000000000..5c52cec83fd8
--- /dev/null
+++ b/dev-ros/roslang/roslang-1.15.6.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}"