dev-libs/gz-plugin - 2.0.2 (ros-overlay)

Search

Install

Install this version:

emerge -a =dev-libs/gz-plugin-2.0.2

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

autounmask =dev-libs/gz-plugin-2.0.2

Or alternatively:

emerge --autounmask-write -a =dev-libs/gz-plugin-2.0.2

Package Information

Description:
Cross-platform C++ library for dynamically loading plugins
Homepage:
https://github.com/gazebosim/gz-plugin
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
2.0.2 8 ~amd64 $(ver_cut 1)
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

CMAKE_BUILD_TYPE=RelWithDebInfo
inherit cmake

DESCRIPTION="Cross-platform C++ library for dynamically loading plugins"
HOMEPAGE="https://github.com/gazebosim/gz-plugin"
SRC_URI="https://osrf-distributions.s3.amazonaws.com/gz-plugin/releases/${P}.tar.bz2"

LICENSE="Apache-2.0"
SLOT="$(ver_cut 1)"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="dev-libs/gz-utils:2="
DEPEND="${RDEPEND}
	dev-build/gz-cmake:3
	sci-electronics/gz-tools:2"
BDEPEND="dev-build/gz-cmake:3"

Inherited Eclasses

Dependencies

DEPEND

dev-libs/gz-utils:2=
	dev-build/gz-cmake:3
	sci-electronics/gz-tools:2

RDEPEND

dev-libs/gz-utils:2=

BDEPEND

dev-build/gz-cmake:3

Manifest for 2.0.2

Type File Size Source URLs
DIST gz-plugin-2.0.2.tar.bz2 246327 bytes https://osrf-distributions.s3.amazonaws.com/gz-plugin/releases/gz-plugin-2.0.2.tar.bz2