summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-gfx/slic3r: treecleanMatthew Smith2022-04-1010-1317/+0
| | | | Signed-off-by: Matthew Smith <matthew@gentoo.org>
* media-gfx/slic3r: add Module:Build to BDEPENDDennis Eisele2021-12-291-3/+4
| | | | | | | | Closes: https://bugs.gentoo.org/822768 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Dennis Eisele <mail@dennis-eisele.de> Closes: https://github.com/gentoo/gentoo/pull/23554 Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/slic3r: add Module-Build dependencyAndreas K. Hüttel2021-10-171-0/+3
| | | | | | Closes: https://bugs.gentoo.org/817944 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@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/slic3r: Depend on dev-libs/boost:=[threads(+)]David Seifert2021-06-183-3/+3
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: David Seifert <soap@gentoo.org>
* media-gfx/slic3r: metadata added cpe entryDennis Lamm2021-06-071-0/+1
| | | | | Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org> Package-Manager: Portage-3.0.18, Repoman-3.0.2
* media-gfx/slic3r: Remove boost-1.73 patch from live ebuildSven Wegener2021-04-041-1/+0
| | | | | | | Upstream added a similar patch. Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Sven Wegener <swegener@gentoo.org>
* media-gfx/slic3r: add missing desktop inherit, styleSam James2021-04-031-7/+10
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/slic3r: fix MissingInherits, IndirectInherits (desktop.eclass)Sam James2021-04-023-5/+5
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/slic3r: drop useless eutilsSam James2021-04-011-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-1/+1
| | | | | | | | | | | Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-gfx/slic3r: metadata added docDennis Lamm2021-02-081-0/+1
| | | | Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* media-gfx/slic3r: bug #761481Dennis Lamm2020-12-292-5/+7
| | | | | | | | Closes: https://bugs.gentoo.org/761481 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/18859 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* media-gfx/slic3r: version bumpDennis Lamm2020-12-066-661/+264
| | | | | | | Closes: https://bugs.gentoo.org/722308 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/18517 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* media-gfx/slic3r-1.3.0: fixed boost 1.73 buildDennis Lamm2020-12-064-21/+217
| | | | | | | also use system clipper Bug: https://bugs.gentoo.org/722308 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* media-gfx/slic3r: drop oldDennis Lamm2020-12-065-255/+0
| | | | Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* media-gfx/slic3r: fixed .desktop fileDennis Lamm2020-10-112-1/+119
| | | | | | | | Closes: https://bugs.gentoo.org/712898 Signed-off-by: Dennis Lamm <expeditoneer@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17888 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* media-gfx/slic3r: fixed compilation with boost 1.73 for 9999Miroslav Šulc2020-08-012-1/+41
| | | | | | Bug: https://bugs.gentoo.org/722308 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-gfx/slic3r: Remove local USE="gui"David Seifert2020-01-121-3/+0
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 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>
* media-gfx/slic3r: Add patch by Chris Mansfield for recent boostAndreas K. Hüttel2019-11-072-0/+11
| | | | | | Closes: https://bugs.gentoo.org/689804 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* media-gfx/slic3r: Update repo uriAlexey Shvetsov2019-04-211-1/+1
| | | | | Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
* media-gfx/slic3r: use HTTPS.Michael Mair-Keimberger2019-03-153-6/+6
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11366 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* media-gfx/slic3r: remove unused patchesMichael Mair-Keimberger2019-03-032-49/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
* media-gfx/slic3r: Add missing eclassAlexey Shvetsov2018-11-141-1/+1
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
* media-gfx/slic3r: Fix abi mismatch when built with gcc8Alexey Shvetsov2018-11-123-105/+10
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
* media-gfx/slic3r: Version bumpAlexey Shvetsov2018-06-063-0/+717
| | | | | | | New version of slic3r Closes: https://bugs.gentoo.org/617640 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-gfx/slic3r: Maintainer retiredJonas Stein2018-04-031-8/+0
| | | | | | Proxied maintainer was retired due to inactivity. Bug: https://bugs.gentoo.org/632854 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* media-gfx/slic3r-1.1.7-r0: amd64 stableTobias Klausmann2017-12-161-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/632664
* media-gfx/*: Update Manifest hashesMichał Górny2017-12-101-2/+2
|
* media-gfx/slic3r: x86 stable (bug #632664)Thomas Deutschmann2017-10-261-2/+2
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* media-gfx/slic3r-9999: add missing dep, strip local::libIan Stakenvicius2017-09-272-0/+611
| | | | | | | | | | | local::lib is a workaround to help with the cpan-minus based build system the package comes with, which we are circumventing in order to perform a proper system installation. This commit includes a patch that reverts the upstream addition of local::lib. Also adds dev-perl/Devel-CheckLib to the dependency list Package-Manager: Portage-2.3.8, Repoman-2.3.1
* media-gfx/slic3r: make v1.2.9 code c++11 compatible for gcc6+Ian Stakenvicius2017-09-272-1/+40
| | | | | | Bug: http://bugs.gentoo.org/622338 Package-Manager: Portage-2.3.8, Repoman-2.3.1
* media-gfx/slic3r: fix patching bug #617640Amy Liffey2017-05-062-13/+2
| | | | | Submitted-by: Philipp Psurek <philipp.psurek+gentoo@gmail.com> Package-Manager: portage-2.3.3
* 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/slic3r: fix patch lines bug #602976Amy Winston2016-12-181-4/+4
| | | | | | Suggested-by: Philippe Trottier (tchiwam@gmail.com) Package-Manager: portage-2.3.0
* media-gfx/slic3r-9999: fix patch so it applies against git headIan Stakenvicius2016-07-251-4/+4
| | | | Package-Manager: portage-2.2.28
* media-gfx/slic3r: revbump to fix a couple of dependenciesIan Stakenvicius2016-05-031-5/+2
| | | | | | | | | dev-perl/Encode-Locale had a typo in PV, fixed; also dropped the dependency of dev-lang/perl-5.22 since (A) it's not a real dependency and (B) it inhibits mixed-~arch installs if the user overlays perl-core/threads and perl-core/Socket to provide the necessary versions of those modules. Package-Manager: portage-2.2.26
* media-gfx/slic3r: revbump, adjust dependenciesMarshall Brewer (Gentoo Key)2016-04-201-2/+4
| | | | | | | | | | depend on >=perl-5.22 to force users to latest deps Package-Manager: portage-2.2.28 RepoMan-Options: --ignore-arches Closes: https://github.com/gentoo/gentoo/pull/1300 Signed-off-by: Ian Delaney <idella4@gentoo.org>
* media-gfx/slic3r: Add git version 9999Matthew Brewer2016-04-032-0/+122
| | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --ignore-arches
* media-gfx/slic3r: Add version 1.2.9Matthew Brewer2016-04-033-0/+116
| | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --ignore-arches
* media-gfx/slic3r: Initial addition to tree at 1.1.7 (package masked)Matthew Brewer2016-04-034-0/+156
Package-Manager: portage-2.2.28 RepoMan-Options: --ignore-arches