summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added support for cpio archivesChristoph Junghans2012-08-221-1/+24
|
* probe .sh files to see if they are makeself archives #415013 by Alan SmitheeMike Frysinger2012-05-111-1/+7
|
* fix by David Leverton for PORTAGE_BZIP2_COMMAND/PORTAGE_BUNZIP2_COMMAND ↵Mike Frysinger2012-04-291-3/+3
| | | | fallbacks #413847
* fix by Christoph Junghans to make unpack_deb work on AIX (prefix) systems ↵Mike Frysinger2012-04-211-3/+22
| | | | #408801
* fix by Christoph Junghans to decompress files into $PWD #408801Mike Frysinger2012-04-051-2/+4
|
* add auto-detection of makeself files with *.bin files #403451Mike Frysinger2012-02-131-2/+8
|
* add support for makeself 2.1.6Mike Frysinger2012-02-051-2/+2
|
* pass original argument to portage `unpack` since our local $a is the full ↵Mike Frysinger2012-02-051-2/+2
| | | | path (including DISTDIR) which portage does not want
* avoid emktemp since that needs eutils.eclass, and add quoting to all ↵Mike Frysinger2012-02-051-11/+11
| | | | src/tmpfile usage
* initial unpacker eclassMike Frysinger2012-02-051-0/+366