summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/rapidjson: x86 stable wrt bug #734100Agostino Sarubbo2020-08-051-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/rapidjson: arm64 stable (bug #734100)Sam James2020-07-291-1/+1
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/rapidjson: arm stable (bug #734100)Sam James2020-07-281-1/+1
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/rapidjson: amd64 stable (bug #734100)Sam James2020-07-271-1/+1
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/rapidjson: arm keyworded (bug #725914)Sam James2020-07-141-1/+1
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* =dev-libs/rapidjson-1.1.0-r2: arm64 keyworded (bug #685406)Sam James (sam_c)2020-05-041-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-112-2/+2
| | | | | | | 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-042-6/+6
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-114-2/+6
| | | | | | | | | | | | | | | | | | 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-082-2/+57
| | | | | | 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-282-2/+2
| | | | | | 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-272-1/+19
| | | | | | 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: amd64 stable wrt bug #671968Mikle Kolyada2018-12-131-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-libs/rapidjson: x86 stable (bug #671968)Thomas Deutschmann2018-11-271-2/+2
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-libs/rapidjson: Fix "this statement may fall through" errorCraig Andrews2018-06-252-0/+90
| | | | | Closes: https://bugs.gentoo.org/659170 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-libs/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* 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
* Since I now have an @gentoo.org address, use it everywhereCraig Andrews2017-08-181-5/+1
| | | | | Gentoo-bug: 620766 Closes: #5470
* dev-libs/rapidjson: use HTTPS for GitHubDavid Hicks2017-07-302-2/+2
| | | | 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-014-0/+97
style API Gentoo-bug: 614100 Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4310