diff options
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="" |