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 5A9141381F3 for ; Thu, 11 Jul 2013 16:29:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66B20E0A87; Thu, 11 Jul 2013 16:29:12 +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 A3B22E0A8D for ; Thu, 11 Jul 2013 16:29:11 +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 A8A0D33E941 for ; Thu, 11 Jul 2013 16:29:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 43AD8E545D for ; Thu, 11 Jul 2013 16:29:09 +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: <1373559886.e78227e1e9a506e9748c58eec48980aadf800bc0.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/rpackage/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/rpackage/licensemap.py X-VCS-Directories: roverlay/rpackage/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: e78227e1e9a506e9748c58eec48980aadf800bc0 X-VCS-Branch: master Date: Thu, 11 Jul 2013 16:29:09 +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: 8575f6f9-90a0-430c-b4dc-30983a320255 X-Archives-Hash: 4c73ebf022bfb0c90731ce2256e5f31d commit: e78227e1e9a506e9748c58eec48980aadf800bc0 Author: André Erdmann mailerd de> AuthorDate: Thu Jul 11 16:24:46 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Thu Jul 11 16:24:46 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=e78227e1 roverlay/rpackage/licensemap: remove debug code --- roverlay/rpackage/licensemap.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/roverlay/rpackage/licensemap.py b/roverlay/rpackage/licensemap.py index ae6cffd..2332ee6 100644 --- a/roverlay/rpackage/licensemap.py +++ b/roverlay/rpackage/licensemap.py @@ -20,17 +20,6 @@ RE_WORD_WIPE = re.compile ( ')' ) -MISSING = set() -ADD_MISS = MISSING.add - -def write_miss(): - with open ( '/tmp/lmiss', 'wt' ) as FH: - for word in MISSING: - FH.write ( word ) - FH.write ( '\n' ) - -import atexit -atexit.register ( write_miss ) def reduce_key ( key ): return RE_WORD_WIPE.sub ( '', RE_WIPE.sub ( '', key ) ) @@ -86,7 +75,6 @@ class LicenseMap ( object ): # no license_map_file pass - ADD_MISS ( k ) self.logger.warning ( "Missing license map entry for {!r} ({!r})".format ( k, key ) ) 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 7CEAB1381F3 for ; Thu, 11 Jul 2013 16:45:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68E6BE0AAC; Thu, 11 Jul 2013 16:44:23 +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 E96DDE0AA8 for ; Thu, 11 Jul 2013 16:44:22 +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 ECC0033E97F for ; Thu, 11 Jul 2013 16:44:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 32BE6E5464 for ; Thu, 11 Jul 2013 16:44:19 +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: <1373559886.e78227e1e9a506e9748c58eec48980aadf800bc0.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:gsoc13/next commit in: roverlay/rpackage/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/rpackage/licensemap.py X-VCS-Directories: roverlay/rpackage/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: e78227e1e9a506e9748c58eec48980aadf800bc0 X-VCS-Branch: gsoc13/next Date: Thu, 11 Jul 2013 16:44: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: 272b2842-1f10-442b-a006-02d92c661937 X-Archives-Hash: b2fbbd375022c3e26b586ab1f652eb44 Message-ID: <20130711164419.Dauf4pG9SGaNgRye5dFgqKguEMLVp7urNGrvbDspiyI@z> commit: e78227e1e9a506e9748c58eec48980aadf800bc0 Author: André Erdmann mailerd de> AuthorDate: Thu Jul 11 16:24:46 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Thu Jul 11 16:24:46 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=e78227e1 roverlay/rpackage/licensemap: remove debug code --- roverlay/rpackage/licensemap.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/roverlay/rpackage/licensemap.py b/roverlay/rpackage/licensemap.py index ae6cffd..2332ee6 100644 --- a/roverlay/rpackage/licensemap.py +++ b/roverlay/rpackage/licensemap.py @@ -20,17 +20,6 @@ RE_WORD_WIPE = re.compile ( ')' ) -MISSING = set() -ADD_MISS = MISSING.add - -def write_miss(): - with open ( '/tmp/lmiss', 'wt' ) as FH: - for word in MISSING: - FH.write ( word ) - FH.write ( '\n' ) - -import atexit -atexit.register ( write_miss ) def reduce_key ( key ): return RE_WORD_WIPE.sub ( '', RE_WIPE.sub ( '', key ) ) @@ -86,7 +75,6 @@ class LicenseMap ( object ): # no license_map_file pass - ADD_MISS ( k ) self.logger.warning ( "Missing license map entry for {!r} ({!r})".format ( k, key ) )