summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-08 18:24:46 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-08 19:29:53 +0200
commit1337e7c73dc5e6a3b1cd23580b85280bbf2ab39d (patch)
tree4590e418d6d66443ee17e2bdfa721317f2b14901 /dev-ros/roslz4/roslz4-1.15.7.ebuild
parentdev-ros/actionlib_msgs: Remove old (diff)
downloadgentoo-1337e7c73dc5e6a3b1cd23580b85280bbf2ab39d.tar.gz
gentoo-1337e7c73dc5e6a3b1cd23580b85280bbf2ab39d.tar.bz2
gentoo-1337e7c73dc5e6a3b1cd23580b85280bbf2ab39d.zip
dev-ros/roslz4: Bump to 1.15.7.
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/roslz4/roslz4-1.15.7.ebuild')
-rw-r--r--dev-ros/roslz4/roslz4-1.15.7.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ros/roslz4/roslz4-1.15.7.ebuild b/dev-ros/roslz4/roslz4-1.15.7.ebuild
new file mode 100644
index 000000000000..acf0fcec87e0
--- /dev/null
+++ b/dev-ros/roslz4/roslz4-1.15.7.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# 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=( python2_7 )
+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 )"