summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/qbs: drop 2.4.1-r1Ionen Wolkens2024-11-042-92/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-util/qbs: Stabilize 2.4.2 amd64, #941958Jakov Smolić2024-10-221-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/qbs: add 2.4.2Ionen Wolkens2024-10-022-0/+92
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-util/qbs: Stabilize 2.4.1-r1 amd64, #939671Joonas Niilola2024-09-251-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/qbs: adjust syntax for the ldconfig patchIonen Wolkens2024-09-141-1/+1
| | | | | | | | | Just to be correct, it works either way so another revbump is not necessary. Closes: https://bugs.gentoo.org/939142 Thanks-to: konsolebox Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-util/qbs: scrub and describe the ldconfig patch + revbumpIonen Wolkens2024-09-132-2/+6
| | | | | | | | | | | | | Note that "a few people" does not include me, couldn't reproduce. Not the first time I couldn't reproduce a sandbox issue like bug #915695 which had turned out to be due to the low stack size used in qtbase. This may be something similar that "env" ends up working around somehow but, being unable to reproduce, don't plan to dig into this myself and will consider this fixed (better patch welcome if someone figures out a better fix). Closes: https://bugs.gentoo.org/939142 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-util/qbs: workaround hangs when running inside sandboxAndrei Sabalenka2024-09-132-0/+14
| | | | | | | Bug: https://bugs.gentoo.org/939142 Signed-off-by: Andrei Sabalenka <mechakotik@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38598 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-util/qbs: drop 2.3.1Ionen Wolkens2024-09-132-91/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-util/qbs: add 2.4.1Ionen Wolkens2024-08-312-0/+91
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-util/qbs: add workaround for gcc:14 + -O3 build failureIonen Wolkens2024-05-301-1/+5
| | | | | | | | | | Exact cause unknown, but no harm in doing this for now. Does not seem needed for neither gcc:13 nor clang. For anyone trying to reproduce, don't forget to drop this. Bug: https://bugs.gentoo.org/933187 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-util/qbs: enable py3.13Ionen Wolkens2024-05-131-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-util/qbs: drop 1.19.1, 2.3.0Ionen Wolkens2024-05-123-207/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-util/qbs: prevent auto-selecting Qt versionIonen Wolkens2024-05-082-0/+14
| | | | | | | | | | | | | | | | | | | DISABLE_FIND behaves badly here between being either unused or preventing the fallback. It normally tries Qt6 first, but given #931596 somehow picked it despite qtbase:6 being installed and seemingly not broken (given it built other Qt6 packages), let's make sure. May not necessarily fix #931596 but if whatever happened happens again, there should be a more interesting output. Doesn't hurt to ensure it won't ever pick Qt5 either way to ensure it doesn't successfully build if Qt6 had issues. Closes: https://bugs.gentoo.org/931596 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-util/qbs: add 2.3.1Ionen Wolkens2024-05-072-0/+82
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-util/qbs: add 2.3.0Ionen Wolkens2024-05-042-0/+82
| | | | | | | | | | | | | | | | | | | | | | | ebuild redone from scratch due to cmake migration + Qt6, and kept simple easier maintenance (e.g. skipping Qt5 support and inventing options for optional gui/examples, also some tests that would need extensive workarounds to pass with unusual toolchains even if do like the old qbs ebuild did with qbs profiles) Not 100% sure that all listed bugs are fixed given have not attempted to reproduce with old version, but at least couldn't with the new. Please file new bugs if needed so it can be up to date and easier to handle. Closes: https://bugs.gentoo.org/801541 Closes: https://bugs.gentoo.org/836894 Closes: https://bugs.gentoo.org/840290 Closes: https://bugs.gentoo.org/884575 Closes: https://bugs.gentoo.org/906929 Closes: https://bugs.gentoo.org/915787 Closes: https://bugs.gentoo.org/919395 Closes: https://bugs.gentoo.org/929071 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-util/qbs: add github upstream metadataIonen Wolkens2024-05-041-0/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* */*: Reassign pesa's packagesMichał Górny2024-04-031-4/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/qbs: remove comment inside substitutionArthur Zamarin2023-08-301-6/+10
| | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/32525 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/qbs: drop 1.18.0Andreas Sturmlechner2022-08-082-113/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@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-util/qbs: drop 1.16.0Davide Pesavento2021-07-102-117/+0
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* dev-util/qbs: add 1.19.1Davide Pesavento2021-07-103-4/+129
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* dev-util/qbs: drop old versionsDavide Pesavento2021-01-134-349/+0
| | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* dev-util/qbs: add 1.18.0Davide Pesavento2021-01-132-0/+113
| | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* dev-util/qbs: add 1.16.0Davide Pesavento2020-07-013-2/+119
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* dev-util/qbs: add 1.15.0Davide Pesavento2020-01-032-0/+117
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* dev-util/qbs: remove 1.13.1Davide Pesavento2020-01-032-124/+0
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* dev-util/qbs: fix MissingTestRestrict QA warningDavide Pesavento2019-11-283-0/+3
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* dev-util/qbs: add 1.14.1Davide Pesavento2019-11-282-0/+115
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* dev-util/qbs: add missing deps with USE=testDavide Pesavento2019-06-231-1/+5
| | | | | | | | TestBlackboxQt tries to run lrelease and qdbusxml2cpp Closes: https://bugs.gentoo.org/688534 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* dev-util/qbs: bump to 1.13.1Davide Pesavento2019-06-232-1/+4
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* dev-util/qbs: remove 1.11.1Davide Pesavento2019-06-072-119/+0
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* dev-util/qbs: stabilize 1.12.2 on amd64Davide Pesavento2019-06-071-2/+2
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* dev-util/qbs: add 1.13.0Davide Pesavento2019-04-282-0/+116
| | | | | Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* dev-util/qbs: remove 1.12.0Davide Pesavento2018-12-232-115/+0
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* dev-util/qbs: bump to 1.12.2Davide Pesavento2018-12-152-0/+115
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* dev-util/qbs: 1.12.0 version bumpDavide Pesavento2018-07-202-0/+115
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-util/qbs: drop 1.10.1Davide Pesavento2018-07-202-121/+0
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-util/qbs: stabilize 1.11.1 on amd64Davide Pesavento2018-07-201-1/+1
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-util/qbs: bump to 1.11.1; remove broken versionAsgeir Bjarni Ingvarsson2018-05-132-1/+1
| | | | | | | This fixes a missing tool header install among other things Closes: https://github.com/gentoo/gentoo/pull/8232 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-util/qbs: fix and reenable TestApi testsDavide Pesavento2018-04-301-5/+3
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-util/qbs: 1.11 version bumpAsgeir Bjarni Ingvarsson2018-04-302-0/+121
| | | | | Closes: https://github.com/gentoo/gentoo/pull/8209 Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-util/qbs: remove oldDavide Pesavento2018-03-243-237/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-util/qbs: stabilize 1.10.1 on amd64Davide Pesavento2018-03-241-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-util/qbs: version bumpDavide Pesavento2018-03-162-0/+121
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-util/qbs: remove 1.8.1-r1Davide Pesavento2018-01-243-173/+0
| | | | | | x86 is demoted to ~arch Package-Manager: Portage-2.3.20, Repoman-2.3.6
* dev-util/qbs: stabilize 1.9.1 on amd64Davide Pesavento2018-01-241-2/+2
| | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6
* dev-util/qbs: version bumpDavide Pesavento2017-12-112-0/+121
| | | | Package-Manager: Portage-2.3.17, Repoman-2.3.6
* dev-util/*: Update Manifest hashesMichał Górny2017-12-101-2/+2
|
* dev-util/qbs: version bumpDavide Pesavento2017-10-052-0/+116
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3