summaryrefslogtreecommitdiffstats
path: root/bin/ecompress
Commit message (Expand)AuthorAgeFilesLines
* 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