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 A69F01381F3 for ; Thu, 29 Aug 2013 12:36:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4F85E0D7E; Thu, 29 Aug 2013 12:36: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 52853E0D5E for ; Thu, 29 Aug 2013 12:36: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 5CAF233ED21 for ; Thu, 29 Aug 2013 12:36:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 99E70E546F for ; Thu, 29 Aug 2013 12:36:34 +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: <1377779578.666baeaec44ee25a6ab2f355f3556a41587f5440.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/overlay/pkgdir/distroot/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/overlay/pkgdir/distroot/distroot.py X-VCS-Directories: roverlay/overlay/pkgdir/distroot/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 666baeaec44ee25a6ab2f355f3556a41587f5440 X-VCS-Branch: master Date: Thu, 29 Aug 2013 12:36:34 +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: b1e5aafd-14de-413b-9a2a-5f81fa7496be X-Archives-Hash: b76816725a1dd8f03a73a9b6be73cc33 Message-ID: <20130829123634.B_4XYN8JL_skfCYwzsjiLeSoNPcPduVp44JSwSxZU4M@z> commit: 666baeaec44ee25a6ab2f355f3556a41587f5440 Author: André Erdmann mailerd de> AuthorDate: Thu Aug 29 12:32:58 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Thu Aug 29 12:32:58 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=666baeae distroot, set_distfile_owner(): print "method stub" --- roverlay/overlay/pkgdir/distroot/distroot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roverlay/overlay/pkgdir/distroot/distroot.py b/roverlay/overlay/pkgdir/distroot/distroot.py index 86a4d76..34f61d9 100644 --- a/roverlay/overlay/pkgdir/distroot/distroot.py +++ b/roverlay/overlay/pkgdir/distroot/distroot.py @@ -466,9 +466,8 @@ class PersistentDistroot ( DistrootBase ): return True # --- end of _set_distfile_owner_nop (...) --- - @roverlay.util.objects.not_implemented def _set_distfile_owner_distmap ( self, backref, distfile ): - pass + print ( "_set_distfile_owner_distmap(): method stub" ) # --- end of _set_distfile_owner_distmap (...) --- def _add ( self, src, dest ):