summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-02-20 16:11:46 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-02-20 16:21:55 +0100
commit1d20a33f2e7551806aff36fcf9839c520a67e6f6 (patch)
treead905f76f824111983d97f11ea9654000d022d2a /dev-ros/rosbag/rosbag-1.12.4.ebuild
parentdev-ros/rosmsg: remove old (diff)
downloadgentoo-1d20a33f2e7551806aff36fcf9839c520a67e6f6.tar.gz
gentoo-1d20a33f2e7551806aff36fcf9839c520a67e6f6.tar.bz2
gentoo-1d20a33f2e7551806aff36fcf9839c520a67e6f6.zip
dev-ros/rosbag: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/rosbag/rosbag-1.12.4.ebuild')
-rw-r--r--dev-ros/rosbag/rosbag-1.12.4.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-ros/rosbag/rosbag-1.12.4.ebuild b/dev-ros/rosbag/rosbag-1.12.4.ebuild
deleted file mode 100644
index cd44d4ee0590..000000000000
--- a/dev-ros/rosbag/rosbag-1.12.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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/ros_comm"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=tools/${PN}
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="Set of tools for recording from and playing back to ROS topics"
-LICENSE="BSD"
-SLOT="0"
-IUSE="lz4"
-
-RDEPEND="
- dev-ros/rosbag_storage
- dev-ros/rosconsole
- dev-ros/roscpp
- dev-ros/topic_tools
- dev-ros/xmlrpcpp
- dev-libs/boost:=
- app-arch/bzip2
- dev-ros/roslib[${PYTHON_USEDEP}]
- dev-ros/genpy[${PYTHON_USEDEP}]
- dev-ros/rospy[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-RDEPEND="${RDEPEND}
- lz4? ( dev-ros/roslz4[${PYTHON_USEDEP}] )"