diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 13:58:44 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:21:05 +0200 |
commit | b28034e8dc7d1f7be2166d0b1550aae9ac5f29bb (patch) | |
tree | 5d712bd9ee0f58d7d0d245611ee2a1d83b062a25 /dev-ros/roslang/roslang-1.15.6.ebuild | |
parent | dev-ros/rosbuild: Bump to 1.15.6. (diff) | |
download | gentoo-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.ebuild | 18 |
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}" |