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 753691381FA for ; Sat, 31 May 2014 20:56:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35F11E0841; Sat, 31 May 2014 20:56:23 +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 B7781E0841 for ; Sat, 31 May 2014 20:56:22 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C941233FE4D for ; Sat, 31 May 2014 20:56:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id C56861818D for ; Sat, 31 May 2014 20:56:19 +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: <1401542780.152afe6f9002a8998ee5ce16bebe0f05bcc1a9f8.mrueg@gentoo> Subject: [gentoo-commits] proj/ruby-scripts:master commit in: ruby-stats/ X-VCS-Repository: proj/ruby-scripts X-VCS-Files: ruby-stats/plot X-VCS-Directories: ruby-stats/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 152afe6f9002a8998ee5ce16bebe0f05bcc1a9f8 X-VCS-Branch: master Date: Sat, 31 May 2014 20:56:19 +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: 6ae9955f-dd3b-4d56-bc58-ea255bc1e000 X-Archives-Hash: d8e933888e5399af93058143b397617f commit: 152afe6f9002a8998ee5ce16bebe0f05bcc1a9f8 Author: Manuel Rüger rueg eu> AuthorDate: Sat May 31 13:26:20 2014 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat May 31 13:26:20 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-scripts.git;a=commit;h=152afe6f Do not hardcode portdir --- ruby-stats/plot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-stats/plot b/ruby-stats/plot index 990fd1b..7f13ce6 100644 --- a/ruby-stats/plot +++ b/ruby-stats/plot @@ -6,7 +6,7 @@ set output "targets.svg" set object 1 rect from screen 0, 0, 0 to screen 1, 1, 0 behind set object 1 rect fc rgb "white" fillstyle solid 1.0 -set title "RUBY\\_TARGETS support in Gentoo\n{/*0.7 based on latest version per slot \\@ `cat /usr/portage/metadata/timestamp`}" +set title "RUBY\\_TARGETS support in Gentoo\n{/*0.7 based on latest version per slot \\@ `cat $(portageq portdir 2>/dev/null)/metadata/timestamp`}" set ylabel "Packages" set xlabel "Time"