summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-vcs/mercurial: add 6.8.2, drop 6.8.1-r1Cédric Krier11 days2-20/+22
| | | | Signed-off-by: Cédric Krier <cedk@gentoo.org>
* dev-vcs/mercurial: only call rust_pkg_setup w/ USE=rustSam James2024-11-095-0/+20
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: update for slotted RustMatt Jolly2024-11-095-1/+16
| | | | | | | | | | | | | | Tidyups: - $(cargo_crate_uris) - Rust BDEPENDS come from the eclass except in very rare circumstances (RUST_OPTIONAL=1) - RUST_M{AX,IN}_VER where required. - Suboptimal crate separator (`-` -> `@`) Signed-off-by: Matt Jolly <kangie@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/39218 Signed-off-by: Matt Jolly <kangie@gentoo.org>
* */*: unkeyword ~ia64Arthur Zamarin2024-09-124-4/+4
| | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-vcs/mercurial: Stabilize 6.7.4-r1 amd64, #935913Arthur Zamarin2024-09-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-vcs/mercurial: Stabilize 6.7.4-r1 x86, #935913Arthur Zamarin2024-09-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-vcs/mercurial: Stabilize 6.7.4-r1 ppc, #935913Arthur Zamarin2024-09-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-vcs/mercurial: Stabilize 6.7.4-r1 ppc64, #935913Arthur Zamarin2024-09-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-vcs/mercurial: Stabilize 6.7.4-r1 arm, #935913Arthur Zamarin2024-09-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-vcs/mercurial: Stabilize 6.7.4-r1 arm64, #935913Arthur Zamarin2024-09-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-vcs/mercurial: revbump for demand import patchCédric Krier2024-08-243-0/+0
| | | | | Bug: https://bugs.gentoo.org/938128 Signed-off-by: Cédric Krier <cedk@gentoo.org>
* dev-vcs/mercurial: apply demand import patch for python 3.12.4Cédric Krier2024-08-244-0/+57
| | | | | Closes: https://bugs.gentoo.org/938128 Signed-off-by: Cédric Krier <cedk@gentoo.org>
* dev-vcs/mercurial: add 6.8.1, drop 6.8Cédric Krier2024-08-152-1/+41
| | | | | Closes: https://bugs.gentoo.org/937965 Signed-off-by: Cédric Krier <cedk@gentoo.org>
* dev-vcs/mercurial: call cargo_gen_config even when rust is not activeCédric Krier2024-08-095-0/+15
| | | | | | | | | Since 9b2def86a9c7fd8821a5b83df7d250fc4c73540f distutils-r1 installs under cargo_env when cargo eclass is inherited even if the rust flag is not set. But cargo_env fails if cargo_gen_config was not run prior. Closes: https://bugs.gentoo.org/937578 Signed-off-by: Cédric Krier <cedk@gentoo.org>
* dev-vcs/mercurial: Fix upstream's assumed Rust target directoryJames Le Cuirot2024-08-085-0/+35
| | | | | | | | | | This would have previously broken with USE=debug, but a recent eclass change caused it to break all the time. The target directory is now dynamic so use sed for now, but I'll see if I can patch it to use environment variables when I have more time. Closes: https://bugs.gentoo.org/937554 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-vcs/mercurial: add 6.8Cédric Krier2024-07-133-2/+371
| | | | Signed-off-by: Cédric Krier <cedk@gentoo.org>
* dev-vcs/mercurial: Use new cargo_target_dir helperJames Le Cuirot2024-06-174-4/+4
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-vcs/mercurial: dekeyword all for ~hppaMatoro Mahri2024-06-123-3/+3
| | | | | | | Closes: https://bugs.gentoo.org/928728 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/37100 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-vcs/mercurial: add 6.7.4, drop 6.7.3Cédric Krier2024-06-122-1/+1
| | | | Signed-off-by: Cédric Krier <cedk@gentoo.org>
* dev-vcs/mercurial: Stabilize 6.6.2 x86, #928728Arthur Zamarin2024-06-081-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-vcs/mercurial: Stabilize 6.6.2 ppc64, #928728Arthur Zamarin2024-06-081-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-vcs/mercurial: Stabilize 6.6.2 ppc, #928728Arthur Zamarin2024-06-081-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-vcs/mercurial: Stabilize 6.6.2 arm, #928728Arthur Zamarin2024-06-081-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-vcs/mercurial: Stabilize 6.6.2 arm64, #928728Arthur Zamarin2024-06-081-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-vcs/mercurial: forbid rust extension with python3_12Cédric Krier2024-06-074-0/+8
| | | | | Closes: https://bugs.gentoo.org/933474 Signed-off-by: Cédric Krier <cedk@gentoo.org>
* dev-vcs/mercurial: Stabilize 6.6.2 amd64, #928728Sam James2024-05-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/mercurial: add 6.7.3, drop 6.7.2Cédric Krier2024-05-112-1/+1
| | | | Signed-off-by: Cédric Krier <cedk@gentoo.org>
* dev-vcs/mercurial: remove unused patchMichael Mair-Keimberger2024-04-181-30/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-vcs/mercurial: drop 6.2.3, 6.3.2, 6.4.4Cédric Krier2024-04-064-1103/+0
| | | | | Closes: https://bugs.gentoo.org/927548 Signed-off-by: Cédric Krier <cedk@gentoo.org>
* dev-vcs/mercurial: add 6.7.2Cédric Krier2024-04-062-0/+384
| | | | Signed-off-by: Cédric Krier <cedk@gentoo.org>
* dev-vcs/mercurial: Stabilize 6.5.3 x86, #918865Sam James2024-02-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/mercurial: Stabilize 6.5.3 ppc, #918865Sam James2024-02-201-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/mercurial: remove empty global assignmentCédric Krier2024-01-131-2/+1
| | | | Signed-off-by: Cédric Krier <cedk@gentoo.org>
* dev-vcs/mercurial: add 6.6.2Cédric Krier2024-01-132-0/+368
| | | | Signed-off-by: Cédric Krier <cedk@gentoo.org>
* dev-vcs/mercurial: Stabilize 6.5.3 ppc64, #918865Arthur Zamarin2023-12-221-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-vcs/mercurial: Stabilize 6.5.3 amd64, #918865Sam James2023-11-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/mercurial: Stabilize 6.5.3 arm64, #918865Arthur Zamarin2023-11-301-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-vcs/mercurial: Stabilize 6.5.3 arm, #918865Arthur Zamarin2023-11-301-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-vcs/mercurial: add 6.5.3, drop 6.5.1Cédric Krier2023-11-112-1/+1
| | | | Signed-off-by: Cédric Krier <cedk@gentoo.org>
* dev-vcs/mercurial: Stabilize 6.4.4 x86, #910389Sam James2023-10-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/mercurial: Stabilize 6.4.4 ppc, #910389Sam James2023-10-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/mercurial: Stabilize 6.4.4 amd64, #910389Sam James2023-09-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/mercurial: version bumps and add py3.12Cédric Krier2023-08-123-3/+3
| | | | | Closes: https://bugs.gentoo.org/912155 Signed-off-by: Cédric Krier <cedk@gentoo.org>
* dev-vcs/mercurial: disable py3.12Sam James2023-08-123-3/+3
| | | | | | | Broken at runtime as tries to import 'imp'. Bug: https://bugs.gentoo.org/912155 Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/mercurial: activate tests for Python 3.10Cédric Krier2023-08-052-8/+0
| | | | Signed-off-by: Cédric Krier <cedk@gentoo.org>
* dev-vcs/mercurial: Stabilize 6.4.4 arm64, #910389Arthur Zamarin2023-07-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-vcs/mercurial: Stabilize 6.4.4 arm, #910389Arthur Zamarin2023-07-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-vcs/mercurial: Stabilize 6.4.4 ppc64, #910389Arthur Zamarin2023-07-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-vcs/mercurial: add 6.5Cédric Krier2023-07-153-3/+366
| | | | | | | Use PEP517 and build rhg with rust use. Closes: https://bugs.gentoo.org/909983 Signed-off-by: Cédric Krier <cedk@gentoo.org>
* dev-vcs/mercurial: Drop trivial Emacs site-init fileUlrich Müller2023-07-035-7/+4
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>