From fe8be8a7b3638d3ddaa28075649e66d063461450 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 15 Apr 2016 16:27:12 +0100 Subject: atom is now in gentoo tree, so drop it from here --- app-editors/atom/files/0002-skip-atom-shell-copy.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 app-editors/atom/files/0002-skip-atom-shell-copy.patch (limited to 'app-editors/atom/files') diff --git a/app-editors/atom/files/0002-skip-atom-shell-copy.patch b/app-editors/atom/files/0002-skip-atom-shell-copy.patch deleted file mode 100644 index 6c1aceec..00000000 --- a/app-editors/atom/files/0002-skip-atom-shell-copy.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/build/tasks/build-task.coffee b/build/tasks/build-task.coffee -index c9964b4..74d8881 100644 ---- a/build/tasks/build-task.coffee -+++ b/build/tasks/build-task.coffee -@@ -15,8 +15,6 @@ module.exports = (grunt) -> - - if process.platform is 'darwin' - cp 'atom-shell/Atom.app', shellAppDir, filter: /default_app/ -- else -- cp 'atom-shell', shellAppDir, filter: /default_app/ - - mkdir appDir - -- cgit v1.2.3