drop support for QA_DT_HASH/QA_STRICT_DT_HASH
These variables have been deprecated in favor of the new variables
QA_STRICT_FLAGS_IGNORED/QA_FLAGS_IGNORED, and the tree has been converted over to the new ones, so drop the old vars. Signed-off-by: Mike Frysinger <vapier@gentoo.org> --- bin/misc-functions.sh | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index c8b7cc8..55d37f2 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -167,8 +167,6 @@ install_qa_check() { cd "${ED}" || die "cd failed" - # Merge QA_FLAGS_IGNORED and QA_DT_HASH into a single array, since - # QA_DT_HASH is deprecated. qa_var="QA_FLAGS_IGNORED_${ARCH/-/_}" eval "[[ -n ${!qa_var} ]] && QA_FLAGS_IGNORED=("${${qa_var}[@]}")" if [[ ${#QA_FLAGS_IGNORED[@]} -eq 1 ]] ; then @@ -179,29 +177,6 @@ install_qa_check() { set -${shopts} fi - qa_var="QA_DT_HASH_${ARCH/-/_}" - eval "[[ -n ${!qa_var} ]] && QA_DT_HASH=("${${qa_var}[@]}")" - if [[ ${#QA_DT_HASH[@]} -eq 1 ]] ; then - local shopts=$- - set -o noglob - QA_DT_HASH=(${QA_DT_HASH}) - set +o noglob - set -${shopts} - fi - - if [[ -n ${QA_DT_HASH} ]] ; then - QA_FLAGS_IGNORED=("${QA_FLAGS_IGNORED[@]}" "${QA_DT_HASH[@]}") - unset QA_DT_HASH - fi - - # Merge QA_STRICT_FLAGS_IGNORED and QA_STRICT_DT_HASH, since - # QA_STRICT_DT_HASH is deprecated - if [ "${QA_STRICT_FLAGS_IGNORED-unset}" = unset ] && - [ "${QA_STRICT_DT_HASH-unset}" != unset ] ; then - QA_STRICT_FLAGS_IGNORED=1 - unset QA_STRICT_DT_HASH - fi - # Check for files built without respecting *FLAGS. Note that # -frecord-gcc-switches must be in all *FLAGS variables, in # order to avoid false positive results here. -- 1.7.12 |
drop support for QA_DT_HASH/QA_STRICT_DT_HASH
On 09/23/2012 05:49 PM, Mike Frysinger wrote:
> These variables have been deprecated in favor of the new variables > QA_STRICT_FLAGS_IGNORED/QA_FLAGS_IGNORED, and the tree has been > converted over to the new ones, so drop the old vars. You can also drop those variables from man/ebuild.5 and make.conf.5, but otherwise it looks good. -- Thanks, Zac |
drop support for QA_DT_HASH/QA_STRICT_DT_HASH
On Sunday 23 September 2012 21:39:45 Zac Medico wrote:
> On 09/23/2012 05:49 PM, Mike Frysinger wrote: > > These variables have been deprecated in favor of the new variables > > QA_STRICT_FLAGS_IGNORED/QA_FLAGS_IGNORED, and the tree has been > > converted over to the new ones, so drop the old vars. > > You can also drop those variables from man/ebuild.5 and make.conf.5, but > otherwise it looks good. done & pushed -mike |
| All times are GMT. The time now is 02:32 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.