[arch-commits] Commit in atom/repos/community-x86_64 (24 files)

2020-11-10 Thread Nicola Squartini via arch-commits
Date: Wednesday, November 11, 2020 @ 01:16:41
  Author: tensor5
Revision: 749937

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 749936, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 749936, atom/trunk/atom.js)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 749936, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 749936, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 749936, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 749936, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/git-utils.patch
(from rev 749936, atom/trunk/git-utils.patch)
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
(from rev 749936, atom/trunk/no-unsafe-eval-warning.patch)
  atom/repos/community-x86_64/node-env-production.patch
(from rev 749936, atom/trunk/node-env-production.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 749936, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 749936, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 749936, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/git-utils.patch
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
  atom/repos/community-x86_64/node-env-production.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  280 +++---
 atom.js |   66 ++---
 dugite-use-system-git.patch |   66 ++---
 fix-atom-sh.patch   |  304 +++
 fix-license-path.patch  |   44 +--
 fix-restart.patch   |   22 -
 git-utils.patch |   22 -
 no-unsafe-eval-warning.patch|   22 -
 node-env-production.patch   |   26 +-
 symbols-view-use-system-ctags.patch |   28 +-
 use-system-apm.patch|   71 ++---
 use-system-electron.patch   |  432 +-
 12 files changed, 690 insertions(+), 693 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 01:15:16 UTC (rev 749936)
+++ PKGBUILD2020-11-11 01:16:41 UTC (rev 749937)
@@ -1,140 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.52.0
-_commit=03f996061e5b1bf57ef74ff1f8301649a073b73f
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron6' 'libxkbfile' 'ripgrep')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("git+https://github.com/atom/atom.git#commit=${_commit}";
-'atom.js'
-'dugite-use-system-git.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-restart.patch'
-'git-utils.patch'
-'no-unsafe-eval-warning.patch'
-'node-env-production.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('SKIP'
-'6ae4f78667a8735d24ba11a47f1ee374f65325a3d604bcd221d56e27e16ddad4'
-'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
-'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
-'74cd1d023ae1d1c9835006ea14cdd315649df2d5eb7996de664a45e720742daf'
-'63ad62bef0be1029d5d10a4c76eeb6bafda4328288230e9393cd48659ec7cf2c'
-'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
-'40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
-'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
-'c93cc88dd704388d4b26a0de0a5938df7ff90cedf8eed0b3b8a675f9cc7d487c'
-'8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'463ea3ee872a72aa9aa93fcb30bd719edce20e0626dc7d902a476849f64c365d')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -Np1 -i ../fix-atom-sh.patch
-  patch -Np1 -i ../use-system-electron.patch
-  patch -Np1 -i ../use-system-apm.patch
-  patch -Np1 -i ../fix

[arch-commits] Commit in atom/repos/community-x86_64 (24 files)

2020-10-15 Thread Nicola Squartini via arch-commits
Date: Thursday, October 15, 2020 @ 09:54:37
  Author: tensor5
Revision: 724074

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 724073, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 724073, atom/trunk/atom.js)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 724073, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 724073, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 724073, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 724073, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/git-utils.patch
(from rev 724073, atom/trunk/git-utils.patch)
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
(from rev 724073, atom/trunk/no-unsafe-eval-warning.patch)
  atom/repos/community-x86_64/node-env-production.patch
(from rev 724073, atom/trunk/node-env-production.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 724073, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 724073, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 724073, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/git-utils.patch
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
  atom/repos/community-x86_64/node-env-production.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  280 +++---
 atom.js |   66 ++---
 dugite-use-system-git.patch |   66 ++---
 fix-atom-sh.patch   |  304 +++
 fix-license-path.patch  |   44 +--
 fix-restart.patch   |   22 -
 git-utils.patch |   22 -
 no-unsafe-eval-warning.patch|   22 -
 node-env-production.patch   |   26 +-
 symbols-view-use-system-ctags.patch |   28 +-
 use-system-apm.patch|   74 ++---
 use-system-electron.patch   |  432 +-
 12 files changed, 693 insertions(+), 693 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-15 09:53:15 UTC (rev 724073)
+++ PKGBUILD2020-10-15 09:54:37 UTC (rev 724074)
@@ -1,140 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.51.0
-_commit=6d6f204fd7235efc22f2e8dcbbc32dd7fc94a8d2
-pkgrel=2
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron5' 'libxkbfile' 'ripgrep')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("git+https://github.com/atom/atom.git#commit=${_commit}";
-'atom.js'
-'dugite-use-system-git.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-restart.patch'
-'git-utils.patch'
-'no-unsafe-eval-warning.patch'
-'node-env-production.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('SKIP'
-'6218ecf9a767e80f70a4b07abaefcf63a3d615200ff27b2dbc7bb36eacd8e87f'
-'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
-'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
-'74cd1d023ae1d1c9835006ea14cdd315649df2d5eb7996de664a45e720742daf'
-'63ad62bef0be1029d5d10a4c76eeb6bafda4328288230e9393cd48659ec7cf2c'
-'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
-'40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
-'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
-'c93cc88dd704388d4b26a0de0a5938df7ff90cedf8eed0b3b8a675f9cc7d487c'
-'8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'8ae032ebbec7b81e7f82c09aaf3fa0ed31a70b7d1265a2b9dec1fd61b05fca1e')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -Np1 -i ../fix-atom-sh.patch
-  patch -Np1 -i ../use-system-electron.patch
-  patch -Np1 -i ../use-system-apm.patch
-  patch -Np1 -i ../fix-l

[arch-commits] Commit in atom/repos/community-x86_64 (24 files)

2020-10-05 Thread Nicola Squartini via arch-commits
Date: Tuesday, October 6, 2020 @ 02:26:57
  Author: tensor5
Revision: 719227

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 719226, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 719226, atom/trunk/atom.js)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 719226, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 719226, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 719226, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 719226, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/git-utils.patch
(from rev 719226, atom/trunk/git-utils.patch)
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
(from rev 719226, atom/trunk/no-unsafe-eval-warning.patch)
  atom/repos/community-x86_64/node-env-production.patch
(from rev 719226, atom/trunk/node-env-production.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 719226, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 719226, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 719226, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/git-utils.patch
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
  atom/repos/community-x86_64/node-env-production.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  280 +++---
 atom.js |   66 ++---
 dugite-use-system-git.patch |   66 ++---
 fix-atom-sh.patch   |  304 +++
 fix-license-path.patch  |   44 +--
 fix-restart.patch   |   22 -
 git-utils.patch |   22 -
 no-unsafe-eval-warning.patch|   22 -
 node-env-production.patch   |   26 +-
 symbols-view-use-system-ctags.patch |   25 +
 use-system-apm.patch|   74 ++---
 use-system-electron.patch   |  432 +-
 12 files changed, 693 insertions(+), 690 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-06 02:25:32 UTC (rev 719226)
+++ PKGBUILD2020-10-06 02:26:57 UTC (rev 719227)
@@ -1,140 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.51.0
-_commit=6d6f204fd7235efc22f2e8dcbbc32dd7fc94a8d2
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron5' 'libxkbfile' 'ripgrep')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("git+https://github.com/atom/atom.git#commit=${_commit}";
-'atom.js'
-'dugite-use-system-git.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-restart.patch'
-'git-utils.patch'
-'no-unsafe-eval-warning.patch'
-'node-env-production.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('SKIP'
-'6218ecf9a767e80f70a4b07abaefcf63a3d615200ff27b2dbc7bb36eacd8e87f'
-'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
-'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
-'74cd1d023ae1d1c9835006ea14cdd315649df2d5eb7996de664a45e720742daf'
-'63ad62bef0be1029d5d10a4c76eeb6bafda4328288230e9393cd48659ec7cf2c'
-'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
-'40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
-'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
-'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
-'8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'8ae032ebbec7b81e7f82c09aaf3fa0ed31a70b7d1265a2b9dec1fd61b05fca1e')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -Np1 -i ../fix-atom-sh.patch
-  patch -Np1 -i ../use-system-electron.patch
-  patch -Np1 -i ../use-system-apm.patch
-  patch -Np1 -i ../fix-lice

[arch-commits] Commit in atom/repos/community-x86_64 (24 files)

2020-09-22 Thread Nicola Squartini via arch-commits
Date: Wednesday, September 23, 2020 @ 01:08:09
  Author: tensor5
Revision: 711429

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 711428, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 711428, atom/trunk/atom.js)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 711428, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 711428, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 711428, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 711428, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/git-utils.patch
(from rev 711428, atom/trunk/git-utils.patch)
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
(from rev 711428, atom/trunk/no-unsafe-eval-warning.patch)
  atom/repos/community-x86_64/node-env-production.patch
(from rev 711428, atom/trunk/node-env-production.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 711428, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 711428, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 711428, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/git-utils.patch
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
  atom/repos/community-x86_64/node-env-production.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  280 +++---
 atom.js |   66 ++---
 dugite-use-system-git.patch |   66 ++---
 fix-atom-sh.patch   |  304 +++
 fix-license-path.patch  |   44 +--
 fix-restart.patch   |   22 -
 git-utils.patch |   22 -
 no-unsafe-eval-warning.patch|   22 -
 node-env-production.patch   |   26 +-
 symbols-view-use-system-ctags.patch |   22 -
 use-system-apm.patch|   74 ++---
 use-system-electron.patch   |  432 +-
 12 files changed, 690 insertions(+), 690 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-23 01:06:24 UTC (rev 711428)
+++ PKGBUILD2020-09-23 01:08:09 UTC (rev 711429)
@@ -1,140 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.50.0
-_commit=c0e5286c67272cf8e9f0c85cf30665fe089c8b23
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron5' 'libxkbfile' 'ripgrep')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("git+https://github.com/atom/atom.git#commit=${_commit}";
-'atom.js'
-'dugite-use-system-git.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-restart.patch'
-'git-utils.patch'
-'no-unsafe-eval-warning.patch'
-'node-env-production.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('SKIP'
-'6218ecf9a767e80f70a4b07abaefcf63a3d615200ff27b2dbc7bb36eacd8e87f'
-'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
-'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
-'74cd1d023ae1d1c9835006ea14cdd315649df2d5eb7996de664a45e720742daf'
-'63ad62bef0be1029d5d10a4c76eeb6bafda4328288230e9393cd48659ec7cf2c'
-'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
-'40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
-'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
-'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
-'8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'86d305b9c6543bdebac8444653ac709714141285d187a2c4def776e6fb597ee7')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -Np1 -i ../fix-atom-sh.patch
-  patch -Np1 -i ../use-system-electron.patch
-  patch -Np1 -i ../use-system-apm.patch
-  patch -Np1 -i ../fix

[arch-commits] Commit in atom/repos/community-x86_64 (24 files)

2020-08-11 Thread Nicola Squartini via arch-commits
Date: Wednesday, August 12, 2020 @ 00:49:52
  Author: tensor5
Revision: 675355

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 675351, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 675351, atom/trunk/atom.js)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 675351, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 675352, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 675352, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 675353, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/git-utils.patch
(from rev 675353, atom/trunk/git-utils.patch)
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
(from rev 675353, atom/trunk/no-unsafe-eval-warning.patch)
  atom/repos/community-x86_64/node-env-production.patch
(from rev 675353, atom/trunk/node-env-production.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 675353, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 675353, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 675353, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/git-utils.patch
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
  atom/repos/community-x86_64/node-env-production.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  280 +++---
 atom.js |   66 ++---
 dugite-use-system-git.patch |   66 ++---
 fix-atom-sh.patch   |  304 +++
 fix-license-path.patch  |   44 +--
 fix-restart.patch   |   22 -
 git-utils.patch |   22 -
 no-unsafe-eval-warning.patch|   22 -
 node-env-production.patch   |   26 +-
 symbols-view-use-system-ctags.patch |   22 -
 use-system-apm.patch|   74 ++---
 use-system-electron.patch   |  432 +-
 12 files changed, 690 insertions(+), 690 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-12 00:49:44 UTC (rev 675354)
+++ PKGBUILD2020-08-12 00:49:52 UTC (rev 675355)
@@ -1,140 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.49.0
-_commit=1d0abfabc682cbb43b589015be0813fe7cfd2182
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron5' 'libxkbfile' 'ripgrep')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("git+https://github.com/atom/atom.git#commit=${_commit}";
-'atom.js'
-'dugite-use-system-git.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-restart.patch'
-'git-utils.patch'
-'no-unsafe-eval-warning.patch'
-'node-env-production.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('SKIP'
-'6218ecf9a767e80f70a4b07abaefcf63a3d615200ff27b2dbc7bb36eacd8e87f'
-'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
-'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
-'74cd1d023ae1d1c9835006ea14cdd315649df2d5eb7996de664a45e720742daf'
-'63ad62bef0be1029d5d10a4c76eeb6bafda4328288230e9393cd48659ec7cf2c'
-'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
-'40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
-'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
-'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
-'8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'84b03b2e68d2f86cd963a2e9327698545a8a782895594cf2cc9a74531c5c7875')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -Np1 -i ../fix-atom-sh.patch
-  patch -Np1 -i ../use-system-electron.patch
-  patch -Np1 -i ../use-system-apm.patch
-  patch -Np1 -i ../fix-li

[arch-commits] Commit in atom/repos/community-x86_64 (24 files)

2020-07-14 Thread Nicola Squartini via arch-commits
Date: Wednesday, July 15, 2020 @ 02:14:55
  Author: tensor5
Revision: 663827

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 663826, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 663826, atom/trunk/atom.js)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 663826, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 663826, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 663826, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 663826, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/git-utils.patch
(from rev 663826, atom/trunk/git-utils.patch)
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
(from rev 663826, atom/trunk/no-unsafe-eval-warning.patch)
  atom/repos/community-x86_64/node-env-production.patch
(from rev 663826, atom/trunk/node-env-production.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 663826, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 663826, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 663826, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/git-utils.patch
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
  atom/repos/community-x86_64/node-env-production.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  280 +++---
 atom.js |   66 ++---
 dugite-use-system-git.patch |   66 ++---
 fix-atom-sh.patch   |  304 +++
 fix-license-path.patch  |   44 +--
 fix-restart.patch   |   22 -
 git-utils.patch |   22 -
 no-unsafe-eval-warning.patch|   22 -
 node-env-production.patch   |   26 +-
 symbols-view-use-system-ctags.patch |   22 -
 use-system-apm.patch|   74 ++---
 use-system-electron.patch   |  432 +-
 12 files changed, 690 insertions(+), 690 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-15 02:13:33 UTC (rev 663826)
+++ PKGBUILD2020-07-15 02:14:55 UTC (rev 663827)
@@ -1,140 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.48.0
-_commit=5df9cd3d774352321ffeb65570de77906792f8bc
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron5' 'libxkbfile' 'ripgrep')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("git+https://github.com/atom/atom.git#commit=${_commit}";
-'atom.js'
-'dugite-use-system-git.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-restart.patch'
-'git-utils.patch'
-'no-unsafe-eval-warning.patch'
-'node-env-production.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('SKIP'
-'6218ecf9a767e80f70a4b07abaefcf63a3d615200ff27b2dbc7bb36eacd8e87f'
-'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
-'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
-'2894cce31935d45291c5fe4c625473bb83fc51e1b899f162aa6b419491c7ace1'
-'e3c30c03006d23a72f07fa77f4309b16a6059af1179343033a87f74f50124076'
-'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
-'40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
-'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
-'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
-'8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'a01a3237b3967b070e41a6bf3a4c664fbf6125559ffd3f84e43c81d77fa25b45')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -Np1 -i ../fix-atom-sh.patch
-  patch -Np1 -i ../use-system-electron.patch
-  patch -Np1 -i ../use-system-apm.patch
-  patch -Np1 -i ../fix-lice

[arch-commits] Commit in atom/repos/community-x86_64 (24 files)

2020-06-10 Thread Nicola Squartini via arch-commits
Date: Thursday, June 11, 2020 @ 00:37:38
  Author: tensor5
Revision: 641894

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 641893, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 641893, atom/trunk/atom.js)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 641893, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 641893, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 641893, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 641893, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/git-utils.patch
(from rev 641893, atom/trunk/git-utils.patch)
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
(from rev 641893, atom/trunk/no-unsafe-eval-warning.patch)
  atom/repos/community-x86_64/node-env-production.patch
(from rev 641893, atom/trunk/node-env-production.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 641893, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 641893, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 641893, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/git-utils.patch
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
  atom/repos/community-x86_64/node-env-production.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  280 +++---
 atom.js |   66 ++---
 dugite-use-system-git.patch |   66 ++---
 fix-atom-sh.patch   |  304 +++
 fix-license-path.patch  |   44 +--
 fix-restart.patch   |   22 -
 git-utils.patch |   22 -
 no-unsafe-eval-warning.patch|   22 -
 node-env-production.patch   |   26 +-
 symbols-view-use-system-ctags.patch |   22 -
 use-system-apm.patch|   74 ++---
 use-system-electron.patch   |  432 +-
 12 files changed, 690 insertions(+), 690 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-11 00:36:09 UTC (rev 641893)
+++ PKGBUILD2020-06-11 00:37:38 UTC (rev 641894)
@@ -1,140 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.47.0
-_commit=eb1ec862273c68ebcf281c8b21d60c8336f046a4
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron5' 'libxkbfile' 'ripgrep')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("git+https://github.com/atom/atom.git#commit=${_commit}";
-'atom.js'
-'dugite-use-system-git.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-restart.patch'
-'git-utils.patch'
-'no-unsafe-eval-warning.patch'
-'node-env-production.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('SKIP'
-'6218ecf9a767e80f70a4b07abaefcf63a3d615200ff27b2dbc7bb36eacd8e87f'
-'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
-'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
-'2894cce31935d45291c5fe4c625473bb83fc51e1b899f162aa6b419491c7ace1'
-'e3c30c03006d23a72f07fa77f4309b16a6059af1179343033a87f74f50124076'
-'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
-'40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
-'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
-'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
-'8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'a01a3237b3967b070e41a6bf3a4c664fbf6125559ffd3f84e43c81d77fa25b45')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -Np1 -i ../fix-atom-sh.patch
-  patch -Np1 -i ../use-system-electron.patch
-  patch -Np1 -i ../use-system-apm.patch
-  patch -Np1 -i ../fix-licen

[arch-commits] Commit in atom/repos/community-x86_64 (24 files)

2020-05-22 Thread Nicola Squartini via arch-commits
Date: Saturday, May 23, 2020 @ 04:54:24
  Author: tensor5
Revision: 631835

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 631834, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 631834, atom/trunk/atom.js)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 631834, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 631834, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 631834, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 631834, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/git-utils.patch
(from rev 631834, atom/trunk/git-utils.patch)
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
(from rev 631834, atom/trunk/no-unsafe-eval-warning.patch)
  atom/repos/community-x86_64/node-env-production.patch
(from rev 631834, atom/trunk/node-env-production.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 631834, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 631834, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 631834, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/git-utils.patch
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
  atom/repos/community-x86_64/node-env-production.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  284 ++---
 atom.js |   66 ++---
 dugite-use-system-git.patch |   66 ++---
 fix-atom-sh.patch   |  304 +++
 fix-license-path.patch  |   44 +--
 fix-restart.patch   |   22 -
 git-utils.patch |   22 -
 no-unsafe-eval-warning.patch|   22 -
 node-env-production.patch   |   26 -
 symbols-view-use-system-ctags.patch |   22 -
 use-system-apm.patch|   74 ++---
 use-system-electron.patch   |  444 --
 12 files changed, 690 insertions(+), 706 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-23 04:53:03 UTC (rev 631834)
+++ PKGBUILD2020-05-23 04:54:24 UTC (rev 631835)
@@ -1,144 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.46.0
-_commit=c1fea480e3f4f9c615e23c7da221deb9d3196005
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron4' 'libxkbfile' 'ripgrep')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("git+https://github.com/atom/atom.git#commit=${_commit}";
-'atom.js'
-'dugite-use-system-git.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-restart.patch'
-'git-utils.patch'
-'no-unsafe-eval-warning.patch'
-'node-env-production.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('SKIP'
-'d286e0766e47cfea73cd207abb9d6f7375846688823e72732c871a852b4b261d'
-'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
-'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
-'2894cce31935d45291c5fe4c625473bb83fc51e1b899f162aa6b419491c7ace1'
-'e3c30c03006d23a72f07fa77f4309b16a6059af1179343033a87f74f50124076'
-'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
-'40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
-'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
-'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
-'8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'5a6854cd89e5be446c73df59b1cf4048fc835b3b4d87f819779ef68ed89fa2db')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -Np1 -i ../fix-atom-sh.patch
-  patch -Np1 -i ../use-system-electron.patch
-  patch -Np1 -i ../use-system-apm.patch
-  patch -Np1 -i ../fix-license-

[arch-commits] Commit in atom/repos/community-x86_64 (24 files)

2020-05-05 Thread Nicola Squartini via arch-commits
Date: Wednesday, May 6, 2020 @ 02:14:01
  Author: tensor5
Revision: 624995

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 624994, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 624994, atom/trunk/atom.js)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 624994, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 624994, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 624994, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 624994, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/git-utils.patch
(from rev 624994, atom/trunk/git-utils.patch)
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
(from rev 624994, atom/trunk/no-unsafe-eval-warning.patch)
  atom/repos/community-x86_64/node-env-production.patch
(from rev 624994, atom/trunk/node-env-production.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 624994, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 624994, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 624994, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/git-utils.patch
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
  atom/repos/community-x86_64/node-env-production.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  288 ++---
 atom.js |   66 ++--
 dugite-use-system-git.patch |   66 ++--
 fix-atom-sh.patch   |  304 +++---
 fix-license-path.patch  |   44 +--
 fix-restart.patch   |   22 -
 git-utils.patch |   22 -
 no-unsafe-eval-warning.patch|   22 -
 node-env-production.patch   |   26 -
 symbols-view-use-system-ctags.patch |   22 -
 use-system-apm.patch|   74 ++---
 use-system-electron.patch   |  455 +-
 12 files changed, 706 insertions(+), 705 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-06 02:12:38 UTC (rev 624994)
+++ PKGBUILD2020-05-06 02:14:01 UTC (rev 624995)
@@ -1,144 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.45.0
-_commit=4646c27bf1ddbfb6b57bad35ebc26c6e274695ce
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron4' 'libxkbfile' 'ripgrep')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("git+https://github.com/atom/atom.git#commit=${_commit}";
-'atom.js'
-'dugite-use-system-git.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-restart.patch'
-'git-utils.patch'
-'no-unsafe-eval-warning.patch'
-'node-env-production.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('SKIP'
-'d286e0766e47cfea73cd207abb9d6f7375846688823e72732c871a852b4b261d'
-'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
-'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
-'2894cce31935d45291c5fe4c625473bb83fc51e1b899f162aa6b419491c7ace1'
-'e3c30c03006d23a72f07fa77f4309b16a6059af1179343033a87f74f50124076'
-'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
-'40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
-'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
-'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
-'8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'81af763f05c1afd87705b8c7a6647e35f524b2e952adb2e596de2a7e8fe4e69e')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -Np1 -i ../fix-atom-sh.patch
-  patch -Np1 -i ../use-system-electron.patch
-  patch -Np1 -i ../use-system-apm.patch
-  patch -Np1 -i ../fix-license-pat

[arch-commits] Commit in atom/repos/community-x86_64 (24 files)

2020-03-10 Thread Nicola Squartini via arch-commits
Date: Wednesday, March 11, 2020 @ 02:22:37
  Author: tensor5
Revision: 594069

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 594068, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 594068, atom/trunk/atom.js)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 594068, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 594068, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 594068, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 594068, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/git-utils.patch
(from rev 594068, atom/trunk/git-utils.patch)
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
(from rev 594068, atom/trunk/no-unsafe-eval-warning.patch)
  atom/repos/community-x86_64/node-env-production.patch
(from rev 594068, atom/trunk/node-env-production.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 594068, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 594068, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 594068, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/git-utils.patch
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
  atom/repos/community-x86_64/node-env-production.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  288 ++---
 atom.js |   66 ++--
 dugite-use-system-git.patch |   66 ++--
 fix-atom-sh.patch   |  304 +++---
 fix-license-path.patch  |   44 +--
 fix-restart.patch   |   22 -
 git-utils.patch |   22 -
 no-unsafe-eval-warning.patch|   22 -
 node-env-production.patch   |   26 -
 symbols-view-use-system-ctags.patch |   22 -
 use-system-apm.patch|   74 ++---
 use-system-electron.patch   |  454 +-
 12 files changed, 705 insertions(+), 705 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-11 02:21:15 UTC (rev 594068)
+++ PKGBUILD2020-03-11 02:22:37 UTC (rev 594069)
@@ -1,144 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.44.0
-_commit=7828ae19c59370cc18c09fc737d92e9faa1a31a1
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron4' 'libxkbfile' 'ripgrep')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("git+https://github.com/atom/atom.git#commit=${_commit}";
-'atom.js'
-'dugite-use-system-git.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-restart.patch'
-'git-utils.patch'
-'no-unsafe-eval-warning.patch'
-'node-env-production.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('SKIP'
-'d286e0766e47cfea73cd207abb9d6f7375846688823e72732c871a852b4b261d'
-'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
-'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
-'2894cce31935d45291c5fe4c625473bb83fc51e1b899f162aa6b419491c7ace1'
-'e3c30c03006d23a72f07fa77f4309b16a6059af1179343033a87f74f50124076'
-'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
-'40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
-'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
-'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
-'8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'81af763f05c1afd87705b8c7a6647e35f524b2e952adb2e596de2a7e8fe4e69e')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -Np1 -i ../fix-atom-sh.patch
-  patch -Np1 -i ../use-system-electron.patch
-  patch -Np1 -i ../use-system-apm.patch
-  patch -Np1 -i ../fix-license-

[arch-commits] Commit in atom/repos/community-x86_64 (24 files)

2020-02-10 Thread Nicola Squartini via arch-commits
Date: Tuesday, February 11, 2020 @ 02:53:16
  Author: tensor5
Revision: 566737

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 566734, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 566734, atom/trunk/atom.js)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 566734, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 566734, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 566734, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 566734, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/git-utils.patch
(from rev 566735, atom/trunk/git-utils.patch)
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
(from rev 566735, atom/trunk/no-unsafe-eval-warning.patch)
  atom/repos/community-x86_64/node-env-production.patch
(from rev 566735, atom/trunk/node-env-production.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 566736, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 566736, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 566736, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/git-utils.patch
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
  atom/repos/community-x86_64/node-env-production.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  288 ++---
 atom.js |   66 ++--
 dugite-use-system-git.patch |   66 ++--
 fix-atom-sh.patch   |  304 +++---
 fix-license-path.patch  |   44 +--
 fix-restart.patch   |   22 -
 git-utils.patch |   22 -
 no-unsafe-eval-warning.patch|   22 -
 node-env-production.patch   |   26 -
 symbols-view-use-system-ctags.patch |   22 -
 use-system-apm.patch|   74 ++---
 use-system-electron.patch   |  454 +-
 12 files changed, 705 insertions(+), 705 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-11 02:52:49 UTC (rev 566736)
+++ PKGBUILD2020-02-11 02:53:16 UTC (rev 566737)
@@ -1,144 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.43.0
-_commit=417cdc71bafff747ed16b363bbd576212fc03a78
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron4' 'libxkbfile' 'ripgrep')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("git+https://github.com/atom/atom.git#commit=${_commit}";
-'atom.js'
-'dugite-use-system-git.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-restart.patch'
-'git-utils.patch'
-'no-unsafe-eval-warning.patch'
-'node-env-production.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('SKIP'
-'d286e0766e47cfea73cd207abb9d6f7375846688823e72732c871a852b4b261d'
-'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
-'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
-'2894cce31935d45291c5fe4c625473bb83fc51e1b899f162aa6b419491c7ace1'
-'e3c30c03006d23a72f07fa77f4309b16a6059af1179343033a87f74f50124076'
-'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
-'40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
-'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
-'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
-'8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'81af763f05c1afd87705b8c7a6647e35f524b2e952adb2e596de2a7e8fe4e69e')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -Np1 -i ../fix-atom-sh.patch
-  patch -Np1 -i ../use-system-electron.patch
-  patch -Np1 -i ../use-system-apm.patch
-  patch -Np1 -i ../fix-license

[arch-commits] Commit in atom/repos/community-x86_64 (24 files)

2020-01-17 Thread Nicola Squartini via arch-commits
Date: Friday, January 17, 2020 @ 13:43:18
  Author: tensor5
Revision: 552839

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 552838, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 552838, atom/trunk/atom.js)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 552838, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 552838, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 552838, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 552838, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/git-utils.patch
(from rev 552838, atom/trunk/git-utils.patch)
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
(from rev 552838, atom/trunk/no-unsafe-eval-warning.patch)
  atom/repos/community-x86_64/node-env-production.patch
(from rev 552838, atom/trunk/node-env-production.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 552838, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 552838, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 552838, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/git-utils.patch
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
  atom/repos/community-x86_64/node-env-production.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  288 ++---
 atom.js |   66 ++--
 dugite-use-system-git.patch |   66 ++--
 fix-atom-sh.patch   |  304 +++---
 fix-license-path.patch  |   44 +--
 fix-restart.patch   |   22 -
 git-utils.patch |   22 -
 no-unsafe-eval-warning.patch|   22 -
 node-env-production.patch   |   26 -
 symbols-view-use-system-ctags.patch |   22 -
 use-system-apm.patch|   74 ++---
 use-system-electron.patch   |  454 +-
 12 files changed, 705 insertions(+), 705 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-17 13:42:58 UTC (rev 552838)
+++ PKGBUILD2020-01-17 13:43:18 UTC (rev 552839)
@@ -1,144 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.42.0
-_commit=db0fa4836faef921f73cbb0b4b7ffc7e32063118
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron4' 'libxkbfile' 'ripgrep')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("git+https://github.com/atom/atom.git#commit=${_commit}";
-'atom.js'
-'dugite-use-system-git.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-restart.patch'
-'git-utils.patch'
-'no-unsafe-eval-warning.patch'
-'node-env-production.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('SKIP'
-'d286e0766e47cfea73cd207abb9d6f7375846688823e72732c871a852b4b261d'
-'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
-'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
-'2894cce31935d45291c5fe4c625473bb83fc51e1b899f162aa6b419491c7ace1'
-'e3c30c03006d23a72f07fa77f4309b16a6059af1179343033a87f74f50124076'
-'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
-'40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
-'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
-'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
-'8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'d52a6d8a16db56d863061f66b1aeb5adefd8d8d6681e0e5ea53e3e397550fb70')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -Np1 -i ../fix-atom-sh.patch
-  patch -Np1 -i ../use-system-electron.patch
-  patch -Np1 -i ../use-system-apm.patch
-  patch -Np1 -i ../fix-license-p

[arch-commits] Commit in atom/repos/community-x86_64 (24 files)

2019-12-16 Thread Nicola Squartini via arch-commits
Date: Tuesday, December 17, 2019 @ 01:48:41
  Author: tensor5
Revision: 537900

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 537899, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 537899, atom/trunk/atom.js)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 537899, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 537899, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 537899, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 537899, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/git-utils.patch
(from rev 537899, atom/trunk/git-utils.patch)
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
(from rev 537899, atom/trunk/no-unsafe-eval-warning.patch)
  atom/repos/community-x86_64/node-env-production.patch
(from rev 537899, atom/trunk/node-env-production.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 537899, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 537899, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 537899, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/git-utils.patch
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
  atom/repos/community-x86_64/node-env-production.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  285 ++---
 atom.js |   66 ++--
 dugite-use-system-git.patch |   66 ++--
 fix-atom-sh.patch   |  304 +++---
 fix-license-path.patch  |   44 +--
 fix-restart.patch   |   22 -
 git-utils.patch |   22 -
 no-unsafe-eval-warning.patch|   22 -
 node-env-production.patch   |   26 -
 symbols-view-use-system-ctags.patch |   22 -
 use-system-apm.patch|   74 ++---
 use-system-electron.patch   |  454 +-
 12 files changed, 705 insertions(+), 702 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-17 01:47:16 UTC (rev 537899)
+++ PKGBUILD2019-12-17 01:48:41 UTC (rev 537900)
@@ -1,141 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.41.0
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron4' 'libxkbfile')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz";
-'atom.js'
-'dugite-use-system-git.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-restart.patch'
-'git-utils.patch'
-'no-unsafe-eval-warning.patch'
-'node-env-production.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('4a440909462c461cbec9b82b5f97bd21719a34f0ab59f2d859df85a40246c949'
-'d286e0766e47cfea73cd207abb9d6f7375846688823e72732c871a852b4b261d'
-'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
-'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
-'2894cce31935d45291c5fe4c625473bb83fc51e1b899f162aa6b419491c7ace1'
-'e3c30c03006d23a72f07fa77f4309b16a6059af1179343033a87f74f50124076'
-'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
-'40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
-'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
-'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
-'8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'d52a6d8a16db56d863061f66b1aeb5adefd8d8d6681e0e5ea53e3e397550fb70')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np1 -i "${srcdir}"/fix-atom-sh.patch
-  patch -Np1 -i "${srcdir}"/use-system-electron.patch
-  

[arch-commits] Commit in atom/repos/community-x86_64 (24 files)

2019-10-23 Thread Nicola Squartini via arch-commits
Date: Thursday, October 24, 2019 @ 02:44:31
  Author: tensor5
Revision: 518779

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 518778, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 518778, atom/trunk/atom.js)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 518778, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 518778, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 518778, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 518778, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/git-utils.patch
(from rev 518778, atom/trunk/git-utils.patch)
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
(from rev 518778, atom/trunk/no-unsafe-eval-warning.patch)
  atom/repos/community-x86_64/node-env-production.patch
(from rev 518778, atom/trunk/node-env-production.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 518778, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 518778, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 518778, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/git-utils.patch
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
  atom/repos/community-x86_64/node-env-production.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  282 ++---
 atom.js |   66 ++--
 dugite-use-system-git.patch |   66 ++--
 fix-atom-sh.patch   |  304 +++---
 fix-license-path.patch  |   44 +--
 fix-restart.patch   |   22 -
 git-utils.patch |   22 -
 no-unsafe-eval-warning.patch|   22 -
 node-env-production.patch   |   26 -
 symbols-view-use-system-ctags.patch |   22 -
 use-system-apm.patch|   74 ++---
 use-system-electron.patch   |  454 +-
 12 files changed, 702 insertions(+), 702 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-24 02:42:59 UTC (rev 518778)
+++ PKGBUILD2019-10-24 02:44:31 UTC (rev 518779)
@@ -1,141 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.40.1
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron4' 'libxkbfile')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz";
-'atom.js'
-'dugite-use-system-git.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-restart.patch'
-'git-utils.patch'
-'no-unsafe-eval-warning.patch'
-'node-env-production.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('7ec4b3fd35d3dcb4df90911726144ca5d05335ee9c0f093f2c29fa22fbe3527a'
-'d286e0766e47cfea73cd207abb9d6f7375846688823e72732c871a852b4b261d'
-'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
-'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
-'2894cce31935d45291c5fe4c625473bb83fc51e1b899f162aa6b419491c7ace1'
-'e3c30c03006d23a72f07fa77f4309b16a6059af1179343033a87f74f50124076'
-'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
-'40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
-'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
-'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
-'8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'79c01868ec489a43125047c86f3d5fae6d102f9d8338479590107116cf15b578')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np1 -i "${srcdir}"/fix-atom-sh.patch
-  patch -Np1 -i "${srcdir}"/use-system-electron.patch
-  

[arch-commits] Commit in atom/repos/community-x86_64 (24 files)

2019-06-17 Thread Nicola Squartini via arch-commits
Date: Tuesday, June 18, 2019 @ 03:46:00
  Author: tensor5
Revision: 482065

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 482064, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 482064, atom/trunk/atom.js)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 482064, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/electron-3.patch
(from rev 482064, atom/trunk/electron-3.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 482064, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 482064, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 482064, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
(from rev 482064, atom/trunk/no-unsafe-eval-warning.patch)
  atom/repos/community-x86_64/node-env-production.patch
(from rev 482064, atom/trunk/node-env-production.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 482064, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 482064, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 482064, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/electron-3.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
  atom/repos/community-x86_64/node-env-production.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  248 -
 atom.js |   66 ++--
 dugite-use-system-git.patch |   66 ++--
 electron-3.patch|   22 -
 fix-atom-sh.patch   |  304 ++---
 fix-license-path.patch  |   44 +--
 fix-restart.patch   |   22 -
 no-unsafe-eval-warning.patch|   22 -
 node-env-production.patch   |   26 -
 symbols-view-use-system-ctags.patch |   22 -
 use-system-apm.patch|   64 ++--
 use-system-electron.patch   |  486 +-
 12 files changed, 696 insertions(+), 696 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-18 03:44:29 UTC (rev 482064)
+++ PKGBUILD2019-06-18 03:46:00 UTC (rev 482065)
@@ -1,124 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.38.1
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron' 'libxkbfile')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz";
-'atom.js'
-'dugite-use-system-git.patch'
-'electron-3.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-restart.patch'
-'no-unsafe-eval-warning.patch'
-'node-env-production.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('474932b9915308ed4b024e2d1cf061ffb0c0740702915771d192a9b3544eb397'
-'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
-'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
-'75a672adc0237ea8c93ff67d8296eb73b87792b7b58cdaef7bf596fb6edd073f'
-'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
-'f41cfc85b23fae85d5aef7bf2201b8c8d7d26b01ae825b0deaf6dbaf3e16b0f9'
-'5a52859d5ceaa6f9d26fa657d6d728dee6e24684914cfc1d5736ccd9793fb86a'
-'bb474831629575636b1129e9f5e64c72a62926757b4b85f0c51b47b91fffd6ae'
-'85612ba035047b8599692ce458b903ef2204995e102b3ff47dc05923d6c2e7d8'
-'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
-'53f43c9328a66e24b3467a0a06d9dfde83475f7e54251bf7a523beafaa043806'
-'4ff7d60aacad1618015532ba2fec60d519213a8c6acaa370e0ccbc02718362b3')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np1 -i "${srcdir}"/fix-atom-sh.patch
-  patch -Np1 -i "${srcdir}"/use-system-electron.patch
-  patch -