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 B0E381381F3 for ; Fri, 23 Aug 2013 13:52:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CB69E0C23; Fri, 23 Aug 2013 13:52:05 +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 A5C65E0C1B for ; Fri, 23 Aug 2013 13:52:04 +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 B166533EB82 for ; Fri, 23 Aug 2013 13:52:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5BF9AE5467 for ; Fri, 23 Aug 2013 13:52:00 +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: <1377256507.d9a1524c308d0da55a7a63316cfc00729c066545.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: d9a1524c308d0da55a7a63316cfc00729c066545 X-VCS-Branch: master Date: Fri, 23 Aug 2013 13:52:00 +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: 985c5646-ace0-40f8-aee4-fa9ae1c727b6 X-Archives-Hash: d04d3e976fb40b16c10bfca52cdcbb7f commit: d9a1524c308d0da55a7a63316cfc00729c066545 Author: André Erdmann mailerd de> AuthorDate: Fri Aug 23 11:15:07 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Fri Aug 23 11:15:07 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=d9a1524c roverlay/packageinfo: add depconf attribute This attribute will be used for storing per-package dependency-related configuration, e.g. for injecting deps. --- roverlay/packageinfo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/roverlay/packageinfo.py b/roverlay/packageinfo.py index 78d20c4..b4e38f1 100644 --- a/roverlay/packageinfo.py +++ b/roverlay/packageinfo.py @@ -135,6 +135,7 @@ class PackageInfo ( object ): self.selfdeps = None self.hashdict = dict() + self.depconf = None #self.selfdeps_valid = UNDEF #self.overlay_package_ref = None