From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8743F139084 for ; Tue, 12 Dec 2017 20:17:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF1B8E0EF7; Tue, 12 Dec 2017 20:17:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F02AE0EF7 for ; Tue, 12 Dec 2017 20:17:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63E4334189A for ; Tue, 12 Dec 2017 20:17:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 047E0A1A0 for ; Tue, 12 Dec 2017 20:17:01 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1513109648.4a446ee02cd8bc5c2e48550681c83de4d9c30f35.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pycam/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/pycam/files/fix-export-toolpath.patch X-VCS-Directories: media-gfx/pycam/files/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 4a446ee02cd8bc5c2e48550681c83de4d9c30f35 X-VCS-Branch: master Date: Tue, 12 Dec 2017 20:17:01 +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: 1668eedd-e406-4143-9208-21fc20b8a797 X-Archives-Hash: ffd80e7afa5b564c59fa23072b3d6b46 commit: 4a446ee02cd8bc5c2e48550681c83de4d9c30f35 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Nov 28 18:54:48 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Dec 12 20:14:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a446ee0 media-gfx/pycam: remove unused patch. Closes: https://github.com/gentoo/gentoo/pull/6334 media-gfx/pycam/files/fix-export-toolpath.patch | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/media-gfx/pycam/files/fix-export-toolpath.patch b/media-gfx/pycam/files/fix-export-toolpath.patch deleted file mode 100644 index 5b8a1f59ce7..00000000000 --- a/media-gfx/pycam/files/fix-export-toolpath.patch +++ /dev/null @@ -1,25 +0,0 @@ -From fd206b003c0ba494cbdf6192395ec45fd1f706f3 Mon Sep 17 00:00:00 2001 -From: Tobias Schmidt -Date: Sat, 12 Oct 2013 00:12:52 +0200 -Subject: [PATCH] add Exporters.GCode package to setup.py to fix broken - ToolpathExport plugin - ---- - setup.py | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/setup.py b/setup.py -index 92feab4..634ff9f 100755 ---- a/setup.py -+++ b/setup.py -@@ -89,6 +89,7 @@ Windows: select Python 2.5 in the following dialog. - "pycam", - "pycam.Cutters", - "pycam.Exporters", -+ "pycam.Exporters.GCode", - "pycam.Geometry", - "pycam.Gui", - "pycam.Importers", --- -1.7.10.4 -