summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/libcbor: remove useless USE flag that is a no-opEli Schwartz2023-11-282-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | The current ebuild logs a warning: ``` CMake Warning at CMakeLists.txt:22 (message): CBOR_CUSTOM_ALLOC has been deprecated. Custom allocators are now enabled by default.The flag is a no-op and will be removed in the next version. Please remove CBOR_CUSTOM_ALLOC from your build configuation. ``` The USE flag only controls a cmake feature flag, but that feature flag is completely ignored and the resulting package is identical. Upstream commit: https://github.com/PJK/libcbor/commit/c03d88e02fe6f0a16389f6067b15dc3ed1b43401 Remove the USE flag. No revbump needed, the resulting package is the same either way, but people may feel free to rebuild on changed-USE anyway. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34026 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libcbor: drop 0.9.0, 0.10.1Andreas Sturmlechner2023-06-103-140/+0
| | | | | Bug: https://bugs.gentoo.org/905347 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-libs/libcbor: use -j1 for doc buildSam James2023-05-211-1/+1
| | | | | Closes: https://bugs.gentoo.org/770202 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libcbor: Stabilize 0.10.2 sparc, #905347Arthur Zamarin2023-05-011-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/libcbor: Stabilize 0.10.2 ppc, #905347Sam James2023-05-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libcbor: Stabilize 0.10.2 ppc64, #905347Sam James2023-05-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libcbor: Stabilize 0.10.2 x86, #905347Sam James2023-05-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libcbor: Stabilize 0.10.2 amd64, #905347Sam James2023-05-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libcbor: Stabilize 0.10.2 arm64, #905347Sam James2023-05-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libcbor: Stabilize 0.10.2 arm, #905347Sam James2023-05-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libcbor: Stabilize 0.10.1 ppc64, #899354Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/libcbor: Stabilize 0.10.1 amd64, #899354Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/libcbor: Stabilize 0.10.1 sparc, #899354Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/libcbor: Stabilize 0.10.1 arm64, #899354Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* Rename dev-python/{sphinx_rtd_theme → sphinx-rtd-theme}Michał Górny2023-02-143-6/+6
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/libcbor: add 0.10.2Patrick McLean2023-01-312-0/+71
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-142-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/libcbor: add 0.10.1Patrick McLean2023-01-052-0/+70
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* */*: make mycmakeargs localDavid Seifert2023-01-031-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/28947 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/libcbor: use python_has_version inside python_check_depsArthur Zamarin2022-10-041-2/+3
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/libcbor: add github upstream metadataSam James2022-07-281-0/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libcbor: drop 0.8.0David Seifert2022-06-212-69/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/libcbor: Stabilize 0.9.0 arm64, #846887Sam James2022-06-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libcbor: Stabilize 0.9.0 arm, #846887Jakov Smolić2022-06-011-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-libs/libcbor: Stabilize 0.9.0 amd64, #846887Jakov Smolić2022-06-011-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-libs/libcbor: Stabilize 0.9.0 sparc, #846887Jakov Smolić2022-06-011-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-libs/libcbor: Stabilize 0.9.0 x86, #846887Sam James2022-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libcbor: Stabilize 0.9.0 ppc64, #846887Sam James2022-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libcbor: Stabilize 0.9.0 ppc, #846887Sam James2022-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libcbor: keyword 0.9.0 for ~loongWANG Xuerui2022-05-061-1/+1
| | | | | | Tests passed on real hardware. Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* dev-libs/libcbor: Added ~mips to KEYWORDSJoshua Kinard2022-01-171-2/+2
| | | | | | Bug: https://bugs.gentoo.org/709752 Signed-off-by: Joshua Kinard <kumba@gentoo.org> Package-Manager: Portage-3.0.30, Repoman-3.0.3
* dev-libs/libcbor: Version bumpPatrick McLean2021-11-262-0/+69
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-libs/libcbor: Keyword 0.8.0 for ~m68kJames Le Cuirot2021-10-021-1/+1
| | | | | | The tests pass. Signed-off-by: James Le Cuirot <chewi@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>
* dev-libs/libcbor: keyword 0.8.0 for ~riscvMarek Szuba2021-08-021-8/+7
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/libcbor: Enable py3.9Michał Górny2021-05-231-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/libcbor: drop s390 to ~s390 (unstable)Sam James2021-04-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libcbor: add missing doc dep (dev-python/sphinx_rtd_theme)Sam James2021-02-061-0/+1
| | | | | | Closes: https://bugs.gentoo.org/732306 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libcbor: Stabilize 0.8.0 s390, #751484Sam James2021-02-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/libcbor: stable 0.8.0 for sparc, bug #751484Rolf Eike Beer2021-01-141-2/+2
| | | | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/libcbor: Remove old (py3.6)Michał Górny2021-01-015-276/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Drop most stable hppa keywordsMatt Turner2020-12-311-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libcbor: stable 0.8.0 for hppaSergei Trofimovich2020-12-271-1/+1
| | | | | | | | stable wrt bug #751484 Package-Manager: Portage-3.0.12, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/libcbor: stable 0.8.0 for ppc64Sergei Trofimovich2020-12-241-1/+1
| | | | | | | | stable wrt bug #751484 Package-Manager: Portage-3.0.12, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/libcbor: amd64 stable wrt bug #751484Agostino Sarubbo2020-12-241-1/+1
| | | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/libcbor: Stabilize 0.8.0 arm, #751484Sam James2020-12-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libcbor: Stabilize 0.8.0 arm64, #751484Sam James2020-12-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libcbor: Stabilize 0.8.0 ppc, #751484Sam James2020-12-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libcbor: x86 stable (bug #751484)Thomas Deutschmann2020-12-211-1/+1
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>