# Copyright 2022 Open Source Robotics Foundation # Distributed under the terms of the BSD license EAPI=6 PYTHON_COMPAT=( python{3_5,3_6} ) inherit ament-cmake DESCRIPTION="A minimal service server which adds two numbers" HOMEPAGE="https://wiki.ros.org" SRC_URI="https://github.com/ros2-gbp/examples-release/archive/release/galactic/${PN}/0.11.2-1.tar.gz -> ${PN}-galactic-release-${PV}.tar.gz" LICENSE="Apache-2.0" KEYWORDS="~x86 ~amd64 ~arm ~arm64" IUSE="test" RDEPEND=" ros-galactic/example_interfaces ros-galactic/rclcpp test? ( ros-galactic/ament_lint_auto ) test? ( ros-galactic/ament_lint_common ) " DEPEND="${RDEPEND} ros-galactic/ament_cmake " SLOT="0" ROS_DISTRO="galactic" ROS_PREFIX="opt/ros/${ROS_DISTRO}"