[arch-commits] Commit in go-ipfs/repos (8 files)

Anatol Pomozov anatolik at archlinux.org
Tue Dec 8 23:14:58 UTC 2015


    Date: Wednesday, December 9, 2015 @ 00:14:58
  Author: anatolik
Revision: 151191

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

Added:
  go-ipfs/repos/community-i686/PKGBUILD
    (from rev 151190, go-ipfs/trunk/PKGBUILD)
  go-ipfs/repos/community-i686/ipfs.service
    (from rev 151190, go-ipfs/trunk/ipfs.service)
  go-ipfs/repos/community-x86_64/PKGBUILD
    (from rev 151190, go-ipfs/trunk/PKGBUILD)
  go-ipfs/repos/community-x86_64/ipfs.service
    (from rev 151190, go-ipfs/trunk/ipfs.service)
Deleted:
  go-ipfs/repos/community-i686/PKGBUILD
  go-ipfs/repos/community-i686/ipfs.service
  go-ipfs/repos/community-x86_64/PKGBUILD
  go-ipfs/repos/community-x86_64/ipfs.service

-------------------------------+
 /PKGBUILD                     |   84 ++++++++++++++++++++++++++++++++++++++++
 /ipfs.service                 |   18 ++++++++
 community-i686/PKGBUILD       |   44 --------------------
 community-i686/ipfs.service   |    9 ----
 community-x86_64/PKGBUILD     |   44 --------------------
 community-x86_64/ipfs.service |    9 ----
 6 files changed, 102 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-12-08 23:14:11 UTC (rev 151190)
+++ community-i686/PKGBUILD	2015-12-08 23:14:58 UTC (rev 151191)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: kpcyrd <git at rxv.cc>
-# Contributor: Frederik “Freso” S. Olesen <freso.dk at gmail.com>
-# Contributor: Ian Naval <ianonavy at gmail.com>
-
-pkgname=go-ipfs
-pkgver=0.3.9
-pkgrel=1
-pkgdesc='The InterPlanetary File System is a peer-to-peer hypermedia distribution protocol'
-url='http://ipfs.io/'
-arch=(i686 x86_64)
-license=(MIT)
-conflicts=(ipfs)
-replaces=(ipfs)
-depends=(glibc)
-makedepends=(go)
-optdepends=('fuse: for mounting/advanced use')
-source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
-	ipfs.service)
-sha512sums=('34d441f3dee23fb3002b319a5d925f4a436f80c25cbaf100c5cd13686fd4e0cc18864f11da7ac163fead78149d26a9cfac30a884e191cd019b841bd2672ee643'
-            '1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6')
-
-prepare() {
-  cd go-ipfs-$pkgver
-
-  mkdir -p .gopath/src/github.com/ipfs
-  ln -sf "$PWD" .gopath/src/github.com/ipfs/go-ipfs
-}
-
-build() {
-  cd go-ipfs-$pkgver/cmd/ipfs
-  GOPATH="$PWD/../../.gopath" go build -v
-}
-
-package() {
-  cd go-ipfs-$pkgver
-
-  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
-  install -Dm 644  ../ipfs.service "$pkgdir/usr/lib/systemd/user/ipfs.service"
-  install -Dm 644 misc/completion/ipfs-completion.bash "$pkgdir/etc/bash_completion.d/ipfs"
-  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-  install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-}

Copied: go-ipfs/repos/community-i686/PKGBUILD (from rev 151190, go-ipfs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-12-08 23:14:58 UTC (rev 151191)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: kpcyrd <git at rxv.cc>
+# Contributor: Frederik “Freso” S. Olesen <freso.dk at gmail.com>
+# Contributor: Ian Naval <ianonavy at gmail.com>
+
+pkgname=go-ipfs
+pkgver=0.3.10
+pkgrel=1
+pkgdesc='The InterPlanetary File System is a peer-to-peer hypermedia distribution protocol'
+url='http://ipfs.io/'
+arch=(i686 x86_64)
+license=(MIT)
+depends=(glibc)
+makedepends=(go)
+optdepends=('fuse: for mounting/advanced use')
+source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
+	ipfs.service)
+sha512sums=('ae1be5f62fd833987457fd5869c972db309166091e3b5fc1b5ae0635b77cf0e11bc72b82bf752f41d7fa0ba68e4391dd6ae55124b99e0e95bcfd17a574b7014d'
+            '1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6')
+
+prepare() {
+  cd go-ipfs-$pkgver
+
+  mkdir -p .gopath/src/github.com/ipfs
+  ln -sf "$PWD" .gopath/src/github.com/ipfs/go-ipfs
+}
+
+build() {
+  cd go-ipfs-$pkgver/cmd/ipfs
+  GOPATH="$PWD/../../.gopath" go build -v
+}
+
+package() {
+  cd go-ipfs-$pkgver
+
+  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
+  install -Dm 644  ../ipfs.service "$pkgdir/usr/lib/systemd/user/ipfs.service"
+  install -Dm 644 misc/completion/ipfs-completion.bash "$pkgdir/etc/bash_completion.d/ipfs"
+  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+  install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}

Deleted: community-i686/ipfs.service
===================================================================
--- community-i686/ipfs.service	2015-12-08 23:14:11 UTC (rev 151190)
+++ community-i686/ipfs.service	2015-12-08 23:14:58 UTC (rev 151191)
@@ -1,9 +0,0 @@
-[Unit]
-Description=InterPlanetary File System (IPFS) daemon
-
-[Service]
-ExecStart=/usr/bin/ipfs daemon
-Restart=on-failure
-
-[Install]
-WantedBy=default.target

Copied: go-ipfs/repos/community-i686/ipfs.service (from rev 151190, go-ipfs/trunk/ipfs.service)
===================================================================
--- community-i686/ipfs.service	                        (rev 0)
+++ community-i686/ipfs.service	2015-12-08 23:14:58 UTC (rev 151191)
@@ -0,0 +1,9 @@
+[Unit]
+Description=InterPlanetary File System (IPFS) daemon
+
+[Service]
+ExecStart=/usr/bin/ipfs daemon
+Restart=on-failure
+
+[Install]
+WantedBy=default.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-12-08 23:14:11 UTC (rev 151190)
+++ community-x86_64/PKGBUILD	2015-12-08 23:14:58 UTC (rev 151191)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: kpcyrd <git at rxv.cc>
-# Contributor: Frederik “Freso” S. Olesen <freso.dk at gmail.com>
-# Contributor: Ian Naval <ianonavy at gmail.com>
-
-pkgname=go-ipfs
-pkgver=0.3.9
-pkgrel=1
-pkgdesc='The InterPlanetary File System is a peer-to-peer hypermedia distribution protocol'
-url='http://ipfs.io/'
-arch=(i686 x86_64)
-license=(MIT)
-conflicts=(ipfs)
-replaces=(ipfs)
-depends=(glibc)
-makedepends=(go)
-optdepends=('fuse: for mounting/advanced use')
-source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
-	ipfs.service)
-sha512sums=('34d441f3dee23fb3002b319a5d925f4a436f80c25cbaf100c5cd13686fd4e0cc18864f11da7ac163fead78149d26a9cfac30a884e191cd019b841bd2672ee643'
-            '1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6')
-
-prepare() {
-  cd go-ipfs-$pkgver
-
-  mkdir -p .gopath/src/github.com/ipfs
-  ln -sf "$PWD" .gopath/src/github.com/ipfs/go-ipfs
-}
-
-build() {
-  cd go-ipfs-$pkgver/cmd/ipfs
-  GOPATH="$PWD/../../.gopath" go build -v
-}
-
-package() {
-  cd go-ipfs-$pkgver
-
-  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
-  install -Dm 644  ../ipfs.service "$pkgdir/usr/lib/systemd/user/ipfs.service"
-  install -Dm 644 misc/completion/ipfs-completion.bash "$pkgdir/etc/bash_completion.d/ipfs"
-  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-  install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-}

Copied: go-ipfs/repos/community-x86_64/PKGBUILD (from rev 151190, go-ipfs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-12-08 23:14:58 UTC (rev 151191)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: kpcyrd <git at rxv.cc>
+# Contributor: Frederik “Freso” S. Olesen <freso.dk at gmail.com>
+# Contributor: Ian Naval <ianonavy at gmail.com>
+
+pkgname=go-ipfs
+pkgver=0.3.10
+pkgrel=1
+pkgdesc='The InterPlanetary File System is a peer-to-peer hypermedia distribution protocol'
+url='http://ipfs.io/'
+arch=(i686 x86_64)
+license=(MIT)
+depends=(glibc)
+makedepends=(go)
+optdepends=('fuse: for mounting/advanced use')
+source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
+	ipfs.service)
+sha512sums=('ae1be5f62fd833987457fd5869c972db309166091e3b5fc1b5ae0635b77cf0e11bc72b82bf752f41d7fa0ba68e4391dd6ae55124b99e0e95bcfd17a574b7014d'
+            '1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6')
+
+prepare() {
+  cd go-ipfs-$pkgver
+
+  mkdir -p .gopath/src/github.com/ipfs
+  ln -sf "$PWD" .gopath/src/github.com/ipfs/go-ipfs
+}
+
+build() {
+  cd go-ipfs-$pkgver/cmd/ipfs
+  GOPATH="$PWD/../../.gopath" go build -v
+}
+
+package() {
+  cd go-ipfs-$pkgver
+
+  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
+  install -Dm 644  ../ipfs.service "$pkgdir/usr/lib/systemd/user/ipfs.service"
+  install -Dm 644 misc/completion/ipfs-completion.bash "$pkgdir/etc/bash_completion.d/ipfs"
+  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+  install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}

Deleted: community-x86_64/ipfs.service
===================================================================
--- community-x86_64/ipfs.service	2015-12-08 23:14:11 UTC (rev 151190)
+++ community-x86_64/ipfs.service	2015-12-08 23:14:58 UTC (rev 151191)
@@ -1,9 +0,0 @@
-[Unit]
-Description=InterPlanetary File System (IPFS) daemon
-
-[Service]
-ExecStart=/usr/bin/ipfs daemon
-Restart=on-failure
-
-[Install]
-WantedBy=default.target

Copied: go-ipfs/repos/community-x86_64/ipfs.service (from rev 151190, go-ipfs/trunk/ipfs.service)
===================================================================
--- community-x86_64/ipfs.service	                        (rev 0)
+++ community-x86_64/ipfs.service	2015-12-08 23:14:58 UTC (rev 151191)
@@ -0,0 +1,9 @@
+[Unit]
+Description=InterPlanetary File System (IPFS) daemon
+
+[Service]
+ExecStart=/usr/bin/ipfs daemon
+Restart=on-failure
+
+[Install]
+WantedBy=default.target



More information about the arch-commits mailing list