summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers/dohtml
Commit message (Collapse)AuthorAgeFilesLines
* 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