diff options
author | Alexis Ballier <aballier@gentoo.org> | 2021-08-03 11:54:37 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2021-08-03 12:50:26 +0200 |
commit | ef9deceea350fe7b91d9766c27da3c4ebefae2fb (patch) | |
tree | a2d1a7417f516f10eaa195a5afb62ffcf3d4e1b0 /dev-ros/roslz4/roslz4-1.15.11.ebuild | |
parent | ros-meta/ros: Bump to 1.15.8. (diff) | |
download | gentoo-ef9deceea350fe7b91d9766c27da3c4ebefae2fb.tar.gz gentoo-ef9deceea350fe7b91d9766c27da3c4ebefae2fb.tar.bz2 gentoo-ef9deceea350fe7b91d9766c27da3c4ebefae2fb.zip |
dev-ros/roslz4: Bump to 1.15.11.
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/roslz4/roslz4-1.15.11.ebuild')
-rw-r--r-- | dev-ros/roslz4/roslz4-1.15.11.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ros/roslz4/roslz4-1.15.11.ebuild b/dev-ros/roslz4/roslz4-1.15.11.ebuild new file mode 100644 index 000000000000..bcbd9d65b47d --- /dev/null +++ b/dev-ros/roslz4/roslz4-1.15.11.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ROS_REPO_URI="https://github.com/ros/ros_comm" +KEYWORDS="~amd64 ~arm" +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 + dev-ros/cpp_common" +DEPEND="${RDEPEND} + test? ( dev-cpp/gtest )" |