Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/atom/files/
Date: Sat, 28 Oct 2017 19:00:49
Message-Id: 1509217242.30dafbf628705e2907443d7e440b66d5fccd8b16.monsieurp@gentoo
1 commit: 30dafbf628705e2907443d7e440b66d5fccd8b16
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Oct 25 08:36:37 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 28 19:00:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30dafbf6
7
8 app-editors/atom: remove unused patch.
9
10 Closes: https://github.com/gentoo/gentoo/pull/6045
11
12 app-editors/atom/files/atom-apm-path.patch | 14 --------------
13 1 file changed, 14 deletions(-)
14
15 diff --git a/app-editors/atom/files/atom-apm-path.patch b/app-editors/atom/files/atom-apm-path.patch
16 deleted file mode 100644
17 index 7ee7cdb4a10..00000000000
18 --- a/app-editors/atom/files/atom-apm-path.patch
19 +++ /dev/null
20 @@ -1,14 +0,0 @@
21 ---- a/build/app/src/config-schema.js
22 -+++ b/build/app/src/config-schema.js
23 -@@ -9,6 +9,11 @@
24 - core: {
25 - type: 'object',
26 - properties: {
27 -+ apmPath: {
28 -+ type: 'string',
29 -+ "default": '/usr/bin/apm{{ATOM_SUFFIX}}',
30 -+ description: 'Path to apm executable.'
31 -+ },
32 - ignoredNames: {
33 - type: 'array',
34 - "default": [".git", ".hg", ".svn", ".DS_Store", "._*", "Thumbs.db"],