From 05b866be242374e4e2495eab5febf5830936240a Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Sat, 4 Nov 2017 11:34:18 +0100 Subject: dev-ros/mk: Bump to 1.14.2. Package-Manager: Portage-2.3.13, Repoman-2.3.4 --- dev-ros/mk/mk-1.14.2.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 dev-ros/mk/mk-1.14.2.ebuild (limited to 'dev-ros/mk/mk-1.14.2.ebuild') diff --git a/dev-ros/mk/mk-1.14.2.ebuild b/dev-ros/mk/mk-1.14.2.ebuild new file mode 100644 index 000000000000..1db8736f1d4e --- /dev/null +++ b/dev-ros/mk/mk-1.14.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# 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}" -- cgit v1.2.3-65-gdbad