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

Jiachen Yang farseerfc at archlinux.org
Wed Dec 21 14:28:29 UTC 2016


    Date: Wednesday, December 21, 2016 @ 14:28:29
  Author: farseerfc
Revision: 200809

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

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

-----------------------------------+
 /PKGBUILD                         |   70 ++++++++++++++++++++++++++++++++++++
 community-testing-i686/PKGBUILD   |   35 ------------------
 community-testing-x86_64/PKGBUILD |   35 ------------------
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2016-12-21 14:27:13 UTC (rev 200808)
+++ community-testing-i686/PKGBUILD	2016-12-21 14:28:29 UTC (rev 200809)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jiachen Yang <farseerfc at gmail.com>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=tuntox
-pkgver=0.0.5.6d74a7a
-_commit=6d74a7a2da9690ca56b3543a240d53b6b3915bf3
-pkgrel=1
-pkgdesc='Tunnel TCP connections over the Tox protocol'
-arch=('i686' 'x86_64')
-url='http://tuntox.pl/'
-license=('GPL3')
-depends=('toxcore')
-makedepends=('git' 'cscope')
-source=("git+https://github.com/gjedeer/tuntox.git#commit=$_commit"  #tag=$pkgver
-       )
-sha512sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
-}
-
-build() {
-  cd $pkgname
-
-  make gitversion.h tuntox_nostatic  # use dynamic linking
-  mv tuntox_nostatic tuntox
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
-  install -Dm644 scripts/tuntox.service "$pkgdir/usr/lib/systemd/system/tuntox.service"
-}

Copied: tuntox/repos/community-testing-i686/PKGBUILD (from rev 200808, tuntox/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-12-21 14:28:29 UTC (rev 200809)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jiachen Yang <farseerfc at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=tuntox
+pkgver=0.0.5.6d74a7a
+_commit=6d74a7a2da9690ca56b3543a240d53b6b3915bf3
+pkgrel=2
+pkgdesc='Tunnel TCP connections over the Tox protocol'
+arch=('i686' 'x86_64')
+url='https://github.com/gjedeer/tuntox'
+license=('GPL3')
+depends=('toxcore')
+makedepends=('git' 'cscope')
+source=("git+https://github.com/gjedeer/tuntox.git#commit=$_commit"  #tag=$pkgver
+       )
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
+}
+
+build() {
+  cd $pkgname
+
+  make gitversion.h tuntox_nostatic  # use dynamic linking
+  mv tuntox_nostatic tuntox
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
+  install -Dm644 scripts/tuntox.service "$pkgdir/usr/lib/systemd/system/tuntox.service"
+}

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2016-12-21 14:27:13 UTC (rev 200808)
+++ community-testing-x86_64/PKGBUILD	2016-12-21 14:28:29 UTC (rev 200809)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jiachen Yang <farseerfc at gmail.com>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=tuntox
-pkgver=0.0.5.6d74a7a
-_commit=6d74a7a2da9690ca56b3543a240d53b6b3915bf3
-pkgrel=1
-pkgdesc='Tunnel TCP connections over the Tox protocol'
-arch=('i686' 'x86_64')
-url='http://tuntox.pl/'
-license=('GPL3')
-depends=('toxcore')
-makedepends=('git' 'cscope')
-source=("git+https://github.com/gjedeer/tuntox.git#commit=$_commit"  #tag=$pkgver
-       )
-sha512sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
-}
-
-build() {
-  cd $pkgname
-
-  make gitversion.h tuntox_nostatic  # use dynamic linking
-  mv tuntox_nostatic tuntox
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
-  install -Dm644 scripts/tuntox.service "$pkgdir/usr/lib/systemd/system/tuntox.service"
-}

Copied: tuntox/repos/community-testing-x86_64/PKGBUILD (from rev 200808, tuntox/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-12-21 14:28:29 UTC (rev 200809)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jiachen Yang <farseerfc at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=tuntox
+pkgver=0.0.5.6d74a7a
+_commit=6d74a7a2da9690ca56b3543a240d53b6b3915bf3
+pkgrel=2
+pkgdesc='Tunnel TCP connections over the Tox protocol'
+arch=('i686' 'x86_64')
+url='https://github.com/gjedeer/tuntox'
+license=('GPL3')
+depends=('toxcore')
+makedepends=('git' 'cscope')
+source=("git+https://github.com/gjedeer/tuntox.git#commit=$_commit"  #tag=$pkgver
+       )
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
+}
+
+build() {
+  cd $pkgname
+
+  make gitversion.h tuntox_nostatic  # use dynamic linking
+  mv tuntox_nostatic tuntox
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
+  install -Dm644 scripts/tuntox.service "$pkgdir/usr/lib/systemd/system/tuntox.service"
+}



More information about the arch-commits mailing list