summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers/3
Commit message (Collapse)AuthorAgeFilesLines
* Add dohard and doset helper which die for EAPI 3. TODO: Make the dieZac Medico2009-04-242-0/+2
| | | | | | | | helper use pipe or socket IPC instead of a signal, to avoid a potential race condition in signal delivery. Thanks to to Tiziano Müller <dev-zero@g.o> for the initial patch. svn path=/main/trunk/; revision=13389
* Set executable.Zac Medico2009-04-241-0/+0
| | | | svn path=/main/trunk/; revision=13388
* Use ret|=1 instead of ++ret, to avoid possible overflow.Zac Medico2009-04-211-1/+1
| | | | svn path=/main/trunk/; revision=13383
* Add new dodoc implementation for EAPI 3. Thanks to to Tiziano MüllerZac Medico2009-04-211-0/+50
<dev-zero@g.o> for this patch. svn path=/main/trunk/; revision=13382