summaryrefslogtreecommitdiffstats
path: root/bin/dohtml.py
Commit message (Collapse)AuthorAgeFilesLines
* Support EAPI="5-progress".Arfrever Frehtes Taifersar Arahesis2012-09-211-1/+1
|
* dohtml: Support PORTAGE_DOHTML_WARN_ON_SKIPPED_FILES environmental variable.Arfrever Frehtes Taifersar Arahesis2012-06-251-6/+12
|
* dohtml: Add .ico, .svg, .xhtml and .xml extensions to default list in ↵Arfrever Frehtes Taifersar Arahesis2012-06-251-9/+11
| | | | EAPI="4-python".
* dohtml.py: Sort default list of extensions.Arfrever Frehtes Taifersar Arahesis2012-06-251-6/+5
|
* dohtml: support FEATURES=force-prefixZac Medico2012-04-131-1/+2
|
* Add EPREFIX and ED support in all ebuild helpers.Zac Medico2011-11-011-5/+7
| | | | This allows our prefix tests to use helpers like insinto, doins, and dosym.
* 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
|
* For compatibility, still exit successfully if there are skipped directories.Zac Medico2009-10-311-1/+1
| | | | | | We can make it more strict later. svn path=/main/trunk/; revision=14762
* Bug #290921 - Always exit unsuccessfully if -r is not specified and aZac Medico2009-10-311-5/+6
| | | | | | directory is skipped. This reverts a behavior change from r9484. svn path=/main/trunk/; revision=14760
* Rename dohtml to dohtml.py. Next commit will add a shell script wrapper forZac Medico2009-10-111-0/+191
EPYTHON handling. svn path=/main/trunk/; revision=14581