Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add some debug. | Michał Górny | 2013-07-25 | 1 | -1/+7 |
| | |||||
* | Document the src_unpack() function. Requested in bug #456160. | Michał Górny | 2013-02-08 | 1 | -2/+8 |
| | |||||
* | naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where ↵ | Ian Stakenvicius | 2012-09-27 | 1 | -2/+2 |
| | | | | EAPI=4 was previously allowed | ||||
* | Unpack tarballs in directory matching their name rather than ${P}. This ↵ | Michał Górny | 2012-06-11 | 1 | -18/+38 |
| | | | | allows the eclass to handle multiple tarballs in one ebuild, and non-snapshot tarballs should work fine too. | ||||
* | Extract to ${WORKDIR}/${P} rather than ${S}. | Michał Górny | 2012-06-07 | 1 | -3/+4 |
| | |||||
* | Fix old eclass name in die-message. | Michał Górny | 2012-03-19 | 1 | -2/+2 |
| | |||||
* | Introduce vcs-snapshot eclass to simplify workin with github, bitbucket and ↵ | Michał Górny | 2012-03-19 | 1 | -0/+45 |
similar snapshots. |