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