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

Felix Yan fyan at archlinux.org
Tue Aug 18 13:35:20 UTC 2015


    Date: Tuesday, August 18, 2015 @ 15:35:19
  Author: fyan
Revision: 138485

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

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

---------------------------+
 /PKGBUILD                 |   80 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   40 ----------------------
 community-x86_64/PKGBUILD |   40 ----------------------
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-08-18 13:34:55 UTC (rev 138484)
+++ community-i686/PKGBUILD	2015-08-18 13:35:19 UTC (rev 138485)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=gost
-pkgver=1.7
-pkgrel=1
-pkgdesc="GO Simple Tunnel"
-arch=('i686' 'x86_64')
-url="https://github.com/ginuerzh/gost"
-license=('MIT')
-depends=('gcc-go')
-makedepends=('git' 'mercurial')
-source=("git+https://github.com/ginuerzh/gost.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-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
-  go get github.com/gorilla/websocket
-  go get github.com/shadowsocks/shadowsocks-go/shadowsocks
-  go get code.google.com/p/go-uuid/uuid
-}
-
-build() {
-  cd gost
-  export GOPATH="$PWD/.gopath"
-
-  go build
-}
-
-package() {
-  cd gost
-  install -Dm755 gost "$pkgdir/usr/bin/gost"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: gost/repos/community-i686/PKGBUILD (from rev 138484, gost/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-08-18 13:35:19 UTC (rev 138485)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=gost
+pkgver=1.8
+pkgrel=1
+pkgdesc="GO Simple Tunnel"
+arch=('i686' 'x86_64')
+url="https://github.com/ginuerzh/gost"
+license=('MIT')
+depends=('gcc-go')
+makedepends=('git' 'mercurial')
+source=("git+https://github.com/ginuerzh/gost.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+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
+  go get github.com/gorilla/websocket
+  go get github.com/shadowsocks/shadowsocks-go/shadowsocks
+  go get code.google.com/p/go-uuid/uuid
+}
+
+build() {
+  cd gost
+  export GOPATH="$PWD/.gopath"
+
+  go build
+}
+
+package() {
+  cd gost
+  install -Dm755 gost "$pkgdir/usr/bin/gost"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-08-18 13:34:55 UTC (rev 138484)
+++ community-x86_64/PKGBUILD	2015-08-18 13:35:19 UTC (rev 138485)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=gost
-pkgver=1.7
-pkgrel=1
-pkgdesc="GO Simple Tunnel"
-arch=('i686' 'x86_64')
-url="https://github.com/ginuerzh/gost"
-license=('MIT')
-depends=('gcc-go')
-makedepends=('git' 'mercurial')
-source=("git+https://github.com/ginuerzh/gost.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-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
-  go get github.com/gorilla/websocket
-  go get github.com/shadowsocks/shadowsocks-go/shadowsocks
-  go get code.google.com/p/go-uuid/uuid
-}
-
-build() {
-  cd gost
-  export GOPATH="$PWD/.gopath"
-
-  go build
-}
-
-package() {
-  cd gost
-  install -Dm755 gost "$pkgdir/usr/bin/gost"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: gost/repos/community-x86_64/PKGBUILD (from rev 138484, gost/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-08-18 13:35:19 UTC (rev 138485)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=gost
+pkgver=1.8
+pkgrel=1
+pkgdesc="GO Simple Tunnel"
+arch=('i686' 'x86_64')
+url="https://github.com/ginuerzh/gost"
+license=('MIT')
+depends=('gcc-go')
+makedepends=('git' 'mercurial')
+source=("git+https://github.com/ginuerzh/gost.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+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
+  go get github.com/gorilla/websocket
+  go get github.com/shadowsocks/shadowsocks-go/shadowsocks
+  go get code.google.com/p/go-uuid/uuid
+}
+
+build() {
+  cd gost
+  export GOPATH="$PWD/.gopath"
+
+  go build
+}
+
+package() {
+  cd gost
+  install -Dm755 gost "$pkgdir/usr/bin/gost"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list