summaryrefslogtreecommitdiffstats
path: root/bin/ecompress
Commit message (Collapse)AuthorAgeFilesLines
* Bug #193486 - Use echo -n and properly quote the array argument.Zac Medico2007-09-271-1/+1
| | | | svn path=/main/trunk/; revision=7850
* Bug #193486 - Use xargs to avoid 'bash: /bin/rm: Argument list too long'Zac Medico2007-09-271-1/+2
| | | | | | | errors. This patch uses a weird tr '\001' '\000' workaround since bash doesn't echo null bytes like one might expect. svn path=/main/trunk/; revision=7848
* cache the result of --suffix to reduce testing overhead as suggested by ↵Mike Frysinger2007-06-211-14/+17
| | | | | | Mr_Bones_ svn path=/main/trunk/; revision=6922
* send stdout to /dev/null since we rely on the output of stdout here to ↵Mike Frysinger2007-03-171-1/+1
| | | | | | determine the proper suffix #171212 svn path=/main/trunk/; revision=6229
* redo compression so that it is queued up in src_install and then dequeued ↵Mike Frysinger2007-03-171-0/+19
| | | | | | post src_install svn path=/main/trunk/; revision=6220
* drop the need for the force flag by default and just delete the existing ↵Mike Frysinger2007-03-161-1/+7
| | | | | | files automatically #171007 svn path=/main/trunk/; revision=6219
* allow people to disable compression by setting the PORTAGE_COMPRESS ↵Mike Frysinger2007-03-041-5/+7
| | | | | | variables to "" svn path=/main/trunk/; revision=6174
* For bug #168267, use add --force to the default PORTAGE_COMPRESS_FLAGS so ↵Zac Medico2007-02-271-1/+1
| | | | | | that hardlinks are automatically broken. svn path=/main/trunk/; revision=6088
* add support for user-customizable compression #9870Mike Frysinger2007-01-111-0/+44
svn path=/main/trunk/; revision=5555