Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement support for multiple checkouts from one ebuild by cleaning up ↵ | Tomas Chvatal | 2011-07-30 | 1 | -16/+53 |
| | | | | environment. Also allow overriding unpacking of . This is required for live libreoffice ebuild. | ||||
* | Fix calling default_src_unpack in EAPI < 2. Use inlined default code instead. | Michał Górny | 2011-07-16 | 1 | -2/+6 |
| | |||||
* | Take over as maintainer. | Donnie Berkholz | 2011-06-08 | 1 | -2/+2 |
| | |||||
* | Drop maintainership of eclasses I won't do anymore. | Tomas Chvatal | 2011-05-31 | 1 | -2/+2 |
| | |||||
* | Run default src_unpack at the end. Because users can specify something in ↵ | Tomas Chvatal | 2011-05-20 | 1 | -1/+5 |
| | | | | src_uri and we should unpack it. | ||||
* | Drop useless cd so we won't polute the environment. | Tomas Chvatal | 2011-05-20 | 1 | -3/+1 |
| | |||||
* | Fix typo upack -> unpack | Tomas Chvatal | 2011-05-20 | 1 | -2/+2 |
| | |||||
* | Add EGIT_PROJECT variable that allows us to specify folder where to check ↵ | Tomas Chvatal | 2011-05-19 | 1 | -3/+17 |
| | | | | out the git repository. | ||||
* | Fix variable references ({cur,old}sha1 -> {cur,old}sha). | Michał Górny | 2011-05-02 | 1 | -3/+3 |
| | |||||
* | Fix comment typo. | Tomas Chvatal | 2011-04-24 | 1 | -2/+2 |
| | |||||
* | Remove wrong variable from debug-log message. | Tomas Chvatal | 2011-04-23 | 1 | -2/+2 |
| | |||||
* | Play it safe and fetch all tags when working on bare repository. | Tomas Chvatal | 2011-04-20 | 1 | -2/+2 |
| | |||||
* | Introduce git-2 eclass | Tomas Chvatal | 2011-04-20 | 1 | -0/+509 |
This is next-gen eclass for git using live ebuilds. Complete usage is documented in eclassdoc. Note that for migration some variables have different names so the ebuilds should be doublechecked that nothing will break. Also this eclass define just one phase src_unpack, so no git-2_src_prepare. |