forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package-Manager: Portage-2.3.43, Repoman-2.3.10
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST rqt_rviz-0.5.8.tar.gz 5633 BLAKE2B c7d3c9888186911f39afe9ec23f7deb8c3da9590a7ee74e8b168ff4deae44d9021d152e41c013d0bc43a43795e70325a63b731887b59e83d585b2cd6176f1476 SHA512 ea2d06cf5da74de6ed8cd59bea586e0c963f1ce077fcb05638d53b0fd28e7ffde7bd265976efd0743ecdb86451fdba610f0b305170630ac910ecc9ab8590499c | ||
DIST rqt_rviz-0.5.9.tar.gz 5650 BLAKE2B 53d54266bd0dcade1d834e41918fc628f59cff4acf5e25852527f421bd4d887c7beceeade060670963cb3c6dd6fdd1882727e6b659704360e35205683b1209c8 SHA512 911d25d13f90c4b54f0ff0d51fb59d560faf2aea07e88396587e3e32c175a33ebddb4264d9a60d74281ba77401fe39d6486567c37ef5f3e0637350183e1aadd1 | ||
DIST rqt_rviz-0.6.0.tar.gz 7217 BLAKE2B aff5fee2e3fb5576c4f5c119e1c231266129add24aa9747b618ad977174e377e4f7853cbb3cd00a24364a554261362e089ee074336602e7939b33e4201d1f70d SHA512 47de1c8911dca6dcda79220002170cff789cb7b735c92cbe2ba17570c1f50e54a39ee2fc1688e243f3dce78c3a0aeeae67e7c2a6b283485c719dbe1b772cd028 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Copyright 1999-2018 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=5 | ||
|
||
KEYWORDS="~amd64" | ||
ROS_REPO_URI="https://github.com/ros-visualization/rqt_rviz" | ||
PYTHON_COMPAT=( python2_7 ) | ||
|
||
inherit ros-catkin | ||
|
||
DESCRIPTION="GUI plugin embedding RViz" | ||
LICENSE="BSD" | ||
SLOT="0" | ||
IUSE="" | ||
|
||
RDEPEND=" | ||
dev-libs/boost:= | ||
dev-ros/pluginlib[${PYTHON_USEDEP}] | ||
dev-ros/rqt_gui[${PYTHON_USEDEP}] | ||
dev-ros/rqt_gui_cpp | ||
>=dev-ros/qt_gui_cpp-0.3 | ||
dev-qt/qtwidgets:5 | ||
dev-ros/rviz | ||
dev-libs/console_bridge:= | ||
" | ||
DEPEND="${RDEPEND}" |