Sync with portage [Mon Sep 28 17:36:34 MSK 2015].

master
root 9 years ago
parent fd826adcca
commit ace917bae3

@ -1,6 +1,8 @@
DIST type_conv-112.01.02.tar.gz 64095 SHA256 342a241a43a2d494739244c8e41624bef25dfae809ebf15577d817ebb67f3890 SHA512 68acc043dc33db3928c6078c8bd5eac2f3346c39af2e7ff4605a397b3322032da5ae8be4ef8a1eba440b57c048f55b74ba47de4fc08cefe934eba34f35e235a4 WHIRLPOOL a53009600678d75405d6648030efe84896cf9cdbcde261265608691b9f6a8d28340acaf414e7de48b52c27b0b030a294612b80e1573759f0e4fdd70bd3142dcb
DIST type_conv-113.00.00.tar.gz 64297 SHA256 52bf5bc316f24411ad8f334b07b98a852071c92d0f95914c5d933ae7c65feb43 SHA512 bd9a455b4c30b5ba95a6cd4032bac61f69f9657a8e583c72b74e2a1974b0ad5b7488c5ba173ab880937ff0b8fa79712f761436fe1ffe7a45f8301f37cfb5a825 WHIRLPOOL 1dff5fe344c747a2525615a4c9379fb9b392fec01702f50ae80c614d1d0445ebb04558b2ca1c605a0396bbecc66e97e4d61f6a4259d304b556e566929a733fcd
DIST type_conv-113.00.02.tar.gz 64174 SHA256 d305d0032be314916ac3ec37617e0c8d3aadab9bcee14e746e567d8405f5289c SHA512 6bc6db0e5a36fa4150941155290d137552d9e19aac7cf3aff107f0a7eaa47749c7044c4a4e475827d739784b99ef2103e9c9c03191c6aaa55c51585e71553559 WHIRLPOOL c973ae79adc01dbf6150b9427e878cc7aea754cc1fab8ae2cf2ddcb2fb2fbba6cef3ff2e4095993fd72bbe3e6d646099db46ec153e0542b6180c6c8230875deb
EBUILD type-conv-112.01.02.ebuild 636 SHA256 bbf2d1cf4e72c33e79ff6b14bf43aed126eb2baac824937a559a4705475e7ffc SHA512 20abba7cdb48dafed6fb8a64c2570d5681c78a317cf29906d54489ba683b5c4947c391b3644e2088e7ff5b7579e7e67eb21d020bd4a262dcb724b4a331a23530 WHIRLPOOL 48c6556d3bab56568555cf1da671b25347aa84ab8405bb31ec5f704d1aafec1de6774a431826609a5b6ec9770adb8179e923173aa4defe69124f26127a6d4427
EBUILD type-conv-113.00.00.ebuild 628 SHA256 808861201167fde718e5dba79898c817d17176e355a6e9a3d9efeb7b17ec4336 SHA512 3e20010cfe293fb8ce4281ccb17a2655d6e78955f07dde00ee02a51d7c9b423360b4851abfb947b844feb79b2738a8bf2cf14926b9c5de7f0f8cf89bab9253d3 WHIRLPOOL 3ae33ef4fb52000171196e6e6f61c627cbacd0ea2cadbad649d18ee2b440a8e2b4febc21f79ecf22588cd4d42b0ca97d4776426dba02dd6231dd292889b0fcdb
EBUILD type-conv-113.00.02.ebuild 628 SHA256 808861201167fde718e5dba79898c817d17176e355a6e9a3d9efeb7b17ec4336 SHA512 3e20010cfe293fb8ce4281ccb17a2655d6e78955f07dde00ee02a51d7c9b423360b4851abfb947b844feb79b2738a8bf2cf14926b9c5de7f0f8cf89bab9253d3 WHIRLPOOL 3ae33ef4fb52000171196e6e6f61c627cbacd0ea2cadbad649d18ee2b440a8e2b4febc21f79ecf22588cd4d42b0ca97d4776426dba02dd6231dd292889b0fcdb
MISC ChangeLog 5648 SHA256 acfecb33dc374bce74d26e6445983a173a48591e7bd319c8355b907ed8bde5dd SHA512 07d014766e4d411e026e91c9fc16c502ff07e46f2b8c2b17de73ce3df94b63cd35c1cb9ebafe2385740608380911524825ca4a75d3489645ad21e8385fe01170 WHIRLPOOL db8770885248f52b83c0e15e61977b747aa4594d16750bd634c96c84b6cc09767ac590a5800bf832149fe5a8aa271b7abf42eb0885dc1656c9fa15b4993cea64
MISC metadata.xml 157 SHA256 d14b8b08774f2a40f42d70ff40b1b4f1c4725e7095d702143a32909553eac799 SHA512 5e4a17ffdcc021c3d28f9ac71f8ec0b35a243e269281ba7db2e17845d7990221040ab16db6fa13c708f7d8db154d8d65d2d7f80f3a7dd84bc001449369738f2f WHIRLPOOL 79ae48d5df04eab0d90848c85d48c62b0e3901cc5c9a74d0b85de5becac5de0f55a3c9c719bf716bb757cfd8be306a222f247a0749fb346f6589893698b25c63

@ -0,0 +1,28 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
OASIS_BUILD_DOCS=1
inherit oasis
MY_P=${PN/-/_}-${PV}
DESCRIPTION="Mini library required for some other preprocessing libraries"
HOMEPAGE="http://janestreet.github.io/"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/ocaml-4.02[ocamlopt?]
dev-ml/camlp4:="
DEPEND="${RDEPEND}
>=dev-ml/findlib-1.3.2"
DOCS=( "README.md" "CHANGES.md" )
S="${WORKDIR}/${MY_P}"

@ -0,0 +1,4 @@
DIST audio_common-0.2.7.tar.gz 173982 SHA256 bdffab26cd837b6db65d275dd14de143d1cf056167fc121b213b7403142195c4 SHA512 f765422bdb641e87132e1c9c56ca742d6830fed1d7414b337b61aa242f9955e4138ab13ee4a7786c78ff73f5824748ceb38f98612a7f12dab4dcdc97efa289e3 WHIRLPOOL d1bf17f8bd0e8346d2fff48982c402b0eaa2ea4365b3195e3dd0c4943c93cf1935fdff85a0d2018e43e5074640692c3d72dc72887c86d955dc02c60800e3725b
EBUILD audio_capture-0.2.7.ebuild 642 SHA256 e0797973e5b315617de105a33c734767c89092781400a23285aad36525195023 SHA512 5ca438800e63342b84e835c5a1e558dd78e5334b4b8004f543f50665c58860b17eb62be8e6f009b279fdfc9c356f747fcea1c411c5b1b359914d5abbc6241a55 WHIRLPOOL b8cab723660527a6710ab0987fffc6de7aa9e56b3677b1be9163c40d5b9c30f6a48d613d2781d06ba78ffdbab6ec206bb1ca29405d4ed209a51224809382db4f
EBUILD audio_capture-9999.ebuild 642 SHA256 e0797973e5b315617de105a33c734767c89092781400a23285aad36525195023 SHA512 5ca438800e63342b84e835c5a1e558dd78e5334b4b8004f543f50665c58860b17eb62be8e6f009b279fdfc9c356f747fcea1c411c5b1b359914d5abbc6241a55 WHIRLPOOL b8cab723660527a6710ab0987fffc6de7aa9e56b3677b1be9163c40d5b9c30f6a48d613d2781d06ba78ffdbab6ec206bb1ca29405d4ed209a51224809382db4f
MISC metadata.xml 156 SHA256 754a5382b294c7d9c5e9c406f1018319817e500d3254b8797352c5c2c47a8e76 SHA512 be6a6aa0685f7ee0da7e633f676e9db72b79e2d2b7098a1b926b9f4af2117fe42e17e328019dc4acd3560d6cf8ced71aef7c93b23ea44c0c356456d78505f5c8 WHIRLPOOL 70b60eea07a79f01cbdacf41125df11fc7053e3ca3895415815717c6cd90b7a08cc65fd3d32aaec1959ec8b687e78b7964d9574800b566c4169537815d417995

@ -0,0 +1,29 @@
# Copyright 1999-2014 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}
inherit ros-catkin
DESCRIPTION="Transports audio from a source to a destination"
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="
dev-ros/audio_common_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/roscpp
dev-libs/boost:=[threads]
media-libs/gstreamer:0.10
"
DEPEND="${RDEPEND}
virtual/pkgconfig"
RDEPEND="${RDEPEND}
media-plugins/gst-plugins-lame:0.10
media-libs/gst-plugins-good:0.10
media-libs/gst-plugins-base:0.10
"

@ -0,0 +1,29 @@
# Copyright 1999-2014 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}
inherit ros-catkin
DESCRIPTION="Transports audio from a source to a destination"
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="
dev-ros/audio_common_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/roscpp
dev-libs/boost:=[threads]
media-libs/gstreamer:0.10
"
DEPEND="${RDEPEND}
virtual/pkgconfig"
RDEPEND="${RDEPEND}
media-plugins/gst-plugins-lame:0.10
media-libs/gst-plugins-good:0.10
media-libs/gst-plugins-base:0.10
"

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>ros</herd>
</pkgmetadata>

@ -0,0 +1,4 @@
DIST audio_common-0.2.7.tar.gz 173982 SHA256 bdffab26cd837b6db65d275dd14de143d1cf056167fc121b213b7403142195c4 SHA512 f765422bdb641e87132e1c9c56ca742d6830fed1d7414b337b61aa242f9955e4138ab13ee4a7786c78ff73f5824748ceb38f98612a7f12dab4dcdc97efa289e3 WHIRLPOOL d1bf17f8bd0e8346d2fff48982c402b0eaa2ea4365b3195e3dd0c4943c93cf1935fdff85a0d2018e43e5074640692c3d72dc72887c86d955dc02c60800e3725b
EBUILD audio_common_msgs-0.2.7.ebuild 421 SHA256 4919e0f7e0798ab7bd453176e8d56818d03ac2731b1d363601966486110b7e70 SHA512 ea614be15ba35c59422c44534e67d94038529501966259a9819a39378a4d5cf3a765a94599bf3dd073d5a4624bffdc52436f8e23122bda0bd39121b180a66ffb WHIRLPOOL 133dae21e16884bba5522f406abc17a27c6b32fb7c2d69bcc1bf701d8e4a9270482b4b830f6ad0e89e0dbf6fafcb34fb439f0bbea77da0b3f2f45d55f562c4e6
EBUILD audio_common_msgs-9999.ebuild 421 SHA256 4919e0f7e0798ab7bd453176e8d56818d03ac2731b1d363601966486110b7e70 SHA512 ea614be15ba35c59422c44534e67d94038529501966259a9819a39378a4d5cf3a765a94599bf3dd073d5a4624bffdc52436f8e23122bda0bd39121b180a66ffb WHIRLPOOL 133dae21e16884bba5522f406abc17a27c6b32fb7c2d69bcc1bf701d8e4a9270482b4b830f6ad0e89e0dbf6fafcb34fb439f0bbea77da0b3f2f45d55f562c4e6
MISC metadata.xml 156 SHA256 754a5382b294c7d9c5e9c406f1018319817e500d3254b8797352c5c2c47a8e76 SHA512 be6a6aa0685f7ee0da7e633f676e9db72b79e2d2b7098a1b926b9f4af2117fe42e17e328019dc4acd3560d6cf8ced71aef7c93b23ea44c0c356456d78505f5c8 WHIRLPOOL 70b60eea07a79f01cbdacf41125df11fc7053e3ca3895415815717c6cd90b7a08cc65fd3d32aaec1959ec8b687e78b7964d9574800b566c4169537815d417995

@ -0,0 +1,20 @@
# Copyright 1999-2014 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=( python{2_7,3_3,3_4} )
inherit ros-catkin
DESCRIPTION="Messages for transmitting audio via ROS"
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"

@ -0,0 +1,20 @@
# Copyright 1999-2014 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=( python{2_7,3_3,3_4} )
inherit ros-catkin
DESCRIPTION="Messages for transmitting audio via ROS"
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>ros</herd>
</pkgmetadata>

@ -0,0 +1,4 @@
DIST audio_common-0.2.7.tar.gz 173982 SHA256 bdffab26cd837b6db65d275dd14de143d1cf056167fc121b213b7403142195c4 SHA512 f765422bdb641e87132e1c9c56ca742d6830fed1d7414b337b61aa242f9955e4138ab13ee4a7786c78ff73f5824748ceb38f98612a7f12dab4dcdc97efa289e3 WHIRLPOOL d1bf17f8bd0e8346d2fff48982c402b0eaa2ea4365b3195e3dd0c4943c93cf1935fdff85a0d2018e43e5074640692c3d72dc72887c86d955dc02c60800e3725b
EBUILD audio_play-0.2.7.ebuild 640 SHA256 641edb8651f00654d83d2c448da4a8ae1e01befbda06dbc812dcc10cec359f6d SHA512 e359922f2c914e2a427a087084cfdf2be19725b7920817718f5504550a1ab33a0d8336dfb2ae3fdce33c76c721d12a6f6f528bb82d88012e12f8054acb5afc60 WHIRLPOOL 8274f9d41a0af0dd7dedb0c31b7a81d32a78ad21faccd849937f4b72b93d16cc7c44de0734f01261bb6ebb9a18ffeb2b17d90df27247f9797fd2f7a7e076ac18
EBUILD audio_play-9999.ebuild 640 SHA256 641edb8651f00654d83d2c448da4a8ae1e01befbda06dbc812dcc10cec359f6d SHA512 e359922f2c914e2a427a087084cfdf2be19725b7920817718f5504550a1ab33a0d8336dfb2ae3fdce33c76c721d12a6f6f528bb82d88012e12f8054acb5afc60 WHIRLPOOL 8274f9d41a0af0dd7dedb0c31b7a81d32a78ad21faccd849937f4b72b93d16cc7c44de0734f01261bb6ebb9a18ffeb2b17d90df27247f9797fd2f7a7e076ac18
MISC metadata.xml 156 SHA256 754a5382b294c7d9c5e9c406f1018319817e500d3254b8797352c5c2c47a8e76 SHA512 be6a6aa0685f7ee0da7e633f676e9db72b79e2d2b7098a1b926b9f4af2117fe42e17e328019dc4acd3560d6cf8ced71aef7c93b23ea44c0c356456d78505f5c8 WHIRLPOOL 70b60eea07a79f01cbdacf41125df11fc7053e3ca3895415815717c6cd90b7a08cc65fd3d32aaec1959ec8b687e78b7964d9574800b566c4169537815d417995

@ -0,0 +1,29 @@
# Copyright 1999-2014 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}
inherit ros-catkin
DESCRIPTION="Outputs audio to a speaker from a source node"
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="
dev-ros/audio_common_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/roscpp
dev-libs/boost:=[threads]
media-libs/gstreamer:0.10
"
DEPEND="${RDEPEND}
virtual/pkgconfig"
RDEPEND="${RDEPEND}
media-plugins/gst-plugins-alsa:0.10
media-libs/gst-plugins-good:0.10
media-libs/gst-plugins-base:0.10
"

@ -0,0 +1,29 @@
# Copyright 1999-2014 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}
inherit ros-catkin
DESCRIPTION="Outputs audio to a speaker from a source node"
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="
dev-ros/audio_common_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/roscpp
dev-libs/boost:=[threads]
media-libs/gstreamer:0.10
"
DEPEND="${RDEPEND}
virtual/pkgconfig"
RDEPEND="${RDEPEND}
media-plugins/gst-plugins-alsa:0.10
media-libs/gst-plugins-good:0.10
media-libs/gst-plugins-base:0.10
"

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>ros</herd>
</pkgmetadata>

@ -0,0 +1,4 @@
DIST audio_common-0.2.7.tar.gz 173982 SHA256 bdffab26cd837b6db65d275dd14de143d1cf056167fc121b213b7403142195c4 SHA512 f765422bdb641e87132e1c9c56ca742d6830fed1d7414b337b61aa242f9955e4138ab13ee4a7786c78ff73f5824748ceb38f98612a7f12dab4dcdc97efa289e3 WHIRLPOOL d1bf17f8bd0e8346d2fff48982c402b0eaa2ea4365b3195e3dd0c4943c93cf1935fdff85a0d2018e43e5074640692c3d72dc72887c86d955dc02c60800e3725b
EBUILD sound_play-0.2.7.ebuild 893 SHA256 7c8cded5adc15d55df4b1c59d8a786a9171ff3354dea50b4024c799dbc803166 SHA512 8a36bcd4e5df2113a5e68b93f4cd9113fae22fa3562b14443ce59f30d70debb85411e307ae8ac4f567450b92399df28a89b174af8ab0d88b8d6391e94d52cb59 WHIRLPOOL c0a40db48362080b9ec8fabeb58b2e7d58e80f4cdb589b090802b8f4e060ab2fa26d34861625036d7a8ea595f7fde654d2b0a2e79b1cde59fc8b3de33c96b399
EBUILD sound_play-9999.ebuild 893 SHA256 7c8cded5adc15d55df4b1c59d8a786a9171ff3354dea50b4024c799dbc803166 SHA512 8a36bcd4e5df2113a5e68b93f4cd9113fae22fa3562b14443ce59f30d70debb85411e307ae8ac4f567450b92399df28a89b174af8ab0d88b8d6391e94d52cb59 WHIRLPOOL c0a40db48362080b9ec8fabeb58b2e7d58e80f4cdb589b090802b8f4e060ab2fa26d34861625036d7a8ea595f7fde654d2b0a2e79b1cde59fc8b3de33c96b399
MISC metadata.xml 156 SHA256 754a5382b294c7d9c5e9c406f1018319817e500d3254b8797352c5c2c47a8e76 SHA512 be6a6aa0685f7ee0da7e633f676e9db72b79e2d2b7098a1b926b9f4af2117fe42e17e328019dc4acd3560d6cf8ced71aef7c93b23ea44c0c356456d78505f5c8 WHIRLPOOL 70b60eea07a79f01cbdacf41125df11fc7053e3ca3895415815717c6cd90b7a08cc65fd3d32aaec1959ec8b687e78b7964d9574800b566c4169537815d417995

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>ros</herd>
</pkgmetadata>

@ -0,0 +1,35 @@
# Copyright 1999-2014 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:0.10
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:0.10
media-libs/gst-plugins-base:0.10
"

@ -0,0 +1,35 @@
# Copyright 1999-2014 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:0.10
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:0.10
media-libs/gst-plugins-base:0.10
"

@ -1 +1 @@
Mon, 28 Sep 2015 13:11:19 +0000
Mon, 28 Sep 2015 14:11:25 +0000

@ -1 +1 @@
Mon, 28 Sep 2015 13:11:19 +0000
Mon, 28 Sep 2015 14:11:25 +0000

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=>=dev-lang/ocaml-4.02[ocamlopt?] dev-ml/camlp4:= >=dev-ml/findlib-1.3.2 >=dev-ml/findlib-1.0.4-r1 >=dev-lang/ocaml-3.12:=[ocamlopt?]
DESCRIPTION=Mini library required for some other preprocessing libraries
EAPI=5
HOMEPAGE=http://janestreet.github.io/
IUSE=+ocamlopt debug doc
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-2.1-with-linking-exception
RDEPEND=>=dev-lang/ocaml-4.02[ocamlopt?] dev-ml/camlp4:= >=dev-lang/ocaml-3.12:=[ocamlopt?]
SLOT=0/113.00.02
SRC_URI=http://ocaml.janestreet.com/ocaml-core/113.00/files/type_conv-113.00.02.tar.gz
_eclasses_=base 84d9f879f57a8316ff02be0373a3d6f9 eutils 95613dd6157fb4a3b225eafdc56bd441 findlib 9909e5ca0f77ff5b693885a3d7aeadb7 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 oasis 1f8aac15a40bfb39dd98018626248fe1 toolchain-funcs 1dfcad7b3f439dbc511d76c49f23da0d
_md5_=f840ae5ecf234021421d435c78f26210

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-ros/audio_common_msgs[ros_messages_cxx(-)] dev-ros/roscpp dev-libs/boost:=[threads] media-libs/gstreamer:0.10 virtual/pkgconfig sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/catkin dev-python/empy
DESCRIPTION=Transports audio from a source to a destination
EAPI=5
HOMEPAGE=http://wiki.ros.org/audio_capture
IUSE=test
KEYWORDS=~amd64 ~arm
LICENSE=BSD
RDEPEND=dev-ros/audio_common_msgs[ros_messages_cxx(-)] dev-ros/roscpp dev-libs/boost:=[threads] media-libs/gstreamer:0.10 media-plugins/gst-plugins-lame:0.10 media-libs/gst-plugins-good:0.10 media-libs/gst-plugins-base:0.10 dev-util/catkin dev-python/empy
SLOT=0
SRC_URI=https://github.com/ros-drivers/audio_common/archive/0.2.7.tar.gz -> audio_common-0.2.7.tar.gz
_eclasses_=cmake-utils f474224ef49d530640a43a04ae94928e eutils 95613dd6157fb4a3b225eafdc56bd441 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 ros-catkin ba27d98abea526cd43db694252eb90a4 toolchain-funcs 1dfcad7b3f439dbc511d76c49f23da0d
_md5_=6cf62e552da9503c9094f0bb755ea4e4

@ -0,0 +1,11 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-ros/audio_common_msgs[ros_messages_cxx(-)] dev-ros/roscpp dev-libs/boost:=[threads] media-libs/gstreamer:0.10 virtual/pkgconfig >=dev-vcs/git-1.8.2.1 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/catkin dev-python/empy
DESCRIPTION=Transports audio from a source to a destination
EAPI=5
HOMEPAGE=http://wiki.ros.org/audio_capture
IUSE=test
LICENSE=BSD
RDEPEND=dev-ros/audio_common_msgs[ros_messages_cxx(-)] dev-ros/roscpp dev-libs/boost:=[threads] media-libs/gstreamer:0.10 media-plugins/gst-plugins-lame:0.10 media-libs/gst-plugins-good:0.10 media-libs/gst-plugins-base:0.10 dev-util/catkin dev-python/empy
SLOT=0
_eclasses_=cmake-utils f474224ef49d530640a43a04ae94928e eutils 95613dd6157fb4a3b225eafdc56bd441 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 git-r3 1502b9838d043db47700b8120083e637 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 ros-catkin ba27d98abea526cd43db694252eb90a4 toolchain-funcs 1dfcad7b3f439dbc511d76c49f23da0d
_md5_=6cf62e552da9503c9094f0bb755ea4e4

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-lang/python-exec:2 ros_messages_cxx? ( dev-ros/gencpp:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) ros_messages_eus? ( dev-ros/geneus:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) ros_messages_python? ( dev-ros/genpy:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) ros_messages_lisp? ( dev-ros/genlisp:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) dev-ros/message_runtime dev-ros/message_generation dev-ros/genmsg[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
DESCRIPTION=Messages for transmitting audio via ROS
EAPI=5
HOMEPAGE=http://wiki.ros.org/audio_common_msgs
IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 test +ros_messages_python +ros_messages_cxx ros_messages_eus ros_messages_lisp
KEYWORDS=~amd64 ~arm
LICENSE=BSD
RDEPEND=dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-lang/python-exec:2 ros_messages_cxx? ( dev-ros/gencpp:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) ros_messages_eus? ( dev-ros/geneus:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) ros_messages_python? ( dev-ros/genpy:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) ros_messages_lisp? ( dev-ros/genlisp:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) dev-ros/message_runtime
SLOT=0
SRC_URI=https://github.com/ros-drivers/audio_common/archive/0.2.7.tar.gz -> audio_common-0.2.7.tar.gz
_eclasses_=cmake-utils f474224ef49d530640a43a04ae94928e eutils 95613dd6157fb4a3b225eafdc56bd441 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multibuild ce2c2ede0c914b77f5dfc4e2ff2d0249 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 python-r1 32b376cbb100a3a8083b3a0de023e117 python-utils-r1 39c6b012a0512678e698e712b5b7ecc2 ros-catkin ba27d98abea526cd43db694252eb90a4 toolchain-funcs 1dfcad7b3f439dbc511d76c49f23da0d
_md5_=2dbea56187a7ecc5a19d0c788186644c

@ -0,0 +1,11 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=>=dev-vcs/git-1.8.2.1 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-lang/python-exec:2 ros_messages_cxx? ( dev-ros/gencpp:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) ros_messages_eus? ( dev-ros/geneus:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) ros_messages_python? ( dev-ros/genpy:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) ros_messages_lisp? ( dev-ros/genlisp:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) dev-ros/message_runtime dev-ros/message_generation dev-ros/genmsg[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
DESCRIPTION=Messages for transmitting audio via ROS
EAPI=5
HOMEPAGE=http://wiki.ros.org/audio_common_msgs
IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 test +ros_messages_python +ros_messages_cxx ros_messages_eus ros_messages_lisp
LICENSE=BSD
RDEPEND=dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-lang/python-exec:2 ros_messages_cxx? ( dev-ros/gencpp:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) ros_messages_eus? ( dev-ros/geneus:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) ros_messages_python? ( dev-ros/genpy:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) ros_messages_lisp? ( dev-ros/genlisp:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) dev-ros/message_runtime
SLOT=0
_eclasses_=cmake-utils f474224ef49d530640a43a04ae94928e eutils 95613dd6157fb4a3b225eafdc56bd441 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 git-r3 1502b9838d043db47700b8120083e637 multibuild ce2c2ede0c914b77f5dfc4e2ff2d0249 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 python-r1 32b376cbb100a3a8083b3a0de023e117 python-utils-r1 39c6b012a0512678e698e712b5b7ecc2 ros-catkin ba27d98abea526cd43db694252eb90a4 toolchain-funcs 1dfcad7b3f439dbc511d76c49f23da0d
_md5_=2dbea56187a7ecc5a19d0c788186644c

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-ros/audio_common_msgs[ros_messages_cxx(-)] dev-ros/roscpp dev-libs/boost:=[threads] media-libs/gstreamer:0.10 virtual/pkgconfig sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/catkin dev-python/empy
DESCRIPTION=Outputs audio to a speaker from a source node
EAPI=5
HOMEPAGE=http://wiki.ros.org/audio_play
IUSE=test
KEYWORDS=~amd64 ~arm
LICENSE=BSD
RDEPEND=dev-ros/audio_common_msgs[ros_messages_cxx(-)] dev-ros/roscpp dev-libs/boost:=[threads] media-libs/gstreamer:0.10 media-plugins/gst-plugins-alsa:0.10 media-libs/gst-plugins-good:0.10 media-libs/gst-plugins-base:0.10 dev-util/catkin dev-python/empy
SLOT=0
SRC_URI=https://github.com/ros-drivers/audio_common/archive/0.2.7.tar.gz -> audio_common-0.2.7.tar.gz
_eclasses_=cmake-utils f474224ef49d530640a43a04ae94928e eutils 95613dd6157fb4a3b225eafdc56bd441 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 ros-catkin ba27d98abea526cd43db694252eb90a4 toolchain-funcs 1dfcad7b3f439dbc511d76c49f23da0d
_md5_=d02c4ab89c354af74d22fa408bef2735

@ -0,0 +1,11 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-ros/audio_common_msgs[ros_messages_cxx(-)] dev-ros/roscpp dev-libs/boost:=[threads] media-libs/gstreamer:0.10 virtual/pkgconfig >=dev-vcs/git-1.8.2.1 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/catkin dev-python/empy
DESCRIPTION=Outputs audio to a speaker from a source node
EAPI=5
HOMEPAGE=http://wiki.ros.org/audio_play
IUSE=test
LICENSE=BSD
RDEPEND=dev-ros/audio_common_msgs[ros_messages_cxx(-)] dev-ros/roscpp dev-libs/boost:=[threads] media-libs/gstreamer:0.10 media-plugins/gst-plugins-alsa:0.10 media-libs/gst-plugins-good:0.10 media-libs/gst-plugins-base:0.10 dev-util/catkin dev-python/empy
SLOT=0
_eclasses_=cmake-utils f474224ef49d530640a43a04ae94928e eutils 95613dd6157fb4a3b225eafdc56bd441 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 git-r3 1502b9838d043db47700b8120083e637 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 ros-catkin ba27d98abea526cd43db694252eb90a4 toolchain-funcs 1dfcad7b3f439dbc511d76c49f23da0d
_md5_=d02c4ab89c354af74d22fa408bef2735

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-ros/roscpp dev-ros/rospy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/roslib media-libs/gstreamer:0.10 dev-ros/audio_common_msgs[ros_messages_python(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/diagnostic_msgs[ros_messages_python(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/pkgconfig sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/catkin[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/empy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-util/catkin[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/empy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-lang/python-exec:2 ros_messages_cxx? ( dev-ros/gencpp:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ros_messages_eus? ( dev-ros/geneus:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ros_messages_python? ( dev-ros/genpy:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ros_messages_lisp? ( dev-ros/genlisp:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-ros/message_runtime dev-ros/message_generation dev-ros/genmsg[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/actionlib_msgs[ros_messages_python(-)?,ros_messages_cxx(-)?,ros_messages_lisp(-)?,ros_messages_eus(-)?] ros_messages_python? ( dev-ros/actionlib_msgs[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] )
DESCRIPTION=ROS node that translates commands on a ROS topic (robotsound) into sounds
EAPI=5
HOMEPAGE=http://wiki.ros.org/sound_play
IUSE=python_targets_python2_7 test +ros_messages_python +ros_messages_cxx ros_messages_eus ros_messages_lisp
KEYWORDS=~amd64 ~arm
LICENSE=BSD
RDEPEND=dev-ros/roscpp dev-ros/rospy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/roslib media-libs/gstreamer:0.10 dev-ros/audio_common_msgs[ros_messages_python(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/diagnostic_msgs[ros_messages_python(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/gst-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] app-accessibility/festival media-libs/gst-plugins-good:0.10 media-libs/gst-plugins-base:0.10 dev-util/catkin[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/empy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-lang/python-exec:2 ros_messages_cxx? ( dev-ros/gencpp:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ros_messages_eus? ( dev-ros/geneus:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ros_messages_python? ( dev-ros/genpy:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ros_messages_lisp? ( dev-ros/genlisp:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-ros/message_runtime dev-ros/actionlib_msgs[ros_messages_python(-)?,ros_messages_cxx(-)?,ros_messages_lisp(-)?,ros_messages_eus(-)?] ros_messages_python? ( dev-ros/actionlib_msgs[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] )
SLOT=0
SRC_URI=https://github.com/ros-drivers/audio_common/archive/0.2.7.tar.gz -> audio_common-0.2.7.tar.gz
_eclasses_=cmake-utils f474224ef49d530640a43a04ae94928e eutils 95613dd6157fb4a3b225eafdc56bd441 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multibuild ce2c2ede0c914b77f5dfc4e2ff2d0249 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 python-r1 32b376cbb100a3a8083b3a0de023e117 python-utils-r1 39c6b012a0512678e698e712b5b7ecc2 ros-catkin ba27d98abea526cd43db694252eb90a4 toolchain-funcs 1dfcad7b3f439dbc511d76c49f23da0d
_md5_=3ce8c3b0c453cfbd25cdebd21e3b6285

@ -0,0 +1,11 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-ros/roscpp dev-ros/rospy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/roslib media-libs/gstreamer:0.10 dev-ros/audio_common_msgs[ros_messages_python(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/diagnostic_msgs[ros_messages_python(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/pkgconfig >=dev-vcs/git-1.8.2.1 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/catkin[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/empy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-util/catkin[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/empy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-lang/python-exec:2 ros_messages_cxx? ( dev-ros/gencpp:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ros_messages_eus? ( dev-ros/geneus:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ros_messages_python? ( dev-ros/genpy:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ros_messages_lisp? ( dev-ros/genlisp:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-ros/message_runtime dev-ros/message_generation dev-ros/genmsg[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/actionlib_msgs[ros_messages_python(-)?,ros_messages_cxx(-)?,ros_messages_lisp(-)?,ros_messages_eus(-)?] ros_messages_python? ( dev-ros/actionlib_msgs[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] )
DESCRIPTION=ROS node that translates commands on a ROS topic (robotsound) into sounds
EAPI=5
HOMEPAGE=http://wiki.ros.org/sound_play
IUSE=python_targets_python2_7 test +ros_messages_python +ros_messages_cxx ros_messages_eus ros_messages_lisp
LICENSE=BSD
RDEPEND=dev-ros/roscpp dev-ros/rospy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/roslib media-libs/gstreamer:0.10 dev-ros/audio_common_msgs[ros_messages_python(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/diagnostic_msgs[ros_messages_python(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/gst-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] app-accessibility/festival media-libs/gst-plugins-good:0.10 media-libs/gst-plugins-base:0.10 dev-util/catkin[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/empy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-lang/python-exec:2 ros_messages_cxx? ( dev-ros/gencpp:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ros_messages_eus? ( dev-ros/geneus:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ros_messages_python? ( dev-ros/genpy:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ros_messages_lisp? ( dev-ros/genlisp:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-ros/message_runtime dev-ros/actionlib_msgs[ros_messages_python(-)?,ros_messages_cxx(-)?,ros_messages_lisp(-)?,ros_messages_eus(-)?] ros_messages_python? ( dev-ros/actionlib_msgs[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] )
SLOT=0
_eclasses_=cmake-utils f474224ef49d530640a43a04ae94928e eutils 95613dd6157fb4a3b225eafdc56bd441 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 git-r3 1502b9838d043db47700b8120083e637 multibuild ce2c2ede0c914b77f5dfc4e2ff2d0249 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 python-r1 32b376cbb100a3a8083b3a0de023e117 python-utils-r1 39c6b012a0512678e698e712b5b7ecc2 ros-catkin ba27d98abea526cd43db694252eb90a4 toolchain-funcs 1dfcad7b3f439dbc511d76c49f23da0d
_md5_=3ce8c3b0c453cfbd25cdebd21e3b6285

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-ros/audio_capture dev-ros/audio_common_msgs dev-ros/audio_play dev-ros/sound_play sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/catkin dev-python/empy
DESCRIPTION=Common code for working with audio in ROS
EAPI=5
HOMEPAGE=http://wiki.ros.org/audio_common
IUSE=test
KEYWORDS=~amd64 ~arm
LICENSE=BSD
RDEPEND=dev-ros/audio_capture dev-ros/audio_common_msgs dev-ros/audio_play dev-ros/sound_play dev-util/catkin dev-python/empy
SLOT=0
SRC_URI=https://github.com/ros-drivers/audio_common/archive/0.2.7.tar.gz -> audio_common-0.2.7.tar.gz
_eclasses_=cmake-utils f474224ef49d530640a43a04ae94928e eutils 95613dd6157fb4a3b225eafdc56bd441 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 ros-catkin ba27d98abea526cd43db694252eb90a4 toolchain-funcs 1dfcad7b3f439dbc511d76c49f23da0d
_md5_=5dd1158b192762100a61d94c25087c0a

@ -0,0 +1,11 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-ros/audio_capture dev-ros/audio_common_msgs dev-ros/audio_play dev-ros/sound_play >=dev-vcs/git-1.8.2.1 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/catkin dev-python/empy
DESCRIPTION=Common code for working with audio in ROS
EAPI=5
HOMEPAGE=http://wiki.ros.org/audio_common
IUSE=test
LICENSE=BSD
RDEPEND=dev-ros/audio_capture dev-ros/audio_common_msgs dev-ros/audio_play dev-ros/sound_play dev-util/catkin dev-python/empy
SLOT=0
_eclasses_=cmake-utils f474224ef49d530640a43a04ae94928e eutils 95613dd6157fb4a3b225eafdc56bd441 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 git-r3 1502b9838d043db47700b8120083e637 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 ros-catkin ba27d98abea526cd43db694252eb90a4 toolchain-funcs 1dfcad7b3f439dbc511d76c49f23da0d
_md5_=5dd1158b192762100a61d94c25087c0a

@ -1 +1 @@
Mon, 28 Sep 2015 13:11:19 +0000
Mon, 28 Sep 2015 14:11:25 +0000

@ -1 +1 @@
Mon Sep 28 13:11:19 UTC 2015
Mon Sep 28 14:11:25 UTC 2015

@ -1339,6 +1339,8 @@
1509222031 ./ros-meta/diagnostics/diagnostics-9999.ebuild
1509231401 ./ros-meta/desktop/desktop-9999.ebuild
1509231401 ./ros-meta/desktop/desktop-1.2.0.ebuild
1509281631 ./ros-meta/audio_common/audio_common-0.2.7.ebuild
1509281631 ./ros-meta/audio_common/audio_common-9999.ebuild
1509231301 ./ros-meta/image_common/image_common-9999.ebuild
1509231301 ./ros-meta/image_common/image_common-1.11.7.ebuild
1509231401 ./ros-meta/viz/viz-9999.ebuild
@ -15090,6 +15092,7 @@
1508092334 ./dev-ml/pgocaml/pgocaml-2.1.ebuild
1509191731 ./dev-ml/type-conv/type-conv-113.00.00.ebuild
1508092334 ./dev-ml/type-conv/type-conv-112.01.02.ebuild
1509281631 ./dev-ml/type-conv/type-conv-113.00.02.ebuild
1508092334 ./dev-ml/react/react-0.9.4.ebuild
1508092334 ./dev-ml/react/react-1.2.0.ebuild
1508092334 ./dev-ml/tyxml/tyxml-3.5.0.ebuild
@ -29809,6 +29812,8 @@
1509222231 ./dev-ros/xacro/xacro-1.10.6.ebuild
1509231531 ./dev-ros/image_rotate/image_rotate-1.12.14.ebuild
1509231531 ./dev-ros/image_rotate/image_rotate-9999.ebuild
1509281631 ./dev-ros/audio_play/audio_play-9999.ebuild
1509281631 ./dev-ros/audio_play/audio_play-0.2.7.ebuild
1509231601 ./dev-ros/controller_manager_tests/controller_manager_tests-0.9.3.ebuild
1509231601 ./dev-ros/controller_manager_tests/controller_manager_tests-9999.ebuild
1509281601 ./dev-ros/hector_map_tools/hector_map_tools-9999.ebuild
@ -30075,6 +30080,8 @@
1509281601 ./dev-ros/hector_marker_drawing/hector_marker_drawing-9999.ebuild
1509221801 ./dev-ros/rospy/rospy-9999.ebuild
1509221801 ./dev-ros/rospy/rospy-1.11.14.ebuild
1509281631 ./dev-ros/audio_capture/audio_capture-0.2.7.ebuild
1509281631 ./dev-ros/audio_capture/audio_capture-9999.ebuild
1509222031 ./dev-ros/tf2_kdl/tf2_kdl-9999.ebuild
1509222031 ./dev-ros/tf2_kdl/tf2_kdl-0.5.12.ebuild
1509231331 ./dev-ros/rqt_py_common/rqt_py_common-0.3.12.ebuild
@ -30091,6 +30098,8 @@
1509231631 ./dev-ros/opencv_tests/opencv_tests-1.11.8.ebuild
1509222031 ./dev-ros/self_test/self_test-1.8.8.ebuild
1509222031 ./dev-ros/self_test/self_test-9999.ebuild
1509281631 ./dev-ros/audio_common_msgs/audio_common_msgs-0.2.7.ebuild
1509281631 ./dev-ros/audio_common_msgs/audio_common_msgs-9999.ebuild
1509231331 ./dev-ros/rqt_image_view/rqt_image_view-9999.ebuild
1509231331 ./dev-ros/rqt_image_view/rqt_image_view-0.3.12.ebuild
1509221801 ./dev-ros/rostopic/rostopic-9999.ebuild
@ -30177,6 +30186,8 @@
1509221801 ./dev-ros/rostest/rostest-9999.ebuild
1509231331 ./dev-ros/qt_gui/qt_gui-0.2.29.ebuild
1509231331 ./dev-ros/qt_gui/qt_gui-9999.ebuild
1509281631 ./dev-ros/sound_play/sound_play-9999.ebuild
1509281631 ./dev-ros/sound_play/sound_play-0.2.7.ebuild
1509221931 ./dev-ros/turtle_actionlib/turtle_actionlib-0.1.8.ebuild
1509221931 ./dev-ros/turtle_actionlib/turtle_actionlib-9999.ebuild
1509231331 ./dev-ros/rqt_plot/rqt_plot-0.3.12.ebuild
@ -39483,6 +39494,7 @@
1509251121 metadata/md5-cache/ros-meta/laser_pipeline-9999
1509251121 metadata/md5-cache/ros-meta/geometry-1.11.7
1509251121 metadata/md5-cache/ros-meta/driver_common-1.6.8
1509281638 metadata/md5-cache/ros-meta/audio_common-9999
1509251121 metadata/md5-cache/ros-meta/rqt_common_plugins-9999
1509251121 metadata/md5-cache/ros-meta/vision_visp-0.8.0
1509251121 metadata/md5-cache/ros-meta/nodelet_core-1.9.3
@ -39492,6 +39504,7 @@
1509251121 metadata/md5-cache/ros-meta/geographic_info-9999
1509251121 metadata/md5-cache/ros-meta/pr2_common-1.11.9
1509251121 metadata/md5-cache/ros-meta/simulators-9999
1509281638 metadata/md5-cache/ros-meta/audio_common-0.2.7
1509251121 metadata/md5-cache/ros-meta/rqt_robot_plugins-0.4.2
1509251121 metadata/md5-cache/ros-meta/rqt_common_plugins-0.3.12
1509251121 metadata/md5-cache/ros-meta/gazebo_ros_pkgs-2.5.1
@ -53235,6 +53248,7 @@
1509251109 metadata/md5-cache/dev-ml/core_profiler-112.35.00
1509251109 metadata/md5-cache/dev-ml/pomap-3.0.3
1509251109 metadata/md5-cache/dev-ml/postgresql-ocaml-2.0.5
1509281638 metadata/md5-cache/dev-ml/type-conv-113.00.02
1509251109 metadata/md5-cache/dev-ml/core_bench-112.35.00
1509251109 metadata/md5-cache/dev-ml/enumerate-111.08.00
1509251109 metadata/md5-cache/dev-ml/async_kernel-112.35.00
@ -67907,6 +67921,7 @@
1509251112 metadata/md5-cache/dev-ros/rosboost_cfg-1.12.3
1509251112 metadata/md5-cache/dev-ros/rqt_nav_view-0.4.2
1509251112 metadata/md5-cache/dev-ros/gazebo_plugins-2.5.1
1509281638 metadata/md5-cache/dev-ros/audio_common_msgs-9999
1509251112 metadata/md5-cache/dev-ros/rqt_gui-9999
1509251112 metadata/md5-cache/dev-ros/depth_image_proc-1.12.14
1509251112 metadata/md5-cache/dev-ros/roscpp_serialization-0.5.6
@ -67925,6 +67940,7 @@
1509251112 metadata/md5-cache/dev-ros/kdl_conversions-9999
1509281608 metadata/md5-cache/dev-ros/hector_imu_tools-0.3.3
1509251113 metadata/md5-cache/dev-ros/rqt_web-9999
1509281638 metadata/md5-cache/dev-ros/audio_capture-0.2.7
1509251112 metadata/md5-cache/dev-ros/qt_gui_app-0.2.29
1509251112 metadata/md5-cache/dev-ros/rostest-9999
1509281608 metadata/md5-cache/dev-ros/hector_compressed_map_transport-0.3.3
@ -68013,6 +68029,7 @@
1509251113 metadata/md5-cache/dev-ros/test_rosparam-1.11.14
1509251112 metadata/md5-cache/dev-ros/mk-1.12.3
1509251113 metadata/md5-cache/dev-ros/test_roslaunch-1.11.14
1509281638 metadata/md5-cache/dev-ros/sound_play-0.2.7
1509251112 metadata/md5-cache/dev-ros/cv_bridge-9999
1509251113 metadata/md5-cache/dev-ros/tf_conversions-1.11.7
1509251113 metadata/md5-cache/dev-ros/tf2_tools-9999
@ -68034,6 +68051,7 @@
1509251112 metadata/md5-cache/dev-ros/pcl_ros-9999
1509251112 metadata/md5-cache/dev-ros/joint_limits_interface-9999
1509251113 metadata/md5-cache/dev-ros/rviz_python_tutorial-0.9.2
1509281638 metadata/md5-cache/dev-ros/audio_play-9999
1509251112 metadata/md5-cache/dev-ros/pcl_msgs-0.2.0
1509251113 metadata/md5-cache/dev-ros/urdf_parser_plugin-1.11.8
1509251113 metadata/md5-cache/dev-ros/smclib-9999
@ -68111,6 +68129,7 @@
1509251113 metadata/md5-cache/dev-ros/rqt_shell-9999
1509251112 metadata/md5-cache/dev-ros/rqt_image_view-0.3.12
1509281608 metadata/md5-cache/dev-ros/hector_marker_drawing-9999
1509281638 metadata/md5-cache/dev-ros/audio_capture-9999
1509251112 metadata/md5-cache/dev-ros/qt_gui_py_common-9999
1509251112 metadata/md5-cache/dev-ros/pluginlib_tutorials-0.1.8
1509281608 metadata/md5-cache/dev-ros/hector_map_server-9999
@ -68155,6 +68174,7 @@
1509251112 metadata/md5-cache/dev-ros/rosclean-9999
1509251112 metadata/md5-cache/dev-ros/rosmaster-9999
1509251112 metadata/md5-cache/dev-ros/qt_dotgraph-9999
1509281638 metadata/md5-cache/dev-ros/audio_common_msgs-0.2.7
1509251112 metadata/md5-cache/dev-ros/roscpp-9999
1509251112 metadata/md5-cache/dev-ros/controller_manager_tests-0.9.3
1509251113 metadata/md5-cache/dev-ros/visp_hand2eye_calibration-0.8.0
@ -68300,6 +68320,7 @@
1509251112 metadata/md5-cache/dev-ros/image_transport-1.11.7
1509251112 metadata/md5-cache/dev-ros/geneus-9999
1509251112 metadata/md5-cache/dev-ros/rosbuild-9999
1509281638 metadata/md5-cache/dev-ros/sound_play-9999
1509251112 metadata/md5-cache/dev-ros/rosconsole_bridge-9999
1509251112 metadata/md5-cache/dev-ros/control_toolbox-1.13.2
1509251113 metadata/md5-cache/dev-ros/rqt_topic-0.3.12
@ -68316,6 +68337,7 @@
1509251112 metadata/md5-cache/dev-ros/actionlib-9999
1509251113 metadata/md5-cache/dev-ros/visp_camera_calibration-9999
1509251112 metadata/md5-cache/dev-ros/eigen_conversions-1.11.7
1509281638 metadata/md5-cache/dev-ros/audio_play-0.2.7
1509251112 metadata/md5-cache/dev-ros/depth_image_proc-9999
1509251112 metadata/md5-cache/dev-ros/roscpp_traits-9999
1509251112 metadata/md5-cache/dev-ros/message_filters-1.11.14

@ -1 +1 @@
Mon, 28 Sep 2015 13:30:01 +0000
Mon, 28 Sep 2015 14:30:01 +0000

@ -1 +1 @@
1443445801 Mon 28 Sep 2015 01:10:01 PM UTC
1443449401 Mon 28 Sep 2015 02:10:01 PM UTC

@ -0,0 +1,4 @@
DIST audio_common-0.2.7.tar.gz 173982 SHA256 bdffab26cd837b6db65d275dd14de143d1cf056167fc121b213b7403142195c4 SHA512 f765422bdb641e87132e1c9c56ca742d6830fed1d7414b337b61aa242f9955e4138ab13ee4a7786c78ff73f5824748ceb38f98612a7f12dab4dcdc97efa289e3 WHIRLPOOL d1bf17f8bd0e8346d2fff48982c402b0eaa2ea4365b3195e3dd0c4943c93cf1935fdff85a0d2018e43e5074640692c3d72dc72887c86d955dc02c60800e3725b
EBUILD audio_common-0.2.7.ebuild 452 SHA256 2d961ccbd640c3e86dacadb791acef4f563389c667da5acdce7a8b461c5950ba SHA512 55e7ce2c360cbbeadfb52ebe86782ed46928fd13e4bd132014202e0720283af547f67b1c498067f5b2df5b978af7e8e12f9f6cc87ce87deed2c95f94e56262b1 WHIRLPOOL 309faf8e25ede634561661ad59d83ce4b6b401d7e0e4b8a356c2390051f98c5d905b5f9ac7523fb2705c60e12284fdf285d3ba2cd7f8c14f210090dbb8174a2a
EBUILD audio_common-9999.ebuild 452 SHA256 2d961ccbd640c3e86dacadb791acef4f563389c667da5acdce7a8b461c5950ba SHA512 55e7ce2c360cbbeadfb52ebe86782ed46928fd13e4bd132014202e0720283af547f67b1c498067f5b2df5b978af7e8e12f9f6cc87ce87deed2c95f94e56262b1 WHIRLPOOL 309faf8e25ede634561661ad59d83ce4b6b401d7e0e4b8a356c2390051f98c5d905b5f9ac7523fb2705c60e12284fdf285d3ba2cd7f8c14f210090dbb8174a2a
MISC metadata.xml 156 SHA256 754a5382b294c7d9c5e9c406f1018319817e500d3254b8797352c5c2c47a8e76 SHA512 be6a6aa0685f7ee0da7e633f676e9db72b79e2d2b7098a1b926b9f4af2117fe42e17e328019dc4acd3560d6cf8ced71aef7c93b23ea44c0c356456d78505f5c8 WHIRLPOOL 70b60eea07a79f01cbdacf41125df11fc7053e3ca3895415815717c6cd90b7a08cc65fd3d32aaec1959ec8b687e78b7964d9574800b566c4169537815d417995

@ -0,0 +1,23 @@
# Copyright 1999-2014 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}
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}"

@ -0,0 +1,23 @@
# Copyright 1999-2014 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}
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}"

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>ros</herd>
</pkgmetadata>
Loading…
Cancel
Save