summaryrefslogtreecommitdiffstats
path: root/bin/ecompress
Commit message (Collapse)AuthorAgeFilesLines
* Fix the case where all arguments are filtered out byZac Medico2008-09-251-1/+2
| | | | | | | | PORTAGE_COMPRESS_EXCLUDE_SUFFIXES, since otherwise 'set' was called with no arguments which caused the environment to be displayed on stdout. svn path=/main/trunk/; revision=11539
* Bug #172496 - Add a PORTAGE_COMPRESS_EXCLUDE_SUFFIXES config variable whichZac Medico2008-08-151-0/+16
| | | | | | | | | is used to filter ecompress arguments. This allows the user to control compression of files installed dodoc, excluding files with specific suffix patterns. The current default value includes all of the suffixes that are recognized by dohtml, as well as pdf. svn path=/main/trunk/; revision=11419
* 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