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

2016-08-18 Thread Nicola Squartini
Date: Friday, August 19, 2016 @ 02:58:58
  Author: tensor5
Revision: 186986

archrelease: copy trunk to community-i686, community-x86_64

Deleted:
  atom/repos/community-i686/PKGBUILD
  atom/repos/community-i686/autocomplete-plus.patch
  atom/repos/community-i686/beforeunload.patch
  atom/repos/community-i686/deprecated-api.patch
  atom/repos/community-i686/fix-atom-sh.patch
  atom/repos/community-i686/fix-license-path.patch
  atom/repos/community-i686/fix-marker-index.patch
  atom/repos/community-i686/fix-oniguruma.patch
  atom/repos/community-i686/run-as-node.patch
  atom/repos/community-i686/tree-view.patch
  atom/repos/community-i686/use-system-apm.patch
  atom/repos/community-i686/use-system-electron.patch
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/autocomplete-plus.patch
  atom/repos/community-x86_64/beforeunload.patch
  atom/repos/community-x86_64/deprecated-api.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-marker-index.patch
  atom/repos/community-x86_64/fix-oniguruma.patch
  atom/repos/community-x86_64/run-as-node.patch
  atom/repos/community-x86_64/tree-view.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

+
 community-i686/PKGBUILD|  149 ---
 community-i686/autocomplete-plus.patch |   11 -
 community-i686/beforeunload.patch  |   14 --
 community-i686/deprecated-api.patch|   17 ---
 community-i686/fix-atom-sh.patch   |  102 --
 community-i686/fix-license-path.patch  |   22 ---
 community-i686/fix-marker-index.patch  |   37 --
 community-i686/fix-oniguruma.patch |   13 --
 community-i686/run-as-node.patch   |   11 -
 community-i686/tree-view.patch |   11 -
 community-i686/use-system-apm.patch|   29 -
 community-i686/use-system-electron.patch   |   76 -
 community-x86_64/PKGBUILD  |  149 ---
 community-x86_64/autocomplete-plus.patch   |   11 -
 community-x86_64/beforeunload.patch|   14 --
 community-x86_64/deprecated-api.patch  |   17 ---
 community-x86_64/fix-atom-sh.patch |  102 --
 community-x86_64/fix-license-path.patch|   22 ---
 community-x86_64/fix-marker-index.patch|   37 --
 community-x86_64/fix-oniguruma.patch   |   13 --
 community-x86_64/run-as-node.patch |   11 -
 community-x86_64/tree-view.patch   |   11 -
 community-x86_64/use-system-apm.patch  |   29 -
 community-x86_64/use-system-electron.patch |   76 -
 24 files changed, 984 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-19 02:55:42 UTC (rev 186985)
+++ community-i686/PKGBUILD 2016-08-19 02:58:58 UTC (rev 186986)
@@ -1,149 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.9.8
-pkgrel=3
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('i686' 'x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm'
- 'electron')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz;
-'autocomplete-plus.patch'
-'beforeunload.patch'
-'deprecated-api.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-marker-index.patch'
-'fix-oniguruma.patch'
-'run-as-node.patch'
-'symbols-view-use-system-ctags.patch'
-'tree-view.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('148c6dc162f51f438fc8385f0b6b6b4f19dc554c13a8edf2ec3826b5c164b466'
-'58198d214edc434580c5764f749e26fb686d77c3c983d01f247f48aec84eb1a4'
-'e92e23bbf839bec6611b2ac76c1f5bba35b476983b0faa9b310288e2956247a2'
-'6fca91b3e80248a96fc4b6b0228602d4dd68ef851cb059a97a7379e72e53b432'
-'d3eb239f53feb3181fb4d57d2db391d7b31ce2188c5bd5b79d9ed3133351cd90'
-'ffd67934c3f80b87dfe7706191c9afad79289b6640b2876f1439701d6827a759'
-'2569702bee0508ee38a181f28bc99d6844725de206362a010705d84da09735c3'
-'c0ae6c64802bc20219bc9142bd6e62e65853044b4a678d3f7ec72dcb61d22274'
-'1533581eeede375924a3431fed7e6641a156f765bf252590d73da4259f07343f'
-'a5a2b1fefa29799b3225c4aa3fe0e5b057b2b320f98ad7bc28d3596923e52b41'
-'109af01ceae45615994f2ac08292c44db339bf7ef89369b077e04fcfc35aa3dd'
-'7771ff6ddf06bedeb37ff47bf98f685cc67585e6f831d2add9a31078383a6fbe'
-'23d9d2976ad23f17d7c6e7e09c5de5aceae72a5577f811723bf8c7885b319c05')
-
-prepare() {
-  cd 

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

2016-08-11 Thread Nicola Squartini
Date: Thursday, August 11, 2016 @ 16:25:36
  Author: tensor5
Revision: 186426

archrelease: copy trunk to community-i686, community-x86_64

Added:
  atom/repos/community-i686/
  atom/repos/community-i686/PKGBUILD
(from rev 186425, atom/trunk/PKGBUILD)
  atom/repos/community-i686/beforeunload.patch
(from rev 186425, atom/trunk/beforeunload.patch)
  atom/repos/community-i686/deprecated-api.patch
(from rev 186425, atom/trunk/deprecated-api.patch)
  atom/repos/community-i686/fix-atom-sh.patch
(from rev 186425, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-i686/fix-license-path.patch
(from rev 186425, atom/trunk/fix-license-path.patch)
  atom/repos/community-i686/fix-marker-index.patch
(from rev 186425, atom/trunk/fix-marker-index.patch)
  atom/repos/community-i686/fix-oniguruma.patch
(from rev 186425, atom/trunk/fix-oniguruma.patch)
  atom/repos/community-i686/run-as-node.patch
(from rev 186425, atom/trunk/run-as-node.patch)
  atom/repos/community-i686/tree-view.patch
(from rev 186425, atom/trunk/tree-view.patch)
  atom/repos/community-i686/use-system-apm.patch
(from rev 186425, atom/trunk/use-system-apm.patch)
  atom/repos/community-i686/use-system-electron.patch
(from rev 186425, atom/trunk/use-system-electron.patch)
  atom/repos/community-x86_64/
  atom/repos/community-x86_64/PKGBUILD
(from rev 186425, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/beforeunload.patch
(from rev 186425, atom/trunk/beforeunload.patch)
  atom/repos/community-x86_64/deprecated-api.patch
(from rev 186425, atom/trunk/deprecated-api.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 186425, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 186425, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-marker-index.patch
(from rev 186425, atom/trunk/fix-marker-index.patch)
  atom/repos/community-x86_64/fix-oniguruma.patch
(from rev 186425, atom/trunk/fix-oniguruma.patch)
  atom/repos/community-x86_64/run-as-node.patch
(from rev 186425, atom/trunk/run-as-node.patch)
  atom/repos/community-x86_64/tree-view.patch
(from rev 186425, atom/trunk/tree-view.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 186425, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 186425, atom/trunk/use-system-electron.patch)

+
 community-i686/PKGBUILD|  135 +++
 community-i686/beforeunload.patch  |   14 ++
 community-i686/deprecated-api.patch|   17 +++
 community-i686/fix-atom-sh.patch   |  102 
 community-i686/fix-license-path.patch  |   22 
 community-i686/fix-marker-index.patch  |   37 +++
 community-i686/fix-oniguruma.patch |   13 ++
 community-i686/run-as-node.patch   |   11 ++
 community-i686/tree-view.patch |   11 ++
 community-i686/use-system-apm.patch|   29 +
 community-i686/use-system-electron.patch   |   76 +++
 community-x86_64/PKGBUILD  |  135 +++
 community-x86_64/beforeunload.patch|   14 ++
 community-x86_64/deprecated-api.patch  |   17 +++
 community-x86_64/fix-atom-sh.patch |  102 
 community-x86_64/fix-license-path.patch|   22 
 community-x86_64/fix-marker-index.patch|   37 +++
 community-x86_64/fix-oniguruma.patch   |   13 ++
 community-x86_64/run-as-node.patch |   11 ++
 community-x86_64/tree-view.patch   |   11 ++
 community-x86_64/use-system-apm.patch  |   29 +
 community-x86_64/use-system-electron.patch |   76 +++
 22 files changed, 934 insertions(+)

Copied: atom/repos/community-i686/PKGBUILD (from rev 186425, 
atom/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-11 16:25:36 UTC (rev 186426)
@@ -0,0 +1,135 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=atom
+pkgver=1.9.8
+pkgrel=1
+pkgdesc='A hackable text editor for the 21st Century'
+arch=('i686' 'x86_64')
+url='https://github.com/atom/atom'
+license=('MIT' 'custom')
+depends=('apm'
+ 'electron')
+makedepends=('git' 'npm')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz;
+'beforeunload.patch'
+'deprecated-api.patch'
+'fix-atom-sh.patch'
+'fix-license-path.patch'
+'fix-marker-index.patch'
+'fix-oniguruma.patch'
+'run-as-node.patch'
+'tree-view.patch'
+'use-system-apm.patch'
+'use-system-electron.patch')
+sha256sums=('148c6dc162f51f438fc8385f0b6b6b4f19dc554c13a8edf2ec3826b5c164b466'
+