summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move {app-doc → app-text}/doxygenMichał Górny2024-01-121-2/+2
| | | | | | | | 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>
* dev-libs/rapidjson: fix compat w/ gcc 14Sam James2023-09-241-10/+10
| | | | | | | | | Revbump to fix installed headers as well as add EAPI 8. While here, style tweaks to conform w/ skel.ebuild and sync live ebuild. Closes: https://bugs.gentoo.org/914583 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/rapidjson: don't force C++11Peter Levine2023-02-221-1/+3
| | | | | | | | | | | | dev-cpp/gtest-1.13.0 now requires building with C++14 or later. Remove -std=c++11 and, if not overridden in CXXFLAGS, use the compiler default. For 9999, explicitly pass RAPIDJSON_BUILD_CXX17=ON, which supports that cmake option. Closes: https://bugs.gentoo.org/893466 Closes: https://github.com/gentoo/gentoo/pull/29479 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/rapidjson: Only set VALGRIND_EXECUTABLE if use testCraig Andrews2021-12-131-1/+3
| | | | | | Closes: https://bugs.gentoo.org/828771 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* dev-libs/rapidjson: Drop dependency on valgrind; remove -march=nativeCraig Andrews2020-12-281-7/+11
| | | | | | Closes: https://bugs.gentoo.org/760881 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Switch candrews' packages to cmake.eclassAndreas Sturmlechner2020-01-041-3/+3
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | 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>
* dev-libs/rapidjson: Correct DOC and LIB dirs, https homepage, EAPI=7Craig Andrews2019-10-081-2/+4
| | | | | | Closes: https://bugs.gentoo.org/696978 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* dev-libs/rapidjson: Remove invalid PATCH from -9999Craig Andrews2019-05-221-5/+1
| | | | | | Closes: https://bugs.gentoo.org/686508 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* dev-libs/rapidjson: Use cmake-utils_src_prepareCraig Andrews2018-12-281-1/+1
| | | | | | Closes: https://bugs.gentoo.org/673878 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* dev-libs/rapidjson: Fix USE=examples with >=gcc-8Craig Andrews2018-12-271-1/+12
| | | | | | Closes: https://bugs.gentoo.org/673698 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* dev-libs/rapidjson: disable git submodules in -9999Craig Andrews2017-08-241-0/+1
| | | | | Gentoo-bug: 628112 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-libs/rapidjson: use HTTPS for GitHubDavid Hicks2017-07-301-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-libs/rapidjson: A fast JSON parser/generator for C++ with both SAX/DOM ↵Craig Andrews2017-04-011-0/+40
style API Gentoo-bug: 614100 Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4310