summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-09-19 09:19:24 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-09-19 09:58:21 +0200
commit3f7bf7f07a9443a98500fa4310ce3ebcce6cb532 (patch)
tree37625bff19fcec236bb6830e9752746e7146e6e4 /dev-ros/mk/mk-1.13.3.ebuild
parentdev-ros/rosunit: Bump to 1.13.3. (diff)
downloadgentoo-3f7bf7f07a9443a98500fa4310ce3ebcce6cb532.tar.gz
gentoo-3f7bf7f07a9443a98500fa4310ce3ebcce6cb532.tar.bz2
gentoo-3f7bf7f07a9443a98500fa4310ce3ebcce6cb532.zip
dev-ros/mk: Bump to 1.13.3.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ros/mk/mk-1.13.3.ebuild')
-rw-r--r--dev-ros/mk/mk-1.13.3.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/mk/mk-1.13.3.ebuild b/dev-ros/mk/mk-1.13.3.ebuild
new file mode 100644
index 000000000000..686065b89e52
--- /dev/null
+++ b/dev-ros/mk/mk-1.13.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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}"