summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-vcs/hg-git-0.9.0: add python3.9 supportFabian Groffen2021-06-051-1/+2
| | | | | | Bug: https://bugs.gentoo.org/793842 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-vcs/hg-git-0.10.1: version bump, python3.9 supportFabian Groffen2021-06-052-0/+29
| | | | | | Closes: https://bugs.gentoo.org/793842 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-vcs/python-gitlab: add python3_9William Hubbs2021-06-041-2/+2
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-vcs/tig: do not install tig-completion.zshStefan Strogin2021-06-031-0/+62
| | | | | | | | | | | | tig-completion.zsh (installed as /usr/share/zsh/site-functions/_tig) doesn't work and interferes with '_git' from app-shell/zsh, which already adds comletion for tig. Don't install the file to make completion for tig in zsh work. Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Stefan Strogin <steils@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/21116 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-vcs/gitstats: bump python to 3.9Gergely Nagy2021-06-031-2/+2
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/21101 Signed-off-by: Gergely Nagy <ngg@ngg.hu> Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* dev-vcs/fossil: fix BadDefaultUseFlagsSam James2021-06-033-5/+5
| | | | | | | | | | | -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>
* dev-vcs/mercurial: Stabilize 5.8 arm64, #792042Sam James2021-06-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/git: Bump to version 2.32.0_rc3. Removed oldLars Wendler2021-06-022-3/+3
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-vcs/mercurial: Stabilize 5.8 ppc, #792042Sam James2021-06-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/reposurgeon: new packageRobin H. Johnson2021-06-014-0/+658
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-vcs/mercurial: Stabilize 5.8 arm, #792042Sam James2021-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/mercurial: Stabilize 5.8 x86, #792042Sam James2021-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/mercurial: Stabilize 5.8 amd64, #792042Sam James2021-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/svneverever: add Python 3.9Sam James2021-06-011-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/git-tools: mark ALLARCHESSam James2021-06-011-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/git-tools: add Python 3.9Sam James2021-06-012-2/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/mercurial: ppc64 stable wrt bug #792042Agostino Sarubbo2021-06-011-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-vcs/tortoisehg: drop 5.7Sam James2021-05-302-63/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/tortoisehg: 5.8 version bump; 9999.ebuild updateSergey Torokhov2021-05-303-7/+106
| | | | | | | | | | | | | | | | | | | | | | | | | Since tarball from 'https://www.mercurial-scm.org/release/tortoisehg/targz/' doesn't provide 'tests' directory the SRC_URI is replaced with url for upstream repository 'https://foss.heptapod.net/mercurial/tortoisehg/' like as for 9999.ebuild is curretly used. This allows to add USE="test" both for 5.8 and 9999 ebuilds with conditional DEPEND="dev-python/mock dev-python/pytest" and appropriate calls for tests run in python_test() phase. Additionally the QA issue is fixed: "The ebuild is installing to one or more unexpected paths: /usr/share/doc/tortoisehg Please fix the ebuild to use correct FHS/Gentoo policy paths." for "COPYING.txt" file installation by patching 'setup.py' within python_prepare_all() phase. New runtime dependency 'dev-python/pygit2' for the core git extension support is added via optfeature call. Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/20788 Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/subversion: add Python 3.9Sam James2021-05-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/hg-evolve: version bumpsCédric Krier2021-05-302-2/+2
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Cédric Krier <cedk@gentoo.org>
* dev-vcs/mercurial: version bumps and remove zsh-completion useCédric Krier2021-05-302-16/+33
| | | | | | | Bug: https://bugs.gentoo.org/792876 Closes: https://github.com/gentoo/gentoo/pull/15825 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Cédric Krier <cedk@gentoo.org>
* dev-vcs/mercurial: remove zsh-completion use on -9999Alessandro Barbieri2021-05-301-7/+4
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-vcs/git: Stabilize 2.31.1 ppc64, #788760Sam James2021-05-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/git: Stabilize 2.31.1 arm, #788760Sam James2021-05-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/git: Stabilize 2.31.1 arm64, #788760Sam James2021-05-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/git: Stabilize 2.31.1 ppc, #788760Sam James2021-05-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/cvs-fast-export: ebuild tidyingSam James2021-05-291-3/+1
| | | | | | Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* dev-vcs/hub: fix github remote-idSam James2021-05-281-1/+1
| | | | | | Signed-off-by: Sam James <sam@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/20232 Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/hub: add missing groff BDEPENDSam James2021-05-281-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/hub: use vendored modules, not from network(!)Sam James2021-05-281-1/+6
| | | | | | | | | | | | | | | On platforms without network-sandbox (or with it disabled), we get: [...] # get https://proxy.golang.org/github.com/mitchellh/go-homedir/@v/v0.0.0-20161203194507-b8bc1bf76747.mod: 200 OK (0.229s) # get https://proxy.golang.org/gopkg.in/yaml.v2/@v/v2.0.0-20190319135612-7b8349ac747c.mod: 200 OK (0.230s) # get https://proxy.golang.org/github.com/russross/blackfriday/@v/v0.0.0-20180526075726-670777b536d3.mod: 200 OK (0.229s) [...] We need to explicitly re-give the upstream default for their GOFLAGS as our default in the eclass is overriding it. Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/git: Bump to version 2.32.0_rc2. Removed oldLars Wendler2021-05-282-3/+3
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-vcs/git: stable 2.31.1 for hppa, bug #788760Rolf Eike Beer2021-05-271-1/+1
| | | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 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/pre-commit: amd64 stable wrt bug #791949Agostino Sarubbo2021-05-261-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-vcs/pre-commit: add 2.13.0Marek Szuba2021-05-252-0/+60
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-vcs/git: Stabilize 2.31.1 sparc, #788760Sam James2021-05-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/git: Stabilize 2.31.1 x86, #788760Sam James2021-05-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/git: Stabilize 2.31.1 amd64, #788760Sam James2021-05-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/git: Bump to version 2.32.0_rc1. Removed oldLars Wendler2021-05-222-3/+3
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-vcs/mercurial: Bump to python 3.10Ekaterina Vaartis2021-05-202-2/+2
| | | | | | | Needed for setuptools_scm Signed-off-by: Ekaterina Vaartis <vaartis@kotobank.ch> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-vcs/repo: version bump to 2.15Mike Frysinger2021-05-172-0/+43
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* dev-vcs/repo: mark 2.14 stableMike Frysinger2021-05-171-1/+1
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* dev-vcs/repo: drop old versionsMike Frysinger2021-05-173-67/+0
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* dev-vcs/git: Added python3_10 supportLars Wendler2021-05-174-4/+4
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-vcs/git: Removed oldLars Wendler2021-05-172-671/+0
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-vcs/git: Bump to version 2.32.0_rc0Lars Wendler2021-05-172-0/+671
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-vcs/subversion: Drop oldMikle Kolyada2021-05-172-442/+0
| | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-vcs/vcsh: version bump to 20190621.4Matthias Maier2021-05-172-0/+46
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-vcs/mr: mark stable with ALLARCHES policyMatthias Maier2021-05-171-2/+2
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* dev-vcs/subversion: Stabilize 1.14.1 ppc, #767898Sam James2021-05-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>