| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
|
|
|
|
| |
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/778809
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
|
|
|
|
|
|
| |
as @PRE_INHERIT
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
|
|
|
|
|
|
|
| |
Fixes e.g. dev-ros/test_tf2 tests.
Closes: https://bugs.gentoo.org/624756
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
|
|
|
|
| |
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
|
|
|
|
|
|
|
|
| |
Enable python3.7. Np 3.8 yet due to missing deps.
Closes: https://bugs.gentoo.org/705526
Closes: https://bugs.gentoo.org/718112
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
|
|
|
|
|
|
| |
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13366
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
|
|
|
|
|
|
|
| |
Update the copyright notice on all files that were touched since
January 1st but did not have the notice updated.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
| |
Use of EAPI-7 was broken so far because cmake-utils_use is banned.
Closes: https://bugs.gentoo.org/705798
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
|
|
|
|
|
|
|
| |
* Eclass is inherited only by dev-ros/* and ros-meta/* consumers which do not
set any RESTRICT in ebuilds.
Signed-off-by: Aaron Bauman <bman@gentoo.org>
|
| |
|
|
|
|
| |
Closes: https://bugs.gentoo.org/661122
|
|
|
|
| |
for a quicker link to the repo.
|
|
|
|
|
|
| |
Use only python 2.7: that is the version supported by OSRF.
Multi-python the way we did it was not working well, it ended up loading python libs from different interpreters causing weird errors.
Add ros-catkin_python_setup function.
|
|
|
|
| |
deps
|
|
|
|
|
|
|
|
|
|
| |
* Add missing REQUIRED_USE which otherwise could
lead to spurious failures during the build.
* Do not directly depend on dev-lang/python-exec,
this is done properly via ${PYTHON_DEPS}.
* python-utils-r1 never needs to be inherited
explicitly.
Closes: https://github.com/gentoo/gentoo/pull/4444
|
|
|
|
| |
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
| |
CATKIN_PREFIX_PATH now that we support that.
|
| |
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
| |
PYTHONPATH is not set properly otherwise and we end up testing the installed version, not the version we just built.
|
| |
|
|
|
|
|
| |
Some of them require it, all dev-ros category should have been fixed to build in C++11 mode now.
Suggested by Victor Mataré in bug #605466, fixing all its dupes too.
|
| |
|
|
|
|
| |
fatal with cmake-utils_src_make and breaks e.g. dev-ros/rviz.
|
|
|
|
| |
Some ROS packages append some suffix to their version, e.g. the ROS version they target, and the release tarballs have this string appended to their unpack directory too.
|
|
|
|
| |
The dependency was indirect because dev-python/empy is already mandatory, but better make it explicit. Thanks to hasufel.
|
|
|
|
| |
for src_test so that it works with ninja too.
|
|
https://archives.gentoo.org/gentoo-dev/message/00ee6c70409456a6d0c1f20739f7741c
|