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 E318F138202 for ; Fri, 30 Aug 2013 14:49:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE55AE0F58; Fri, 30 Aug 2013 14:49:38 +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 7FACBE0F58 for ; Fri, 30 Aug 2013 14:49:38 +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 8DF9633ED1F for ; Fri, 30 Aug 2013 14:49:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 444F6E545F for ; Fri, 30 Aug 2013 14:49:36 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1377866311.40c50b74eb316072732b7170cd3f3f22997c477b.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/packageinfo.py X-VCS-Directories: roverlay/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 40c50b74eb316072732b7170cd3f3f22997c477b X-VCS-Branch: master Date: Fri, 30 Aug 2013 14:49:36 +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: 4015aa1b-cbeb-442d-8fca-01693f567e40 X-Archives-Hash: b6b88e2981f94e89b23a9b6e9f239e61 commit: 40c50b74eb316072732b7170cd3f3f22997c477b Author: André Erdmann mailerd de> AuthorDate: Fri Aug 30 12:38:31 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Fri Aug 30 12:38:31 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=40c50b74 roverlay/packageinfo: rename get_status_{object,view} --- roverlay/packageinfo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roverlay/packageinfo.py b/roverlay/packageinfo.py index e991ed7..abf0dbb 100644 --- a/roverlay/packageinfo.py +++ b/roverlay/packageinfo.py @@ -216,11 +216,11 @@ class PackageInfo ( roverlay.util.objects.Referenceable ): return v # --- end of has_valid_selfdeps (...) --- - def get_status_object ( self ): + def get_status_view ( self ): obj = PackageInfoStatus ( self ) obj.update() return obj - # --- end of get_status_object (...) --- + # --- end of get_status_view (...) --- def attach_lazy_action ( self, lazy_action ): """Attaches a lazy action.