Install this version:
emerge -a =ros-noetic/bagger-0.1.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =ros-noetic/bagger-0.1.4
Or alternatively:
emerge --autounmask-write -a =ros-noetic/bagger-0.1.4
# Copyright 2021 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
EAPI=7
PYTHON_COMPAT=( python{3_8,3_9,3_10} )
inherit ros-cmake
DESCRIPTION="An application used to systematically record rosbags"
HOMEPAGE="http://www.ros.org/wiki/bagger"
SRC_URI="https://github.com/squarerobot/${PN}-release/archive/release/noetic/${PN}/0.1.4-1.tar.gz -> ${PN}-noetic-release-${PV}.tar.gz"
LICENSE="BSD"
KEYWORDS="~x86 ~amd64 ~arm ~arm64"
IUSE="test"
RDEPEND="
ros-noetic/message_runtime
ros-noetic/rosbag
ros-noetic/roscpp
ros-noetic/rospy
ros-noetic/rostest
ros-noetic/std_msgs
test? ( ros-noetic/geometry_msgs )
test? ( ros-noetic/nav_msgs )
"
DEPEND="${RDEPEND}
ros-noetic/catkin
ros-noetic/message_generation
ros-noetic/roslint
"
SLOT="0"
ROS_DISTRO="noetic"
ROS_PREFIX="opt/ros/${ROS_DISTRO}"
Manage flags for this package:
euse -i <flag> -p ros-noetic/bagger |
euse -E <flag> -p ros-noetic/bagger |
euse -D <flag> -p ros-noetic/bagger
ros-noetic/message_runtime ros-noetic/rosbag ros-noetic/roscpp ros-noetic/rospy ros-noetic/rostest ros-noetic/std_msgs test? ( ros-noetic/geometry_msgs ) test? ( ros-noetic/nav_msgs ) ros-noetic/catkin ros-noetic/message_generation ros-noetic/roslint
ros-noetic/message_runtime ros-noetic/rosbag ros-noetic/roscpp ros-noetic/rospy ros-noetic/rostest ros-noetic/std_msgs test? ( ros-noetic/geometry_msgs ) test? ( ros-noetic/nav_msgs )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | bagger-noetic-release-0.1.4.tar.gz | 11619 bytes | https://github.com/squarerobot/bagger-release/archive/release/noetic/bagger/0.1.4-1.tar.gz |