summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Unpack tarballs in directory matching their name rather than ${P}. This ↵Michał Górny2012-06-111-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órny2012-06-071-3/+4
|
* Fix old eclass name in die-message.Michał Górny2012-03-191-2/+2
|
* Introduce vcs-snapshot eclass to simplify workin with github, bitbucket and ↵Michał Górny2012-03-191-0/+45
similar snapshots.