aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ecompress: Fix duplicate pre-compressed file warningMichał Górny2018-09-281-0/+16
* ecompress: Detect and report colliding (un)compressed filesMichał Górny2018-09-281-0/+32
* ecompress: Run compression in parallelMichał Górny2018-09-281-2/+2
* Revert "ecompress: Run compression in parallel" (bug 667072)Zac Medico2018-09-251-2/+2
* ecompress: delete *.ecompress for empty PORTAGE_COMPRESS (bug 667008)Zac Medico2018-09-241-1/+4
* ecompress: Run compression in parallelMichał Górny2018-09-201-2/+2
* ecompress: Replace with implementation from portage[mgorny]Michał Górny2018-09-201-0/+147
* Move ebuild helpers into an ebuild-helpers subdirectory.Zac Medico2009-03-121-92/+0
* Set svn:keywords Id on all files.Zac Medico2009-02-181-1/+1
* Fix the case where all arguments are filtered out byZac Medico2008-09-251-1/+2
* Bug #172496 - Add a PORTAGE_COMPRESS_EXCLUDE_SUFFIXES config variable whichZac Medico2008-08-151-0/+16
* Bug #193486 - Use echo -n and properly quote the array argument.Zac Medico2007-09-271-1/+1
* Bug #193486 - Use xargs to avoid 'bash: /bin/rm: Argument list too long'Zac Medico2007-09-271-1/+2
* cache the result of --suffix to reduce testing overhead as suggested by Mr_Bo...Mike Frysinger2007-06-211-14/+17
* send stdout to /dev/null since we rely on the output of stdout here to determ...Mike Frysinger2007-03-171-1/+1
* redo compression so that it is queued up in src_install and then dequeued pos...Mike Frysinger2007-03-171-0/+19
* drop the need for the force flag by default and just delete the existing file...Mike Frysinger2007-03-161-1/+7
* allow people to disable compression by setting the PORTAGE_COMPRESS variables...Mike Frysinger2007-03-041-5/+7
* For bug #168267, use add --force to the default PORTAGE_COMPRESS_FLAGS so tha...Zac Medico2007-02-271-1/+1
* add support for user-customizable compression #9870Mike Frysinger2007-01-111-0/+44