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/sound_play/
Date: Mon, 28 Sep 2015 13:05:27
Message-Id: 1443445470.14f28e795137ce7e399449767cbe1b91d2526f64.aballier@gentoo
1 commit: 14f28e795137ce7e399449767cbe1b91d2526f64
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 28 13:04:30 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 13:04:30 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14f28e79
7
8 dev-ros/sound_play: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.22
11
12 dev-ros/sound_play/Manifest | 1 +
13 dev-ros/sound_play/metadata.xml | 5 +++++
14 dev-ros/sound_play/sound_play-0.2.7.ebuild | 35 ++++++++++++++++++++++++++++++
15 dev-ros/sound_play/sound_play-9999.ebuild | 35 ++++++++++++++++++++++++++++++
16 4 files changed, 76 insertions(+)
17
18 diff --git a/dev-ros/sound_play/Manifest b/dev-ros/sound_play/Manifest
19 new file mode 100644
20 index 0000000..aec3da0
21 --- /dev/null
22 +++ b/dev-ros/sound_play/Manifest
23 @@ -0,0 +1 @@
24 +DIST audio_common-0.2.7.tar.gz 173982 SHA256 bdffab26cd837b6db65d275dd14de143d1cf056167fc121b213b7403142195c4 SHA512 f765422bdb641e87132e1c9c56ca742d6830fed1d7414b337b61aa242f9955e4138ab13ee4a7786c78ff73f5824748ceb38f98612a7f12dab4dcdc97efa289e3 WHIRLPOOL d1bf17f8bd0e8346d2fff48982c402b0eaa2ea4365b3195e3dd0c4943c93cf1935fdff85a0d2018e43e5074640692c3d72dc72887c86d955dc02c60800e3725b
25
26 diff --git a/dev-ros/sound_play/metadata.xml b/dev-ros/sound_play/metadata.xml
27 new file mode 100644
28 index 0000000..c42ea5b
29 --- /dev/null
30 +++ b/dev-ros/sound_play/metadata.xml
31 @@ -0,0 +1,5 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 +<herd>ros</herd>
36 +</pkgmetadata>
37
38 diff --git a/dev-ros/sound_play/sound_play-0.2.7.ebuild b/dev-ros/sound_play/sound_play-0.2.7.ebuild
39 new file mode 100644
40 index 0000000..c4b4cb1
41 --- /dev/null
42 +++ b/dev-ros/sound_play/sound_play-0.2.7.ebuild
43 @@ -0,0 +1,35 @@
44 +# Copyright 1999-2014 Gentoo Foundation
45 +# Distributed under the terms of the GNU General Public License v2
46 +# $Id$
47 +
48 +EAPI=5
49 +ROS_REPO_URI="https://github.com/ros-drivers/audio_common"
50 +KEYWORDS="~amd64 ~arm"
51 +ROS_SUBDIR=${PN}
52 +CATKIN_HAS_MESSAGES=yes
53 +PYTHON_COMPAT=( python2_7 )
54 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs"
55 +
56 +inherit ros-catkin
57 +
58 +DESCRIPTION="ROS node that translates commands on a ROS topic (robotsound) into sounds"
59 +LICENSE="BSD"
60 +SLOT="0"
61 +IUSE=""
62 +
63 +RDEPEND="
64 + dev-ros/roscpp
65 + dev-ros/rospy[${PYTHON_USEDEP}]
66 + dev-ros/roslib
67 + media-libs/gstreamer:0.10
68 + dev-ros/audio_common_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
69 + dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
70 +"
71 +DEPEND="${RDEPEND}
72 + virtual/pkgconfig"
73 +RDEPEND="${RDEPEND}
74 + dev-python/gst-python[${PYTHON_USEDEP}]
75 + app-accessibility/festival
76 + media-libs/gst-plugins-good:0.10
77 + media-libs/gst-plugins-base:0.10
78 +"
79
80 diff --git a/dev-ros/sound_play/sound_play-9999.ebuild b/dev-ros/sound_play/sound_play-9999.ebuild
81 new file mode 100644
82 index 0000000..c4b4cb1
83 --- /dev/null
84 +++ b/dev-ros/sound_play/sound_play-9999.ebuild
85 @@ -0,0 +1,35 @@
86 +# Copyright 1999-2014 Gentoo Foundation
87 +# Distributed under the terms of the GNU General Public License v2
88 +# $Id$
89 +
90 +EAPI=5
91 +ROS_REPO_URI="https://github.com/ros-drivers/audio_common"
92 +KEYWORDS="~amd64 ~arm"
93 +ROS_SUBDIR=${PN}
94 +CATKIN_HAS_MESSAGES=yes
95 +PYTHON_COMPAT=( python2_7 )
96 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs"
97 +
98 +inherit ros-catkin
99 +
100 +DESCRIPTION="ROS node that translates commands on a ROS topic (robotsound) into sounds"
101 +LICENSE="BSD"
102 +SLOT="0"
103 +IUSE=""
104 +
105 +RDEPEND="
106 + dev-ros/roscpp
107 + dev-ros/rospy[${PYTHON_USEDEP}]
108 + dev-ros/roslib
109 + media-libs/gstreamer:0.10
110 + dev-ros/audio_common_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
111 + dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
112 +"
113 +DEPEND="${RDEPEND}
114 + virtual/pkgconfig"
115 +RDEPEND="${RDEPEND}
116 + dev-python/gst-python[${PYTHON_USEDEP}]
117 + app-accessibility/festival
118 + media-libs/gst-plugins-good:0.10
119 + media-libs/gst-plugins-base:0.10
120 +"