diff options
author | Alexis Ballier <aballier@gentoo.org> | 2023-08-25 13:56:05 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2023-08-25 14:54:03 +0200 |
commit | fbed161d2f21f364ff6b8e88fc58de517b222c22 (patch) | |
tree | 720fb394c9935a227a34d907b20e6c14e4302ebc /net-libs/ignition-transport/ignition-transport-8.4.0.ebuild | |
parent | net-libs/ignition-msgs: fix build with latest protobuf (diff) | |
download | gentoo-fbed161d2f21f364ff6b8e88fc58de517b222c22.tar.gz gentoo-fbed161d2f21f364ff6b8e88fc58de517b222c22.tar.bz2 gentoo-fbed161d2f21f364ff6b8e88fc58de517b222c22.zip |
net-libs/ignition-transport: bump to 8.4.0
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'net-libs/ignition-transport/ignition-transport-8.4.0.ebuild')
-rw-r--r-- | net-libs/ignition-transport/ignition-transport-8.4.0.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/net-libs/ignition-transport/ignition-transport-8.4.0.ebuild b/net-libs/ignition-transport/ignition-transport-8.4.0.ebuild new file mode 100644 index 000000000000..1661b79abf05 --- /dev/null +++ b/net-libs/ignition-transport/ignition-transport-8.4.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="Combines ZeroMQ with Protobufs to create a message passing system" +HOMEPAGE="https://github.com/ignitionrobotics/ign-transport" +SRC_URI="https://github.com/ignitionrobotics/ign-transport/archive/${PN}8_${PV}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="8" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + net-libs/ignition-msgs:5= + dev-libs/protobuf:= + >=net-libs/zeromq-4.2.0:= + sys-apps/util-linux + net-libs/cppzmq + dev-db/sqlite:3 +" +RDEPEND="${DEPEND}" +DEPEND="${DEPEND} + dev-util/ignition-cmake:2" +BDEPEND=" + dev-util/ignition-cmake:2 + virtual/pkgconfig" +CMAKE_BUILD_TYPE=RelWithDebInfo +S="${WORKDIR}/gz-transport-ignition-transport8_${PV}" +PATCHES=( "${FILESDIR}/protobuf.patch" ) |