summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-qt/qt5compat: drop 6.5.3Ionen Wolkens2023-12-192-38/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qt5compat: Stabilize 6.6.1 amd64, #920154Arthur Zamarin2023-12-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qt5compat: add 6.7.9999Ionen Wolkens2023-12-121-0/+37
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qt5compat: drop 6.6.0Ionen Wolkens2023-12-122-38/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qt5compat: Keyword 6.6.1 x86, #918896Joonas Niilola2023-12-051-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-qt/qt5compat: Keyword 6.6.1 riscv, #918896Jakov Smolić2023-12-031-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-qt/qt5compat: Keyword 6.6.1 ppc64, #918896Arthur Zamarin2023-12-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qt5compat: Keyword 6.6.1 ppc, #918896Arthur Zamarin2023-12-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qt5compat: Keyword 6.6.1 arm64, #918896Arthur Zamarin2023-12-011-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qt5compat: Keyword 6.6.1 arm, #918896Arthur Zamarin2023-12-011-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qt5compat: add 6.6.1Ionen Wolkens2023-11-272-0/+38
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qt5compat: drop 6.5.2-r1Ionen Wolkens2023-11-152-38/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qt5compat: Stabilize 6.5.3 amd64, #915549Arthur Zamarin2023-11-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qt5compat: add 6.6.0Ionen Wolkens2023-10-102-0/+38
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qt5compat: drop 6.6.0_rcIonen Wolkens2023-10-102-38/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qt5compat: add 6.5.3Ionen Wolkens2023-09-282-0/+38
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/*: drop 6.5.9999Ionen Wolkens2023-09-281-37/+0
| | | | | | | | Technically an LTS branch but 6.5.3 is due to be the last "public" release for this branch plus Plasma 6 is based on 6.6, so should have no use for this anymore. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qt5compat: add 6.6.0_rcIonen Wolkens2023-09-262-0/+38
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qt5compat: Stabilize 6.5.2-r1 amd64, #914113Sam James2023-09-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/*: add 6.6.9999Ionen Wolkens2023-09-131-0/+37
| | | | | | | | | | Sraight copies from 6.9999, pending updates as-needed to prepare for 6.6 which is slowly approaching (6.9999 been 6.7 for some time). 6.5.9999 will be leaving soon given 6.5.3 is the last 6.5 release for plebians. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qt5compat: adjust qml checkIonen Wolkens2023-09-053-3/+3
| | | | | | | | Works either way but Qt6Qml produces cmake noise if qtdeclarative is not installed. Bug: https://bugs.gentoo.org/913692 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/*: replace = by ~ for dev-qt/*:6 depsIonen Wolkens2023-09-053-9/+9
| | | | | | | | | | | | | | | | | Less jarring a little bit shorter. Made sense in Qt5 given it used a ver_cut QT5_PV and could be used to ignore additional components, but with PV it does nothing useful. Plus we still want _rc and _betas to match (_p<date> are where issues start though, if ever needed we could reintroduce QT6_PV, but for now...). Should have done this in the previous style commit. Still keeping :6, do prefer these being everywhere for clarity with Qt slots (and qa-vdb!) even if essentially a no-op here. Plus, even if this does not happen with Qt, two slots having the same version can happen with revisions (e.g. current webkit-gtk). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qt5compat: tighten deps a bit (qt6)Ionen Wolkens2023-09-054-6/+51
| | | | | | | | | | | | | | | * qtbase[icu=]: links directly with it depending on qtbase, so we need to match and bind := for rebuilds * qtbase[xml]: bug #911927 * IUSE=qml: can be optional, and will also use shadertools with qml is found In theory we could add IUSE="gui xml" too but not convinced it's worth worrying about on a compat library, imagine roughly all revdeps will need IUSE="gui" too (unlike qml). Closes: https://bugs.gentoo.org/911927 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qt5compat: use -j1 for tests (qt6)Ionen Wolkens2023-09-053-0/+15
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/*: add github upstream metadata for qt6 packagesIonen Wolkens2023-09-051-0/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/*: streamline style a bit across qt6 ebuildsIonen Wolkens2023-09-053-12/+12
| | | | | | | | | | | | | Misc minor adjustments / sorting, but more commonly: * use same RDEPEND + DEPEND ordering everywhere, bit of both order is used all across and sometime inverted in Qt5's so let's match skel.ebuild to avoid confusion * use explicit :6 slots, not necessary with =PV but this is more about normalizing usage when multiple slots exist (plus *cough* qa-vdb won't complaint anymore) Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/*: import qt6 live ebuilds from ::qtIonen Wolkens2023-09-052-0/+36
| | | | | | | | | | | | | | | | | As-is, no changes in this commit which is mostly the same as the current in-tree ebuilds. Maintaining these in two different repos feels like just a hassle (to me), and would rather have everything in one place so I can change live and release ebuilds simultaneously as needed, plus not have to sync metadata or eclass changes either (plus chiitoo has ::gentoo commit access now). May move packages if I happen to work on them, albeit I have no intention to really touch Qt5 or LXQt (anyone working on these are free to the same if they want, or keep current workflow). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-qt/qt5compat: drop 6.5.1Jimi Huotari2023-07-262-19/+0
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* dev-qt/qt5compat: add 6.5.2Jimi Huotari2023-07-202-0/+19
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* dev-qt/qt5compat: drop 6.5.0Jimi Huotari2023-06-102-19/+0
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* dev-qt/qt5compat: add 6.5.1Jimi Huotari2023-06-102-0/+19
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* dev-qt/qt5compat: drop 6.4.3Jimi Huotari2023-05-062-19/+0
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* dev-qt/qt5compat: add 6.5.0Jimi Huotari2023-04-152-0/+19
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* dev-qt/qt5compat: drop 6.4.2Jimi Huotari2023-03-262-19/+0
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* dev-qt/qt5compat: add 6.4.3Jimi Huotari2023-03-192-0/+19
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* dev-qt/qt5compat: drop 6.4.0Andreas Sturmlechner2023-02-092-19/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qt5compat: add 6.4.2Jimi Huotari2023-01-062-0/+19
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* dev-qt/qt5compat: drop 6.3.2Andreas Sturmlechner2022-12-012-19/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/*: add version 6.4.0Jimi Huotari2022-11-022-0/+19
| | | | | | | | | | | Bug: https://bugs.gentoo.org/838970 Bug: https://bugs.gentoo.org/863224 Bug: https://bugs.gentoo.org/875956 Closes: https://bugs.gentoo.org/862525 Closes: https://bugs.gentoo.org/863395 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/27812 Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qt5compat: drop 6.3.1Andreas Sturmlechner2022-09-242-19/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qt5compat: add 6.3.2Andreas Sturmlechner2022-09-242-0/+19
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qt5compat: [QA] fix DTD HTTP->HTTPSSam James2022-08-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qt5compat: new packageJimi Huotari2022-08-023-0/+36
Version 6.3.1 of the Qt module containing the unsupported Qt 5 APIs. Bug: https://bugs.gentoo.org/838970 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/25635 Signed-off-by: Sam James <sam@gentoo.org>