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

Jiachen Yang farseerfc at archlinux.org
Wed Nov 1 16:53:17 UTC 2017


    Date: Wednesday, November 1, 2017 @ 16:53:17
  Author: farseerfc
Revision: 265015

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-11-01 16:52:04 UTC (rev 265014)
+++ community-i686/PKGBUILD	2017-11-01 16:53:17 UTC (rev 265015)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jiachen Yang <farseerfc at gmail.com>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=tuntox
-pkgver=0.0.7
-_commit=ae9993aba7a7c90045a1747fbf33518039b9bb08
-pkgrel=1
-pkgdesc='Tunnel TCP connections over the Tox protocol'
-arch=('i686' 'x86_64')
-url='https://github.com/gjedeer/tuntox'
-license=('GPL3')
-depends=('toxcore' 'libevent')
-makedepends=('cscope')
-source=( # "git+https://github.com/gjedeer/tuntox.git#commit=$_commit"  #tag=$pkgver
-        "https://github.com/gjedeer/${pkgname}/archive/${pkgver}.tar.gz"
-        "https://github.com/gjedeer/${pkgname}/releases/download/${pkgver}/${pkgver}.tar.gz.asc"
-       )
-
-sha512sums=('0b346fc5019b4dae6170771e3a544345cc048b2225737f6af608d1707fa153d762fdf8c22e53dd357fd5f410ad1e1d7ae920dc404ec3e38fa99744a44b03ff91'
-            'SKIP')
-validpgpkeys=('11C1B15A5D5DD662E469928AEBDA6B974ED3D2B7')  # GDR!_ <gdr at gdr.name>
-
-prepare() {
-  cd $pkgname-$pkgver
-  #sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Makefile requires these, make it happy
-  # pending issue: https://github.com/gjedeer/tuntox/issues/35
-  mkdir -p .git
-  touch .git/HEAD .git/index
-  echo "#define GITVERSION \"${_commit}\"" > gitversion.h
-  make tuntox_nostatic  # use dynamic linking
-  mv tuntox_nostatic tuntox
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
-  install -Dm755 scripts/tokssh "$pkgdir/usr/bin/tokssh"
-  install -Dm644 scripts/tuntox.service "$pkgdir/usr/lib/systemd/system/tuntox.service"
-}

Copied: tuntox/repos/community-i686/PKGBUILD (from rev 265014, tuntox/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-11-01 16:53:17 UTC (rev 265015)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jiachen Yang <farseerfc at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=tuntox
+pkgver=0.0.8
+#_commit=ae9993aba7a7c90045a1747fbf33518039b9bb08
+pkgrel=1
+pkgdesc='Tunnel TCP connections over the Tox protocol'
+arch=('i686' 'x86_64')
+url='https://github.com/gjedeer/tuntox'
+license=('GPL3')
+depends=('toxcore' 'libevent')
+makedepends=('cscope')
+source=( # "git+https://github.com/gjedeer/tuntox.git#commit=$_commit"  #tag=$pkgver
+        "https://github.com/gjedeer/${pkgname}/archive/${pkgver}.tar.gz"
+        "https://github.com/gjedeer/${pkgname}/releases/download/${pkgver}/${pkgver}.tar.gz.asc"
+       )
+
+sha512sums=('7fdaea7ece9bdb74078f3b3c13a7a8b939f700031b6a845b32e3ef374c952090862d7c895af17515b58b156ad1a3ec87b3d45b8120bfbad5824ddc8266c8da16'
+            'SKIP')
+validpgpkeys=('11C1B15A5D5DD662E469928AEBDA6B974ED3D2B7')  # GDR!_ <gdr at gdr.name>
+
+prepare() {
+  cd $pkgname-$pkgver
+  #sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Makefile requires these, make it happy
+  # pending issue: https://github.com/gjedeer/tuntox/issues/35
+  # mkdir -p .git
+  # touch .git/HEAD .git/index
+  # echo "#define GITVERSION \"${_commit}\"" > gitversion.h
+  make tuntox_nostatic  # use dynamic linking
+  mv tuntox_nostatic tuntox
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
+  install -Dm755 scripts/tokssh "$pkgdir/usr/bin/tokssh"
+  install -Dm644 scripts/tuntox.service "$pkgdir/usr/lib/systemd/system/tuntox.service"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-11-01 16:52:04 UTC (rev 265014)
+++ community-x86_64/PKGBUILD	2017-11-01 16:53:17 UTC (rev 265015)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jiachen Yang <farseerfc at gmail.com>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=tuntox
-pkgver=0.0.7
-_commit=ae9993aba7a7c90045a1747fbf33518039b9bb08
-pkgrel=1
-pkgdesc='Tunnel TCP connections over the Tox protocol'
-arch=('i686' 'x86_64')
-url='https://github.com/gjedeer/tuntox'
-license=('GPL3')
-depends=('toxcore' 'libevent')
-makedepends=('cscope')
-source=( # "git+https://github.com/gjedeer/tuntox.git#commit=$_commit"  #tag=$pkgver
-        "https://github.com/gjedeer/${pkgname}/archive/${pkgver}.tar.gz"
-        "https://github.com/gjedeer/${pkgname}/releases/download/${pkgver}/${pkgver}.tar.gz.asc"
-       )
-
-sha512sums=('0b346fc5019b4dae6170771e3a544345cc048b2225737f6af608d1707fa153d762fdf8c22e53dd357fd5f410ad1e1d7ae920dc404ec3e38fa99744a44b03ff91'
-            'SKIP')
-validpgpkeys=('11C1B15A5D5DD662E469928AEBDA6B974ED3D2B7')  # GDR!_ <gdr at gdr.name>
-
-prepare() {
-  cd $pkgname-$pkgver
-  #sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Makefile requires these, make it happy
-  # pending issue: https://github.com/gjedeer/tuntox/issues/35
-  mkdir -p .git
-  touch .git/HEAD .git/index
-  echo "#define GITVERSION \"${_commit}\"" > gitversion.h
-  make tuntox_nostatic  # use dynamic linking
-  mv tuntox_nostatic tuntox
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
-  install -Dm755 scripts/tokssh "$pkgdir/usr/bin/tokssh"
-  install -Dm644 scripts/tuntox.service "$pkgdir/usr/lib/systemd/system/tuntox.service"
-}

Copied: tuntox/repos/community-x86_64/PKGBUILD (from rev 265014, tuntox/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-11-01 16:53:17 UTC (rev 265015)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jiachen Yang <farseerfc at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=tuntox
+pkgver=0.0.8
+#_commit=ae9993aba7a7c90045a1747fbf33518039b9bb08
+pkgrel=1
+pkgdesc='Tunnel TCP connections over the Tox protocol'
+arch=('i686' 'x86_64')
+url='https://github.com/gjedeer/tuntox'
+license=('GPL3')
+depends=('toxcore' 'libevent')
+makedepends=('cscope')
+source=( # "git+https://github.com/gjedeer/tuntox.git#commit=$_commit"  #tag=$pkgver
+        "https://github.com/gjedeer/${pkgname}/archive/${pkgver}.tar.gz"
+        "https://github.com/gjedeer/${pkgname}/releases/download/${pkgver}/${pkgver}.tar.gz.asc"
+       )
+
+sha512sums=('7fdaea7ece9bdb74078f3b3c13a7a8b939f700031b6a845b32e3ef374c952090862d7c895af17515b58b156ad1a3ec87b3d45b8120bfbad5824ddc8266c8da16'
+            'SKIP')
+validpgpkeys=('11C1B15A5D5DD662E469928AEBDA6B974ED3D2B7')  # GDR!_ <gdr at gdr.name>
+
+prepare() {
+  cd $pkgname-$pkgver
+  #sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Makefile requires these, make it happy
+  # pending issue: https://github.com/gjedeer/tuntox/issues/35
+  # mkdir -p .git
+  # touch .git/HEAD .git/index
+  # echo "#define GITVERSION \"${_commit}\"" > gitversion.h
+  make tuntox_nostatic  # use dynamic linking
+  mv tuntox_nostatic tuntox
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
+  install -Dm755 scripts/tokssh "$pkgdir/usr/bin/tokssh"
+  install -Dm644 scripts/tuntox.service "$pkgdir/usr/lib/systemd/system/tuntox.service"
+}



More information about the arch-commits mailing list