summaryrefslogtreecommitdiff
path: root/dev-libs/msgpack
AgeCommit message (Collapse)Author
2025-12-19*/*: drop *-linux keywordsFabian Groffen
Bug: https://bugs.gentoo.org/473598 Bug: https://bugs.gentoo.org/720224 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2025-11-04*/*: Add := to virtual/zlib deps, part 4Michał Górny
Done via: ``` git grep -l 'virtual/zlib\[' | xargs sed -i -e 's@virtual/zlib\[@virtual/zlib:=\[@g' ``` Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-11-04dev-*/*: update for virtual/zlibMichał Górny
Update done using: ``` git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Followed by manual revert in dev-python/zlib-ng where it accidentally caught sys-libs/zlib-ng dependencies. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-01-12Move {app-doc → app-text}/doxygenMichał Górny
Per the category metadata, app-doc/ is reserved for documentation *files* and not software. Move it to app-text/ where it seems a better fit. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-12-09dev-libs/msgpack: Stabilize 6.0.0-r1 x86, #919478Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-12-09dev-libs/msgpack: Stabilize 6.0.0-r1 arm64, #919478Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-12-09dev-libs/msgpack: Stabilize 6.0.0-r1 amd64, #919478Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-12-01dev-libs/msgpack: Keyword 6.0.0-r1 ppc, #916309Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-04-29dev-libs/msgpack: drop 3.3.0-r1Andreas Sturmlechner
Bug: https://bugs.gentoo.org/901327 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2023-04-22dev-libs/msgpack: Stabilize 5.0.0 x86, #901327Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-04-22dev-libs/msgpack: Stabilize 5.0.0 amd64, #901327Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-04-22dev-libs/msgpack: Stabilize 5.0.0 arm64, #901327Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-04-08dev-libs/msgpack: keyword 6.0.0-r1 for ~ppc64Luca Barbato
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2023-04-03dev-libs/msgpack: add upstream ref re library renameSam James
Followup to 49c8b9cee214bdcab719fa5d21f3bdfb5d1462dd. Bug: https://github.com/msgpack/msgpack-c/pull/1053 Signed-off-by: Sam James <sam@gentoo.org>
2023-04-03dev-libs/msgpack: crank subslot for msgpack-6 for library renameSam James
Need the -c as a one-off (can drop on next soname bump) as the library rename from libmsgpackc.so.2 -> libmsgpack-c.so.2 is effectively an ABI break and has all the same problems a new SONAME would have. Bug: https://bugs.gentoo.org/903657 Signed-off-by: Sam James <sam@gentoo.org>
2023-03-30dev-libs/msgpack: drop 3.3.0-r2Marek Szuba
Signed-off-by: Marek Szuba <marecki@gentoo.org>
2023-03-30dev-libs/msgpack: add 6.0.0Marek Szuba
Signed-off-by: Marek Szuba <marecki@gentoo.org>
2023-02-13dev-libs/msgpack: enable MSGPACK_CXX17 instead of MSGPACK_CXX11Peter Levine
dev-cpp/gtest-1.13.0 now requires building with c++14 or higher. Passing -DMSGPACK_CXX17=ON causes msgpack to build with -std=c++17 and should be supported by all modern compilers. Closes: https://bugs.gentoo.org/893334 Closes: https://github.com/gentoo/gentoo/pull/29468 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2023-02-07dev-libs/msgpack: drop IUSE=static-libs supportMarek Szuba
The only revdep which used this has just ceased to do so, was a no-op in 3.3.0 to begin with. Signed-off-by: Marek Szuba <marecki@gentoo.org>
2023-02-07dev-libs/msgpack-3.3.0: block dev-cpp/msgpack-cxxMarek Szuba
As far as file collisions are concerned this could be made conditional on USE=cxx, however it is probably a bad idea to mix different major versions of msgpack overall. Signed-off-by: Marek Szuba <marecki@gentoo.org>
2023-02-05dev-libs/msgpack-5.0.0: add *working* IUSE=static-libsMarek Szuba
app-misc/tmate optionally relies on the availability of static libmsgpack so until that dependency has been removed, keep this flag. That said, having just tested it USE=static-libs is in fact a no-op in case of =dev-libs/msgpack-3.3.0! Signed-off-by: Marek Szuba <marecki@gentoo.org>
2023-02-03dev-libs/msgpack: add 5.0.0Marek Szuba
Note that since 4.0.0 upstream no longer bundles C and C++ versions together; a new package for the latter will be added shortly. Signed-off-by: Marek Szuba <marecki@gentoo.org>
2022-08-19*/*: Drop obsolete CMAKE_ECLASS meta varAndreas Sturmlechner
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2022-07-15dev-libs/msgpack: Stabilize 3.3.0 arm64, #857978Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-09-11**/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller
Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-08-05dev-libs/msgpack: keyword ~riscvYixun Lan
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan@gentoo.org>
2021-06-27dev-libs/msgpack: keyword x64-macosAaron Bauman
Signed-off-by: Aaron Bauman <bman@gentoo.org>
2021-02-14dev-libs/msgpack: cleanup oldSam James
Bug: https://bugs.gentoo.org/737592 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
2021-01-04dev-libs/msgpack: fix build with USE=doc and USE="doc -cxx"Ionen Wolkens
Closes: https://bugs.gentoo.org/763264 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2020-11-16dev-libs/msgpack: Stabilize 3.3.0 amd64, #737592Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2020-11-14dev-libs/msgpack: x86 stable (bug #737592)Thomas Deutschmann
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2020-09-30dev-libs/msgpack: cleanup oldSam James
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
2020-09-30dev-libs/msgpack: Keyword 3.3.0 arm, #727138Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2020-09-29dev-libs/msgpack: bump to 3.3.0Sam James
Closes: https://bugs.gentoo.org/688936 Closes: https://bugs.gentoo.org/737586 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
2020-08-08app-editors/neovim: keyword ~arm64 with dependencies.Benda Xu
dev-libs/msgpack: keyword ~arm64 to 3.2.1. dev-lua/mpack: keyword ~arm64 to 1.0.4. profiles: mask dev-lua/mpack[test] on arm64. dev-libs/unibilium: keyword ~arm64 to 2.0.0. dev-libs/libtermkey: keyword ~arm64 to 0.22. Package-Manager: Portage-2.3.88, Repoman-2.3.18 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
2020-01-16dev-libs/msgpack: version bump to 3.2.1Tim Harder
Signed-off-by: Tim Harder <radhermit@gentoo.org>
2019-12-29dev-libs/msgpack: mark stableMikle Kolyada
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
2019-12-11*/*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny
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>
2019-10-11dev-libs: Remove *-fbsd KEYWORDSMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-06-12dev-libs/msgpack: version bump to 3.2.0Tim Harder
Signed-off-by: Tim Harder <radhermit@gentoo.org>
2019-04-20dev-libs/msgpack: Add ~arm keyword wrt bug #676688Mikle Kolyada
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="~arm"
2018-12-28dev-libs/msgpack: remove oldTim Harder
Signed-off-by: Tim Harder <radhermit@gentoo.org>
2018-12-28dev-libs/msgpack: version bump to 3.1.1Tim Harder
Closes: https://bugs.gentoo.org/628714 Closes: https://bugs.gentoo.org/635338 Closes: https://bugs.gentoo.org/658262 Signed-off-by: Tim Harder <radhermit@gentoo.org>
2018-10-04dev-libs/msgpack: EAPI-6 bumpAndreas Sturmlechner
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
2018-03-10dev-libs/msgpack: use HTTPS.Michael Mair-Keimberger
2017-12-11dev-libs/msgpack: clean up old.Patrice Clement
Package-Manager: Portage-2.3.13, Repoman-2.3.3
2017-12-11dev-libs/msgpack: pack oversized patch away into a tarball.Patrice Clement
Closes: https://bugs.gentoo.org/640748 Package-Manager: Portage-2.3.13, Repoman-2.3.3
2017-12-09dev-libs/*: Update Manifest hashesMichał Górny
2017-08-23dev-libs/msgpack: version bump to 1.4.2 and 2.2.1Mathy Vanvoorden
An update to the latest version of 1.X and 2.X of the package. This was already being worked on in PR #2974, I processed the comments and added some extra things: * Updated copyright. * EAPI version bump. * Updated license to Boost-1.0. * Added examples USE-flag. * Added doc USE-flag. * Updated patches for cflags and static-libs. * Masked for testing. The new versions are masked for testing as the status of depending packages is currently unknown. Bugs for the package maintainers will be created. Gentoo-Bug: https://bugs.gentoo.org/601370 Closes: https://github.com/gentoo/gentoo/pull/4078 Package-Manager: Portage-2.3.6, Repoman-2.3.1
2017-08-15dev-libs/msgpack: fix -Wimplicit-fallthrough bug.Marty Plummer
Patches taken from upstream and rebased against this particular release. Future releases should not require this patch, and it only affects formatting. Package-Manager: Portage-2.3.6, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/5273