summaryrefslogtreecommitdiff
path: root/dev-vcs/fossil
AgeCommit message (Collapse)Author
2025-11-04*/*: Add := to virtual/zlib deps, part 1Michał Górny
Done via: ``` git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@' ``` Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-11-04dev-*/*: update for virtual/zlibMichał Górny
Update done using: ``` git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Followed by manual revert in dev-python/zlib-ng where it accidentally caught sys-libs/zlib-ng dependencies. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-08-30dev-vcs/fossil: Keyword 2.26 arm64, #962171Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-08-30dev-vcs/fossil: fix LTO failure on arm64Matt Jolly
Closes: https://bugs.gentoo.org/960622 Signed-off-by: Matt Jolly <kangie@gentoo.org>
2025-06-22dev-vcs/fossil: Stabilize 2.24-r1 ppc, #935540Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-08dev-vcs/fossil: add 2.26Aaron W. Swenson
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
2025-04-12dev-vcs/fossil: drop 2.19, EAPI=7--Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-03-28dev-vcs/fossil: Stabilize 2.24-r1 arm, #935540Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-03-28dev-vcs/fossil: Stabilize 2.24-r1 amd64, #935540Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-03-28dev-vcs/fossil: Stabilize 2.24-r1 ppc64, #935540Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-03-28dev-vcs/fossil: Stabilize 2.24-r1 x86, #935540Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-05-14dev-vcs/fossil: Fix incorrect checksum and testsAaron W. Swenson
Tag number wasn't changed before generating manifest. Correct file/release now fetched and correct checksum generated. No longer a straight to stable ebuild, either. New depend on dev-tcltk/tcllib for JSON tests. If the package is missing, as it currently will be on riscv architectures, the tests are nonfatally skipped. Several more test patches included from upstream to fix tests that didn't work in the wider world. Now installs a man page. Thanks to Bernd Feige <Bernd.Feige@gmx.net> for this addition. Closes: https://bugs.gentoo.org/931862 Closes: https://bugs.gentoo.org/923783 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
2024-05-12dev-vcs/fossil: Add 2.24Aaron W. Swenson
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
2023-12-22dev-vcs/fossil: Stabilize 2.22 ppc, #914535Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-12-14dev-vcs/fossil: unrestrict testsMatoro Mahri
It's no longer the case that the tests cannot be run from the build directory. While they do technically fail, the failure is currently nonfatal. But there are plans to fix the remaining tests and also make the test script fatal on failure in 2.24: https://fossil-scm.org/forum/forumpost/353f3117d86a0c52bed174979f41d35fa7d476fda1e3ffc757030366cd9860dd Bug: https://bugs.gentoo.org/914535 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/34150 Signed-off-by: Sam James <sam@gentoo.org>
2023-09-22dev-vcs/fossil: Stabilize 2.22 x86, #914535Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-09-22dev-vcs/fossil: Stabilize 2.22 ppc64, #914535Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-09-22dev-vcs/fossil: Stabilize 2.22 amd64, #914535Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-09-22dev-vcs/fossil: Stabilize 2.22 arm, #914535Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-06-01dev-vcs/fossil: add 2.22Aaron W. Swenson
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
2023-03-20dev-vcs/fossil: add 2.21Aaron W. Swenson
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
2022-10-21dev-vcs/fossil: CleanupAaron W. Swenson
Removed unusued miniz flag description. Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
2022-10-20dev-vcs/fossil: Stabilize 2.19 x86, #877437Jakov Smolić
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2022-10-20dev-vcs/fossil: Stabilize 2.19 amd64, #877437Jakov Smolić
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2022-10-18dev-vcs/fossil: Stabilize 2.19 ppc64, #877437Agostino Sarubbo
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-10-18dev-vcs/fossil: Stabilize 2.19 ppc, #877437Agostino Sarubbo
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-10-18dev-vcs/fossil: Stabilize 2.19 arm, #877437Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-08-23dev-vcs/fossil: remove unused patchMichael Mair-Keimberger
Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.12 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/26815 Signed-off-by: Sam James <sam@gentoo.org>
2022-08-09dev-vcs/fossil: Follow homepage redirectAaron W. Swenson
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
2022-08-09dev-vcs/fossil: Cleanup oldAaron W. Swenson
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
2022-08-08dev-vcs/fossil: Bump to 2.19Aaron W. Swenson
Drop miniz use flag. Closes: https://bugs.gentoo.org/838424 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
2022-06-09dev-vcs/fossil: fix build w/ USE=system-sqliteSam James
Closes: https://bugs.gentoo.org/835810 Signed-off-by: Sam James <sam@gentoo.org>
2022-04-30dev-vcs/fossil: Keyword 2.18 riscv, #841320Jakov Smolić
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2022-03-16dev-vcs/fossil: Bump to 2.18Aaron W. Swenson
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
2021-09-11**/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller
Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-07-17dev-vcs/fossil: CleanupAaron W. Swenson
Bug: https://bugs.gentoo.org/800638 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
2021-07-15dev-vcs/fossil: Stabilize 2.16-r1 arm, #800638Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-07-06dev-vcs/fossil: x86 stable wrt bug #800638Agostino Sarubbo
Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2021-07-06dev-vcs/fossil: ppc64 stable wrt bug #800638Agostino Sarubbo
Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2021-07-06dev-vcs/fossil: ppc stable wrt bug #800638Agostino Sarubbo
Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2021-07-06dev-vcs/fossil: amd64 stable wrt bug #800638Agostino Sarubbo
Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2021-07-05dev-vcs/fossil: Reinstate previous fixesAaron W. Swenson
use binding := for dev-libs/openssl introduced in commit 12b8e1427c7b. And fix BadDefaultUseFlags introduced in commit 74b6fd7b43d1. Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
2021-07-05dev-vcs/fossil: Bump to 2.16Aaron W. Swenson
Security: Fix the client-side TLS so that it verifies that the server hostname matches its certificate. Bug: https://bugs.gentoo.org/800638 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
2021-06-22dev-vcs/fossil: use binding := for dev-libs/opensslIonen Wolkens
Needed for upcoming upgrade to OpenSSL 3.0.0 which has changed ABI. Acked-by: David Seifert <soap@gentoo.org> Signed-off-by: Ionen Wolkens <ionen@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
2021-06-03dev-vcs/fossil: fix BadDefaultUseFlagsSam James
-foo in IUSE is discouraged. It is equivalent (in every meaningful case) to 'foo' but confuses parsing tools like e.g. packages.gentoo.org. Dropping '-' from these flags has no impact on the actual default behaviour. See: https://devmanual.gentoo.org/general-concepts/use-flags/index.html#iuse-defaults Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
2021-03-02dev-vcs/fossil: Bump to 2.14Aaron W. Swenson
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
2020-12-28dev-vcs/fossil: revert to ~archSam James
Fixes: 10515a7623557e60bf0a68749c8d8bba6c333085 Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
2020-12-28dev-vcs/fossil: Bump to 2.13Aaron W. Swenson
Closes: https://bugs.gentoo.org/761118 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
2020-12-21*/*: Reassign rafaelmartins' packagesMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-10-01dev-vcs/fossil: CleanupAaron W. Swenson
Bug: https://bugs.gentoo.org/738220 Closes: https://bugs.gentoo.org/724272 Closes: https://bugs.gentoo.org/675778 Closes: https://bugs.gentoo.org/690828 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>