summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Implement support for multiple checkouts from one ebuild by cleaning up ↵Tomas Chvatal2011-07-301-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órny2011-07-161-2/+6
|
* Take over as maintainer.Donnie Berkholz2011-06-081-2/+2
|
* Drop maintainership of eclasses I won't do anymore.Tomas Chvatal2011-05-311-2/+2
|
* Run default src_unpack at the end. Because users can specify something in ↵Tomas Chvatal2011-05-201-1/+5
| | | | src_uri and we should unpack it.
* Drop useless cd so we won't polute the environment.Tomas Chvatal2011-05-201-3/+1
|
* Fix typo upack -> unpackTomas Chvatal2011-05-201-2/+2
|
* Add EGIT_PROJECT variable that allows us to specify folder where to check ↵Tomas Chvatal2011-05-191-3/+17
| | | | out the git repository.
* Fix variable references ({cur,old}sha1 -> {cur,old}sha).Michał Górny2011-05-021-3/+3
|
* Fix comment typo.Tomas Chvatal2011-04-241-2/+2
|
* Remove wrong variable from debug-log message.Tomas Chvatal2011-04-231-2/+2
|
* Play it safe and fetch all tags when working on bare repository.Tomas Chvatal2011-04-201-2/+2
|
* Introduce git-2 eclassTomas Chvatal2011-04-201-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.