summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use find with -print0 for absolute safety.Zac Medico2009-10-231-2/+2
* Bug #289967 - Update installsources rsync code for >=debugedit-4.4.6-r2.Zac Medico2009-10-231-9/+23
* Bug #273636 - Add doins and newins support for symlink preservation inZac Medico2009-10-172-7/+30
* Use a shell script wrapper for EPYTHON handling.Zac Medico2009-10-111-1/+11
* Use a shell script for dohtml instead of a function, for xargs compatibility.Zac Medico2009-10-111-0/+11
* Rename dohtml to dohtml.py. Next commit will add a shell script wrapper forZac Medico2009-10-111-191/+0
* Support print() function with Python 2 in some files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-16/+16
* Support QA_DT_HASH_${ARCH} and QA_PRESTRIPPED_${ARCH} (bug #271416).Arfrever Frehtes Taifersar Arahesis2009-08-211-0/+2
* Add 'return False' which was missing from the previous commit.Arfrever Frehtes Taifersar Arahesis2009-08-171-0/+1
* Print a warning when nonexistent files have been passed to dohtml.Arfrever Frehtes Taifersar Arahesis2009-08-171-1/+3
* Add dohard and doset helper which die for EAPI 3. TODO: Make the dieZac Medico2009-04-243-0/+14
* Set executable.Zac Medico2009-04-241-0/+0
* Use ret|=1 instead of ++ret, to avoid possible overflow.Zac Medico2009-04-211-1/+1
* Add new dodoc implementation for EAPI 3. Thanks to to Tiziano MüllerZac Medico2009-04-211-0/+50
* Make portage.bsd_chflags correspond to FEATURES=chflags so that it can beZac Medico2009-04-131-2/+2
* Bug #264245 - Revert i|=1 from r13242 since that breaks the array indexing co...Zac Medico2009-04-021-1/+1
* In order to eliminate the possibility of integer overflay, replace things likeZac Medico2009-03-2912-17/+17
* When copying symlink targets to temp files, use a private temp dir insideZac Medico2009-03-271-2/+7
* For consistency in output with other helpers, check for file existenceZac Medico2009-03-271-1/+3
* Fix domo and doexe to return non-zero if there are any errors. Thanks toZac Medico2009-03-252-1/+14
* Also add an einfo binary.Zac Medico2009-03-121-0/+1
* Bug #262096 - Add separate eerror, elog, eqawarn, and ewarn binaries forZac Medico2009-03-124-0/+11
* Use ${x##*/} instead of calling basename.Zac Medico2009-03-121-1/+1
* Move ebuild helpers into an ebuild-helpers subdirectory.Zac Medico2009-03-1246-0/+1516