summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: unkeyword ~ia64Arthur Zamarin2024-09-127-7/+7
| | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: add 8.0.37Alfred Wingate2024-07-042-0/+1282
| | | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/37036 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: update SRC_URIMike Gilbert2024-07-011-1/+1
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* dev-db/mysql: Stabilize 8.0.36 amd64, #919815Sam James2024-06-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: add 8.0.36Alfred Wingate2024-04-243-0/+1349
| | | | | | | | | | - --max-test-fail=0 and 40h suite timeout so that tests dont bail out early. Bug: https://bugs.gentoo.org/922808 Bug: https://bugs.gentoo.org/923649 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/35002 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: filter LTO for legacy 5.7.x branchSam James2024-03-041-0/+3
| | | | | | | ODR violations. Closes: https://bugs.gentoo.org/855242 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: migrate checking for enabled lto, to tc-is-ltoEli Schwartz2024-01-244-34/+14
| | | | | | | | | | | | | | | | | This toolchain func was recently added, and vis a lot more reliable than get-flagq. mysql attempts to manually handle some edge case, for example if the active flags contain `-flto -fno-lto` then tc-is-lto gets it correct but with is-flagq we have to manually check both. On the other hand, mysql doesn't handle detecting -flto=8. Using tc-is-lto is the preferred way to handle this from now on. We would rather use this wherever possible. Drops a bit of pointless logging. We don't need an `einfo` to tell us that make.conf is being respected. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* Move {dev-util → dev-debug}/systemtapMichał Górny2024-01-192-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-db/mysql: fix DoubleEmptyLineSam James2023-12-171-1/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: drop 5.7.36-r1, 5.7.40Andreas Sturmlechner2023-11-273-2573/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-db/mysql: test tweaksSam James2023-10-141-0/+9
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: add 8.0.34Alfred Wingate2023-10-142-0/+1222
| | | | | | | | | | | | | | | | Spent time getting tests to pass as well. I can verify that USE="cjk cracklib numa perl profiling router server" pass with gcc-13. I had some testing with other flags as well and didn't see issues other than USE="debug" with having failing tests last I checked. Opted out of fixing some stuff as they would fit better with 8.1 like removing and updating deprecated configurations. Closes: https://bugs.gentoo.org/895256 Closes: https://bugs.gentoo.org/912797 Closes: https://bugs.gentoo.org/905209 Closes: https://bugs.gentoo.org/891369 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/32749 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: use tc-enables-fortify-sourceSam James2023-08-061-3/+1
| | | | | | | Better than fragile optimisation level checking. Bug: https://bugs.gentoo.org/841770 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: Stabilize 5.7.40 x86, #878907Sam James2023-08-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: Stabilize 5.7.41 arm, #910090Arthur Zamarin2023-07-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: Stabilize 5.7.41 ppc64, #910090Arthur Zamarin2023-07-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: Stabilize 5.7.41 x86, #910090Arthur Zamarin2023-07-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: Stabilize 5.7.41 amd64, #910090Arthur Zamarin2023-07-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: Stabilize 5.7.41 arm64, #910090Arthur Zamarin2023-07-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* */*: remove x86-solaris keywordFabian Groffen2023-05-246-6/+6
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-db/mysql: Stabilize 8.0.32-r2 ppc64, #894488Arthur Zamarin2023-05-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: Stabilize 8.0.32-r2 x86, #894488Arthur Zamarin2023-05-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: Stabilize 8.0.32-r2 arm, #894488Arthur Zamarin2023-05-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: fix build w/ gcc 13Sam James2023-04-122-0/+22
| | | | | Thanks-to: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: Stabilize 8.0.32-r2 arm64, #894488Arthur Zamarin2023-04-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: Stabilize 8.0.32-r2 amd64, #894488Arthur Zamarin2023-04-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: drop 8.0.31Mike Gilbert2023-02-131-1223/+0
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* dev-db/mysql: adjust libevent dependencyMike Gilbert2023-02-133-3/+3
| | | | | Bug: https://bugs.gentoo.org/869722 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* dev-db/mysql: Stabilize 5.7.40 arm64, #878907Arthur Zamarin2023-02-011-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: drop spurious 'info' page (README)Sam James2023-01-181-0/+3
| | | | | | | Drop file which causes collision w/ mysql-connector-c++. It's only a tiny README, not a GNU info page. Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: add 8.0.32Sam James2023-01-182-0/+1244
| | | | | Bug: https://bugs.gentoo.org/891319 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: add 5.7.41Sam James2023-01-182-0/+1286
| | | | | Bug: https://bugs.gentoo.org/891319 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: stabilize 8.0.31-r1Sam James2023-01-181-2/+2
| | | | | | Just has the tmp fix. We should've stabled this version anyway. Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: Stabilize 8.0.31 arm64, #878909Arthur Zamarin2023-01-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: Stabilize 8.0.31 arm, #878909Arthur Zamarin2023-01-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: Stabilize 8.0.31 ppc64, #878909Arthur Zamarin2023-01-131-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* */*: make mycmakeargs localDavid Seifert2023-01-033-5/+5
| | | | | Closes: https://github.com/gentoo/gentoo/pull/28947 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-db/mysql: Stabilize 5.7.40 amd64, #878907Sam James2023-01-031-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* Move {virtual -> app-alternatives}/yaccSam James2022-12-025-5/+5
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: Stabilize 8.0.31 x86, #878909Arthur Zamarin2022-12-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: Stabilize 8.0.31 amd64, #878909Arthur Zamarin2022-12-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: fix compilation when tmpdir not accessible by portageHank Leininger2022-11-012-0/+1236
| | | | | | | | | | | Upstream has declared WONTFIX; gentoo is not supported, and neither is compiling as a user who cannot read mysql-only directories: https://bugs.mysql.com/bug.php?id=108947 Closes: https://bugs.gentoo.org/878951 Closes: https://github.com/gentoo/gentoo/pull/28085 Signed-off-by: Hank Leininger <hlein@korelogic.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: destabilize 8.0.31Sam James2022-10-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: add 8.0.31Sam James2022-10-312-0/+1225
| | | | | | Bug: https://bugs.gentoo.org/859388 Bug: https://bugs.gentoo.org/877593 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: add 5.7.40Sam James2022-10-312-0/+1286
| | | | | | Bug: https://bugs.gentoo.org/859388 Bug: https://bugs.gentoo.org/877593 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: fix StaticSrcUriSam James2022-10-012-8/+8
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: add github upstream metadataSam James2022-07-291-21/+24
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: fix build with GCC 12Sam James2022-06-172-1/+13
| | | | | | Bug: https://bugs.gentoo.org/840990 Closes: https://bugs.gentoo.org/852737 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: keyword 8.0.27 for ~riscvJakov Smolić2022-06-131-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/mysql: add support for RISC-VYixun Lan2022-06-132-3/+3
| | | | | | | | | | a) fix atomic link issue b) implement cycle accuracy timer c) use Largest_lock_free_type_selector Bug: https://bugs.gentoo.org/761715 Signed-off-by: Yixun Lan <dlan@gentoo.org> Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>