summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/lib3mf: Fix compilation on GCC 15Christopher Fore2024-08-092-0/+14
| | | | | | | | | | | | - Tests pass - Patched file is not an installed header Note: Upstream PR fixes an additional file that does not error on 2.2.0 Upstream: https://github.com/3MFConsortium/lib3mf/pull/387 Closes: https://bugs.gentoo.org/937423 Signed-off-by: Christopher Fore <csfore@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/38030 Signed-off-by: Sam James <sam@gentoo.org>
* */*: Take over waebbl's packagesPaul Zander2024-03-161-2/+2
| | | | | | | | Bug: https://bugs.gentoo.org/639236 Bug: https://bugs.gentoo.org/659306 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35751 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* Move {dev-util → dev-debug}/valgrindMichał Górny2024-01-131-2/+2
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34786 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/lib3mf: Keyword 2.2.0 ppc64, #886101Arthur Zamarin2023-12-031-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/lib3mf: fix bug #895180Peter Levine2023-02-222-1/+32
| | | | | | | | | | | | Remove the lines in CMakeLists.txt that emit -std=c++11 (as wall as emitting -O2) to enable the compiler default, which builds against the latest GTest with both clang-16.0.0_pre20230107 and gcc-12.2.1_p20230121-r1. Closes: https://bugs.gentoo.org/895180 Closes: https://github.com/gentoo/gentoo/pull/29644 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/lib3mf: drop 2.1.1-r1Bernd Waibel2022-04-243-207/+0
| | | | | | Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/25166 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/lib3mf: x86 stable wrt bug #828363Agostino Sarubbo2021-12-061-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/lib3mf: Stabilize 2.2.0 amd64, #828363Sam James2021-12-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/lib3mf: bump to 2.2.0Bernd Waibel2021-10-244-0/+237
| | | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/22640 Signed-off-by: Sam James <sam@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-libs/lib3mf: drop 1.8.1Bernd Waibel2021-05-227-218/+0
| | | | | | | | | | Security cleanup Bug: https://bugs.gentoo.org/775362 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/20931 Signed-off-by: John Helmert III <ajak@gentoo.org>
* media-libs/lib3mf: Keyword 2.1.1-r1 arm64, #785880Sam James2021-04-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/lib3mf: Stabilize 2.1.1-r1 x86, #775362Sam James2021-04-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/lib3mf: Stabilize 2.1.1-r1 amd64, #775362Sam James2021-04-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/lib3mf: drop 2.1.1Bernd Waibel2021-04-101-66/+0
| | | | | | | 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/20280 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/lib3mf: re-add x86 keywordBernd Waibel2021-04-103-0/+217
| | | | | | | | | Add USE flag to depend on system-provided dev-go/act package. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/lib3mf: fix variable referencesSam James2021-04-031-2/+2
| | | | | Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@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-libs/lib3mf: match default DOCS installation arrayJoonas Niilola2021-03-141-2/+1
| | | | | | - also add Github page as 2ndary HOMEPAGE. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/lib3mf: drop 2.1.0Bernd Waibel2021-03-142-67/+0
| | | | | | | 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/19903 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/lib3mf: bump to 2.1.1Bernd Waibel2021-03-142-0/+68
| | | | | | | | | Vulnerability fix (CVE-2021-21772) Bug: https://bugs.gentoo.org/775362 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-libs/lib3mf: bump to 2.1.0Bernd Waibel2021-03-073-0/+94
| | | | | | | Closes: https://bugs.gentoo.org/769275 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/lib3mf: fix metadata emailBernd Waibel2021-02-071-1/+1
| | | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* media-libs/lib3mf: metadata QA FixJonas Stein2020-12-281-1/+1
| | | | | | | Correct tag. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Jonas Stein <jstein@gentoo.org>
* media-libs/lib3mf: stabilize 1.8.1 on x86Joonas Niilola2020-11-201-1/+1
| | | | | Bug: https://bugs.gentoo.org/755716 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/lib3mf: stabilize 1.8.1 on amd64Joonas Niilola2020-11-201-1/+1
| | | | | Bug: https://bugs.gentoo.org/755716 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/lib3mf: arm64 keyworded (bug #734822)Sam James2020-08-251-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/lib3mf: new packageBernd Waibel2020-04-117-0/+235
Thanks to Scott Alfter who initially wrote the ebuild. Reported-by: Scott Alfter <scott@alfter.us> Closes: https://bugs.gentoo.org/686476 Package-Manager: Portage-2.3.96-r1, Repoman-2.3.22 Signed-off-by: Bernd Waibel <waebbl@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15269 Closes: https://github.com/gentoo/gentoo/pull/12097 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>