summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-09-22 13:42:55 +0200
committerAlexis Ballier <aballier@gentoo.org>2015-09-22 13:42:55 +0200
commite55ffaa2027668a4050d62c45c798fdddced2e99 (patch)
tree25b13894ef6111e4e7ba2e8268aa09b3b7105182 /dev-ros/mk/mk-9999.ebuild
parentprofiles: mask USE=examples for sci-libs/vtk (diff)
downloadgentoo-e55ffaa2027668a4050d62c45c798fdddced2e99.tar.gz
gentoo-e55ffaa2027668a4050d62c45c798fdddced2e99.tar.bz2
gentoo-e55ffaa2027668a4050d62c45c798fdddced2e99.zip
dev-ros/mk: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros/mk/mk-9999.ebuild')
-rw-r--r--dev-ros/mk/mk-9999.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/mk/mk-9999.ebuild b/dev-ros/mk/mk-9999.ebuild
new file mode 100644
index 000000000000..fe1f6e999423
--- /dev/null
+++ b/dev-ros/mk/mk-9999.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}"