summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-08-17 12:15:51 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-08-17 13:46:22 +0200
commitbb3abb2dedfabef0b1a7ae822ae65149208bf338 (patch)
treef2403d0e00c59877775d1a2041083bdbffb654fe /dev-ros/roslz4/roslz4-1.13.2.ebuild
parentdev-ml/batteries: Remove old (diff)
downloadgentoo-bb3abb2dedfabef0b1a7ae822ae65149208bf338.tar.gz
gentoo-bb3abb2dedfabef0b1a7ae822ae65149208bf338.tar.bz2
gentoo-bb3abb2dedfabef0b1a7ae822ae65149208bf338.zip
dev-ros/roslz4: Bump to 1.13.2.
Package-Manager: Portage-2.3.7, Repoman-2.3.3
Diffstat (limited to 'dev-ros/roslz4/roslz4-1.13.2.ebuild')
-rw-r--r--dev-ros/roslz4/roslz4-1.13.2.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ros/roslz4/roslz4-1.13.2.ebuild b/dev-ros/roslz4/roslz4-1.13.2.ebuild
new file mode 100644
index 000000000000..873188d0c0af
--- /dev/null
+++ b/dev-ros/roslz4/roslz4-1.13.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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 )"