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 7E8B4138330 for ; Thu, 1 Sep 2016 10:39:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0193121C18D; Thu, 1 Sep 2016 10:39:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 636C621C1AA for ; Thu, 1 Sep 2016 10:39:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 818B6340834 for ; Thu, 1 Sep 2016 10:39:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5204F247A for ; Thu, 1 Sep 2016 10:39:10 +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: <1472726341.725c8511b81b77c2cf1b5dfc8cdeeceb87fc5721.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/sound_play/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/sound_play/Manifest dev-ros/sound_play/sound_play-0.3.1.ebuild X-VCS-Directories: dev-ros/sound_play/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 725c8511b81b77c2cf1b5dfc8cdeeceb87fc5721 X-VCS-Branch: master Date: Thu, 1 Sep 2016 10:39:10 +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: b4e03477-e91c-43d1-b35a-7ac0676a9ff3 X-Archives-Hash: aab879bbe245fa07fb2c83dae8fbe2dc commit: 725c8511b81b77c2cf1b5dfc8cdeeceb87fc5721 Author: Alexis Ballier gentoo org> AuthorDate: Thu Sep 1 10:28:41 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Sep 1 10:39:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725c8511 dev-ros/sound_play: Bump to 0.3.1. Package-Manager: portage-2.3.0 dev-ros/sound_play/Manifest | 1 + dev-ros/sound_play/sound_play-0.3.1.ebuild | 35 ++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-ros/sound_play/Manifest b/dev-ros/sound_play/Manifest index e02eba3..45ff6e1 100644 --- a/dev-ros/sound_play/Manifest +++ b/dev-ros/sound_play/Manifest @@ -1 +1,2 @@ DIST audio_common-0.2.12.tar.gz 182493 SHA256 c1cdb8cbf999020fb6c97f45de1ddb39fc4712dd7cf48e6a296e5b3a8695d336 SHA512 0d0b4814ad58e34ed0c605425f648c7bc2bc43e57ff2b44b23862bfc6f8ad3381b7aac2fb365b5c8194248ce769a33d5dd01ddd0add87303ce3fd6fcfd63f267 WHIRLPOOL cbdaba77dd6a765ebb99bd51c15ffd5baca253cf1a243200c6985dd602e58afd311c6af17f001f6da35346e51275a49388e23a89759448ae5e03bd1db5ade4c3 +DIST audio_common-0.3.1.tar.gz 184749 SHA256 6845d7d1449e62b13c5e2f8c33505f6759cb947cdd2dc300537ca499fc862cb8 SHA512 3accd7d0ff91ce70c643747ae0b4db4c11bbd6b93dda02c1934d23a900b6bf286e72461e296fe1e0d49ebadd99c3ca1b042db8feddc9cca2ae70a0caccea7147 WHIRLPOOL dfa93bba077172912e47b1f6a86b2b717b2187a6e3461b95b26a2c59da1a26d23180248968dbc6c33b645047dfe2262d6e99175efcc3c9a52b25538072c9f64a diff --git a/dev-ros/sound_play/sound_play-0.3.1.ebuild b/dev-ros/sound_play/sound_play-0.3.1.ebuild new file mode 100644 index 00000000..c998124 --- /dev/null +++ b/dev-ros/sound_play/sound_play-0.3.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-drivers/audio_common" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} +CATKIN_HAS_MESSAGES=yes +PYTHON_COMPAT=( python2_7 ) +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs" + +inherit ros-catkin + +DESCRIPTION="ROS node that translates commands on a ROS topic (robotsound) into sounds" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/roscpp + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/roslib + media-libs/gstreamer:1.0 + dev-ros/audio_common_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + virtual/pkgconfig" +RDEPEND="${RDEPEND} + dev-python/gst-python[${PYTHON_USEDEP}] + app-accessibility/festival + media-libs/gst-plugins-good:1.0 + media-libs/gst-plugins-base:1.0 +"