summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-vcs/mercurial: Remove python2Michał Górny2020-09-191-162/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-vcs/mercurial: remove non existent blockerCédric Krier2020-07-261-10/+1
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Cédric Krier <cedk@gentoo.org>
* dev-vcs/mercurial: drop to ~hppaRolf Eike Beer2020-06-101-1/+1
| | | | | | | | | | | This package works, but new versions of the zstandard dependency has weird test errors that prevent stabilization, so drop this back to ~hppa to unbreak the tree. Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-vcs/mercurial: Drop sparcMichał Górny2020-05-061-1/+1
| | | | | | Drop sparc due to dev-python/zstandard being broken. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-vcs/mercurial: stable 5.2.2-r1 for hppa, bug #712486Rolf Eike Beer2020-04-151-1/+1
| | | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-vcs/mercurial: arm64 stable (bug #712486)Sam James (sam_c)2020-04-081-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-vcs/mercurial: x86 stable wrt bug #712486Agostino Sarubbo2020-03-181-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-vcs/mercurial: Use filter-flags instead of strip-flagsCédric Krier2020-03-161-1/+1
| | | | | | Closes: https://bugs.gentoo.org/712594 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Cédric Krier <cedk@gentoo.org>
* dev-vcs/mercurial: ppc64 stable wrt bug #712486Agostino Sarubbo2020-03-151-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-vcs/mercurial: ppc stable wrt bug #712486Agostino Sarubbo2020-03-151-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-vcs/mercurial: ia64 stable wrt bug #712486Agostino Sarubbo2020-03-151-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-vcs/mercurial: arm stable wrt bug #712486Agostino Sarubbo2020-03-151-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-vcs/mercurial: drop 'strip-flags' parameters, bug #712594Sergei Trofimovich2020-03-151-1/+1
| | | | | | | | | | | | | | This is not a fix for bug #712594. The code change only gets ebuild to the state it was before f8669c1089dd9962d946c7be46 "flag-o-matic.eclass: add assertions around argument counts" was submitted. We'll need a proper fix. I've left a TODO in ebuild. Bug: https://bugs.gentoo.org/712594 Package-Manager: Portage-2.3.94, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-vcs/mercurial: amd64 stable wrt bug #712486Agostino Sarubbo2020-03-141-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-vcs/mercurial: stable 5.2.2-r1 for sparc, bug #712486Rolf Eike Beer2020-03-141-1/+1
| | | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-vcs/mercurial: Use absolute import for zstdCédric Krier2020-01-261-0/+171
Fake zstd.py does not work on Python 2.7 And synchronize mercurial-9999 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Cédric Krier <cedk@gentoo.org>