Install this version:
emerge -a =dev-cpp/robotraconteur-companion-0.4.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-cpp/robotraconteur-companion-0.4.3
Or alternatively:
emerge --autounmask-write -a =dev-cpp/robotraconteur-companion-0.4.3
# 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
}
dev-libs/boost:= dev-libs/openssl dev-cpp/yaml-cpp:= dev-cpp/eigen dev-cpp/robotraconteur
dev-libs/boost:= dev-libs/openssl dev-cpp/yaml-cpp:= dev-cpp/eigen dev-cpp/robotraconteur
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | RobotRaconteurCompanion-0.4.3-Source.tar.gz | 242152 bytes | https://github.com/robotraconteur/robotraconteur_companion/releases/download/v0.4.3/RobotRaconteurCompanion-0.4.3-Source.tar.gz |