summaryrefslogtreecommitdiffstats
path: root/bin/ecompressdir
Commit message (Collapse)AuthorAgeFilesLines
* Make the ecompressdir vecho output show a leading / onZac Medico2007-12-291-2/+3
| | | | | | | the directory path. Thanks to armin76. (trunk r9110:9112) svn path=/main/branches/2.1.2/; revision=9113
* For bug #180222, make ecompressdir use -f for the automatic decompression ↵Zac Medico2007-05-301-3/+3
| | | | | | phase. (trunk r6667) svn path=/main/branches/2.1.2/; revision=6668
* Use portable sh syntax rather than bash syntax. Thanks to drizzt. (trunk ↵Zac Medico2007-04-211-1/+1
| | | | | | r6428:6429) svn path=/main/branches/2.1.2/; revision=6430
* Use relative paths inside ecompressdir in order to avoid 'Argument list too ↵Zac Medico2007-04-131-1/+4
| | | | | | long' errors with large file sets (observed when installing sys-apps/man-pages). (trunk r6387:6388) svn path=/main/branches/2.1.2/; revision=6389
* For bug #172539, fix ecompressdir suffix handling so that automatic ↵Zac Medico2007-03-281-6/+6
| | | | | | decompression of Z, gz, and bz2 suffixes works properly. (trunk r6308:6309) svn path=/main/branches/2.1.2/; revision=6310
* forcibly break all hard links so we dont need to rely on --force in ↵Zac Medico2007-03-271-0/+4
| | | | | | compressor (trunk r6220:6221) svn path=/main/branches/2.1.2/; revision=6296
* allow people to disable compression by setting the PORTAGE_COMPRESS ↵Zac Medico2007-03-051-9/+5
| | | | | | variables to "" (trunk r6173:6174) svn path=/main/branches/2.1.2/; revision=6177
* For compatibility with older findutils, don't use the -L predicate (bug ↵Zac Medico2007-02-271-2/+3
| | | | | | #168432). (trunk r6085:6086) svn path=/main/branches/2.1.2/; revision=6087
* add support for transparently decompressing gz/Z/bz2 files since some ↵Zac Medico2007-01-291-10/+36
| | | | | | upstream packages will compress for us (trunk r5824:5825) svn path=/main/branches/2.1.2/; revision=5826
* Use XARGS for portable xargs handling when find doesn't find any files.Zac Medico2007-01-201-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=5740
* make sure we rename links and not just what they point to #162451Mike Frysinger2007-01-161-1/+2
| | | | svn path=/main/trunk/; revision=5678
* use cached suffix value and if it is not valid, lets warnMike Frysinger2007-01-111-2/+5
| | | | svn path=/main/trunk/; revision=5576
* dont compress files that are already compressed and dont do sanity checking ↵Mike Frysinger2007-01-111-8/+3
| | | | | | on the link dest as we cant properly verify things like absolute symlinks svn path=/main/trunk/; revision=5575
* add support for user-customizable compression #9870Mike Frysinger2007-01-111-0/+44
svn path=/main/trunk/; revision=5555