Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/media_export/
Date: Thu, 04 May 2017 09:13:16
Message-Id: 1493889160.9d4c29e0936db661563f17ad74570737c9bcd34f.aballier@gentoo
1 commit: 9d4c29e0936db661563f17ad74570737c9bcd34f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 4 09:00:20 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu May 4 09:12:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d4c29e0
7
8 dev-ros/media_export: initial import
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-ros/media_export/Manifest | 1 +
13 dev-ros/media_export/media_export-0.2.0.ebuild | 17 +++++++++++++++++
14 dev-ros/media_export/media_export-9999.ebuild | 17 +++++++++++++++++
15 dev-ros/media_export/metadata.xml | 11 +++++++++++
16 4 files changed, 46 insertions(+)
17
18 diff --git a/dev-ros/media_export/Manifest b/dev-ros/media_export/Manifest
19 new file mode 100644
20 index 00000000000..7492c45c578
21 --- /dev/null
22 +++ b/dev-ros/media_export/Manifest
23 @@ -0,0 +1 @@
24 +DIST media_export-0.2.0.tar.gz 1350 SHA256 ff340b95693331ddbd493ac2169a3a70192be2e862456ee6bb4cac6421bd3702 SHA512 3710c028972ba9d431cd1f450fa867131607a657478e8316acb48065420e42f0f7da82af58135be995648c4ecd31952c196d36196f9f28da87a40409de3f6520 WHIRLPOOL a830af4b397ab14c4a903ae77fdf9e30235c180ce8659f3adf8626ab886bf6d6c68790552297bb3bc735b47300831251ed5c466b24bf5136d023f7be80a98f64
25
26 diff --git a/dev-ros/media_export/media_export-0.2.0.ebuild b/dev-ros/media_export/media_export-0.2.0.ebuild
27 new file mode 100644
28 index 00000000000..9140f614373
29 --- /dev/null
30 +++ b/dev-ros/media_export/media_export-0.2.0.ebuild
31 @@ -0,0 +1,17 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=5
36 +
37 +ROS_REPO_URI="https://github.com/ros/media_export"
38 +KEYWORDS="~amd64"
39 +
40 +inherit ros-catkin
41 +
42 +DESCRIPTION="Allow ROS packages to export media paths to each other"
43 +LICENSE="BSD"
44 +SLOT="0"
45 +IUSE=""
46 +
47 +RDEPEND=""
48 +DEPEND=""
49
50 diff --git a/dev-ros/media_export/media_export-9999.ebuild b/dev-ros/media_export/media_export-9999.ebuild
51 new file mode 100644
52 index 00000000000..9140f614373
53 --- /dev/null
54 +++ b/dev-ros/media_export/media_export-9999.ebuild
55 @@ -0,0 +1,17 @@
56 +# Copyright 1999-2017 Gentoo Foundation
57 +# Distributed under the terms of the GNU General Public License v2
58 +
59 +EAPI=5
60 +
61 +ROS_REPO_URI="https://github.com/ros/media_export"
62 +KEYWORDS="~amd64"
63 +
64 +inherit ros-catkin
65 +
66 +DESCRIPTION="Allow ROS packages to export media paths to each other"
67 +LICENSE="BSD"
68 +SLOT="0"
69 +IUSE=""
70 +
71 +RDEPEND=""
72 +DEPEND=""
73
74 diff --git a/dev-ros/media_export/metadata.xml b/dev-ros/media_export/metadata.xml
75 new file mode 100644
76 index 00000000000..920c144774f
77 --- /dev/null
78 +++ b/dev-ros/media_export/metadata.xml
79 @@ -0,0 +1,11 @@
80 +<?xml version="1.0" encoding="UTF-8"?>
81 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
82 +<pkgmetadata>
83 + <maintainer type="project">
84 + <email>ros@g.o</email>
85 + <name>Gentoo ROS Project</name>
86 + </maintainer>
87 + <upstream>
88 + <remote-id type="github">ros/media_export</remote-id>
89 + </upstream>
90 +</pkgmetadata>