From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 30EE5138334 for ; Mon, 16 Jul 2018 11:03:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9611E085E; Mon, 16 Jul 2018 11:03:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77395E085D for ; Mon, 16 Jul 2018 11:03:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68434335CB7 for ; Mon, 16 Jul 2018 11:03:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C426437B for ; Mon, 16 Jul 2018 11:03:37 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1531739007.8a1db44c40fc43ed442f5007fd0bc2c924880210.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/audio_common/ X-VCS-Repository: repo/gentoo X-VCS-Files: ros-meta/audio_common/Manifest ros-meta/audio_common/audio_common-0.3.3.ebuild X-VCS-Directories: ros-meta/audio_common/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 8a1db44c40fc43ed442f5007fd0bc2c924880210 X-VCS-Branch: master Date: Mon, 16 Jul 2018 11:03:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: df8fc9c1-3dec-4711-9be9-f416611ea1e9 X-Archives-Hash: fda09c2db02ea3d14b7d3026117f3f91 commit: 8a1db44c40fc43ed442f5007fd0bc2c924880210 Author: Alexis Ballier gentoo org> AuthorDate: Mon Jul 16 10:55:16 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jul 16 11:03:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1db44c ros-meta/audio_common: Bump to 0.3.3. Package-Manager: Portage-2.3.42, Repoman-2.3.9 ros-meta/audio_common/Manifest | 1 + ros-meta/audio_common/audio_common-0.3.3.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/ros-meta/audio_common/Manifest b/ros-meta/audio_common/Manifest index 186e8633cd4..20733537b54 100644 --- a/ros-meta/audio_common/Manifest +++ b/ros-meta/audio_common/Manifest @@ -1,2 +1,3 @@ DIST audio_common-0.3.1.tar.gz 184749 BLAKE2B 3404c419962dc6bf22f63a36bf43cb8d7509244f84a2a3407717ee31f1be56e22e352e714310d69b9ee280d0aa1d13df3cdbcbb0a42a47f3d3408cb42e3ddfa5 SHA512 3accd7d0ff91ce70c643747ae0b4db4c11bbd6b93dda02c1934d23a900b6bf286e72461e296fe1e0d49ebadd99c3ca1b042db8feddc9cca2ae70a0caccea7147 DIST audio_common-0.3.2.tar.gz 187214 BLAKE2B 12708d58c9ba28477f5f42866310aedaba66f647b20064b41675befe63f095a08b077e6082ec7969db7c626eb7576ac108c4a1f492083b3554b93ac0c56a6415 SHA512 bdd28e05f45b177c22e64bba168a722ff9b7bdf72f9b11a86bcc08ba7f9edfed83793f87aa5479354dff10a5834f13363f6986a63f60c0af965006b837df1508 +DIST audio_common-0.3.3.tar.gz 187239 BLAKE2B 2a7172a68d2a0561c4aa20923f3ed5682d41f6e09c1b7b7cedfd9c7ebf0f03302749355a6c36fdd6dd8c6cad5994e2fe0530e16a6514b6ca33269da5be907a73 SHA512 8cfd17ac065ce6379085183b07ca85299d7e2dc17077d41d1b690e72b707ce076d88e84b1fdf639e0290309f3ea19a7d8a1e185113c081f32a2372e1874b7036 diff --git a/ros-meta/audio_common/audio_common-0.3.3.ebuild b/ros-meta/audio_common/audio_common-0.3.3.ebuild new file mode 100644 index 00000000000..7b04768cb70 --- /dev/null +++ b/ros-meta/audio_common/audio_common-0.3.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-drivers/audio_common" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Common code for working with audio in ROS" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/audio_capture + dev-ros/audio_common_msgs + dev-ros/audio_play + dev-ros/sound_play +" +DEPEND="${RDEPEND}"