dev-cpp/robotraconteur-companion - 0.4.2 (guru)

Search

Install

Install this version:

emerge -a =dev-cpp/robotraconteur-companion-0.4.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-cpp/robotraconteur-companion-0.4.2

Or alternatively:

emerge --autounmask-write -a =dev-cpp/robotraconteur-companion-0.4.2

Package Information

Description:
Robot Raconteur C++ Companion Library
Homepage:
https://github.com/robotraconteur/robotraconteur_companion
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.4.2 8 ~amd64 ~arm64 0/0.4.2
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="Robot Raconteur C++ Companion Library"
HOMEPAGE="https://github.com/robotraconteur/robotraconteur_companion"
SRC_URI="https://github.com/robotraconteur/robotraconteur_companion/releases/download/v${PV}/RobotRaconteurCompanion-${PV}-Source.tar.gz"

S="${WORKDIR}/RobotRaconteurCompanion-${PV}-Source"

LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64"

DEPEND="dev-libs/boost:=
	dev-libs/openssl
	dev-cpp/yaml-cpp:=
	dev-cpp/eigen
	dev-cpp/robotraconteur
"
RDEPEND="${DEPEND}"

src_configure() {
local mycmakeargs=(
	    -DCMAKE_SKIP_RPATH=ON
	    -DBUILD_TESTING=OFF
	    -DBUILD_DOCUMENTATION=OFF
	    -DROBOTRACONTEUR_COMPANION_SOVERSION_MAJOR_ONLY=ON
	)
	cmake_src_configure
}

Inherited Eclasses

Dependencies

DEPEND

dev-libs/boost:=
	dev-libs/openssl
	dev-cpp/yaml-cpp:=
	dev-cpp/eigen
	dev-cpp/robotraconteur

RDEPEND

dev-libs/boost:=
	dev-libs/openssl
	dev-cpp/yaml-cpp:=
	dev-cpp/eigen
	dev-cpp/robotraconteur

Manifest for 0.4.2

Type File Size Source URLs
DIST RobotRaconteurCompanion-0.4.2-Source.tar.gz 247805 bytes https://github.com/robotraconteur/robotraconteur_companion/releases/download/v0.4.2/RobotRaconteurCompanion-0.4.2-Source.tar.gz