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 | |
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')
-rw-r--r-- | dev-ros/media_export/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/media_export/media_export-0.2.0.ebuild | 17 | ||||
-rw-r--r-- | dev-ros/media_export/media_export-9999.ebuild | 17 | ||||
-rw-r--r-- | dev-ros/media_export/metadata.xml | 11 |
4 files changed, 46 insertions, 0 deletions
diff --git a/dev-ros/media_export/Manifest b/dev-ros/media_export/Manifest new file mode 100644 index 000000000000..7492c45c5788 --- /dev/null +++ b/dev-ros/media_export/Manifest @@ -0,0 +1 @@ +DIST media_export-0.2.0.tar.gz 1350 SHA256 ff340b95693331ddbd493ac2169a3a70192be2e862456ee6bb4cac6421bd3702 SHA512 3710c028972ba9d431cd1f450fa867131607a657478e8316acb48065420e42f0f7da82af58135be995648c4ecd31952c196d36196f9f28da87a40409de3f6520 WHIRLPOOL a830af4b397ab14c4a903ae77fdf9e30235c180ce8659f3adf8626ab886bf6d6c68790552297bb3bc735b47300831251ed5c466b24bf5136d023f7be80a98f64 diff --git a/dev-ros/media_export/media_export-0.2.0.ebuild b/dev-ros/media_export/media_export-0.2.0.ebuild new file mode 100644 index 000000000000..9140f6143732 --- /dev/null +++ b/dev-ros/media_export/media_export-0.2.0.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="" 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="" diff --git a/dev-ros/media_export/metadata.xml b/dev-ros/media_export/metadata.xml new file mode 100644 index 000000000000..920c144774ff --- /dev/null +++ b/dev-ros/media_export/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>ros@gentoo.org</email> + <name>Gentoo ROS Project</name> + </maintainer> + <upstream> + <remote-id type="github">ros/media_export</remote-id> + </upstream> +</pkgmetadata> |