summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-05-04 11:00:20 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-05-04 11:12:40 +0200
commit9d4c29e0936db661563f17ad74570737c9bcd34f (patch)
tree04d17af0f408190d877290c66bb24af0f17e6130 /dev-ros/media_export/media_export-9999.ebuild
parentdev-ros/urdf_tutorial: bump to 0.2.5 (diff)
downloadgentoo-9d4c29e0936db661563f17ad74570737c9bcd34f.tar.gz
gentoo-9d4c29e0936db661563f17ad74570737c9bcd34f.tar.bz2
gentoo-9d4c29e0936db661563f17ad74570737c9bcd34f.zip
dev-ros/media_export: initial import
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ros/media_export/media_export-9999.ebuild')
-rw-r--r--dev-ros/media_export/media_export-9999.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-ros/media_export/media_export-9999.ebuild b/dev-ros/media_export/media_export-9999.ebuild
new file mode 100644
index 000000000000..9140f6143732
--- /dev/null
+++ b/dev-ros/media_export/media_export-9999.ebuild
@@ -0,0 +1,17 @@
+# 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/media_export"
+KEYWORDS="~amd64"
+
+inherit ros-catkin
+
+DESCRIPTION="Allow ROS packages to export media paths to each other"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""