diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-09-01 12:15:36 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-09-01 12:39:00 +0200 |
commit | 8a3611926cfcd1c6d96e02e0f6cf04f4ff256cae (patch) | |
tree | 7577462fd8a1790fb7ade5531bb2f07fcb219608 /dev-ros/audio_capture/audio_capture-0.2.9.ebuild | |
parent | net-proxy/shadowsocks-libev: Typo. (diff) | |
download | gentoo-8a3611926cfcd1c6d96e02e0f6cf04f4ff256cae.tar.gz gentoo-8a3611926cfcd1c6d96e02e0f6cf04f4ff256cae.tar.bz2 gentoo-8a3611926cfcd1c6d96e02e0f6cf04f4ff256cae.zip |
dev-ros/audio_capture: remove old
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ros/audio_capture/audio_capture-0.2.9.ebuild')
-rw-r--r-- | dev-ros/audio_capture/audio_capture-0.2.9.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-ros/audio_capture/audio_capture-0.2.9.ebuild b/dev-ros/audio_capture/audio_capture-0.2.9.ebuild deleted file mode 100644 index dd65eace76e5..000000000000 --- a/dev-ros/audio_capture/audio_capture-0.2.9.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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 -" |