commit:     9d4c29e0936db661563f17ad74570737c9bcd34f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu May  4 09:00:20 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu May  4 09:12:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d4c29e0

dev-ros/media_export: initial import

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/media_export/Manifest                  |  1 +
 dev-ros/media_export/media_export-0.2.0.ebuild | 17 +++++++++++++++++
 dev-ros/media_export/media_export-9999.ebuild  | 17 +++++++++++++++++
 dev-ros/media_export/metadata.xml              | 11 +++++++++++
 4 files changed, 46 insertions(+)

diff --git a/dev-ros/media_export/Manifest b/dev-ros/media_export/Manifest
new file mode 100644
index 00000000000..7492c45c578
--- /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 00000000000..9140f614373
--- /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 00000000000..9140f614373
--- /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 00000000000..920c144774f
--- /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>[email protected]</email>
+               <name>Gentoo ROS Project</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">ros/media_export</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to