summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rename dev-python/{protobuf-python → protobuf}Michał Górny2024-11-131-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-misc/ola: Stabilize 0.10.9-r2 amd64, #939774Arthur Zamarin2024-09-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* */*: Reassign marecki's packagesMichał Górny2024-06-281-4/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-misc/ola: Fix compilation against media-libs/liblo-0.32Jannis Achstetter2024-06-122-0/+30
| | | | | | | | | | | | Changes to the PR made by marecki at merge time: - run ola-0.10.9-liblo.patch through scrub-patch - revert the revision bump as not needed while fixing build failures Closes: https://bugs.gentoo.org/927000 Upstream-PR: https://github.com/OpenLightingProject/ola/pull/1954 Upstream-Commit: https://github.com/OpenLightingProject/ola/commit/e083653d2d18018fe6ef42f757bc06462de87f28 Signed-off-by: Jannis Achstetter <kripton@kripserver.net> Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-misc/ola: enable py3.12Marek Szuba2024-03-061-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-misc/ola: RDEPEND on <dev-libs/protobuf-22.5Marek Szuba2024-03-051-2/+1
| | | | | | | Turns out that version also uses the new versioning scheme. Bug: https://bugs.gentoo.org/923757 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* Move {app-doc → app-text}/doxygenMichał Górny2024-01-121-1/+1
| | | | | | | | 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>
* app-misc/ola: sys-devel/bison -> app-alternatives/yaccSam James2024-01-081-1/+1
| | | | | | | | | | All of these will be using app-alternatives/yacc anyway as they're not unsetting YACC or LEX, so make the dep reflect reality. (Included both YACC and LEX out of conservatism.) Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/ola: sys-devel/flex -> app-alternatives/lexSam James2024-01-081-2/+2
| | | | | | | | | | All of these will be using app-alternatives/lex anyway as they're not unsetting YACC or LEX, so make the dep reflect reality. (Included both YACC and LEX out of conservatism.) Signed-off-by: Sam James <sam@gentoo.org>
* Revert "app-misc/ola: let configure handle >=dev-libs/protobuf-23 version ↵Marek Szuba2023-08-222-44/+1
| | | | | | | | | | | | scheme" Either the patch fucks something else up or more work is needed. Full revert rather than another revbump because with CI having spotted the issue so quickly, it hasn't been propagated to the user repo yet. This reverts commit 8ec0c08491c69b89eeed62918be5a4badea1f6d2. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-misc/ola: let configure handle >=dev-libs/protobuf-23 version schemeMarek Szuba2023-08-222-1/+44
| | | | | | | | From an as-of-yet-unmerged upstream PR, with thanks to sam for having located it. Bug: https://bugs.gentoo.org/912779 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-misc/ola: require <dev-libs/protobuf-23Marek Szuba2023-08-211-1/+1
| | | | | | | | Upstream build scripts expect three-part libprotobuf version numbers and fail on the recently introduced two-part ones. Closes: https://bugs.gentoo.org/912779 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-misc/ola: do not use reinterpret_cast on NULLMarek Szuba2023-08-212-1/+220
| | | | | | | | | | In C++, nullptr_t values generally cannot be converted to a pointer using reinterpret_cast. I say "generally" because glibc apparently lets it slide; musl on the other hand does not. Do it the proper way and use static_cast instead. Closes: https://bugs.gentoo.org/877319 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-misc/ola: drop 0.10.8Marek Szuba2023-08-213-146/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-misc/ola: add 0.10.9Marek Szuba2023-02-262-0/+111
| | | | | Closes: https://bugs.gentoo.org/896592 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-141-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-misc/ola: instrument generation of HTML docsMarek Szuba2022-10-041-1/+17
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-misc/ola: support installing Python bindingsMarek Szuba2022-10-043-2/+71
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-misc/ola: new package, add 0.10.8Marek Szuba2022-10-043-0/+85
Signed-off-by: Marek Szuba <marecki@gentoo.org>