[arch-commits] Commit in syncthing/repos (16 files)

2014-09-30 Thread Martin Wimpress
Date: Tuesday, September 30, 2014 @ 13:40:30
  Author: flexiondotorg
Revision: 119873

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 119872, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 119872, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 119872, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 119872, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 119872, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 119872, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 119872, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 119872, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |   98 +
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   49 
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   49 
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 336 insertions(+), 336 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-30 11:40:14 UTC (rev 119872)
+++ community-i686/PKGBUILD 2014-09-30 11:40:30 UTC (rev 119873)
@@ -1,49 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.9.18
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
-syncthing@.service
-syncthing.1)
-sha1sums=('SKIP'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-go run build.go -no-upgrade build
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-go run build.go -no-upgrade test
-}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-install -D -m 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 119872, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-30 11:40:30 UTC (rev 119873)
@@ -0,0 +1,49 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.9.19
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
+syncthing@.service
+syncthing.1)
+sha1sums=('SKIP'
+  

[arch-commits] Commit in syncthing/repos (16 files)

2014-09-24 Thread Martin Wimpress
Date: Wednesday, September 24, 2014 @ 11:07:00
  Author: flexiondotorg
Revision: 119539

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 119538, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 119538, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 119538, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 119538, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 119538, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 119538, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 119538, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 119538, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |   98 +
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   52 -
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   52 -
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 336 insertions(+), 342 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-24 09:06:47 UTC (rev 119538)
+++ community-i686/PKGBUILD 2014-09-24 09:07:00 UTC (rev 119539)
@@ -1,52 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.9.17
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
-syncthing@.service
-syncthing.1)
-sha1sums=('SKIP'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh  -tags noupgrade
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh test
-}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-for FILE in bin/*; do
-BASE_FILE=$(basename ${FILE})
-install -D -m 755 bin/${BASE_FILE} ${pkgdir}/usr/bin/${BASE_FILE}
-done
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 119538, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-24 09:07:00 UTC (rev 119539)
@@ -0,0 +1,49 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.9.17
+pkgrel=2
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
+syncthing@.service

[arch-commits] Commit in syncthing/repos (16 files)

2014-09-24 Thread Martin Wimpress
Date: Wednesday, September 24, 2014 @ 23:49:45
  Author: flexiondotorg
Revision: 119544

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 119543, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 119543, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 119543, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 119543, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 119543, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 119543, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 119543, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 119543, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |   98 +
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   49 
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   49 
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 336 insertions(+), 336 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-24 21:49:31 UTC (rev 119543)
+++ community-i686/PKGBUILD 2014-09-24 21:49:45 UTC (rev 119544)
@@ -1,49 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.9.17
-pkgrel=2
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
-syncthing@.service
-syncthing.1)
-sha1sums=('SKIP'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-go run build.go -no-upgrade build
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-go run build.go -no-upgrade test
-}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-install -D -m 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 119543, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-24 21:49:45 UTC (rev 119544)
@@ -0,0 +1,49 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.9.18
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
+syncthing@.service
+syncthing.1)
+sha1sums=('SKIP'
+  

[arch-commits] Commit in syncthing/repos (16 files)

2014-09-21 Thread Martin Wimpress
Date: Sunday, September 21, 2014 @ 11:35:38
  Author: flexiondotorg
Revision: 119355

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 119354, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 119354, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 119354, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 119354, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 119354, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 119354, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 119354, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 119354, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  104 ++
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   52 -
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   52 -
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 342 insertions(+), 342 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-21 09:35:18 UTC (rev 119354)
+++ community-i686/PKGBUILD 2014-09-21 09:35:38 UTC (rev 119355)
@@ -1,52 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.9.15
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
-syncthing@.service
-syncthing.1)
-sha1sums=('SKIP'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh  -tags noupgrade
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh test
-}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-for FILE in bin/*; do
-BASE_FILE=$(basename ${FILE})
-install -D -m 755 bin/${BASE_FILE} ${pkgdir}/usr/bin/${BASE_FILE}
-done
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 119354, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-21 09:35:38 UTC (rev 119355)
@@ -0,0 +1,52 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.9.17
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
+syncthing@.service
+  

[arch-commits] Commit in syncthing/repos (16 files)

2014-09-12 Thread Martin Wimpress
Date: Friday, September 12, 2014 @ 10:52:03
  Author: flexiondotorg
Revision: 118851

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 118850, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 118850, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 118850, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 118850, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 118850, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 118850, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 118850, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 118850, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  104 ++
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   52 -
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   52 -
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 342 insertions(+), 342 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-12 08:51:49 UTC (rev 118850)
+++ community-i686/PKGBUILD 2014-09-12 08:52:03 UTC (rev 118851)
@@ -1,52 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.9.14
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
-syncthing@.service
-syncthing.1)
-sha1sums=('SKIP'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh  -tags noupgrade
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh test
-}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-for FILE in bin/*; do
-BASE_FILE=$(basename ${FILE})
-install -D -m 755 bin/${BASE_FILE} ${pkgdir}/usr/bin/${BASE_FILE}
-done
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 118850, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-12 08:52:03 UTC (rev 118851)
@@ -0,0 +1,52 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.9.15
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
+syncthing@.service
+  

[arch-commits] Commit in syncthing/repos (16 files)

2014-09-10 Thread Martin Wimpress
Date: Wednesday, September 10, 2014 @ 16:32:30
  Author: flexiondotorg
Revision: 118763

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 118762, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 118762, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 118762, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 118762, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 118762, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 118762, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 118762, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 118762, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  104 ++
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   52 -
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   52 -
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 342 insertions(+), 342 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-10 14:32:16 UTC (rev 118762)
+++ community-i686/PKGBUILD 2014-09-10 14:32:30 UTC (rev 118763)
@@ -1,52 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.9.13
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
-syncthing@.service
-syncthing.1)
-sha1sums=('SKIP'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh  -tags noupgrade
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh test
-}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-for FILE in bin/*; do
-BASE_FILE=$(basename ${FILE})
-install -D -m 755 bin/${BASE_FILE} ${pkgdir}/usr/bin/${BASE_FILE}
-done
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 118762, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-10 14:32:30 UTC (rev 118763)
@@ -0,0 +1,52 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.9.14
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
+syncthing@.service

[arch-commits] Commit in syncthing/repos (16 files)

2014-09-09 Thread Martin Wimpress
Date: Tuesday, September 9, 2014 @ 14:22:44
  Author: flexiondotorg
Revision: 118712

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 118711, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 118711, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 118711, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 118711, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 118711, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 118711, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 118711, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 118711, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  104 ++
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   52 -
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   52 -
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 342 insertions(+), 342 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-09 12:22:31 UTC (rev 118711)
+++ community-i686/PKGBUILD 2014-09-09 12:22:44 UTC (rev 118712)
@@ -1,52 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.9.11
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
-syncthing@.service
-syncthing.1)
-sha1sums=('SKIP'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh  -tags noupgrade
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh test
-}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-for FILE in bin/*; do
-BASE_FILE=$(basename ${FILE})
-install -D -m 755 bin/${BASE_FILE} ${pkgdir}/usr/bin/${BASE_FILE}
-done
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 118711, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-09 12:22:44 UTC (rev 118712)
@@ -0,0 +1,52 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.9.13
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
+syncthing@.service
+  

[arch-commits] Commit in syncthing/repos (16 files)

2014-09-05 Thread Martin Wimpress
Date: Friday, September 5, 2014 @ 23:47:32
  Author: flexiondotorg
Revision: 118431

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 118430, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 118430, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 118430, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 118430, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 118430, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 118430, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 118430, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 118430, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  104 ++
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   52 -
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   52 -
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 342 insertions(+), 342 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-05 21:47:15 UTC (rev 118430)
+++ community-i686/PKGBUILD 2014-09-05 21:47:32 UTC (rev 118431)
@@ -1,52 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.9.10
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#commit=1068eaa0b997ac8f9f19bb598c552b0f2e6ccee0;
-syncthing@.service
-syncthing.1)
-sha1sums=('SKIP'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh  -tags noupgrade
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh test
-}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-for FILE in bin/*; do
-BASE_FILE=$(basename ${FILE})
-install -D -m 755 bin/${BASE_FILE} ${pkgdir}/usr/bin/${BASE_FILE}
-done
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 118430, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-05 21:47:32 UTC (rev 118431)
@@ -0,0 +1,52 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.9.11
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')

[arch-commits] Commit in syncthing/repos (16 files)

2014-09-02 Thread Martin Wimpress
Date: Tuesday, September 2, 2014 @ 11:55:13
  Author: flexiondotorg
Revision: 118179

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 118178, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 118178, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 118178, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 118178, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 118178, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 118178, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 118178, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 118178, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  104 ++
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   56 --
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   56 --
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 342 insertions(+), 350 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-02 09:55:02 UTC (rev 118178)
+++ community-i686/PKGBUILD 2014-09-02 09:55:13 UTC (rev 118179)
@@ -1,56 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-_pkgstamp=$(date +%s)
-pkgname=syncthing
-pkgver=0.9.5
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('go' 'godep' 'inetutils' 'sed')
-source=(https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz;
-syncthing@.service
-syncthing.1)
-sha1sums=('218afa29c7c084123de0440b59f39b5667d256ad'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-# Patch the build variables that require a git clone
-sed -i -e s/^version=.*/version=v\${pkgver}\/ 
${srcdir}/src/github.com/syncthing/${pkgname}/build.sh
-sed -i -e s/^date=.*/date=\${_pkgstamp}\/ 
${srcdir}/src/github.com/syncthing/${pkgname}/build.sh
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh  -tags noupgrade
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh test
-}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-for FILE in bin/*; do
-BASE_FILE=$(basename ${FILE})
-install -D -m 755 bin/${BASE_FILE} ${pkgdir}/usr/bin/${BASE_FILE}
-done
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 118178, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-02 09:55:13 UTC (rev 118179)
@@ -0,0 +1,52 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.9.10
+pkgrel=1
+pkgdesc=Open Source Continuous 

[arch-commits] Commit in syncthing/repos (16 files)

2014-08-20 Thread Martin Wimpress
Date: Wednesday, August 20, 2014 @ 18:15:55
  Author: flexiondotorg
Revision: 117668

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 117667, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 117667, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 117667, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 117667, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 117667, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 117667, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 117667, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 117667, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  112 
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   56 --
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   56 --
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 350 insertions(+), 350 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-20 16:15:30 UTC (rev 117667)
+++ community-i686/PKGBUILD 2014-08-20 16:15:55 UTC (rev 117668)
@@ -1,56 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-_pkgstamp=$(date +%s)
-pkgname=syncthing
-pkgver=0.9.4
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('go' 'godep' 'inetutils' 'sed')
-source=(https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz;
-syncthing@.service
-syncthing.1)
-sha1sums=('3bbef21b87d8d194aae717c7d615e54c848f362b'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-# Patch the build variables that require a git clone
-sed -i -e s/^version=.*/version=v\${pkgver}\/ 
${srcdir}/src/github.com/syncthing/${pkgname}/build.sh
-sed -i -e s/^date=.*/date=\${_pkgstamp}\/ 
${srcdir}/src/github.com/syncthing/${pkgname}/build.sh
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh  -tags noupgrade
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh test
-}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-for FILE in bin/*; do
-BASE_FILE=$(basename ${FILE})
-install -D -m 755 bin/${BASE_FILE} ${pkgdir}/usr/bin/${BASE_FILE}
-done
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 117667, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-20 16:15:55 UTC (rev 117668)
@@ -0,0 +1,56 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+_pkgstamp=$(date +%s)
+pkgname=syncthing
+pkgver=0.9.5
+pkgrel=1

[arch-commits] Commit in syncthing/repos (16 files)

2014-08-13 Thread Martin Wimpress
Date: Wednesday, August 13, 2014 @ 11:01:51
  Author: flexiondotorg
Revision: 117361

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 117360, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 117360, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 117360, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 117360, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 117360, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 117360, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 117360, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 117360, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  112 
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   56 --
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   56 --
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 350 insertions(+), 350 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-13 09:01:44 UTC (rev 117360)
+++ community-i686/PKGBUILD 2014-08-13 09:01:51 UTC (rev 117361)
@@ -1,56 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-_pkgstamp=$(date +%s)
-pkgname=syncthing
-pkgver=0.9.2
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('go' 'godep' 'inetutils' 'sed')
-source=(https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz;
-syncthing@.service
-syncthing.1)
-sha1sums=('3f25ee379243887e742d74c6d5c17f1d153eca8b'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-# Patch the build variables that require a git clone
-sed -i -e s/^version=.*/version=v\${pkgver}\/ 
${srcdir}/src/github.com/syncthing/${pkgname}/build.sh
-sed -i -e s/^date=.*/date=\${_pkgstamp}\/ 
${srcdir}/src/github.com/syncthing/${pkgname}/build.sh
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh  -tags noupgrade
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh test
-}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-for FILE in bin/*; do
-BASE_FILE=$(basename ${FILE})
-install -D -m 755 bin/${BASE_FILE} ${pkgdir}/usr/bin/${BASE_FILE}
-done
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 117360, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-13 09:01:51 UTC (rev 117361)
@@ -0,0 +1,56 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+_pkgstamp=$(date +%s)
+pkgname=syncthing
+pkgver=0.9.4
+pkgrel=1

[arch-commits] Commit in syncthing/repos (16 files)

2014-08-11 Thread Martin Wimpress
Date: Monday, August 11, 2014 @ 12:25:43
  Author: flexiondotorg
Revision: 117137

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 117136, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 117136, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 117136, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 117136, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 117136, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 117136, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 117136, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 117136, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  112 
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   53 -
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   53 -
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 350 insertions(+), 344 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-11 10:25:33 UTC (rev 117136)
+++ community-i686/PKGBUILD 2014-08-11 10:25:43 UTC (rev 117137)
@@ -1,53 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-_pkgstamp=$(date +%s)
-pkgname=syncthing
-pkgver=0.9.1
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('go' 'godep' 'inetutils' 'sed')
-source=(https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz;
-syncthing@.service
-syncthing.1)
-sha1sums=('175f99f421e6db3d7ec494716905bd39f0c581cc'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-# Patch the build variables that require a git clone
-sed -i -e s/^version=.*/version=v\${pkgver}\/ 
${srcdir}/src/github.com/syncthing/${pkgname}/build.sh
-sed -i -e s/^date=.*/date=\${_pkgstamp}\/ 
${srcdir}/src/github.com/syncthing/${pkgname}/build.sh
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh  -tags noupgrade
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh test
-}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-install -D -m 755 bin/syncthing ${pkgdir}/usr/bin/syncthing
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 117136, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-11 10:25:43 UTC (rev 117137)
@@ -0,0 +1,56 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+_pkgstamp=$(date +%s)
+pkgname=syncthing
+pkgver=0.9.2
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing

[arch-commits] Commit in syncthing/repos (16 files)

2014-08-07 Thread Martin Wimpress
Date: Thursday, August 7, 2014 @ 18:45:36
  Author: flexiondotorg
Revision: 116993

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 116992, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 116992, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 116992, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 116992, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 116992, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 116992, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 116992, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 116992, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  106 +++
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   53 -
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   53 -
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 344 insertions(+), 344 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-07 16:45:23 UTC (rev 116992)
+++ community-i686/PKGBUILD 2014-08-07 16:45:36 UTC (rev 116993)
@@ -1,53 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-_pkgstamp=$(date +%s)
-pkgname=syncthing
-pkgver=0.9.0
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('go' 'godep' 'inetutils' 'sed')
-source=(https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz;
-syncthing@.service
-syncthing.1)
-sha1sums=('14e510dcc146f29230cc6c3545c9f83db0e82d81'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-# Patch the build variables that require a git clone
-sed -i -e s/^version=.*/version=v\${pkgver}\/ 
${srcdir}/src/github.com/syncthing/${pkgname}/build.sh
-sed -i -e s/^date=.*/date=\${_pkgstamp}\/ 
${srcdir}/src/github.com/syncthing/${pkgname}/build.sh
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh  -tags noupgrade
-}
-
-#check() {
-#export GOPATH=${srcdir}
-#cd ${srcdir}/src/github.com/syncthing/${pkgname}
-#./build.sh test
-#}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-install -D -m 755 bin/syncthing ${pkgdir}/usr/bin/syncthing
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 116992, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-07 16:45:36 UTC (rev 116993)
@@ -0,0 +1,53 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+_pkgstamp=$(date +%s)
+pkgname=syncthing
+pkgver=0.9.1
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing

[arch-commits] Commit in syncthing/repos (16 files)

2014-08-04 Thread Martin Wimpress
Date: Monday, August 4, 2014 @ 12:42:52
  Author: flexiondotorg
Revision: 116842

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 116841, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 116841, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 116841, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 116841, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 116841, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 116841, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 116841, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 116841, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  106 +++
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   53 -
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   53 -
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 344 insertions(+), 344 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-04 10:42:41 UTC (rev 116841)
+++ community-i686/PKGBUILD 2014-08-04 10:42:52 UTC (rev 116842)
@@ -1,53 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-_pkgstamp=$(date +%s)
-pkgname=syncthing
-pkgver=0.8.21
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('go' 'godep' 'inetutils' 'sed')
-source=(https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz;
-syncthing@.service
-syncthing.1)
-sha1sums=('396ab88b774f29120d54a79bd7ddf5ae87755a2b'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/calmh
-mv ${pkgname}-${pkgver} src/github.com/calmh/${pkgname}
-# Patch the build variables that require a git clone
-sed -i -e s/^version=.*/version=v\${pkgver}\/ 
${srcdir}/src/github.com/calmh/${pkgname}/build.sh
-sed -i -e s/^date=.*/date=\${_pkgstamp}\/ 
${srcdir}/src/github.com/calmh/${pkgname}/build.sh
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-./build.sh
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-./build.sh test
-}
-
-package() {
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-install -D -m 755 syncthing ${pkgdir}/usr/bin/syncthing
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 116841, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-04 10:42:52 UTC (rev 116842)
@@ -0,0 +1,53 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+_pkgstamp=$(date +%s)
+pkgname=syncthing
+pkgver=0.9.0
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MIT')
+arch=('i686' 'x86_64')

[arch-commits] Commit in syncthing/repos (16 files)

2014-07-29 Thread Martin Wimpress
Date: Tuesday, July 29, 2014 @ 11:16:46
  Author: flexiondotorg
Revision: 116504

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 116503, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 116503, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 116503, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 116503, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 116503, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 116503, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 116503, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 116503, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  106 +++
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   53 -
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   53 -
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 344 insertions(+), 344 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-29 09:16:36 UTC (rev 116503)
+++ community-i686/PKGBUILD 2014-07-29 09:16:46 UTC (rev 116504)
@@ -1,53 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-_pkgstamp=$(date +%s)
-pkgname=syncthing
-pkgver=0.8.19
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('go' 'godep' 'inetutils' 'sed')
-source=(https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz;
-syncthing@.service
-syncthing.1)
-sha1sums=('88c1bd818061a127b5263e9220ec54fd7544d217'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/calmh
-mv ${pkgname}-${pkgver} src/github.com/calmh/${pkgname}
-# Patch the build variables that require a git clone
-sed -i -e s/^version=.*/version=v\${pkgver}\/ 
${srcdir}/src/github.com/calmh/${pkgname}/build.sh
-sed -i -e s/^date=.*/date=\${_pkgstamp}\/ 
${srcdir}/src/github.com/calmh/${pkgname}/build.sh
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-./build.sh
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-./build.sh test
-}
-
-package() {
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-install -D -m 755 syncthing ${pkgdir}/usr/bin/syncthing
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 116503, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-29 09:16:46 UTC (rev 116504)
@@ -0,0 +1,53 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+_pkgstamp=$(date +%s)
+pkgname=syncthing
+pkgver=0.8.21
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MIT')
+arch=('i686' 'x86_64')

[arch-commits] Commit in syncthing/repos (16 files)

2014-07-11 Thread Martin Wimpress
Date: Friday, July 11, 2014 @ 13:58:04
  Author: flexiondotorg
Revision: 115451

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 115450, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 115450, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 115450, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 115450, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 115450, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 115450, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 115450, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 115450, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  106 +++
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   53 -
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   53 -
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 344 insertions(+), 344 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-11 11:57:50 UTC (rev 115450)
+++ community-i686/PKGBUILD 2014-07-11 11:58:04 UTC (rev 115451)
@@ -1,53 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-_pkgstamp=$(date +%s)
-pkgname=syncthing
-pkgver=0.8.18
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('go' 'godep' 'inetutils' 'sed')
-source=(https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz;
-syncthing@.service
-syncthing.1)
-sha1sums=('e643d6b0f3610ca74496c7020aaa19906b75a51a'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/calmh
-mv ${pkgname}-${pkgver} src/github.com/calmh/${pkgname}
-# Patch the build variables that require a git clone
-sed -i -e s/^version=.*/version=v\${pkgver}\/ 
${srcdir}/src/github.com/calmh/${pkgname}/build.sh
-sed -i -e s/^date=.*/date=\${_pkgstamp}\/ 
${srcdir}/src/github.com/calmh/${pkgname}/build.sh
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-./build.sh
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-./build.sh test
-}
-
-package() {
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-install -D -m 755 syncthing ${pkgdir}/usr/bin/syncthing
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 115450, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-11 11:58:04 UTC (rev 115451)
@@ -0,0 +1,53 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+_pkgstamp=$(date +%s)
+pkgname=syncthing
+pkgver=0.8.19
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MIT')
+arch=('i686' 'x86_64')

[arch-commits] Commit in syncthing/repos (16 files)

2014-07-08 Thread Martin Wimpress
Date: Tuesday, July 8, 2014 @ 13:31:23
  Author: flexiondotorg
Revision: 115303

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 115302, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 115302, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 115302, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 115302, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 115302, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 115302, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 115302, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 115302, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  106 +++
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   53 -
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   53 -
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 344 insertions(+), 344 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-08 11:31:09 UTC (rev 115302)
+++ community-i686/PKGBUILD 2014-07-08 11:31:23 UTC (rev 115303)
@@ -1,53 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-_pkgstamp=$(date +%s)
-pkgname=syncthing
-pkgver=0.8.17
-pkgrel=2
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('go' 'godep' 'inetutils' 'sed')
-source=(https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz;
-syncthing@.service
-syncthing.1)
-sha1sums=('5915f8bd29bfa239b79f884dc2d5195538dd2742'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/calmh
-mv ${pkgname}-${pkgver} src/github.com/calmh/${pkgname}
-# Patch the build variables that require a git clone
-sed -i -e s/^version=.*/version=v\${pkgver}\/ 
${srcdir}/src/github.com/calmh/${pkgname}/build.sh
-sed -i -e s/^date=.*/date=\${_pkgstamp}\/ 
${srcdir}/src/github.com/calmh/${pkgname}/build.sh
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-./build.sh
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-./build.sh test
-}
-
-package() {
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-install -D -m 755 syncthing ${pkgdir}/usr/bin/syncthing
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 115302, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-08 11:31:23 UTC (rev 115303)
@@ -0,0 +1,53 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+_pkgstamp=$(date +%s)
+pkgname=syncthing
+pkgver=0.8.18
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MIT')
+arch=('i686' 'x86_64')

[arch-commits] Commit in syncthing/repos (16 files)

2014-07-01 Thread Martin Wimpress
Date: Tuesday, July 1, 2014 @ 10:53:50
  Author: flexiondotorg
Revision: 113903

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 113902, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 113902, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 113902, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 113902, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 113902, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 113902, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 113902, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 113902, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  106 +++
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   53 -
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   53 -
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 344 insertions(+), 344 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-01 08:53:36 UTC (rev 113902)
+++ community-i686/PKGBUILD 2014-07-01 08:53:50 UTC (rev 113903)
@@ -1,53 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-_pkgstamp=$(date +%s)
-pkgname=syncthing
-pkgver=0.8.16
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('go' 'godep' 'inetutils' 'sed')
-source=(https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz;
-syncthing@.service
-syncthing.1)
-sha1sums=('62ed3ac4f01546bba743e223dd98a2af8f67ca2b'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/calmh
-mv ${pkgname}-${pkgver} src/github.com/calmh/${pkgname}
-# Patch the build variables that require a git clone
-sed -i -e s/^version=.*/version=\${pkgver}\/ 
${srcdir}/src/github.com/calmh/${pkgname}/build.sh
-sed -i -e s/^date=.*/date=\${_pkgstamp}\/ 
${srcdir}/src/github.com/calmh/${pkgname}/build.sh
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-./build.sh
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-./build.sh test
-}
-
-package() {
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-install -D -m 755 syncthing ${pkgdir}/usr/bin/syncthing
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 113902, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-01 08:53:50 UTC (rev 113903)
@@ -0,0 +1,53 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+_pkgstamp=$(date +%s)
+pkgname=syncthing
+pkgver=0.8.17
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MIT')
+arch=('i686' 'x86_64')

[arch-commits] Commit in syncthing/repos (16 files)

2014-07-01 Thread Martin Wimpress
Date: Tuesday, July 1, 2014 @ 16:59:16
  Author: flexiondotorg
Revision: 114368

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 114367, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 114367, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 114367, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 114367, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 114367, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 114367, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 114367, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 114367, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  106 +++
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   53 -
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   53 -
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 344 insertions(+), 344 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-01 14:59:03 UTC (rev 114367)
+++ community-i686/PKGBUILD 2014-07-01 14:59:16 UTC (rev 114368)
@@ -1,53 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-_pkgstamp=$(date +%s)
-pkgname=syncthing
-pkgver=0.8.17
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('go' 'godep' 'inetutils' 'sed')
-source=(https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz;
-syncthing@.service
-syncthing.1)
-sha1sums=('5915f8bd29bfa239b79f884dc2d5195538dd2742'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/calmh
-mv ${pkgname}-${pkgver} src/github.com/calmh/${pkgname}
-# Patch the build variables that require a git clone
-sed -i -e s/^version=.*/version=\${pkgver}\/ 
${srcdir}/src/github.com/calmh/${pkgname}/build.sh
-sed -i -e s/^date=.*/date=\${_pkgstamp}\/ 
${srcdir}/src/github.com/calmh/${pkgname}/build.sh
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-./build.sh
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-./build.sh test
-}
-
-package() {
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-install -D -m 755 syncthing ${pkgdir}/usr/bin/syncthing
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 114367, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-01 14:59:16 UTC (rev 114368)
@@ -0,0 +1,53 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+_pkgstamp=$(date +%s)
+pkgname=syncthing
+pkgver=0.8.17
+pkgrel=2
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MIT')
+arch=('i686' 'x86_64')

[arch-commits] Commit in syncthing/repos (16 files)

2014-06-23 Thread Martin Wimpress
Date: Monday, June 23, 2014 @ 14:35:43
  Author: flexiondotorg
Revision: 113458

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 113457, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 113457, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 113457, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 113457, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 113457, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 113457, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 113457, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 113457, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  106 +++
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   53 -
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   20 ---
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   53 -
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   20 ---
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 344 insertions(+), 358 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-23 12:35:14 UTC (rev 113457)
+++ community-i686/PKGBUILD 2014-06-23 12:35:43 UTC (rev 113458)
@@ -1,53 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-_pkgstamp=$(date +%s)
-pkgname=syncthing
-pkgver=0.8.15
-pkgrel=2
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('go' 'godep' 'inetutils' 'sed')
-source=(https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz;
-syncthing@.service
-syncthing.1)
-sha1sums=('2fa7f943e545a753619ec7a1fa6de3e8555619d3'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/calmh
-mv ${pkgname}-${pkgver} src/github.com/calmh/${pkgname}
-# Patch the build variables that require a git clone
-sed -i -e s/^version=.*/version=\${pkgver}\/ 
${srcdir}/src/github.com/calmh/${pkgname}/build.sh
-sed -i -e s/^date=.*/date=\${_pkgstamp}\/ 
${srcdir}/src/github.com/calmh/${pkgname}/build.sh
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-./build.sh
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-./build.sh test
-}
-
-package() {
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-install -D -m 755 syncthing ${pkgdir}/usr/bin/syncthing
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 113457, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-23 12:35:43 UTC (rev 113458)
@@ -0,0 +1,53 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+_pkgstamp=$(date +%s)
+pkgname=syncthing
+pkgver=0.8.16
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MIT')
+arch=('i686' 'x86_64')

[arch-commits] Commit in syncthing/repos (16 files)

2014-06-18 Thread Martin Wimpress
Date: Wednesday, June 18, 2014 @ 14:16:34
  Author: flexiondotorg
Revision: 113320

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 113319, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 113319, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 113319, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 113319, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 113319, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 113319, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 113319, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 113319, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  106 +++
 /syncthing.1|  188 ++
 /syncthing.install  |   56 ++
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   53 -
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   28 -
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   53 -
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   28 -
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 374 insertions(+), 374 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-18 12:16:20 UTC (rev 113319)
+++ community-i686/PKGBUILD 2014-06-18 12:16:34 UTC (rev 113320)
@@ -1,53 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-_pkgstamp=$(date +%s)
-pkgname=syncthing
-pkgver=0.8.14
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('go' 'godep' 'inetutils' 'sed')
-source=(https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz;
-syncthing@.service
-syncthing.1)
-sha1sums=('271d000777039687627ada6e632292b96cf7f89a'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/calmh
-mv ${pkgname}-${pkgver} src/github.com/calmh/${pkgname}
-# Patch the build variables that require a git clone
-sed -i -e s/^version=.*/version=\${pkgver}\/ 
${srcdir}/src/github.com/calmh/${pkgname}/build.sh
-sed -i -e s/^date=.*/date=\${_pkgstamp}\/ 
${srcdir}/src/github.com/calmh/${pkgname}/build.sh
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-./build.sh
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-./build.sh test
-}
-
-package() {
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-install -D -m 755 syncthing ${pkgdir}/usr/bin/syncthing
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 113319, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-18 12:16:34 UTC (rev 113320)
@@ -0,0 +1,53 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+_pkgstamp=$(date +%s)
+pkgname=syncthing
+pkgver=0.8.15
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MIT')
+arch=('i686' 

[arch-commits] Commit in syncthing/repos (16 files)

2014-06-18 Thread Martin Wimpress
Date: Wednesday, June 18, 2014 @ 14:30:31
  Author: flexiondotorg
Revision: 113322

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 113321, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 113321, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 113321, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 113321, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 113321, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 113321, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 113321, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 113321, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  106 +++
 /syncthing.1|  188 ++
 /syncthing.install  |   40 +++
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   53 -
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   28 -
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   53 -
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   28 -
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 358 insertions(+), 374 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-18 12:30:17 UTC (rev 113321)
+++ community-i686/PKGBUILD 2014-06-18 12:30:31 UTC (rev 113322)
@@ -1,53 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-_pkgstamp=$(date +%s)
-pkgname=syncthing
-pkgver=0.8.15
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('go' 'godep' 'inetutils' 'sed')
-source=(https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz;
-syncthing@.service
-syncthing.1)
-sha1sums=('2fa7f943e545a753619ec7a1fa6de3e8555619d3'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/calmh
-mv ${pkgname}-${pkgver} src/github.com/calmh/${pkgname}
-# Patch the build variables that require a git clone
-sed -i -e s/^version=.*/version=\${pkgver}\/ 
${srcdir}/src/github.com/calmh/${pkgname}/build.sh
-sed -i -e s/^date=.*/date=\${_pkgstamp}\/ 
${srcdir}/src/github.com/calmh/${pkgname}/build.sh
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-./build.sh
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-./build.sh test
-}
-
-package() {
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-install -D -m 755 syncthing ${pkgdir}/usr/bin/syncthing
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 113321, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-18 12:30:31 UTC (rev 113322)
@@ -0,0 +1,53 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+_pkgstamp=$(date +%s)
+pkgname=syncthing
+pkgver=0.8.15
+pkgrel=2
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MIT')
+arch=('i686'