summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers/ecompress
Commit message (Collapse)AuthorAgeFilesLines
* Convert funcs of isolated-functions.sh to __ prefixed namespace.Brian Harring2012-09-131-7/+7
|
* Fix last commit to work regardless of nullglob.Zac Medico2011-06-301-1/+2
|
* ecompress: beware of -k in PORTAGE_COMPRESS_FLAGSZac Medico2011-06-301-1/+4
| | | | This will fix bug #372183.
* Substitute bash builtin >> for touch command.Zac Medico2010-12-191-2/+5
| | | | | It should be faster to use the bash builtin, and also allows us to avoid issues with touch breakage (like in bug #348640).
* Don't compress empty files, bug 340935.Ulrich Mueller2010-10-141-0/+1
|
* * In helpers_die arguments, display ${0##*/} instead of $0 since $0Zac Medico2010-08-181-3/+3
| | | | | | is needlessly long. * When calling helpers_die from a function, use ${FUNCNAME[0]} in arguments instead of $0.
* Make utilities die on failure in EAPI 4, bug 273651Dror Levin2010-08-121-4/+10
|
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
|
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Combine 2 shift calls into one.v2.2_rc59Zac Medico2009-12-131-2/+1
| | | | svn path=/main/trunk/; revision=15059
* Bug #296554 - Add decompression support to ecompress (similar to ecompressdirZac Medico2009-12-131-0/+57
| | | | | | | behavior) since dodoc can call ecompress with stuff that's already compressed in some way. svn path=/main/trunk/; revision=15058
* Bug #264245 - Revert i|=1 from r13242 since that breaks the array indexing ↵Zac Medico2009-04-021-1/+1
| | | | | | code here. svn path=/main/trunk/; revision=13279
* In order to eliminate the possibility of integer overflay, replace things likeZac Medico2009-03-291-1/+1
| | | | | | ((ret+=$?)) with ((ret|=$?)). Thanks to zong_sharo for the suggestion. svn path=/main/trunk/; revision=13242
* Move ebuild helpers into an ebuild-helpers subdirectory.Zac Medico2009-03-121-0/+92
svn path=/main/trunk/; revision=13063