Add QA Notice for hasq/useq calls (bug #199722).
authorZac Medico <zmedico@gentoo.org>
Fri, 8 Jul 2011 17:22:46 +0000 (10:22 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 8 Jul 2011 17:22:46 +0000 (10:22 -0700)
bin/ebuild.sh
bin/isolated-functions.sh

index 77a21f7ee0b5607ec1a5dbfb452b01ae77b4384e..2ef40cbd0ed3b26a0ea75404c1ac12c9a7e8c8a7 100755 (executable)
@@ -128,6 +128,7 @@ esyslog() {
 }
 
 useq() {
+       eqawarn "QA Notice: The 'useq' function is deprecated (replaced by 'use')"
        use ${1}
 }
 
index 5fbdd01d82176730bef08e00acf4eebc23f7dde3..9d633973b12d9384017740a2f95171aabf43e6f8 100644 (file)
@@ -512,6 +512,7 @@ if [[ -z ${XARGS} ]] ; then
 fi
 
 hasq() {
+       eqawarn "QA Notice: The 'hasq' function is deprecated (replaced by 'has')"
        has "$@"
 }