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 D31D2138ACE for ; Sat, 27 Dec 2014 19:07:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5C8FE0653; Sat, 27 Dec 2014 19:07:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C614E06FE for ; Sat, 27 Dec 2014 19:07:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F5E23405E5 for ; Sat, 27 Dec 2014 19:07:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D003FD7F7 for ; Sat, 27 Dec 2014 19:07:15 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1419706999.caf44a1224e944f3ba2f3c81011a2c2504b78195.mrueg@gentoo> Subject: [gentoo-commits] proj/ruby-scripts:master commit in: ruby-stats/ X-VCS-Repository: proj/ruby-scripts X-VCS-Files: ruby-stats/ruby_stats.py X-VCS-Directories: ruby-stats/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: caf44a1224e944f3ba2f3c81011a2c2504b78195 X-VCS-Branch: master Date: Sat, 27 Dec 2014 19:07:15 +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: 42298917-c52c-429d-a6e9-664c8fb10e02 X-Archives-Hash: 54eb3dfef0dce09d4989b25beb42c939 commit: caf44a1224e944f3ba2f3c81011a2c2504b78195 Author: Manuel Rüger rueg eu> AuthorDate: Sat Dec 27 19:03:19 2014 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Dec 27 19:03:19 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/ruby-scripts.git;a=commit;h=caf44a12 Count ruby 2.2 packages. --- ruby-stats/ruby_stats.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ruby-stats/ruby_stats.py b/ruby-stats/ruby_stats.py index 11be890..b7ab3e0 100755 --- a/ruby-stats/ruby_stats.py +++ b/ruby-stats/ruby_stats.py @@ -41,6 +41,8 @@ def main(): stats['ruby_targets_ruby20'].add(cpv) if 'ruby_targets_ruby21' in iuse: stats['ruby_targets_ruby21'].add(cpv) + if 'ruby_targets_ruby22' in iuse: + stats['ruby_targets_ruby22'].add(cpv) if 'ruby_targets_jruby' in iuse: stats['ruby_targets_jruby'].add(cpv) if 'ruby_targets_ree18' in iuse: