diff options
author | Alexis Ballier <aballier@gentoo.org> | 2019-12-11 15:32:58 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2019-12-11 16:26:24 +0100 |
commit | 2fd08645ef6d4b0c9b8dce9e26072a8d8b8967e1 (patch) | |
tree | 77b84011fff886e6a14b439f637bde9171982015 /dev-ros/mk/mk-1.14.7.ebuild | |
parent | dev-ros/rosunit: Bump to 1.14.7. (diff) | |
download | gentoo-2fd08645ef6d4b0c9b8dce9e26072a8d8b8967e1.tar.gz gentoo-2fd08645ef6d4b0c9b8dce9e26072a8d8b8967e1.tar.bz2 gentoo-2fd08645ef6d4b0c9b8dce9e26072a8d8b8967e1.zip |
dev-ros/mk: 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/mk/mk-1.14.7.ebuild')
-rw-r--r-- | dev-ros/mk/mk-1.14.7.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ros/mk/mk-1.14.7.ebuild b/dev-ros/mk/mk-1.14.7.ebuild new file mode 100644 index 000000000000..16db9adc7027 --- /dev/null +++ b/dev-ros/mk/mk-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" +ROS_SUBDIR=core/${PN} + +inherit ros-catkin + +DESCRIPTION="A collection of .mk include files for building ROS architectural elements" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" +RDEPEND="${DEPEND} + dev-ros/rospack + dev-ros/rosbuild" |