[arch-commits] Commit in go-ipfs/repos (8 files)
Johannes Löthberg
demize at archlinux.org
Tue Oct 11 13:08:37 UTC 2016
Date: Tuesday, October 11, 2016 @ 13:08:37
Author: demize
Revision: 191921
archrelease: copy trunk to community-i686, community-x86_64
Added:
go-ipfs/repos/community-i686/PKGBUILD
(from rev 191920, go-ipfs/trunk/PKGBUILD)
go-ipfs/repos/community-i686/ipfs.service
(from rev 191920, go-ipfs/trunk/ipfs.service)
go-ipfs/repos/community-x86_64/PKGBUILD
(from rev 191920, go-ipfs/trunk/PKGBUILD)
go-ipfs/repos/community-x86_64/ipfs.service
(from rev 191920, 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 | 98 ++++++++++++++++++++++++++++++++++++++++
/ipfs.service | 18 +++++++
community-i686/PKGBUILD | 49 --------------------
community-i686/ipfs.service | 9 ---
community-x86_64/PKGBUILD | 49 --------------------
community-x86_64/ipfs.service | 9 ---
6 files changed, 116 insertions(+), 116 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-10-11 13:08:25 UTC (rev 191920)
+++ community-i686/PKGBUILD 2016-10-11 13:08:37 UTC (rev 191921)
@@ -1,49 +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.4.3
-pkgrel=1
-
-pkgdesc='A peer-to-peer hypermedia distribution protocol'
-url='http://ipfs.io/'
-arch=(i686 x86_64)
-license=(MIT)
-
-depends=(glibc)
-optdepends=('fuse: for mounting/advanced use')
-makedepends=(go git)
-
-source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
- ipfs.service)
-sha512sums=('4990b34d4b8319d0cc9b94505df22544b871c83e9b84468c424623eafd3d3f6353eb81c34e2cc61bb56c2e683a675334fc99c9a3ff0ed2aa602adecaf2d10525'
- '1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6')
-
-prepare() {
- export GOPATH="$PWD"/.gopath
- mkdir -p "$GOPATH"/src/github.com/ipfs
- ln -sf "$PWD"/go-ipfs-$pkgver "$GOPATH"/src/github.com/ipfs/go-ipfs
-
- cd "$GOPATH"/src/github.com/ipfs/go-ipfs
- make gx_check
-}
-
-build() {
- export PATH="$PATH":"$PWD"/.gopath/bin
- cd "$GOPATH"/src/github.com/ipfs/go-ipfs
-
- make build
-}
-
-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/usr/share/bash-completion/completions/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 191920, go-ipfs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-11 13:08:37 UTC (rev 191921)
@@ -0,0 +1,49 @@
+# $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.4.4
+pkgrel=1
+
+pkgdesc='A peer-to-peer hypermedia distribution protocol'
+url='http://ipfs.io/'
+arch=(i686 x86_64)
+license=(MIT)
+
+depends=(glibc)
+optdepends=('fuse: for mounting/advanced use')
+makedepends=(go git)
+
+source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
+ ipfs.service)
+sha512sums=('71e3bfd0c29a32575fd803a09f1463243cf379cb3a52781cdb758293415ca4ed85e9a9ad9fbd57a9c22767ac336ecf279dd6bfae6858b5c8c13816bca93ab112'
+ '1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6')
+
+prepare() {
+ export GOPATH="$PWD"/.gopath
+ mkdir -p "$GOPATH"/src/github.com/ipfs
+ ln -sf "$PWD"/go-ipfs-$pkgver "$GOPATH"/src/github.com/ipfs/go-ipfs
+
+ cd "$GOPATH"/src/github.com/ipfs/go-ipfs
+ make gx_check
+}
+
+build() {
+ export PATH="$PATH":"$PWD"/.gopath/bin
+ cd "$GOPATH"/src/github.com/ipfs/go-ipfs
+
+ make build
+}
+
+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/usr/share/bash-completion/completions/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 2016-10-11 13:08:25 UTC (rev 191920)
+++ community-i686/ipfs.service 2016-10-11 13:08:37 UTC (rev 191921)
@@ -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 191920, go-ipfs/trunk/ipfs.service)
===================================================================
--- community-i686/ipfs.service (rev 0)
+++ community-i686/ipfs.service 2016-10-11 13:08:37 UTC (rev 191921)
@@ -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 2016-10-11 13:08:25 UTC (rev 191920)
+++ community-x86_64/PKGBUILD 2016-10-11 13:08:37 UTC (rev 191921)
@@ -1,49 +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.4.3
-pkgrel=1
-
-pkgdesc='A peer-to-peer hypermedia distribution protocol'
-url='http://ipfs.io/'
-arch=(i686 x86_64)
-license=(MIT)
-
-depends=(glibc)
-optdepends=('fuse: for mounting/advanced use')
-makedepends=(go git)
-
-source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
- ipfs.service)
-sha512sums=('4990b34d4b8319d0cc9b94505df22544b871c83e9b84468c424623eafd3d3f6353eb81c34e2cc61bb56c2e683a675334fc99c9a3ff0ed2aa602adecaf2d10525'
- '1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6')
-
-prepare() {
- export GOPATH="$PWD"/.gopath
- mkdir -p "$GOPATH"/src/github.com/ipfs
- ln -sf "$PWD"/go-ipfs-$pkgver "$GOPATH"/src/github.com/ipfs/go-ipfs
-
- cd "$GOPATH"/src/github.com/ipfs/go-ipfs
- make gx_check
-}
-
-build() {
- export PATH="$PATH":"$PWD"/.gopath/bin
- cd "$GOPATH"/src/github.com/ipfs/go-ipfs
-
- make build
-}
-
-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/usr/share/bash-completion/completions/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 191920, go-ipfs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-11 13:08:37 UTC (rev 191921)
@@ -0,0 +1,49 @@
+# $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.4.4
+pkgrel=1
+
+pkgdesc='A peer-to-peer hypermedia distribution protocol'
+url='http://ipfs.io/'
+arch=(i686 x86_64)
+license=(MIT)
+
+depends=(glibc)
+optdepends=('fuse: for mounting/advanced use')
+makedepends=(go git)
+
+source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
+ ipfs.service)
+sha512sums=('71e3bfd0c29a32575fd803a09f1463243cf379cb3a52781cdb758293415ca4ed85e9a9ad9fbd57a9c22767ac336ecf279dd6bfae6858b5c8c13816bca93ab112'
+ '1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6')
+
+prepare() {
+ export GOPATH="$PWD"/.gopath
+ mkdir -p "$GOPATH"/src/github.com/ipfs
+ ln -sf "$PWD"/go-ipfs-$pkgver "$GOPATH"/src/github.com/ipfs/go-ipfs
+
+ cd "$GOPATH"/src/github.com/ipfs/go-ipfs
+ make gx_check
+}
+
+build() {
+ export PATH="$PATH":"$PWD"/.gopath/bin
+ cd "$GOPATH"/src/github.com/ipfs/go-ipfs
+
+ make build
+}
+
+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/usr/share/bash-completion/completions/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 2016-10-11 13:08:25 UTC (rev 191920)
+++ community-x86_64/ipfs.service 2016-10-11 13:08:37 UTC (rev 191921)
@@ -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 191920, go-ipfs/trunk/ipfs.service)
===================================================================
--- community-x86_64/ipfs.service (rev 0)
+++ community-x86_64/ipfs.service 2016-10-11 13:08:37 UTC (rev 191921)
@@ -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