summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-02-25 09:58:58 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-02-25 10:54:48 +0100
commiteb186f25869d7047f4f54ae73c59870f747fa3e0 (patch)
tree0a841ac3e9888a7939ada952f2509fda67f95e02 /dev-ros/roslz4/roslz4-1.13.0.ebuild
parentdev-ros/rospack: Bump to 2.4.0. Update deps. (diff)
downloadgentoo-eb186f25869d7047f4f54ae73c59870f747fa3e0.tar.gz
gentoo-eb186f25869d7047f4f54ae73c59870f747fa3e0.tar.bz2
gentoo-eb186f25869d7047f4f54ae73c59870f747fa3e0.zip
dev-ros/roslz4: Bump to 1.13.0.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/roslz4/roslz4-1.13.0.ebuild')
-rw-r--r--dev-ros/roslz4/roslz4-1.13.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ros/roslz4/roslz4-1.13.0.ebuild b/dev-ros/roslz4/roslz4-1.13.0.ebuild
new file mode 100644
index 000000000000..8ccfcfa54d65
--- /dev/null
+++ b/dev-ros/roslz4/roslz4-1.13.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 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"
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+ROS_SUBDIR=utilities/${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Python and C++ implementation of the LZ4 streaming format"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="app-arch/lz4"
+DEPEND="${RDEPEND}
+ test? ( dev-cpp/gtest )"