[arch-commits] Commit in meshbird/repos (12 files)

Felix Yan felixonmars at archlinux.org
Thu Jul 20 15:49:05 UTC 2017


    Date: Thursday, July 20, 2017 @ 15:49:05
  Author: felixonmars
Revision: 245841

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

Added:
  meshbird/repos/community-i686/PKGBUILD
    (from rev 245840, meshbird/trunk/PKGBUILD)
  meshbird/repos/community-i686/meshbird.conf
    (from rev 245840, meshbird/trunk/meshbird.conf)
  meshbird/repos/community-i686/meshbird.service
    (from rev 245840, meshbird/trunk/meshbird.service)
  meshbird/repos/community-x86_64/PKGBUILD
    (from rev 245840, meshbird/trunk/PKGBUILD)
  meshbird/repos/community-x86_64/meshbird.conf
    (from rev 245840, meshbird/trunk/meshbird.conf)
  meshbird/repos/community-x86_64/meshbird.service
    (from rev 245840, meshbird/trunk/meshbird.service)
Deleted:
  meshbird/repos/community-i686/PKGBUILD
  meshbird/repos/community-i686/meshbird.conf
  meshbird/repos/community-i686/meshbird.service
  meshbird/repos/community-x86_64/PKGBUILD
  meshbird/repos/community-x86_64/meshbird.conf
  meshbird/repos/community-x86_64/meshbird.service

-----------------------------------+
 /PKGBUILD                         |   74 ++++++++++++++++++++++++++++++++++++
 /meshbird.conf                    |    2 
 /meshbird.service                 |   22 ++++++++++
 community-i686/PKGBUILD           |   37 ------------------
 community-i686/meshbird.conf      |    1 
 community-i686/meshbird.service   |   11 -----
 community-x86_64/PKGBUILD         |   37 ------------------
 community-x86_64/meshbird.conf    |    1 
 community-x86_64/meshbird.service |   11 -----
 9 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-07-20 15:48:29 UTC (rev 245840)
+++ community-i686/PKGBUILD	2017-07-20 15:49:05 UTC (rev 245841)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=meshbird
-pkgver=0.2
-pkgrel=1
-pkgdesc="GO Simple Tunnel"
-arch=('i686' 'x86_64')
-url="https://github.com/meshbird/meshbird"
-license=('Apache')
-depends=('glibc')
-makedepends=('git' 'go')
-backup=(etc/meshbird.conf)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/meshbird/meshbird/archive/v$pkgver.tar.gz"
-        meshbird.service meshbird.conf)
-md5sums=('989a59013a4bb0da94e31ea08fe6e8ba'
-         'c8947f4684023c7e9eb2a9f6634ed5a9'
-         '4e7d7a2569f88a8eecda6cddac939d4a')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir"/.gopath
-
-  go get github.com/codegangsta/cli github.com/meshbird/meshbird
-}
-
-build() {
-  cd meshbird-$pkgver
-  go build # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd meshbird-$pkgver
-  install -Dm755 meshbird-$pkgver "$pkgdir"/usr/bin/meshbird
-  install -Dm644 "$srcdir"/meshbird.service "$pkgdir"/usr/lib/systemd/system/meshbird.service
-  install -Dm644 "$srcdir"/meshbird.conf "$pkgdir"/etc/meshbird.conf
-}

Copied: meshbird/repos/community-i686/PKGBUILD (from rev 245840, meshbird/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-20 15:49:05 UTC (rev 245841)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=meshbird
+pkgver=0.2
+pkgrel=2
+pkgdesc="Distributed private networking"
+arch=('i686' 'x86_64')
+url="https://github.com/meshbird/meshbird"
+license=('Apache')
+depends=('glibc')
+makedepends=('git' 'go')
+backup=(etc/meshbird.conf)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/meshbird/meshbird/archive/v$pkgver.tar.gz"
+        meshbird.service meshbird.conf)
+sha512sums=('7e1d5453b7953c9c522207afcb97b9a88824f03493e77bed1626f578a6a34e152da6c7ab81bec1b1d1b2a32b3a74e1bf4f20877749c3b6b75e64321550a054d5'
+            'b9b552f09d9f98c4ff90ce3d31b15f7a5c2453c1535fa17454043826bf5f108510a7a7512ef79dfd7b4d53615d06c690fe8fdd878a6894f8dc75ee934c0328e7'
+            '08a493f299549b9eea830e1201d2131314b2c0c931c9fdd06a30e849c90368c7809c6a42bfded33aec44403cd8f61caad168b54bad08f5b21867f2d562f0c872')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir"/.gopath
+
+  go get github.com/codegangsta/cli github.com/meshbird/meshbird
+}
+
+build() {
+  cd meshbird-$pkgver
+  go build # -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd meshbird-$pkgver
+  install -Dm755 meshbird-$pkgver "$pkgdir"/usr/bin/meshbird
+  install -Dm644 "$srcdir"/meshbird.service "$pkgdir"/usr/lib/systemd/system/meshbird.service
+  install -Dm644 "$srcdir"/meshbird.conf "$pkgdir"/etc/meshbird.conf
+}

Deleted: community-i686/meshbird.conf
===================================================================
--- community-i686/meshbird.conf	2017-07-20 15:48:29 UTC (rev 245840)
+++ community-i686/meshbird.conf	2017-07-20 15:49:05 UTC (rev 245841)
@@ -1 +0,0 @@
-MESHBIRD_KEY="CHANGE_THIS"

Copied: meshbird/repos/community-i686/meshbird.conf (from rev 245840, meshbird/trunk/meshbird.conf)
===================================================================
--- community-i686/meshbird.conf	                        (rev 0)
+++ community-i686/meshbird.conf	2017-07-20 15:49:05 UTC (rev 245841)
@@ -0,0 +1 @@
+MESHBIRD_KEY="CHANGE_THIS"

Deleted: community-i686/meshbird.service
===================================================================
--- community-i686/meshbird.service	2017-07-20 15:48:29 UTC (rev 245840)
+++ community-i686/meshbird.service	2017-07-20 15:49:05 UTC (rev 245841)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Meshbird Service
-After=network.target
-
-[Service]
-Type=simple
-EnvironmentFile=/etc/meshbird.conf
-ExecStart=/usr/bin/meshbird join
-
-[Install]
-WantedBy=multi-user.target

Copied: meshbird/repos/community-i686/meshbird.service (from rev 245840, meshbird/trunk/meshbird.service)
===================================================================
--- community-i686/meshbird.service	                        (rev 0)
+++ community-i686/meshbird.service	2017-07-20 15:49:05 UTC (rev 245841)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Meshbird Service
+After=network.target
+
+[Service]
+Type=simple
+EnvironmentFile=/etc/meshbird.conf
+ExecStart=/usr/bin/meshbird join
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-07-20 15:48:29 UTC (rev 245840)
+++ community-x86_64/PKGBUILD	2017-07-20 15:49:05 UTC (rev 245841)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=meshbird
-pkgver=0.2
-pkgrel=1
-pkgdesc="GO Simple Tunnel"
-arch=('i686' 'x86_64')
-url="https://github.com/meshbird/meshbird"
-license=('Apache')
-depends=('glibc')
-makedepends=('git' 'go')
-backup=(etc/meshbird.conf)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/meshbird/meshbird/archive/v$pkgver.tar.gz"
-        meshbird.service meshbird.conf)
-md5sums=('989a59013a4bb0da94e31ea08fe6e8ba'
-         'c8947f4684023c7e9eb2a9f6634ed5a9'
-         '4e7d7a2569f88a8eecda6cddac939d4a')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir"/.gopath
-
-  go get github.com/codegangsta/cli github.com/meshbird/meshbird
-}
-
-build() {
-  cd meshbird-$pkgver
-  go build # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd meshbird-$pkgver
-  install -Dm755 meshbird-$pkgver "$pkgdir"/usr/bin/meshbird
-  install -Dm644 "$srcdir"/meshbird.service "$pkgdir"/usr/lib/systemd/system/meshbird.service
-  install -Dm644 "$srcdir"/meshbird.conf "$pkgdir"/etc/meshbird.conf
-}

Copied: meshbird/repos/community-x86_64/PKGBUILD (from rev 245840, meshbird/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-20 15:49:05 UTC (rev 245841)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=meshbird
+pkgver=0.2
+pkgrel=2
+pkgdesc="Distributed private networking"
+arch=('i686' 'x86_64')
+url="https://github.com/meshbird/meshbird"
+license=('Apache')
+depends=('glibc')
+makedepends=('git' 'go')
+backup=(etc/meshbird.conf)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/meshbird/meshbird/archive/v$pkgver.tar.gz"
+        meshbird.service meshbird.conf)
+sha512sums=('7e1d5453b7953c9c522207afcb97b9a88824f03493e77bed1626f578a6a34e152da6c7ab81bec1b1d1b2a32b3a74e1bf4f20877749c3b6b75e64321550a054d5'
+            'b9b552f09d9f98c4ff90ce3d31b15f7a5c2453c1535fa17454043826bf5f108510a7a7512ef79dfd7b4d53615d06c690fe8fdd878a6894f8dc75ee934c0328e7'
+            '08a493f299549b9eea830e1201d2131314b2c0c931c9fdd06a30e849c90368c7809c6a42bfded33aec44403cd8f61caad168b54bad08f5b21867f2d562f0c872')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir"/.gopath
+
+  go get github.com/codegangsta/cli github.com/meshbird/meshbird
+}
+
+build() {
+  cd meshbird-$pkgver
+  go build # -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd meshbird-$pkgver
+  install -Dm755 meshbird-$pkgver "$pkgdir"/usr/bin/meshbird
+  install -Dm644 "$srcdir"/meshbird.service "$pkgdir"/usr/lib/systemd/system/meshbird.service
+  install -Dm644 "$srcdir"/meshbird.conf "$pkgdir"/etc/meshbird.conf
+}

Deleted: community-x86_64/meshbird.conf
===================================================================
--- community-x86_64/meshbird.conf	2017-07-20 15:48:29 UTC (rev 245840)
+++ community-x86_64/meshbird.conf	2017-07-20 15:49:05 UTC (rev 245841)
@@ -1 +0,0 @@
-MESHBIRD_KEY="CHANGE_THIS"

Copied: meshbird/repos/community-x86_64/meshbird.conf (from rev 245840, meshbird/trunk/meshbird.conf)
===================================================================
--- community-x86_64/meshbird.conf	                        (rev 0)
+++ community-x86_64/meshbird.conf	2017-07-20 15:49:05 UTC (rev 245841)
@@ -0,0 +1 @@
+MESHBIRD_KEY="CHANGE_THIS"

Deleted: community-x86_64/meshbird.service
===================================================================
--- community-x86_64/meshbird.service	2017-07-20 15:48:29 UTC (rev 245840)
+++ community-x86_64/meshbird.service	2017-07-20 15:49:05 UTC (rev 245841)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Meshbird Service
-After=network.target
-
-[Service]
-Type=simple
-EnvironmentFile=/etc/meshbird.conf
-ExecStart=/usr/bin/meshbird join
-
-[Install]
-WantedBy=multi-user.target

Copied: meshbird/repos/community-x86_64/meshbird.service (from rev 245840, meshbird/trunk/meshbird.service)
===================================================================
--- community-x86_64/meshbird.service	                        (rev 0)
+++ community-x86_64/meshbird.service	2017-07-20 15:49:05 UTC (rev 245841)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Meshbird Service
+After=network.target
+
+[Service]
+Type=simple
+EnvironmentFile=/etc/meshbird.conf
+ExecStart=/usr/bin/meshbird join
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list