summaryrefslogtreecommitdiffstats
path: root/bin/ecompress
Commit message (Collapse)AuthorAgeFilesLines
* Bug #193486 - Use echo -n and properly quote the array argument. (trunk r7850)Zac Medico2007-09-271-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=7851
* 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. (trunk r7848) svn path=/main/branches/2.1.2/; revision=7849
* cache the result of --suffix to reduce testing overhead as suggested by ↵Zac Medico2007-06-221-14/+17
| | | | | | Mr_Bones_ (trunk r6922) svn path=/main/branches/2.1.2/; revision=6935
* drop the need for the force flag by default and just delete the existing ↵Zac Medico2007-03-271-1/+7
| | | | | | files automatically #171007 (trunk r6218:6219) svn path=/main/branches/2.1.2/; revision=6295
* send stdout to /dev/null since we rely on the output of stdout here to ↵Zac Medico2007-03-271-1/+1
| | | | | | determine the proper suffix #171212 (trunk r6228:6229) svn path=/main/branches/2.1.2/; revision=6294
* allow people to disable compression by setting the PORTAGE_COMPRESS ↵Zac Medico2007-03-051-5/+7
| | | | | | variables to "" (trunk r6173:6174) svn path=/main/branches/2.1.2/; revision=6177
* For bug #168267, use add --force to the default PORTAGE_COMPRESS_FLAGS so ↵Zac Medico2007-02-271-1/+1
| | | | | | that hardlinks are automatically broken. (trunk r6087:6088) svn path=/main/branches/2.1.2/; revision=6089
* add support for user-customizable compression #9870Mike Frysinger2007-01-111-0/+44
svn path=/main/trunk/; revision=5555