[arch-commits] Commit in gost/repos (8 files)

2017-10-18 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 02:55:48
  Author: felixonmars
Revision: 263351

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

Added:
  gost/repos/community-i686/LICENSE
(from rev 263350, gost/trunk/LICENSE)
  gost/repos/community-i686/PKGBUILD
(from rev 263350, gost/trunk/PKGBUILD)
  gost/repos/community-x86_64/LICENSE
(from rev 263350, gost/trunk/LICENSE)
  gost/repos/community-x86_64/PKGBUILD
(from rev 263350, gost/trunk/PKGBUILD)
Deleted:
  gost/repos/community-i686/LICENSE
  gost/repos/community-i686/PKGBUILD
  gost/repos/community-x86_64/LICENSE
  gost/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   44 
 /PKGBUILD |   68 
 community-i686/LICENSE|   22 --
 community-i686/PKGBUILD   |   34 --
 community-x86_64/LICENSE  |   22 --
 community-x86_64/PKGBUILD |   34 --
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2017-10-19 02:55:03 UTC (rev 263350)
+++ community-i686/LICENSE  2017-10-19 02:55:48 UTC (rev 263351)
@@ -1,22 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2014 郑锐
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-

Copied: gost/repos/community-i686/LICENSE (from rev 263350, gost/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2017-10-19 02:55:48 UTC (rev 263351)
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 郑锐
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-19 02:55:03 UTC (rev 263350)
+++ community-i686/PKGBUILD 2017-10-19 02:55:48 UTC (rev 263351)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=gost
-pkgver=2.4
-pkgrel=1
-pkgdesc="GO Simple Tunnel"
-arch=('i686' 'x86_64')
-url="https://github.com/ginuerzh/gost;
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ginuerzh/gost/archive/v$pkgver.tar.gz;
-LICENSE)
-sha512sums=('b72019427bc70e60901fdb4060cc1574a0c391a69f038a1b9593060c0e1ec020ccc3e5512e37ec61d0bf45e4739910eda2a72646ba89679d022fa99d7e1ffe6b'
-
'8815c27a49d747e90fbcbf03c6011a76b95bc72a6c963ee8df9490e6aba9a3f4f9895e6a7759988aef123160ef8a6d2de85e8fce01c5980f8744e212792ad07c')
-
-prepare() {
-  mkdir .gopath
-  ln -sf "$PWD/gost-$pkgver/vendor" .gopath/src
-  ln -s "$PWD/gost-$pkgver" .gopath/src/github.com/ginuerzh/gost
-  export GOPATH="$srcdir/.gopath"
-}
-
-build() {
-  cd gost-$pkgver/cmd/gost
-  go build # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-

[arch-commits] Commit in gost/repos (8 files)

2017-09-04 Thread Felix Yan
Date: Monday, September 4, 2017 @ 16:23:09
  Author: felixonmars
Revision: 255657

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

Added:
  gost/repos/community-i686/LICENSE
(from rev 255656, gost/trunk/LICENSE)
  gost/repos/community-i686/PKGBUILD
(from rev 255656, gost/trunk/PKGBUILD)
  gost/repos/community-x86_64/LICENSE
(from rev 255656, gost/trunk/LICENSE)
  gost/repos/community-x86_64/PKGBUILD
(from rev 255656, gost/trunk/PKGBUILD)
Deleted:
  gost/repos/community-i686/LICENSE
  gost/repos/community-i686/PKGBUILD
  gost/repos/community-x86_64/LICENSE
  gost/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   44 
 /PKGBUILD |   68 
 community-i686/LICENSE|   22 --
 community-i686/PKGBUILD   |   33 -
 community-x86_64/LICENSE  |   22 --
 community-x86_64/PKGBUILD |   33 -
 6 files changed, 112 insertions(+), 110 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2017-09-04 16:22:30 UTC (rev 255656)
+++ community-i686/LICENSE  2017-09-04 16:23:09 UTC (rev 255657)
@@ -1,22 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2014 郑锐
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-

Copied: gost/repos/community-i686/LICENSE (from rev 255656, gost/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2017-09-04 16:23:09 UTC (rev 255657)
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 郑锐
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-04 16:22:30 UTC (rev 255656)
+++ community-i686/PKGBUILD 2017-09-04 16:23:09 UTC (rev 255657)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=gost
-pkgver=2.3
-pkgrel=1
-pkgdesc="GO Simple Tunnel"
-arch=('i686' 'x86_64')
-url="https://github.com/ginuerzh/gost;
-license=('MIT')
-depends=('glibc')
-makedepends=('git' 'mercurial' 'go')
-source=("git+https://github.com/ginuerzh/gost.git#tag=v$pkgver;
-LICENSE)
-md5sums=('SKIP'
- '24a6686f7498d7af0b51690f712dd618')
-
-prepare() {
-  mkdir .gopath
-  ln -sf "$PWD/gost/cmd/gost/vendor" .gopath/src
-  export GOPATH="$srcdir/.gopath"
-}
-
-build() {
-  cd gost/cmd/gost
-  go build # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd gost
-  install -Dm755 cmd/gost/gost "$pkgdir/usr/bin/gost"
-  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: gost/repos/community-i686/PKGBUILD (from rev 255656, 
gost/trunk/PKGBUILD)
===
--- 

[arch-commits] Commit in gost/repos (8 files)

2017-02-18 Thread Felix Yan
Date: Saturday, February 18, 2017 @ 08:50:33
  Author: felixonmars
Revision: 213019

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

Added:
  gost/repos/community-i686/LICENSE
(from rev 213018, gost/trunk/LICENSE)
  gost/repos/community-i686/PKGBUILD
(from rev 213018, gost/trunk/PKGBUILD)
  gost/repos/community-x86_64/LICENSE
(from rev 213018, gost/trunk/LICENSE)
  gost/repos/community-x86_64/PKGBUILD
(from rev 213018, gost/trunk/PKGBUILD)
Deleted:
  gost/repos/community-i686/LICENSE
  gost/repos/community-i686/PKGBUILD
  gost/repos/community-x86_64/LICENSE
  gost/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   44 +
 /PKGBUILD |   66 
 community-i686/LICENSE|   22 --
 community-i686/PKGBUILD   |   37 
 community-x86_64/LICENSE  |   22 --
 community-x86_64/PKGBUILD |   37 
 6 files changed, 110 insertions(+), 118 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2017-02-18 08:50:03 UTC (rev 213018)
+++ community-i686/LICENSE  2017-02-18 08:50:33 UTC (rev 213019)
@@ -1,22 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2014 郑锐
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-

Copied: gost/repos/community-i686/LICENSE (from rev 213018, gost/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2017-02-18 08:50:33 UTC (rev 213019)
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 郑锐
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-18 08:50:03 UTC (rev 213018)
+++ community-i686/PKGBUILD 2017-02-18 08:50:33 UTC (rev 213019)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=gost
-pkgver=2.2
-pkgrel=1
-pkgdesc="GO Simple Tunnel"
-arch=('i686' 'x86_64')
-url="https://github.com/ginuerzh/gost;
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('git' 'mercurial' 'gcc-go')
-source=("git+https://github.com/ginuerzh/gost.git#tag=v$pkgver;
-LICENSE)
-md5sums=('SKIP'
- '24a6686f7498d7af0b51690f712dd618')
-
-prepare() {
-  cd gost
-
-  mkdir -p .gopath/src/github.com/ginuerzh
-  ln -sf "$PWD" .gopath/src/github.com/ginuerzh/gost
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/ginuerzh/gosocks5 github.com/gorilla/websocket 
github.com/shadowsocks/shadowsocks-go/shadowsocks github.com/golang/glog 
golang.org/x/net/http2
-}
-
-build() {
-  cd gost/cmd/gost
-  go build -o gost -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd gost
-  install -Dm755 cmd/gost/gost "$pkgdir/usr/bin/gost"
-  

[arch-commits] Commit in gost/repos (8 files)

2016-10-20 Thread Felix Yan
Date: Thursday, October 20, 2016 @ 14:41:09
  Author: felixonmars
Revision: 192732

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

Added:
  gost/repos/community-i686/LICENSE
(from rev 192731, gost/trunk/LICENSE)
  gost/repos/community-i686/PKGBUILD
(from rev 192731, gost/trunk/PKGBUILD)
  gost/repos/community-x86_64/LICENSE
(from rev 192731, gost/trunk/LICENSE)
  gost/repos/community-x86_64/PKGBUILD
(from rev 192731, gost/trunk/PKGBUILD)
Deleted:
  gost/repos/community-i686/LICENSE
  gost/repos/community-i686/PKGBUILD
  gost/repos/community-x86_64/LICENSE
  gost/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   44 ++
 /PKGBUILD |   74 
 community-i686/LICENSE|   22 -
 community-i686/PKGBUILD   |   39 ---
 community-x86_64/LICENSE  |   22 -
 community-x86_64/PKGBUILD |   39 ---
 6 files changed, 118 insertions(+), 122 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2016-10-20 14:40:36 UTC (rev 192731)
+++ community-i686/LICENSE  2016-10-20 14:41:09 UTC (rev 192732)
@@ -1,22 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2014 郑锐
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-

Copied: gost/repos/community-i686/LICENSE (from rev 192731, gost/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-10-20 14:41:09 UTC (rev 192732)
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 郑锐
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-20 14:40:36 UTC (rev 192731)
+++ community-i686/PKGBUILD 2016-10-20 14:41:09 UTC (rev 192732)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=gost
-pkgver=2.1
-pkgrel=1
-pkgdesc="GO Simple Tunnel"
-arch=('i686' 'x86_64')
-url="https://github.com/ginuerzh/gost;
-license=('MIT')
-depends=('gcc-libs>=5.3.0-3')
-makedepends=('git' 'mercurial' 'gcc-go')
-source=("git+https://github.com/ginuerzh/gost.git#tag=$pkgver;
-LICENSE)
-md5sums=('SKIP'
- '24a6686f7498d7af0b51690f712dd618')
-
-prepare() {
-  cd gost
-
-  mkdir -p .gopath/src/github.com/ginuerzh
-  ln -sf "$PWD" .gopath/src/github.com/ginuerzh/gost
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/ginuerzh/gosocks5 github.com/gorilla/websocket 
github.com/shadowsocks/shadowsocks-go/shadowsocks github.com/golang/glog
-}
-
-build() {
-  cd gost
-  export GOPATH="$PWD/.gopath"
-
-  go build -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd gost
-  install -Dm755 gost "$pkgdir/usr/bin/gost"
-  install -Dm644 

[arch-commits] Commit in gost/repos (8 files)

2016-09-23 Thread Felix Yan
Date: Friday, September 23, 2016 @ 07:09:58
  Author: felixonmars
Revision: 190180

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

Added:
  gost/repos/community-i686/LICENSE
(from rev 190179, gost/trunk/LICENSE)
  gost/repos/community-i686/PKGBUILD
(from rev 190179, gost/trunk/PKGBUILD)
  gost/repos/community-x86_64/LICENSE
(from rev 190179, gost/trunk/LICENSE)
  gost/repos/community-x86_64/PKGBUILD
(from rev 190179, gost/trunk/PKGBUILD)
Deleted:
  gost/repos/community-i686/LICENSE
  gost/repos/community-i686/PKGBUILD
  gost/repos/community-x86_64/LICENSE
  gost/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   44 
 /PKGBUILD |   78 
 community-i686/LICENSE|   22 
 community-i686/PKGBUILD   |   40 --
 community-x86_64/LICENSE  |   22 
 community-x86_64/PKGBUILD |   40 --
 6 files changed, 122 insertions(+), 124 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2016-09-23 07:09:16 UTC (rev 190179)
+++ community-i686/LICENSE  2016-09-23 07:09:58 UTC (rev 190180)
@@ -1,22 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2014 郑锐
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-

Copied: gost/repos/community-i686/LICENSE (from rev 190179, gost/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-09-23 07:09:58 UTC (rev 190180)
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 郑锐
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-23 07:09:16 UTC (rev 190179)
+++ community-i686/PKGBUILD 2016-09-23 07:09:58 UTC (rev 190180)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=gost
-pkgver=2.0
-_tag=2.0
-pkgrel=1
-pkgdesc="GO Simple Tunnel"
-arch=('i686' 'x86_64')
-url="https://github.com/ginuerzh/gost;
-license=('MIT')
-depends=('gcc-libs>=5.3.0-3')
-makedepends=('git' 'mercurial' 'gcc-go')
-source=("git+https://github.com/ginuerzh/gost.git#tag=$_tag;
-LICENSE)
-md5sums=('SKIP'
- '24a6686f7498d7af0b51690f712dd618')
-
-prepare() {
-  cd gost
-
-  mkdir -p .gopath/src/github.com/ginuerzh
-  ln -sf "$PWD" .gopath/src/github.com/ginuerzh/gost
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/ginuerzh/gosocks5 github.com/gorilla/websocket 
github.com/shadowsocks/shadowsocks-go/shadowsocks github.com/golang/glog
-}
-
-build() {
-  cd gost
-  export GOPATH="$PWD/.gopath"
-
-  go build -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd gost
-  install -Dm755 gost "$pkgdir/usr/bin/gost"
-  install -Dm644 

[arch-commits] Commit in gost/repos (8 files)

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 08:51:25
  Author: felixonmars
Revision: 187887

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

Added:
  gost/repos/community-i686/LICENSE
(from rev 187886, gost/trunk/LICENSE)
  gost/repos/community-i686/PKGBUILD
(from rev 187886, gost/trunk/PKGBUILD)
  gost/repos/community-x86_64/LICENSE
(from rev 187886, gost/trunk/LICENSE)
  gost/repos/community-x86_64/PKGBUILD
(from rev 187886, gost/trunk/PKGBUILD)
Deleted:
  gost/repos/community-i686/LICENSE
  gost/repos/community-i686/PKGBUILD
  gost/repos/community-x86_64/LICENSE
  gost/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   44 
 /PKGBUILD |   80 
 community-i686/LICENSE|   22 
 community-i686/PKGBUILD   |   40 --
 community-x86_64/LICENSE  |   22 
 community-x86_64/PKGBUILD |   40 --
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2016-08-29 08:50:52 UTC (rev 187886)
+++ community-i686/LICENSE  2016-08-29 08:51:25 UTC (rev 187887)
@@ -1,22 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2014 郑锐
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-

Copied: gost/repos/community-i686/LICENSE (from rev 187886, gost/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-08-29 08:51:25 UTC (rev 187887)
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 郑锐
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-29 08:50:52 UTC (rev 187886)
+++ community-i686/PKGBUILD 2016-08-29 08:51:25 UTC (rev 187887)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=gost
-pkgver=2.0rc3
-_tag=2.0-rc3
-pkgrel=1
-pkgdesc="GO Simple Tunnel"
-arch=('i686' 'x86_64')
-url="https://github.com/ginuerzh/gost;
-license=('MIT')
-depends=('gcc-libs>=5.3.0-3')
-makedepends=('git' 'mercurial' 'gcc-go')
-source=("git+https://github.com/ginuerzh/gost.git#tag=$_tag;
-LICENSE)
-md5sums=('SKIP'
- '24a6686f7498d7af0b51690f712dd618')
-
-prepare() {
-  cd gost
-
-  mkdir -p .gopath/src/github.com/ginuerzh
-  ln -sf "$PWD" .gopath/src/github.com/ginuerzh/gost
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/ginuerzh/gosocks5 github.com/gorilla/websocket 
github.com/shadowsocks/shadowsocks-go/shadowsocks github.com/golang/glog
-}
-
-build() {
-  cd gost
-  export GOPATH="$PWD/.gopath"
-
-  go build -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd gost
-  install -Dm755 gost "$pkgdir/usr/bin/gost"
-  install -Dm644 

[arch-commits] Commit in gost/repos (8 files)

2016-01-09 Thread Felix Yan
Date: Saturday, January 9, 2016 @ 16:48:02
  Author: fyan
Revision: 155797

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

Added:
  gost/repos/community-i686/LICENSE
(from rev 155796, gost/trunk/LICENSE)
  gost/repos/community-i686/PKGBUILD
(from rev 155796, gost/trunk/PKGBUILD)
  gost/repos/community-x86_64/LICENSE
(from rev 155796, gost/trunk/LICENSE)
  gost/repos/community-x86_64/PKGBUILD
(from rev 155796, gost/trunk/PKGBUILD)
Deleted:
  gost/repos/community-i686/LICENSE
  gost/repos/community-i686/PKGBUILD
  gost/repos/community-x86_64/LICENSE
  gost/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   44 
 /PKGBUILD |   80 
 community-i686/LICENSE|   22 
 community-i686/PKGBUILD   |   40 --
 community-x86_64/LICENSE  |   22 
 community-x86_64/PKGBUILD |   40 --
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2016-01-09 15:47:29 UTC (rev 155796)
+++ community-i686/LICENSE  2016-01-09 15:48:02 UTC (rev 155797)
@@ -1,22 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2014 郑锐
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-

Copied: gost/repos/community-i686/LICENSE (from rev 155796, gost/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-01-09 15:48:02 UTC (rev 155797)
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 郑锐
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-09 15:47:29 UTC (rev 155796)
+++ community-i686/PKGBUILD 2016-01-09 15:48:02 UTC (rev 155797)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=gost
-pkgver=2.0rc
-_tag=2.0-rc
-pkgrel=1
-pkgdesc="GO Simple Tunnel"
-arch=('i686' 'x86_64')
-url="https://github.com/ginuerzh/gost;
-license=('MIT')
-depends=('gcc-libs>=5.3.0-3')
-makedepends=('git' 'mercurial' 'gcc-go')
-source=("git+https://github.com/ginuerzh/gost.git#tag=$_tag;
-LICENSE)
-md5sums=('SKIP'
- '24a6686f7498d7af0b51690f712dd618')
-
-prepare() {
-  cd gost
-
-  mkdir -p .gopath/src/github.com/ginuerzh
-  ln -sf "$PWD" .gopath/src/github.com/ginuerzh/gost
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/ginuerzh/gosocks5 github.com/gorilla/websocket 
github.com/shadowsocks/shadowsocks-go/shadowsocks 
code.google.com/p/go-uuid/uuid github.com/golang/glog
-}
-
-build() {
-  cd gost
-  export GOPATH="$PWD/.gopath"
-
-  go build -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd gost
-  install -Dm755 gost