diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-05-04 11:00:20 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-05-04 11:12:40 +0200 |
commit | 9d4c29e0936db661563f17ad74570737c9bcd34f (patch) | |
tree | 04d17af0f408190d877290c66bb24af0f17e6130 /dev-ros/media_export/media_export-9999.ebuild | |
parent | dev-ros/urdf_tutorial: bump to 0.2.5 (diff) | |
download | gentoo-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.ebuild | 17 |
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="" |