summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-vcs/git: drop broken USE=mediawiki-experimentalSam James2023-03-071-1/+0
| | | | | Closes: https://bugs.gentoo.org/764998 Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/git: drop 2.38.2, 2.38.3, 2.38.4Sam James2023-02-161-1/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/git: use <pkg> tag in metadata.xmlPetr Vaněk2022-08-261-1/+1
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/git: allow disabling "safe.directory"Thomas Bracht Laumann Jespersen2022-08-121-0/+1
| | | | | | | | | | | | | | | | Add IUSE="+safe-directory" that when not enabled, makes the safe.directory configuration setting not take effect. The patch is meant to be the smallest change (in terms of lines of code) that would let the feature work for tests still. Bug: https://github.com/pkgcore/pkgcheck/issues/412 Bug: https://bugs.gentoo.org/857831 Bug: https://bugs.gentoo.org/838127 Bug: https://bugs.gentoo.org/838223 Bug: https://bugs.gentoo.org/838271 Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Closes: https://github.com/gentoo/gentoo/pull/26762 Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/git: add github upstream metadataSam James2022-07-281-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: reassign polynomial-c's packagesJoonas Niilola2022-06-291-4/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-vcs/git: drop 2.26.3, 2.28.1, 2.29.3, 2.30.2Mike Gilbert2021-11-081-1/+0
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Fixed CPE tag for dev-vcs/gitRoy Yang2020-05-041-0/+3
| | | | | Signed-off-by: Roy Yang <royyang@google.com> Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-vcs/git: Replace USE=+python with USE=perforceMatt Turner2019-08-161-0/+1
| | | | | | | Acked by Lars Wendler on IRC. Closes: https://bugs.gentoo.org/692030 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-vcs/git: switch to PCRE2-JIT per upstream.Robin H. Johnson2017-08-051-0/+1
| | | | | | | | | | | Upstream Git is switching to PCRE2 w/ JIT by default, because of the performance boost. An optional non-JIT PCRE is available in PCRE1 code path, for arches where dev-libs/libpcre2[jit] is not available (alpha, ia64, hppa as of this commit). Closes: https://bugs.gentoo.org/show_bug.cgi?id=627088 Bug: https://bugs.gentoo.org/show_bug.cgi?id=627088 Package-Manager: portage-2.3.6
* dev-vcs/git: Replace "libsecret" by "gnome-keyring" USE flag (bug #619484)Lars Wendler2017-05-241-1/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-vcs/git: Removed old.Lars Wendler2017-05-241-1/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-vcs/git: Bump to version 2.12.0Lars Wendler2017-02-251-0/+1
| | | | | | | Replaced gnome-keyring support with libsecret (bug #610376). Dropped hppa keyword because libsecret is not keyworded for hppa. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-2/+2
|
* dev-vcs/git: Conditionally add patches that improve MediaWiki cloningAndreas K. Hüttel2016-01-171-0/+1
| | | | Package-Manager: portage-2.2.26
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-vcs/git: add local description for 'tk' USE flagJulian Ospald2015-08-111-0/+1
| | | | Gentoo-Bug: 535496
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+38
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed