summaryrefslogtreecommitdiffstats
path: root/bin/ecompressdir
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of leading / charactes some more.Zac Medico2007-12-291-1/+2
| | | | svn path=/main/trunk/; revision=9112
* Make the ecompressdir vecho output show a leading / onZac Medico2007-12-291-1/+1
| | | | | | the directory path. Thanks to armin76. svn path=/main/trunk/; revision=9111
* For bug #180222, make ecompressdir use -f for the automatic decompression phase.Zac Medico2007-05-301-3/+3
| | | | svn path=/main/trunk/; revision=6667
* s/dir/actual_dir/ (branches/prefix r6463:6464Zac Medico2007-05-021-1/+1
| | | | svn path=/main/trunk/; revision=6469
* Use portable sh syntax rather than bash syntax. Thanks to drizzt.Zac Medico2007-04-211-1/+1
| | | | svn path=/main/trunk/; revision=6429
* 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). svn path=/main/trunk/; revision=6388
* 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. svn path=/main/trunk/; revision=6309
* forcibly break all hard links so we dont need to rely on --force in ↵Mike Frysinger2007-03-171-3/+6
| | | | | | compressor and tweak the _relocate_skip_dirs() func to handle whitespace in paths (thanks to zmedico for tip) svn path=/main/trunk/; revision=6221
* redo compression so that it is queued up in src_install and then dequeued ↵Mike Frysinger2007-03-171-0/+63
| | | | | | post src_install svn path=/main/trunk/; revision=6220
* allow people to disable compression by setting the PORTAGE_COMPRESS ↵Mike Frysinger2007-03-041-9/+5
| | | | | | variables to "" svn path=/main/trunk/; revision=6174
* For compatibility with older findutils, don't use the -L predicate (bug ↵Zac Medico2007-02-271-2/+3
| | | | | | #168432). svn path=/main/trunk/; revision=6086
* add support for transparently decompressing gz/Z/bz2 files since some ↵Mike Frysinger2007-01-281-10/+36
| | | | | | upstream packages will compress for us svn path=/main/trunk/; revision=5825
* Use XARGS for portable xargs handling when find doesn't find any files. ↵Zac Medico2007-01-201-1/+1
| | | | | | (branches/2.1.2 r5740) svn path=/main/trunk/; revision=5741
* 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