summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-10-15 11:25:34 +0200
committerAlexis Ballier <aballier@gentoo.org>2015-10-15 13:25:34 +0200
commitb783ba683d98269bc9a6e2b033ae6d615aae7c8c (patch)
tree89941891c9b5e67a64fabd0ab719752c5b63cb22 /dev-ros/mk/mk-1.12.5.ebuild
parentdev-ros/rosunit: Bump to 1.12.5. (diff)
downloadgentoo-b783ba683d98269bc9a6e2b033ae6d615aae7c8c.tar.gz
gentoo-b783ba683d98269bc9a6e2b033ae6d615aae7c8c.tar.bz2
gentoo-b783ba683d98269bc9a6e2b033ae6d615aae7c8c.zip
dev-ros/mk: Bump to 1.12.5.
Package-Manager: portage-2.2.23
Diffstat (limited to 'dev-ros/mk/mk-1.12.5.ebuild')
-rw-r--r--dev-ros/mk/mk-1.12.5.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/mk/mk-1.12.5.ebuild b/dev-ros/mk/mk-1.12.5.ebuild
new file mode 100644
index 000000000000..fe1f6e999423
--- /dev/null
+++ b/dev-ros/mk/mk-1.12.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 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}"