[arch-commits] Commit in gost/repos/community-x86_64 (4 files)

Felix Yan felixonmars at archlinux.org
Sun Nov 4 01:09:01 UTC 2018


    Date: Sunday, November 4, 2018 @ 01:09:01
  Author: felixonmars
Revision: 401353

archrelease: copy trunk to community-x86_64

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

----------+
 LICENSE  |   44 ++++++++++++++++++++--------------------
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 55 insertions(+), 56 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2018-11-04 01:08:42 UTC (rev 401352)
+++ LICENSE	2018-11-04 01:09:01 UTC (rev 401353)
@@ -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-x86_64/LICENSE (from rev 401352, gost/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2018-11-04 01:09:01 UTC (rev 401353)
@@ -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: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-04 01:08:42 UTC (rev 401352)
+++ PKGBUILD	2018-11-04 01:09:01 UTC (rev 401353)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=gost
-pkgver=2.5
-pkgrel=1
-pkgdesc="GO Simple Tunnel"
-arch=('x86_64')
-url="https://github.com/ginuerzh/gost"
-license=('MIT')
-depends=('glibc')
-makedepends=('go-pie')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ginuerzh/gost/archive/v$pkgver.tar.gz"
-        LICENSE)
-sha512sums=('d4e76b2c1bfc8ecfc6b53c5b63caa5776974c8a266a2e04ef6d6eea9e7e752672e488e3b711deeda9dcfa9606a2a6e7811791e3f1720912c1f16013e23f8275f'
-            '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"
-}
-
-package() {
-  cd gost-$pkgver
-  install -Dm755 cmd/gost/gost "$pkgdir/usr/bin/gost"
-  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: gost/repos/community-x86_64/PKGBUILD (from rev 401352, gost/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-04 01:09:01 UTC (rev 401353)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=gost
+pkgver=2.6
+pkgrel=1
+pkgdesc="GO Simple Tunnel"
+arch=('x86_64')
+url="https://github.com/ginuerzh/gost"
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ginuerzh/gost/archive/v$pkgver.tar.gz"
+        LICENSE)
+sha512sums=('2418dd9c66eafc7fe103e0de03c2e7a6b0add3a126dfbb890a0f628ab6739ba7e22dba4e3af92454e0533cbf016a87d0fe4dd895419db9e08b6f5a2b90eebf02'
+            '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"
+}
+
+package() {
+  cd gost-$pkgver
+  install -Dm755 cmd/gost/gost "$pkgdir/usr/bin/gost"
+  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list