summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of leading / charactes some more.Zac Medico2007-12-291-1/+2
* Make the ecompressdir vecho output show a leading / onZac Medico2007-12-291-1/+1
* For bug #180222, make ecompressdir use -f for the automatic decompression phase.Zac Medico2007-05-301-3/+3
* s/dir/actual_dir/ (branches/prefix r6463:6464Zac Medico2007-05-021-1/+1
* Use portable sh syntax rather than bash syntax. Thanks to drizzt.Zac Medico2007-04-211-1/+1
* Use relative paths inside ecompressdir in order to avoid 'Argument list too l...Zac Medico2007-04-131-1/+4
* For bug #172539, fix ecompressdir suffix handling so that automatic decompres...Zac Medico2007-03-281-6/+6
* forcibly break all hard links so we dont need to rely on --force in compresso...Mike Frysinger2007-03-171-3/+6
* redo compression so that it is queued up in src_install and then dequeued pos...Mike Frysinger2007-03-171-0/+63
* allow people to disable compression by setting the PORTAGE_COMPRESS variables...Mike Frysinger2007-03-041-9/+5
* For compatibility with older findutils, don't use the -L predicate (bug #1684...Zac Medico2007-02-271-2/+3
* add support for transparently decompressing gz/Z/bz2 files since some upstrea...Mike Frysinger2007-01-281-10/+36
* Use XARGS for portable xargs handling when find doesn't find any files. (bran...Zac Medico2007-01-201-1/+1
* make sure we rename links and not just what they point to #162451Mike Frysinger2007-01-161-1/+2
* use cached suffix value and if it is not valid, lets warnMike Frysinger2007-01-111-2/+5
* dont compress files that are already compressed and dont do sanity checking o...Mike Frysinger2007-01-111-8/+3
* add support for user-customizable compression #9870Mike Frysinger2007-01-111-0/+44