summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers/dohtml
Commit message (Collapse)AuthorAgeFilesLines
* * In helpers_die arguments, display ${0##*/} instead of $0 since $0Zac Medico2010-08-181-1/+1
| | | | | | is needlessly long. * When calling helpers_die from a function, use ${FUNCNAME[0]} in arguments instead of $0.
* Use /usr/bin/python when PORTAGE_PYTHON variable is empty.Arfrever Frehtes Taifersar Arahesis2010-08-141-1/+1
| | | | It avoids some errors during upgrade from older Portage versions.
* Ensure that all Python processes use the same version of Python.Arfrever Frehtes Taifersar Arahesis2010-08-141-5/+3
|
* Fix some comments.Arfrever Frehtes Taifersar Arahesis2010-08-131-1/+1
|
* Make utilities die on failure in EAPI 4, bug 273651Dror Levin2010-08-121-1/+7
|
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
|
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Use a shell script for dohtml instead of a function, for xargs compatibility.Zac Medico2009-10-111-0/+11
| | | | svn path=/main/trunk/; revision=14582
* Rename dohtml to dohtml.py. Next commit will add a shell script wrapper forZac Medico2009-10-111-191/+0
| | | | | | EPYTHON handling. svn path=/main/trunk/; revision=14581
* Support print() function with Python 2 in some files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
| | | | svn path=/main/trunk/; revision=14291
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-16/+16
| | | | | | (2to3-3.1 -f print -nw ${FILES}) svn path=/main/trunk/; revision=14290
* Add 'return False' which was missing from the previous commit.Arfrever Frehtes Taifersar Arahesis2009-08-171-0/+1
| | | | svn path=/main/trunk/; revision=14076
* Print a warning when nonexistent files have been passed to dohtml.Arfrever Frehtes Taifersar Arahesis2009-08-171-1/+3
| | | | svn path=/main/trunk/; revision=14075
* Move ebuild helpers into an ebuild-helpers subdirectory.Zac Medico2009-03-121-0/+186
svn path=/main/trunk/; revision=13063