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 D1825138247 for ; Sat, 2 Nov 2013 14:06:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1EEAE09B6; Sat, 2 Nov 2013 14:06:32 +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 521A2E09B6 for ; Sat, 2 Nov 2013 14:06:32 +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 6C31333EE8C for ; Sat, 2 Nov 2013 14:06:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1FF6EE54CE for ; Sat, 2 Nov 2013 14:06:30 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1383401277.d933c212232aee8086cc8aa1ef0904a5ed841f1b.ulm@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: / X-VCS-Repository: proj/qa-scripts X-VCS-Files: eapi_usage.sh X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d933c212232aee8086cc8aa1ef0904a5ed841f1b X-VCS-Branch: master Date: Sat, 2 Nov 2013 14:06:30 +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: c11acb45-bee0-4856-8e68-bc38e37bb803 X-Archives-Hash: e434ce2a269bc0477057569bf1a4d9a3 commit: d933c212232aee8086cc8aa1ef0904a5ed841f1b Author: Ulrich Müller gentoo org> AuthorDate: Sat Nov 2 14:07:57 2013 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Nov 2 14:07:57 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=d933c212 Sort output by EAPI usage. --- eapi_usage.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/eapi_usage.sh b/eapi_usage.sh index 1e8b5f0..3e72883 100755 --- a/eapi_usage.sh +++ b/eapi_usage.sh @@ -15,6 +15,7 @@ find /usr/portage/metadata/md5-cache -type f -exec awk ' ' '{}' '+' | awk ' { eapi[$1]+=$2; total+=$2 } END { + PROCINFO["sorted_in"]="@val_num_desc" for (i in eapi) { s=""; for (j=1; j