diff options
author | Alexis Ballier <aballier@gentoo.org> | 2019-05-07 11:53:04 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2019-05-07 12:00:21 +0200 |
commit | 14f9acc38f4bbefaad81b02535e9dcfcd583aeaf (patch) | |
tree | 0137ceb086c81191b0412fed01218ee3fe6349c4 /dev-ros/mk/mk-1.14.6.ebuild | |
parent | dev-ros/rosunit: Bump to 1.14.6. (diff) | |
download | gentoo-14f9acc38f4bbefaad81b02535e9dcfcd583aeaf.tar.gz gentoo-14f9acc38f4bbefaad81b02535e9dcfcd583aeaf.tar.bz2 gentoo-14f9acc38f4bbefaad81b02535e9dcfcd583aeaf.zip |
dev-ros/mk: Bump to 1.14.6.
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/mk/mk-1.14.6.ebuild')
-rw-r--r-- | dev-ros/mk/mk-1.14.6.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ros/mk/mk-1.14.6.ebuild b/dev-ros/mk/mk-1.14.6.ebuild new file mode 100644 index 000000000000..16db9adc7027 --- /dev/null +++ b/dev-ros/mk/mk-1.14.6.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" |