Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/audio_common/
Date: Mon, 28 Sep 2015 13:05:27
Message-Id: 1443445502.ec58b04bb116135d832e5f0975799ddf1f0a9468.aballier@gentoo
1 commit: ec58b04bb116135d832e5f0975799ddf1f0a9468
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 28 13:05:02 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 13:05:02 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec58b04b
7
8 ros-meta/audio_common: Initial import. Ebuild by me.
9
10 Package-Manager: portage-2.2.22
11
12 ros-meta/audio_common/Manifest | 1 +
13 ros-meta/audio_common/audio_common-0.2.7.ebuild | 23 +++++++++++++++++++++++
14 ros-meta/audio_common/audio_common-9999.ebuild | 23 +++++++++++++++++++++++
15 ros-meta/audio_common/metadata.xml | 5 +++++
16 4 files changed, 52 insertions(+)
17
18 diff --git a/ros-meta/audio_common/Manifest b/ros-meta/audio_common/Manifest
19 new file mode 100644
20 index 0000000..aec3da0
21 --- /dev/null
22 +++ b/ros-meta/audio_common/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/ros-meta/audio_common/audio_common-0.2.7.ebuild b/ros-meta/audio_common/audio_common-0.2.7.ebuild
27 new file mode 100644
28 index 0000000..618c77e
29 --- /dev/null
30 +++ b/ros-meta/audio_common/audio_common-0.2.7.ebuild
31 @@ -0,0 +1,23 @@
32 +# Copyright 1999-2014 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=5
37 +ROS_REPO_URI="https://github.com/ros-drivers/audio_common"
38 +KEYWORDS="~amd64 ~arm"
39 +ROS_SUBDIR=${PN}
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="Common code for working with audio in ROS"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + dev-ros/audio_capture
50 + dev-ros/audio_common_msgs
51 + dev-ros/audio_play
52 + dev-ros/sound_play
53 +"
54 +DEPEND="${RDEPEND}"
55
56 diff --git a/ros-meta/audio_common/audio_common-9999.ebuild b/ros-meta/audio_common/audio_common-9999.ebuild
57 new file mode 100644
58 index 0000000..618c77e
59 --- /dev/null
60 +++ b/ros-meta/audio_common/audio_common-9999.ebuild
61 @@ -0,0 +1,23 @@
62 +# Copyright 1999-2014 Gentoo Foundation
63 +# Distributed under the terms of the GNU General Public License v2
64 +# $Id$
65 +
66 +EAPI=5
67 +ROS_REPO_URI="https://github.com/ros-drivers/audio_common"
68 +KEYWORDS="~amd64 ~arm"
69 +ROS_SUBDIR=${PN}
70 +
71 +inherit ros-catkin
72 +
73 +DESCRIPTION="Common code for working with audio in ROS"
74 +LICENSE="BSD"
75 +SLOT="0"
76 +IUSE=""
77 +
78 +RDEPEND="
79 + dev-ros/audio_capture
80 + dev-ros/audio_common_msgs
81 + dev-ros/audio_play
82 + dev-ros/sound_play
83 +"
84 +DEPEND="${RDEPEND}"
85
86 diff --git a/ros-meta/audio_common/metadata.xml b/ros-meta/audio_common/metadata.xml
87 new file mode 100644
88 index 0000000..c42ea5b
89 --- /dev/null
90 +++ b/ros-meta/audio_common/metadata.xml
91 @@ -0,0 +1,5 @@
92 +<?xml version="1.0" encoding="UTF-8"?>
93 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
94 +<pkgmetadata>
95 +<herd>ros</herd>
96 +</pkgmetadata>