From: Zac Medico Date: Sat, 24 Mar 2007 18:52:24 +0000 (-0000) Subject: For bug #172033, remove the obsolete QA Notice for man pages that are already compres... X-Git-Tag: v2.1.2.3~16 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d29935b7920208a7e5428d956d24f4ea5211ae2b;p=portage.git For bug #172033, remove the obsolete QA Notice for man pages that are already compressed. (trunk r6270:6271) svn path=/main/branches/2.1.2/; revision=6272 --- diff --git a/bin/doman b/bin/doman index 715825225..c021f0a44 100755 --- a/bin/doman +++ b/bin/doman @@ -25,10 +25,10 @@ for x in "$@" ; do suffix=${x##*.} - if [[ ${suffix} == "gz" ]] ; then + # These will be automatically decompressed by ecompressdir. + if hasq ${suffix} Z gz bz2 ; then realname=${x%.*} suffix=${realname##*.} - eqawarn "QA Notice: File is already compressed: '${realname}'" fi mandir=${i18n}man${suffix:0:1}