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/audio_play/
Date: Sat, 28 Jan 2017 20:14:55
Message-Id: 1485634400.8aa1ec37bd2d526b347240d65d1d729171035805.aballier@gentoo
1 commit: 8aa1ec37bd2d526b347240d65d1d729171035805
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 28 17:14:06 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 28 20:13:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa1ec37
7
8 dev-ros/audio_play: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ros/audio_play/Manifest | 1 -
13 dev-ros/audio_play/audio_play-0.2.12.ebuild | 29 -----------------------------
14 2 files changed, 30 deletions(-)
15
16 diff --git a/dev-ros/audio_play/Manifest b/dev-ros/audio_play/Manifest
17 index 45ff6e1..a7b36b0 100644
18 --- a/dev-ros/audio_play/Manifest
19 +++ b/dev-ros/audio_play/Manifest
20 @@ -1,2 +1 @@
21 -DIST audio_common-0.2.12.tar.gz 182493 SHA256 c1cdb8cbf999020fb6c97f45de1ddb39fc4712dd7cf48e6a296e5b3a8695d336 SHA512 0d0b4814ad58e34ed0c605425f648c7bc2bc43e57ff2b44b23862bfc6f8ad3381b7aac2fb365b5c8194248ce769a33d5dd01ddd0add87303ce3fd6fcfd63f267 WHIRLPOOL cbdaba77dd6a765ebb99bd51c15ffd5baca253cf1a243200c6985dd602e58afd311c6af17f001f6da35346e51275a49388e23a89759448ae5e03bd1db5ade4c3
22 DIST audio_common-0.3.1.tar.gz 184749 SHA256 6845d7d1449e62b13c5e2f8c33505f6759cb947cdd2dc300537ca499fc862cb8 SHA512 3accd7d0ff91ce70c643747ae0b4db4c11bbd6b93dda02c1934d23a900b6bf286e72461e296fe1e0d49ebadd99c3ca1b042db8feddc9cca2ae70a0caccea7147 WHIRLPOOL dfa93bba077172912e47b1f6a86b2b717b2187a6e3461b95b26a2c59da1a26d23180248968dbc6c33b645047dfe2262d6e99175efcc3c9a52b25538072c9f64a
23
24 diff --git a/dev-ros/audio_play/audio_play-0.2.12.ebuild b/dev-ros/audio_play/audio_play-0.2.12.ebuild
25 deleted file mode 100644
26 index d8c6704..00000000
27 --- a/dev-ros/audio_play/audio_play-0.2.12.ebuild
28 +++ /dev/null
29 @@ -1,29 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -ROS_REPO_URI="https://github.com/ros-drivers/audio_common"
36 -KEYWORDS="~amd64 ~arm"
37 -ROS_SUBDIR=${PN}
38 -
39 -inherit ros-catkin
40 -
41 -DESCRIPTION="Outputs audio to a speaker from a source node"
42 -LICENSE="BSD"
43 -SLOT="0"
44 -IUSE=""
45 -
46 -RDEPEND="
47 - dev-ros/audio_common_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
48 - dev-ros/roscpp
49 - dev-libs/boost:=[threads]
50 - media-libs/gstreamer:0.10
51 -"
52 -DEPEND="${RDEPEND}
53 - virtual/pkgconfig"
54 -RDEPEND="${RDEPEND}
55 - media-plugins/gst-plugins-alsa:0.10
56 - media-libs/gst-plugins-good:0.10
57 - media-libs/gst-plugins-base:0.10
58 -"