summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-054-8/+8
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/catkin: [QA] Remove explicit python-utils-r1 inheritDavid Seifert2019-12-294-4/+4
| | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-util/catkin: bump to 0.7.20Alexis Ballier2019-12-112-0/+121
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* */*: [QA] Remove redundant `|| die` guardsDavid Seifert2019-12-113-3/+3
| | | | | | | | | | | | * Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-113-0/+3
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/catkin: bump to 0.7.17Alexis Ballier2019-05-244-1/+161
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-util/catkin: Remove oldAlexis Ballier2019-05-243-240/+0
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-174-8/+8
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/catkin: bump to 0.7.14Alexis Ballier2018-07-032-0/+120
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-util/catkin: bump to 0.7.12Alexis Ballier2018-05-082-0/+120
| | | | Package-Manager: Portage-2.3.36, Repoman-2.3.9
* dev-util/catkin: Remove oldAlexis Ballier2018-05-082-120/+0
| | | | Package-Manager: Portage-2.3.36, Repoman-2.3.9
* dev-util/catkin: bump to 0.7.11Alexis Ballier2018-02-062-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-util/catkin: bump to 0.7.10Alexis Ballier2018-01-282-0/+120
| | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6
* dev-util/catkin: Remove oldAlexis Ballier2018-01-283-240/+0
| | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6
* dev-util/*: Update Manifest hashesMichał Górny2017-12-101-3/+3
|
* dev-util/catkin: bump to 0.7.8Alexis Ballier2017-11-042-0/+120
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* dev-util/catkin: bump to 0.7.7Alexis Ballier2017-07-302-0/+120
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-util/catkin: Add cmake to RDEPEND.Alexis Ballier2017-05-262-0/+2
| | | | | | It is basically a set of macros built on top of cmake, so it does not make sense without it. Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-util/catkin: [QA] Add missing python metadata variablesDavid Seifert2017-04-202-0/+4
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-util/catkin: Install package.xml twice, once in ros_packages for fast ↵Alexis Ballier2017-02-282-19/+19
| | | | | | searching/crawling, once in its standard location for other tools to find it. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-util/catkin: Add python 3.6 supportAlexis Ballier2017-02-272-2/+2
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-util/catkin: Add pypy3 supportAlexis Ballier2017-02-232-2/+2
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-util/catkin: Add pypy support.Alexis Ballier2017-02-233-2/+19
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-util/catkin: remove oldAlexis Ballier2017-02-233-233/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-util/catkin: Bump to 0.7.6Alexis Ballier2017-02-212-0/+117
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-util/catkin: Set PYTHONPATH at configure time so that tests run against ↵Alexis Ballier2017-02-162-0/+2
| | | | | | the version to install, not the installed one. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-util/catkin: Bump to 0.7.5.Alexis Ballier2017-02-162-0/+116
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-util/catkin: Pass PYTHON_INSTALL_DIR to cmake too.Alexis Ballier2017-02-092-4/+12
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-util/catkin: remove oldAlexis Ballier2017-02-093-222/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-util/catkin: add some comments in the etc patchAlexis Ballier2016-11-281-0/+3
| | | | Package-Manager: portage-2.3.2
* dev-util/catkin: set global etc destination to /etc, part of bug #598537Alexis Ballier2016-11-283-0/+15
| | | | Package-Manager: portage-2.3.2
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-014-4/+4
|
* dev-util/catkin: bump to 0.7.4Alexis Ballier2016-10-102-0/+111
| | | | Package-Manager: portage-2.3.1
* dev-util/catkin: bump to 0.7.2Alexis Ballier2016-10-072-0/+111
| | | | Package-Manager: portage-2.3.1
* dev-util/catkin: install package.xml in /usr/share/ros_packages/$PKG.Alexis Ballier2016-10-075-1/+82
| | | | | | | This fixes rospack warnings and more importantly rospack reading the whole /usr/share hierarchy. Bug #595004 Package-Manager: portage-2.3.1
* dev-util/catkin: Add CATKIN_PREFIX_PATH support to _setup_util.py.in.Alexis Ballier2016-10-073-2/+20
| | | | | | Patch by Eric Timmons. Bug #586104. Package-Manager: portage-2.3.1
* dev-util/catkin: remove oldAlexis Ballier2016-10-073-200/+0
| | | | Package-Manager: portage-2.3.1
* HTTPS (and canonicalize domain) for github.comAnthony Ryan2016-05-294-8/+8
| | | | | | | | | | | | | | | | All links to www.github.com were changed to github.com (preferred by GitHub). During the automated testing of all modified packages the following SRC_URIs were discovered to have changed upstream. Upon closer inspection they were all confirmed to not be regressions. They will all continue to work when served from the mirrors. * dev-python/catkin_pkg-0.2.10 (upstream tarball changed) * dev-python/rosdistro-0.4.4 (upstream tarball changed) * dev-util/rosdep-0.11.4 (upstream tarball changed) * dev-util/wstool-0.1.12 (upstream tarball changed) * dev-util/wstool-0.1.13 (upstream tarball changed) * dev-util/rosdep-0.11.5 (upstream tarball deleted)
* dev-util/catkin: bump to 0.7.1Alexis Ballier2016-03-242-0/+100
| | | | | Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-util/catkin: bump to 0.7.0Alexis Ballier2016-03-052-0/+100
| | | | | Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-util/catkin: add python 3.5 supportAlexis Ballier2016-02-232-2/+2
| | | | | Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* dev-util/catkin: include GNUInstallDirs in all.cmake so that LIBDIR is ↵Alexis Ballier2015-11-273-0/+17
| | | | | | | always defined. Bug #566670. Package-Manager: portage-2.2.26 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-util/catkin: Revision bump to propagate previous changes.Alexis Ballier2015-11-191-0/+0
| | | | | Package-Manager: portage-2.2.25 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-util/catkin: Honour CATKIN_PREFIX_PATH in toplevel.cmake too. Bug #566094.Alexis Ballier2015-11-191-9/+30
| | | | | Package-Manager: portage-2.2.25 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-util/catkin: Add env.d file; moved from roslaunch.Alexis Ballier2015-11-193-0/+9
| | | | | Package-Manager: portage-2.2.25 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-util/catkin: remove oldAlexis Ballier2015-11-193-192/+0
| | | | | Package-Manager: portage-2.2.25 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-util/catkin: bump to 0.6.16Alexis Ballier2015-11-142-0/+96
| | | | | Package-Manager: portage-2.2.24 Signed-off-by: Alexis Ballier <aballier@gentoo.org>