From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 08EB91381F3 for ; Thu, 29 Nov 2012 15:31:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EEEFE05CB; Thu, 29 Nov 2012 15:31:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B24BE05CB for ; Thu, 29 Nov 2012 15:31:34 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9414B33DA92 for ; Thu, 29 Nov 2012 15:31:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0ECE6E5436 for ; Thu, 29 Nov 2012 15:31:32 +0000 (UTC) From: "Tomas Chvatal" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tomas Chvatal" Message-ID: <1354203084.83dd97e3b10170cbc3939595b36e101b92d1c588.scarabeus@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: / X-VCS-Repository: proj/qa-scripts X-VCS-Files: check_eclasses_eapis.sh X-VCS-Directories: / X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal X-VCS-Revision: 83dd97e3b10170cbc3939595b36e101b92d1c588 X-VCS-Branch: master Date: Thu, 29 Nov 2012 15:31:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cf956f7d-3633-43ed-98d6-f62208030207 X-Archives-Hash: 7029aac594d2a39a996363e927eb75e3 commit: 83dd97e3b10170cbc3939595b36e101b92d1c588 Author: Tomas Chvatal suse cz> AuthorDate: Thu Nov 29 15:31:24 2012 +0000 Commit: Tomas Chvatal gentoo org> CommitDate: Thu Nov 29 15:31:24 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=83dd97e3 Learn about eapi5. --- check_eclasses_eapis.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/check_eclasses_eapis.sh b/check_eclasses_eapis.sh index a5eb736..6ae63d2 100755 --- a/check_eclasses_eapis.sh +++ b/check_eclasses_eapis.sh @@ -11,7 +11,7 @@ fi [[ $(type pquery 2> /dev/null) ]] || exit 1 -KNOWN_EAPIS="0 1 2 3 4" +KNOWN_EAPIS="0 1 2 3 4 5" TMPEAPIS="/tmp/$(basename $0).global.$$.tmp" TMPECLASS="/tmp/$(basename $0).eclass.$$.tmp" pushd "$(portageq portdir)/eclass" > /dev/null