summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-gfx/freecad: add bug reference to opencascade tweakSam James2021-05-061-0/+1
| | | | | Bug: https://bugs.gentoo.org/788274 Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/freecad: find opencascade-7.5Bernd Waibel2021-05-061-2/+13
| | | | | | | | | | | Correctly find sci-libs/opencascade-7.5.1 header and library locations. Closes: https://bugs.gentoo.org/788274 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/20708 Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/freecad: bump to 0.19.2Bernd Waibel2021-05-046-0/+395
| | | | | | | | Closes: https://bugs.gentoo.org/785256 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/20580 Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/freecad: metadata.xml, description → nameMichał Górny2021-03-161-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-gfx/freecad: several updates with 9999Bernd Waibel2021-03-142-19/+17
| | | | | | | | | | | | Fix an issue with selecting correct python, introduced by https://github.com/FreeCAD/FreeCAD/commit/e2782d0c20111b0563f6e66eb3a7dff1208fe1c5 Remove ccache USE flag, as well as code from CMakeLists.txt Bug: https://github.com/waebbl/waebbl-gentoo/issues/309 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/19914 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/freecad: drop 0.19_pre20201231Bernd Waibel2021-03-143-318/+0
| | | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/freecad: bump to 0.19.1Bernd Waibel2021-03-143-0/+312
| | | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/freecad: fix patch file formattingJoonas Niilola2021-02-162-16/+16
| | | | | Closes: https://bugs.gentoo.org/770820 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/freecad: add live ebuildBernd Waibel2021-02-152-1/+284
| | | | | | | | | Fix email in metadata.xml Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/19076 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/freecad: re-add packageBernd Waibel2021-02-156-0/+485
| | | | | | | | | | | | | | | | | | | Pre-release version 0.19_pre with a commit date of 2020-12-31. The current stable upstream release 0.18.5 needs qtwebkit, that's why I didn't want to interfere with the removal of that package. Things to do: - bump sci-libs/vtk-9 and update dependency - add python-3.9 support (needs updated vtk) - update sci-mathematics/netgen and implement it in ebuild (FEM_NETGEN) - check for external zipios++ (package needed) - check for external smesh (package needed) - check for improvements in USE flags? Closes: https://bugs.gentoo.org/622726 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Bernd Waibel <waebbl@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/freecad: Remove last-ritedAndreas Sturmlechner2018-08-076-218/+0
| | | | Closes: https://bugs.gentoo.org/620702
* media-gfx/freecad: Drop broken 0.17_pre, bug #650274Andreas Sturmlechner2018-05-112-132/+0
| | | | Package-Manager: Portage-2.3.36, Repoman-2.3.9
* media-gfx/freecad: Add no-webkit patchAndreas Sturmlechner2018-03-131-2/+3
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-gfx/freecad: Switch eutils -> desktopAndreas Sturmlechner2018-03-131-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-gfx/freecad: Drop bogus dev-java/xerces DEPENDAndreas Sturmlechner2018-03-131-3/+1
| | | | | Thanks-to: Christoph Steup <steup@ovgu.de> Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-gfx/freecad: Re-add 0.16.6712Andreas Sturmlechner2018-03-132-0/+133
| | | | | | | It is actually more up-to-date than 0.17_pre. Closes: https://bugs.gentoo.org/650274 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-gfx/freecad: Drop 0.17_pre and 9999Andreas Sturmlechner2018-03-022-266/+0
| | | | | | Live ebuild is broken beyond repair until some Qt5 version finds its way. Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-gfx/freecad: Switch eutils -> desktopAndreas Sturmlechner2018-03-021-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-gfx/freecad: Drop oldAndreas Sturmlechner2018-03-022-133/+0
| | | | | Closes: https://bugs.gentoo.org/634216 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-gfx/freecad: Drop bogus dev-java/xerces DEPENDAndreas Sturmlechner2018-03-021-3/+1
| | | | | | Thanks-to: Christoph Steup <steup@ovgu.de> Closes: https://bugs.gentoo.org/607966 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-gfx/freecad: Add no-webkit patchAndreas Sturmlechner2018-03-022-0/+178
| | | | | Bug: https://bugs.gentoo.org/620702 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-gfx/freecad: Fix Manifest againAndreas Sturmlechner2018-01-051-1/+1
| | | | | | | what had been already on Gentoo mirrors is still identical with upstream. Closes: https://bugs.gentoo.org/642780 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* media-gfx/freecad-0.17_pre: fixed digestMiroslav Šulc2017-12-291-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* media-gfx/freecad-9999: several fixesMiroslav Šulc2017-12-291-4/+10
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* media-gfx/*: Update Manifest hashesMichał Górny2017-12-101-2/+2
|
* media-gfx/freecad: Compact sci-libs/opencascade DEPENDsAndreas Sturmlechner2017-11-063-3/+3
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* media-gfx/freecad: Sync live ebuild w/ recent changesAndreas Sturmlechner2017-11-061-3/+2
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* media-gfx/freecad: Switch to xdg-utilsAndreas Sturmlechner2017-11-061-3/+3
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* media-gfx/freecad: Update DESCRIPTION, HOMEPAGEAndreas Sturmlechner2017-11-063-6/+6
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* media-gfx/freecad: Drop oldAndreas Sturmlechner2017-11-065-430/+0
| | | | | Bug: https://bugs.gentoo.org/620702 Package-Manager: Portage-2.3.13, Repoman-2.3.4
* media-gfx/freecad: Add 0.17_pre snapshotAlexey Shvetsov2017-07-262-0/+133
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* media-gfx/freecad: Version bump for 0.16.x seriesAlexey Shvetsov2017-07-262-0/+133
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* media-gfx/freecad: now uses external kdlAlexey Shvetsov2017-07-261-0/+132
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* media-gfx/freecad: restrict shiboken, pyside{,-tools} to SLOT 0Davide Pesavento2017-04-303-9/+9
| | | | | | For future compatibility with PySide2 Package-Manager: Portage-2.3.5, Repoman-2.3.2
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-291-1/+2
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* media-gfx/freecad: [QA] Add missing python metadata variablesDavid Seifert2017-04-233-7/+4
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* media-gfx/freecad: fix wrong path declared as S.bdouxx2017-04-131-2/+0
| | | | | | | Gentoo-Bug: https://bugs.gentoo.org/609476 Package-Manager: portage-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/4048
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* media-gfx/freecad: Point EGIT_REPO_URI to correct URLDavid Seifert2017-01-202-2/+2
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* media-gfx/freecad: Update live ebuildDavid Seifert2017-01-181-67/+57
| | | | | | Gentoo-bug: 569498 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* media-gfx/freecad: Version bump to 0.16bdouxx2017-01-182-0/+139
| | | | | | | | Gentoo-bug: 580256, 580642, 591012 * change SRC_URI to github Package-Manager: portage-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/3266
* media-gfx/freecad: Patch out internal boost::re_detail for boost 1.60David Seifert2016-04-032-2/+19
| | | | | | Gentoo-Bug: 578910 Package-Manager: portage-2.2.28
* media-gfx/freecad: drop old and unsecure versions (bug 526090).Michael Weber2016-03-2024-2045/+0
| | | | Package-Manager: portage-2.2.28
* media-gfx/freecad: Require >dev-cpp/eigen-3.2.2:3 (thanks Grégory Salvan, ↵Michael Weber2016-02-201-1/+1
| | | | | | bug 575104). Package-Manager: portage-2.2.27
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-1/+1
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* Add missing remote-id type=sourceforgeJustin Lecher2015-10-011-6/+8
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* media-gfx/freecad: add dev-python/pyside[svg] (thanks Jon Gerdes, bug 560494).Michael Weber2015-09-181-1/+1
| | | | Package-Manager: portage-2.2.20.1