From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QfEmX-0007yY-Iu for garchives@archives.gentoo.org; Fri, 08 Jul 2011 17:24:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6539D21C0AC; Fri, 8 Jul 2011 17:23:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 30A2421C0AC for ; Fri, 8 Jul 2011 17:23:54 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7D7D2AC0F0 for ; Fri, 8 Jul 2011 17:23:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 236328003D for ; Fri, 8 Jul 2011 17:23:53 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <039439c2cc1546701cbb7403ea387581f08d5be0.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/ebuild.sh bin/isolated-functions.sh X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 039439c2cc1546701cbb7403ea387581f08d5be0 Date: Fri, 8 Jul 2011 17:23:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 2466d0b0a25a6b0c326727e4e1205db7 commit: 039439c2cc1546701cbb7403ea387581f08d5be0 Author: Zac Medico gentoo org> AuthorDate: Fri Jul 8 17:22:46 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Jul 8 17:22:46 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D039439c2 Add QA Notice for hasq/useq calls (bug #199722). --- bin/ebuild.sh | 1 + bin/isolated-functions.sh | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 77a21f7..2ef40cb 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -128,6 +128,7 @@ esyslog() { } =20 useq() { + eqawarn "QA Notice: The 'useq' function is deprecated (replaced by 'use= ')" use ${1} } =20 diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index 5fbdd01..9d63397 100644 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -512,6 +512,7 @@ if [[ -z ${XARGS} ]] ; then fi =20 hasq() { + eqawarn "QA Notice: The 'hasq' function is deprecated (replaced by 'has= ')" has "$@" } =20