diff options
author | Alexis Ballier <aballier@gentoo.org> | 2021-12-15 10:32:23 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2021-12-15 11:19:01 +0100 |
commit | e969282c80853274009e3b1f1f14972255eac989 (patch) | |
tree | 4bfabd3d6bee801870fd06e162eabd8ceecc5c9a /dev-ros/roslz4/roslz4-1.15.13.ebuild | |
parent | sci-chemistry/openbabel: bump EAPI=8, add python310 (diff) | |
download | gentoo-e969282c80853274009e3b1f1f14972255eac989.tar.gz gentoo-e969282c80853274009e3b1f1f14972255eac989.tar.bz2 gentoo-e969282c80853274009e3b1f1f14972255eac989.zip |
dev-ros/roslz4: Bump to 1.15.13.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/roslz4/roslz4-1.15.13.ebuild')
-rw-r--r-- | dev-ros/roslz4/roslz4-1.15.13.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ros/roslz4/roslz4-1.15.13.ebuild b/dev-ros/roslz4/roslz4-1.15.13.ebuild new file mode 100644 index 000000000000..bcbd9d65b47d --- /dev/null +++ b/dev-ros/roslz4/roslz4-1.15.13.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 )" |