summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move {sci-libs → dev-python}/shapelyMichał Górny2022-07-021-1/+1
| | | | | | | | Shapely is really primarily a Python package, and it seems that the Python team is effectively going to maintain it going forward, so it fits more naturally in dev-python than sci-libs. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-gfx/cura: Remove oldMichał Górny2022-05-094-249/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-gfx/cura: Stabilize 4.13.1-r1 amd64, #837179Sam James2022-05-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/cura: Remove py3.8 due to sentry-sdk losing itMichał Górny2022-05-081-0/+89
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-gfx/cura: Stabilize 4.12.1 amd64, #834389Jakov Smolić2022-03-101-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* media-gfx/cura: drop 4.13.0Matthew Smith2022-03-052-87/+0
| | | | | | | cura 4.13.0 has two major issues related to support generation and surfaces. 4.13.1 should be used instead. Signed-off-by: Matthew Smith <matthew@gentoo.org>
* media-gfx/cura: add 4.13.1Matthew Smith2022-03-052-0/+90
| | | | Signed-off-by: Matthew Smith <matthew@gentoo.org>
* media-gfx/cura: add 4.13.0Matthew Smith2022-02-282-0/+87
| | | | Signed-off-by: Matthew Smith <matthew@gentoo.org>
* media-gfx/cura: fix failing testsMatthew Smith2022-02-281-2/+12
| | | | | | | | Add a dependency on pytest and remove a test that either does not like the sandbox or does not like its home directory being moved. Closes: https://bugs.gentoo.org/693172 Signed-off-by: Matthew Smith <matthew@gentoo.org>
* media-gfx/cura: Keyword 4.12.1 x86, #833120Jakov Smolić2022-02-131-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* media-gfx/cura: Keyword 4.12.1 arm64, #833120Arthur Zamarin2022-02-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-gfx/cura: add 4.12.1Marek Szuba2022-02-113-0/+96
| | | | | | | | | | | | | | | | | | | Featuring py3.10 support along with the three previously disabled plug-ins. Invoking maintainer time-out on both this and all the ~-${PV} dependencies, it has been months. Note that the latest version upstream is now 4.13.1, however that version would diverge quite far from ~-${PV} for Ultimaker dependencies - the latest tag for libarcus, libsavitar and fdm-materials is 4.13.0 and pynest2d has got NO non-beta 4.13 tags. Will leave it to the maintainers to decide what to do with this. Closes: https://bugs.gentoo.org/812935 Closes: https://bugs.gentoo.org/815406 Closes: https://bugs.gentoo.org/822714 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* */*: consistent PYTHON_COMPAT styleDavid Seifert2022-01-301-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* media-gfx/cura: Sort maintainersJonas Stein2021-11-101-4/+4
| | | | | | | Move proxy to the end. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Jonas Stein <jstein@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* media-gfx/cura: PYTHON_MULTI_USEDEP -> PYTHON_USEDEPDavid Seifert2021-07-171-12/+12
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* media-gfx/cura: drop oldDennis Lamm2021-06-142-68/+0
| | | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/21240 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* media-gfx/cura: Version bump to 4.9.1Mathy Vanvoorden2021-06-102-0/+72
| | | | | | | | | Closes: https://bugs.gentoo.org/793803 Closes: https://bugs.gentoo.org/731274 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Mathy Vanvoorden <mathy@vanvoorden.be> Closes: https://github.com/gentoo/gentoo/pull/21150 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-2/+2
| | | | | | | | | | | | 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/cura: metadata added docDennis Lamm2021-02-081-0/+1
| | | | Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* media-gfx/cura: metadata added upstream bugtrackerDennis Lamm2021-02-081-0/+1
| | | | Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* media-gfx/cura: drop oldDennis Lamm2021-02-073-96/+0
| | | | Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-gfx/cura: arm64 keyworded (bug #757849)Sam James2020-12-141-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/cura: dropped ~arm64 keywordDennis Lamm2020-11-301-1/+1
| | | | | | Signed-off-by: Dennis Lamm <expeditoneer@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/18450 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* media-gfx/cura: fixed QA warningsDennis Lamm2020-11-301-1/+1
| | | | | Signed-off-by: Dennis Lamm <expeditoneer@gentoo.org> Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* media-gfx/cura: drop old with dependenciesDennis Lamm2020-11-303-115/+0
| | | | | Signed-off-by: Dennis Lamm <expeditoneer@gentoo.org> Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* media-gfx/cura: bump to 4.8.0Dennis Lamm2020-11-302-0/+68
| | | | | Signed-off-by: Dennis Lamm <expeditoneer@gentoo.org> Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* sci-libs/shapely: fixed revdep to renamed packageDennis Lamm2020-10-121-1/+1
| | | | | | Signed-off-by: Dennis Lamm <expeditoneer@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17894 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* media-gfx/cura: drop oldDennis Lamm2020-10-117-342/+0
| | | | | Signed-off-by: Dennis Lamm <expeditoneer@gentoo.org> Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* media-gfx/cura-4.7.0: fixed ModuleNotFoundErrorDennis Lamm2020-10-111-0/+64
| | | | | | | Bug: https://bugs.gentoo.org/726426 Signed-off-by: Dennis Lamm <expeditoneer@gentoo.org> Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* media-gfx/cura: Drop ~arm64 from keywords (4.6.1)D G Turner2020-10-071-1/+1
| | | | | | | | | libarcus and other dependencies are not keyworded as ~arm64 so this would not build until these are resolved. Signed-off-by: David G Turner <digitall@scummvm.org> Closes: https://github.com/gentoo/gentoo/pull/17679 Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/cura: Bump to v4.7.0 ebuildD G Turner2020-10-072-0/+58
| | | | | | | | | The other v4.7.0 dependencies i.e. curaengine-4.7.0, libcharon etc. are already present in tree, so along with fdm-materials, this completes the changes required to build cura v4.7.0 Signed-off-by: David G Turner <digitall@scummvm.org> Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/cura: Add libarcus dependency directly (to 4.6.1)D G Turner2020-10-071-0/+1
| | | | | | | | | This should really be a direct dependency ensuring the python use flag is set as the sub-dependency does not enforce this is compatible with the top level cura version. Signed-off-by: David G Turner <digitall@scummvm.org> Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/cura: Fix runtime crash at startup (4.6.1)D G Turner2020-10-071-5/+5
| | | | | | | | This needs to resolve the correct dependencies i.e. v4.6.1, not later such as v4.7.0 as this will likely cause issues. Signed-off-by: David G Turner <digitall@scummvm.org> Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/cura: Keyword 4.6.1 arm64, #734826Sam James2020-09-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/cura: works with py38Alexey Shvetsov2020-05-261-1/+1
| | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
* media-gfx/cura: version bump to 4.6.1Michael Perlov2020-05-253-0/+88
| | | | | | | | | Closes: https://bugs.gentoo.org/710930 Closes: https://bugs.gentoo.org/718960 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Perlov <perlovka@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15908 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
* media-gfx/cura: Switch to PYTHON_MULTI_USEDEP APIMichał Górny2020-02-094-20/+28
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Switch Perlovka's ebuilds to cmake.eclassAndreas Sturmlechner2020-01-122-8/+8
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: 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>
* media-gfx/cura: version bump to 4.3.0Michael Perlov2019-10-162-0/+54
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Michael Perlov <perlovka@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/cura: version bump to 4.2.1Michael Perlov2019-08-253-0/+95
| | | | | | | | | | | Closes: https://bugs.gentoo.org/680988 Closes: https://bugs.gentoo.org/687324 Closes: https://bugs.gentoo.org/691144 Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Michael Perlov <perlovka@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12618 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/cura: remove old 3.3.1Amy Liffey2019-01-022-69/+0
| | | | | Signed-off-by: Amy Liffey <amynka@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* media-gfx/cura: version bump to 3.6.0Mathy Vanvoorden2019-01-022-0/+74
| | | | | | | | | | Closes: https://bugs.gentoo.org/show_bug.cgi?id=669264 Closes: https://bugs.gentoo.org/show_bug.cgi?id=671552 Signed-off-by: Mathy Vanvoorden <mathy@vanvoorden.be> Signed-off-by: Amy Liffey <amynka@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/10595 Package-Manager: Portage[mgorny]-2.3.51.1
* media-gfx/cura: version bump to 3.4.1Michael Perlov2018-07-162-0/+74
| | | | | | Closes: https://bugs.gentoo.org/660884 Closes: https://github.com/gentoo/gentoo/pull/9199 Package-Manager: Portage-2.3.42, Repoman-2.3.9
* media-gfx/cura: deps and metadata updateAlexey Shvetsov2018-06-142-5/+24
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-gfx/cura: Version bump and clean upAlexey Shvetsov2018-06-1410-486/+57
| | | | | | | Closes: https://bugs.gentoo.org/630620 Closes: https://bugs.gentoo.org/648130 Closes: https://github.com/gentoo/gentoo/pull/8258 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-gfx/cura: fdo-mime migrationMarty E. Plummer2018-04-155-39/+61
| | | | | | | | | Plus some minor formatting changes to be more in accord with the rest of the ::gentoo tree, and removal of eutils in favor of desktop. Closes: https://github.com/gentoo/gentoo/pull/7800 Package-Manager: Portage-2.3.27, Repoman-2.3.9