Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | create backing store dirs with group write perms so that people can more ↵ | Mike Frysinger | 2011-12-14 | 1 | -2/+2 |
| | | | | easily switch between user based testing (ebuild/etc...) and root/userpriv based emerging | ||||
* | Issue deprecation warning for devs on use. | Michał Górny | 2011-09-12 | 1 | -1/+5 |
| | |||||
* | fix random bugs in eclass documentation, and convert to new @AUTHOR tag | Mike Frysinger | 2011-08-22 | 1 | -3/+3 |
| | |||||
* | Drop maintainership of eclasses I won't do anymore. | Tomas Chvatal | 2011-05-31 | 1 | -2/+1 |
| | |||||
* | Mark git.eclass as deprecated in favor of git-2 one. | Tomas Chvatal | 2011-04-20 | 1 | -1/+5 |
| | |||||
* | add EGIT_UNPACK_DIR | Marijn Schouten | 2011-04-15 | 1 | -13/+17 |
| | |||||
* | Fixup die case for eapi instead of invalid depend. | Tomas Chvatal | 2011-03-19 | 1 | -2/+2 |
| | |||||
* | Remove superfluous "time" statement (with permission from scarabeus). | Ulrich Müller | 2011-02-02 | 1 | -3/+3 |
| | | | | Fix typo in case statement. | ||||
* | Add eapi4 to "known" list | Tomas Chvatal | 2011-02-01 | 1 | -2/+2 |
| | |||||
* | Call 'git submodule sync' as well to support the case when submodule URL ↵ | Michał Górny | 2010-12-29 | 1 | -1/+3 |
| | | | | changes. | ||||
* | Do not strip -git suffix from ${PN} when setting default EGIT_PROJECT. PN ↵ | Maciej Mrozowski | 2010-07-27 | 1 | -9/+5 |
| | | | | with -git suffix is perfectly acceptable package name. | ||||
* | Simplify some logical constructs, quote binary operator arguments | Maciej Mrozowski | 2010-07-26 | 1 | -14/+14 |
| | |||||
* | Fix EGIT_PRUNE handling, update eclassdocs | Maciej Mrozowski | 2010-07-26 | 1 | -8/+10 |
| | |||||
* | Fix security issues. Unify boolean logic for boolean variables to nonzero/empty. | Maciej Mrozowski | 2010-07-26 | 1 | -20/+18 |
| | |||||
* | Move from dev-util/git to dev-vcs/git | Sebastian Pipping | 2010-03-17 | 1 | -2/+2 |
| | |||||
* | Fix typo | Jonathan Callen | 2010-02-24 | 1 | -2/+2 |
| | |||||
* | Speed up code for the common case where there are no submodules - if there ↵ | Jonathan Callen | 2010-02-23 | 1 | -34/+70 |
| | | | | are submodules, then you will need to set EGIT_HAS_SUBMODULES=true before inherit | ||||
* | Do the handling of not known eapi by depend and not by die. | Tomas Chvatal | 2010-01-31 | 1 | -2/+2 |
| | |||||
* | Support eapi3. | Tomas Chvatal | 2010-01-31 | 1 | -3/+3 |
| | |||||
* | Fix non-master master breakage with deleting own branch. | Tomas Chvatal | 2010-01-25 | 1 | -2/+2 |
| | |||||
* | Introduce EGIT_MASTER to specify master branch. Some upstreams dont have ↵ | Tomas Chvatal | 2010-01-23 | 1 | -2/+8 |
| | | | | master called master :] | ||||
* | Update git eclass to work hopefully with git-submodules yet again. Drop ↵ | Tomas Chvatal | 2010-01-22 | 1 | -12/+21 |
| | | | | usage of eqawarn. | ||||
* | Fix that EGIT_TREE and EGIT_BRANCH again, now it looks all fine, fully ↵ | Tomas Chvatal | 2010-01-13 | 1 | -17/+21 |
| | | | | tested with x11 repos and mainly mesa. | ||||
* | Revert back to safe values so it does not break stable. | Tomas Chvatal | 2010-01-13 | 1 | -8/+5 |
| | |||||
* | Use bash 3.2 features. | Tomas Chvatal | 2010-01-13 | 1 | -6/+9 |
| | |||||
* | Replace cp with git clone (faster, yay) | Tomas Chvatal | 2009-12-29 | 1 | -2/+2 |
| | |||||
* | Add support for git submodules. Per bug #269491. | Tomas Chvatal | 2009-12-16 | 1 | -40/+67 |
| | |||||
* | Fix typo in eclassdoc. Thx to Boris Petersen for spotting and patch :] | Tomas Chvatal | 2009-10-20 | 1 | -2/+2 |
| | |||||
* | whitespace | Markus Meier | 2009-10-11 | 1 | -4/+4 |
| | |||||
* | Adjust git.eclass to support packages with + in their name (gtk+,...). Per ↵ | Tomas Chvatal | 2009-09-04 | 1 | -4/+4 |
| | | | | bug #283436. Thanks to gseba for the patch. | ||||
* | Update git eclass from x11 overlay. | Tomas Chvatal | 2009-08-24 | 1 | -5/+34 |
| | | | | | | | | | | | FEATURES * git submodule support * LIVE_FAIL_FETCH_IF_REPO_NOT_UPDATED usage - this makes build die when git repo is up-to-date and nothing new has been done in it. Quite lovely with --keep-going. * specific per overrides of TREE/BRANCH/REPO - just define ${PN//-/_}_LIVE_TREE/BRANCH/REPO in enviroment and you can override in ebuild values. | ||||
* | Allow redefinition of git storage dir. Per jilec request on irc. I cant ↵ | Tomas Chvatal | 2009-05-14 | 1 | -2/+3 |
| | | | | think of any harm from this, so commiting. | ||||
* | export EGIT_VERSION. Per bug #268622. | Tomas Chvatal | 2009-05-09 | 1 | -6/+8 |
| | |||||
* | Remove sliped inherit base from the previous fixing breakage :[ | Tomas Chvatal | 2009-04-14 | 1 | -2/+2 |
| | |||||
* | Fix issues with patches being applied twice. Remember that we should let ↵ | Tomas Chvatal | 2009-04-13 | 1 | -4/+1 |
| | | | | other eclasses handle the PATCHES array. We have our own array for that :] | ||||
* | Update the unpack to actualy extract correct .git folder. Thanks to robbat2 ↵ | Tomas Chvatal | 2009-04-10 | 1 | -9/+16 |
| | | | | for help with this. | ||||
* | Apply patches from PATCHES variable too in git eclass. Now it was applying ↵ | Tomas Chvatal | 2009-04-08 | 1 | -3/+6 |
| | | | | only EGIT_PATCHES. | ||||
* | Add working migration for shallow copy repositories. We cant keep it around ↵ | Tomas Chvatal | 2009-04-07 | 1 | -4/+10 |
| | | | | showing errors. | ||||
* | Fix a typo. Z vs S :] Thanks reavertm for spoting. | Tomas Chvatal | 2009-04-07 | 1 | -2/+2 |
| | |||||
* | Fix typo. Thanks Caster for spoting. | Tomas Chvatal | 2009-04-06 | 1 | -2/+2 |
| | |||||
* | If you just pass --no-pager to git, you can avoid the need to pipe to cat. | Robin H. Johnson | 2009-04-06 | 1 | -3/+3 |
| | |||||
* | EAPI2fy git eclass. Make it eclassdoc compatible (at least i hope :]) | Tomas Chvatal | 2009-04-05 | 1 | -163/+193 |
| | | | | | There are new elog informations which are requested by upstream often. Note that this elog can be supresed by setting EGIT_QUIET="ON" in make.conf or somewhere else in the env. :] | ||||
* | Update --depth 1 behavior for only working cases. | Tomas Chvatal | 2009-03-19 | 1 | -3/+9 |
| | |||||
* | Update git.eclass. Now consumes less bandwitch. Per bug #255451. Thanks to ↵ | Tomas Chvatal | 2009-02-19 | 1 | -2/+3 |
| | | | | reavertm for the patch. Also add myself as maintainer. | ||||
* | Revert last commit as it turns out it breaks with latest stable git (1.5.4.x ↵ | Bo Ørsted Andresen | 2008-06-16 | 1 | -4/+3 |
| | | | | and below). | ||||
* | Export GIT_WORK_TREE and use git checkout to get a work tree in S. | Bo Ørsted Andresen | 2008-06-16 | 1 | -3/+4 |
| | |||||
* | Make GIT_DIR an absolute path exported during git_fetch(). | Bo Ørsted Andresen | 2008-06-15 | 1 | -2/+2 |
| | |||||
* | Do EGIT_STORE_DIR must not be world writable. | Bo Ørsted Andresen | 2008-06-05 | 1 | -3/+1 |
| | |||||
* | Fix a comment. | Robin H. Johnson | 2008-03-30 | 1 | -2/+2 |
| | |||||
* | Add EGIT_OFFLINE support to git.eclass, modelled after the svn.eclass ↵ | Robin H. Johnson | 2008-03-30 | 1 | -1/+12 |
| | | | | offline mode. Very useful if the upstream repo is offline for maintenance. |