[arch-commits] Commit in gost/repos (8 files)
Felix Yan
felixonmars at archlinux.org
Thu Oct 19 02:55:49 UTC 2017
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 <felixonmars at archlinux.org>
-
-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"
-}
-
-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-i686/PKGBUILD (from rev 263350, gost/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-19 02:55:48 UTC (rev 263351)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=gost
+pkgver=2.4
+pkgrel=2
+pkgdesc="GO Simple Tunnel"
+arch=('i686' '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=('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"
+}
+
+package() {
+ cd gost-$pkgver
+ install -Dm755 cmd/gost/gost "$pkgdir/usr/bin/gost"
+ install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
Deleted: community-x86_64/LICENSE
===================================================================
--- community-x86_64/LICENSE 2017-10-19 02:55:03 UTC (rev 263350)
+++ community-x86_64/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-x86_64/LICENSE (from rev 263350, gost/trunk/LICENSE)
===================================================================
--- community-x86_64/LICENSE (rev 0)
+++ community-x86_64/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-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-10-19 02:55:03 UTC (rev 263350)
+++ community-x86_64/PKGBUILD 2017-10-19 02:55:48 UTC (rev 263351)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-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"
-}
-
-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 263350, gost/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-10-19 02:55:48 UTC (rev 263351)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=gost
+pkgver=2.4
+pkgrel=2
+pkgdesc="GO Simple Tunnel"
+arch=('i686' '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=('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"
+}
+
+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