[arch-commits] Commit in zcash/repos/community-x86_64 (6 files)

2020-12-21 Thread Nicola Squartini via arch-commits
Date: Tuesday, December 22, 2020 @ 05:49:01
  Author: tensor5
Revision: 781785

archrelease: copy trunk to community-x86_64

Added:
  zcash/repos/community-x86_64/PKGBUILD
(from rev 781784, zcash/trunk/PKGBUILD)
  zcash/repos/community-x86_64/use-system-rust.patch
(from rev 781784, zcash/trunk/use-system-rust.patch)
  zcash/repos/community-x86_64/zcashd.service
(from rev 781784, zcash/trunk/zcashd.service)
Deleted:
  zcash/repos/community-x86_64/PKGBUILD
  zcash/repos/community-x86_64/use-system-rust.patch
  zcash/repos/community-x86_64/zcashd.service

---+
 PKGBUILD  |  160 
 use-system-rust.patch |   28 
 zcashd.service|   18 ++---
 3 files changed, 105 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-22 05:48:25 UTC (rev 781784)
+++ PKGBUILD2020-12-22 05:49:01 UTC (rev 781785)
@@ -1,78 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=zcash
-pkgver=4.1.1
-_commit=6d856869e9c4cb9e6f3332db6fb04b956bb9fd3d
-_db_version=6.2.23
-_db_sha256_hash=47612c8991aa9ac2f6be721267c8d3cdccf5ac83105df8e50809daea24e95dc7
-pkgrel=3
-pkgdesc='Permissionless financial system employing zero-knowledge security'
-arch=('x86_64')
-url='https://z.cash/'
-license=('MIT')
-depends=('boost-libs' 'libevent' 'utf8cpp' 'zeromq')
-makedepends=('boost' 'cmake' 'git' 'gmock' 'python' 'rust' 'wget')
-checkdepends=('python-pyblake2' 'python-pyzmq' 'python-requests' 
'python-simplejson')
-source=("git+https://github.com/zcash/zcash.git#commit=${_commit};
-"https://download.oracle.com/berkeley-db/db-${_db_version}.tar.gz;
-'use-system-rust.patch'
-'zcashd.service')
-sha256sums=('SKIP'
-"${_db_sha256_hash}"
-'119e787cb22f2941ead286d2621fae7d6c4de6216e24615eb3c0f875e7a2547f'
-'7b0919ac447824199aff8c17b5a5799b46414818c6aed314506c5295d0ce9ccd')
-
-prepare() {
-cd ${pkgname}
-
-# Set gitattributes on src/clientversion.cpp
-git archive --format=tar ${_commit} -- src/clientversion.cpp | tar -xf -
-
-patch -Np1 -i ../use-system-rust.patch
-}
-
-build() {
-cd "db-${_db_version}/build_unix"
-
-../dist/configure \
---prefix=/ \
---disable-shared \
---enable-cxx \
---disable-replication \
---enable-option-checking \
---with-pic
-make libdb_cxx-6.2.a libdb-6.2.a
-make DESTDIR="${srcdir}/db-root" install
-
-cd "${srcdir}/${pkgname}"
-
-CPPFLAGS="${CPPFLAGS} -I${srcdir}/db-root/include -I/usr/include/utf8cpp"
-LDFLAGS="${LDFLAGS} -L${srcdir}/db-root/lib"
-
-./autogen.sh
-./configure --prefix=/usr \
---enable-online-rust
-make RUST_TARGET=x86_64-unknown-linux-gnu
-}
-
-check() {
-cd ${pkgname}
-
-./zcutil/fetch-params.sh --testnet
-export RUST_TARGET=x86_64-unknown-linux-gnu
-./qa/zcash/full_test_suite.py || true
-}
-
-package() {
-cd ${pkgname}
-
-make DESTDIR="${pkgdir}" RUST_TARGET=x86_64-unknown-linux-gnu install
-
-for ext in '-cli' '-tx' 'd'; do
-install -Dm644 contrib/zcash${ext}.bash-completion \
-"${pkgdir}"/usr/share/bash-completion/completions/zcash${ext}
-done
-
-install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../zcashd.service
-install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-}

Copied: zcash/repos/community-x86_64/PKGBUILD (from rev 781784, 
zcash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-22 05:49:01 UTC (rev 781785)
@@ -0,0 +1,82 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=zcash
+pkgver=4.2.0
+_commit=b812c3ad9dbfd3ca6763794dbb129a2499687677
+_db_version=6.2.23
+_db_sha256_hash=47612c8991aa9ac2f6be721267c8d3cdccf5ac83105df8e50809daea24e95dc7
+pkgrel=1
+pkgdesc='Permissionless financial system employing zero-knowledge security'
+arch=('x86_64')
+url='https://z.cash/'
+license=('MIT')
+depends=('boost-libs' 'libevent' 'zeromq')
+makedepends=('boost' 'cmake' 'git' 'gmock' 'python' 'rust' 'utf8cpp' 'wget')
+checkdepends=('python-pyblake2' 'python-pyzmq' 'python-requests' 
'python-simplejson')
+source=("git+https://github.com/zcash/zcash.git#commit=${_commit};
+"https://download.oracle.com/berkeley-db/db-${_db_version}.tar.gz;
+'use-system-rust.patch'
+'zcashd.service')
+sha256sums=('SKIP'
+"${_db_sha256_hash}"
+'119e787cb22f2941ead286d2621fae7d6c4de6216e24615eb3c0f875e7a2547f'
+'7b0919ac447824199aff8c17b5a5799b46414818c6aed314506c5295d0ce9ccd')
+
+prepare() {
+cd ${pkgname}
+
+# Set gitattributes on src/clientversion.cpp
+git archive --format=tar ${_commit} -- src/clientversion.cpp | tar -xf -
+
+patch -Np1 -i ../use-system-rust.patch
+}
+
+build() {
+cd "db-${_db_version}/build_unix"
+
+  

[arch-commits] Commit in zcash/repos/community-x86_64 (6 files)

2020-11-22 Thread Nicola Squartini via arch-commits
Date: Sunday, November 22, 2020 @ 12:01:05
  Author: tensor5
Revision: 758918

archrelease: copy trunk to community-x86_64

Added:
  zcash/repos/community-x86_64/PKGBUILD
(from rev 758917, zcash/trunk/PKGBUILD)
  zcash/repos/community-x86_64/use-system-rust.patch
(from rev 758917, zcash/trunk/use-system-rust.patch)
  zcash/repos/community-x86_64/zcashd.service
(from rev 758917, zcash/trunk/zcashd.service)
Deleted:
  zcash/repos/community-x86_64/PKGBUILD
  zcash/repos/community-x86_64/use-system-rust.patch
  zcash/repos/community-x86_64/zcashd.service

---+
 PKGBUILD  |  147 +---
 use-system-rust.patch |   28 -
 zcashd.service|   18 ++---
 3 files changed, 101 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-22 12:00:43 UTC (rev 758917)
+++ PKGBUILD2020-11-22 12:01:05 UTC (rev 758918)
@@ -1,69 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=zcash
-pkgver=4.0.0
-_commit=5e7e9687fc87a2426bafef2837174eac52978b4c
-pkgrel=2
-pkgdesc='Permissionless financial system employing zero-knowledge security'
-arch=('x86_64')
-url='https://z.cash/'
-license=('MIT')
-depends=('boost-libs' 'libevent' 'zeromq')
-makedepends=('boost' 'cmake' 'git' 'gmock' 'python' 'rust' 'wget')
-checkdepends=('python-pyblake2' 'python-pyzmq' 'python-requests' 
'python-simplejson')
-source=("git+https://github.com/zcash/zcash.git#commit=${_commit};
-'use-system-rust.patch'
-'zcashd.service')
-sha512sums=('SKIP'
-
'1267fc174df81a80a1b0f2e1a6bbaaa6fa95402c83bc6a8678b582ed6c7f7a02eeed0f61c9600496aa782f9fb9fec6dc9ac419d366d059306a5c4f97a5a166f0'
-
'2fb8b0a636ca9c7ee15f0fd2c47046c8323ade3de9562f393da7541eee50dd14b12107dd29b0e1ee90ff88963e2f7e25b12435166a1812df5c88c579c12dde88')
-
-prepare() {
-cd ${pkgname}
-
-# Set gitattributes on src/clientversion.cpp
-git archive --format=tar ${_commit} -- src/clientversion.cpp | tar -xf -
-
-patch -Np1 -i ../use-system-rust.patch
-}
-
-build() {
-cd ${pkgname}
-
-cd depends
-make install \
-native_packages='' \
-packages="bdb utfcpp"
-cd ..
-
-BUILD="$(./depends/config.guess)"
-CPPFLAGS="${CPPFLAGS} -I${PWD}/depends/${BUILD}/include"
-LDFLAGS="${LDFLAGS} -L${PWD}/depends/${BUILD}/lib"
-
-./autogen.sh
-depends_prefix="${PWD}/depends/${BUILD}" ./configure --prefix=/usr \
---enable-online-rust
-make RUST_TARGET="${BUILD}"
-}
-
-check() {
-cd ${pkgname}
-
-./zcutil/fetch-params.sh --testnet
-export RUST_TARGET="$(./depends/config.guess)"
-./qa/zcash/full_test_suite.py || true
-}
-
-package() {
-cd ${pkgname}
-
-make DESTDIR="${pkgdir}" RUST_TARGET="$(./depends/config.guess)" install
-
-for ext in '-cli' '-tx' 'd'; do
-install -Dm644 contrib/zcash${ext}.bash-completion \
-"${pkgdir}"/usr/share/bash-completion/completions/zcash${ext}
-done
-
-install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../zcashd.service
-install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-}

Copied: zcash/repos/community-x86_64/PKGBUILD (from rev 758917, 
zcash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-22 12:01:05 UTC (rev 758918)
@@ -0,0 +1,78 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=zcash
+pkgver=4.1.1
+_commit=6d856869e9c4cb9e6f3332db6fb04b956bb9fd3d
+_db_version=6.2.23
+_db_sha256_hash=47612c8991aa9ac2f6be721267c8d3cdccf5ac83105df8e50809daea24e95dc7
+pkgrel=1
+pkgdesc='Permissionless financial system employing zero-knowledge security'
+arch=('x86_64')
+url='https://z.cash/'
+license=('MIT')
+depends=('boost-libs' 'libevent' 'utf8cpp' 'zeromq')
+makedepends=('boost' 'cmake' 'git' 'gmock' 'python' 'rust' 'wget')
+checkdepends=('python-pyblake2' 'python-pyzmq' 'python-requests' 
'python-simplejson')
+source=("git+https://github.com/zcash/zcash.git#commit=${_commit};
+"https://download.oracle.com/berkeley-db/db-${_db_version}.tar.gz;
+'use-system-rust.patch'
+'zcashd.service')
+sha256sums=('SKIP'
+"${_db_sha256_hash}"
+'119e787cb22f2941ead286d2621fae7d6c4de6216e24615eb3c0f875e7a2547f'
+'7b0919ac447824199aff8c17b5a5799b46414818c6aed314506c5295d0ce9ccd')
+
+prepare() {
+cd ${pkgname}
+
+# Set gitattributes on src/clientversion.cpp
+git archive --format=tar ${_commit} -- src/clientversion.cpp | tar -xf -
+
+patch -Np1 -i ../use-system-rust.patch
+}
+
+build() {
+cd "db-${_db_version}/build_unix"
+
+../dist/configure \
+--prefix=/ \
+--disable-shared \
+--enable-cxx \
+--disable-replication \
+--enable-option-checking \
+--with-pic
+make libdb_cxx-6.2.a libdb-6.2.a
+make 

[arch-commits] Commit in zcash/repos/community-x86_64 (6 files)

2018-01-17 Thread Nicola Squartini via arch-commits
Date: Wednesday, January 17, 2018 @ 16:14:45
  Author: tensor5
Revision: 283739

archrelease: copy trunk to community-x86_64

Added:
  zcash/repos/community-x86_64/PKGBUILD
(from rev 283737, zcash/trunk/PKGBUILD)
  zcash/repos/community-x86_64/boost-no-mt-suffix.patch
(from rev 283738, zcash/trunk/boost-no-mt-suffix.patch)
  zcash/repos/community-x86_64/use-system-rust.patch
(from rev 283738, zcash/trunk/use-system-rust.patch)
Deleted:
  zcash/repos/community-x86_64/PKGBUILD
  zcash/repos/community-x86_64/boost-no-mt-suffix.patch
  zcash/repos/community-x86_64/use-system-rust.patch

--+
 PKGBUILD |  134 ++---
 boost-no-mt-suffix.patch |   22 +++
 use-system-rust.patch|   20 +++---
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-17 16:14:28 UTC (rev 283738)
+++ PKGBUILD2018-01-17 16:14:45 UTC (rev 283739)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=zcash
-pkgver=1.0.13
-_commit=3ee1d04a8dff26e81aaf17095a0e2472bc70cf36
-pkgrel=2
-pkgdesc='Permissionless financial system employing zero-knowledge security'
-arch=('x86_64')
-url='https://z.cash/'
-license=('MIT')
-depends=('boost-libs' 'libevent' 'zeromq')
-makedepends=('boost' 'cargo' 'cmake' 'git' 'python' 'wget')
-checkdepends=('python' 'python2' 'python2-pyzmq')
-source=("git+https://github.com/zcash/zcash.git#commit=${_commit};
-"boost-no-mt-suffix.patch"
-"use-system-rust.patch")
-sha512sums=('SKIP'
-
'52fe5fb312d310514d70961b8c5c9afd6559b6bd36d531eb08c08264f2071cd94f4f569633e604b4e6e127a40511319ced1ccbe796ae5fc70453352ab15239f7'
-
'3663373af04318aa72d877f399f0c9e956d289ac876583e70afa2933bf4171f7441a399e043b2d29b1df6d19d29390bb69d4053cad4b75bef903a8685fcd23bf')
-
-prepare() {
-cd ${pkgname}
-
-# Set gitattributes on src/clientversion.cpp
-git archive --format=tar ${_commit} -- src/clientversion.cpp | tar -xf -
-
-patch -Np1 -i ../boost-no-mt-suffix.patch
-patch -Np1 -i ../use-system-rust.patch
-}
-
-build() {
-cd ${pkgname}
-
-cd depends
-make install \
-native_packages='' \
-packages='bdb googletest googlemock librustzcash proton'
-cd ..
-
-CPPFLAGS="${CPPFLAGS} -I$PWD/depends/${CARCH}-unknown-linux-gnu/include"
-LDFLAGS="${LDFLAGS} -L${PWD}/depends/${CARCH}-unknown-linux-gnu/lib 
-L${PWD}/depends/x86_64-unknown-linux-gnu/lib64"
-
-./autogen.sh
-depends_prefix="${PWD}/depends/x86_64-unknown-linux-gnu" ./configure 
--prefix=/usr
-make
-}
-
-check() {
-cd ${pkgname}
-
-# ./zcutil/fetch-params.sh
-# ./qa/zcash/full_test_suite.py
-}
-
-package() {
-cd ${pkgname}
-
-make DESTDIR="${pkgdir}" install
-
-for ext in '-cli' '-tx' 'd'; do
-install -Dm644 contrib/bitcoin${ext}.bash-completion \
-"${pkgdir}"/usr/share/bash-completion/completions/zcash${ext}
-done
-
-install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-}

Copied: zcash/repos/community-x86_64/PKGBUILD (from rev 283737, 
zcash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-17 16:14:45 UTC (rev 283739)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=zcash
+pkgver=1.0.14
+_commit=1ddecf644f6bab29545bb6333889fb059eb7970e
+pkgrel=1
+pkgdesc='Permissionless financial system employing zero-knowledge security'
+arch=('x86_64')
+url='https://z.cash/'
+license=('MIT')
+depends=('boost-libs' 'libevent' 'zeromq')
+makedepends=('boost' 'cargo' 'cmake' 'git' 'gmock' 'python' 'wget')
+checkdepends=('python' 'python2' 'python2-pyzmq')
+source=("git+https://github.com/zcash/zcash.git#commit=${_commit};
+"boost-no-mt-suffix.patch"
+"use-system-rust.patch")
+sha512sums=('SKIP'
+
'fa9ac59839ba6c6aabefb24296ae29914acf7089487377e7948fd684e32b1b499e8e15daccd10baf968905ec69ad2da8b91ff2c8d4724412d8143428ed4de23d'
+
'3663373af04318aa72d877f399f0c9e956d289ac876583e70afa2933bf4171f7441a399e043b2d29b1df6d19d29390bb69d4053cad4b75bef903a8685fcd23bf')
+
+prepare() {
+cd ${pkgname}
+
+# Set gitattributes on src/clientversion.cpp
+git archive --format=tar ${_commit} -- src/clientversion.cpp | tar -xf -
+
+patch -Np1 -i ../boost-no-mt-suffix.patch
+patch -Np1 -i ../use-system-rust.patch
+}
+
+build() {
+cd ${pkgname}
+
+cd depends
+make install \
+native_packages='' \
+packages='bdb librustzcash proton'
+cd ..
+
+CPPFLAGS="${CPPFLAGS} -I$PWD/depends/${CARCH}-unknown-linux-gnu/include"
+LDFLAGS="${LDFLAGS} -L${PWD}/depends/${CARCH}-unknown-linux-gnu/lib 
-L${PWD}/depends/x86_64-unknown-linux-gnu/lib64"
+
+./autogen.sh
+

[arch-commits] Commit in zcash/repos/community-x86_64 (6 files)

2017-03-04 Thread Nicola Squartini
Date: Saturday, March 4, 2017 @ 13:47:26
  Author: tensor5
Revision: 214876

archrelease: copy trunk to community-x86_64

Added:
  zcash/repos/community-x86_64/PKGBUILD
(from rev 214875, zcash/trunk/PKGBUILD)
  zcash/repos/community-x86_64/boost-no-mt-suffix.patch
(from rev 214875, zcash/trunk/boost-no-mt-suffix.patch)
  zcash/repos/community-x86_64/use-system-libraries.patch
(from rev 214875, zcash/trunk/use-system-libraries.patch)
Deleted:
  zcash/repos/community-x86_64/PKGBUILD
  zcash/repos/community-x86_64/boost-no-mt-suffix.patch
  zcash/repos/community-x86_64/use-system-libraries.patch

+
 PKGBUILD   |  142 +--
 boost-no-mt-suffix.patch   |   22 +++---
 use-system-libraries.patch |   22 +++---
 3 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-04 13:46:55 UTC (rev 214875)
+++ PKGBUILD2017-03-04 13:47:26 UTC (rev 214876)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=zcash
-pkgver=1.0.6
-pkgrel=2
-pkgdesc='Permissionless financial system employing zero-knowledge security'
-arch=('x86_64')
-url='https://z.cash/'
-license=('MIT')
-depends=('boost-libs' 'miniupnpc' 'zeromq')
-makedepends=('boost' 'wget')
-checkdepends=('python' 'python2' 'python2-pyzmq')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zcash/zcash/archive/v${pkgver}.tar.gz;
-"boost-no-mt-suffix.patch"
-"use-system-libraries.patch")
-sha256sums=('7073068e9501910534be25634ce0bf73258cd0bcdf244d555dbfd9450d556d8a'
-'55ebbffa2daf4a59135dc7b58b9553da21456934e676d6c08d4930bd14817c06'
-'ef8ab26635bb2608f03ddf991da3581060670161938171fa2e413758fa4bad3f')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-patch -Np1 -i ../boost-no-mt-suffix.patch
-patch -Np1 -i ../use-system-libraries.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-cd depends
-libs=('bdb' 'googletest' 'googlemock' 'libsnark' 'openssl')
-for lib in "${libs[@]}"; do
-make ${lib}
-done
-for lib in "${libs[@]}"; do
-tar -xzf built/x86_64-unknown-linux-gnu/${lib}/${lib}-*.tar.gz \
--C x86_64-unknown-linux-gnu
-done
-cd ..
-
-CPPFLAGS="${CPPFLAGS} -I$PWD/depends/x86_64-unknown-linux-gnu/include"
-LDFLAGS="${LDFLAGS} -L${PWD}/depends/x86_64-unknown-linux-gnu/lib"
-
-./autogen.sh
-./configure --prefix=/usr --with-gui=no
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-
-./qa/zcash/full-test-suite.sh
-
-# Run the RPC tests
-./zcutil/fetch-params.sh
-./qa/pull-tester/rpc-tests.sh
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-
-for ext in '-cli' '-tx' 'd'; do
-install -Dm644 contrib/bitcoin${ext}.bash-completion \
-"${pkgdir}"/usr/share/bash-completion/completions/zcash${ext}
-done
-
-install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-}

Copied: zcash/repos/community-x86_64/PKGBUILD (from rev 214875, 
zcash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-04 13:47:26 UTC (rev 214876)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=zcash
+pkgver=1.0.7
+pkgrel=1
+pkgdesc='Permissionless financial system employing zero-knowledge security'
+arch=('x86_64')
+url='https://z.cash/'
+license=('MIT')
+depends=('boost-libs' 'miniupnpc' 'zeromq')
+makedepends=('boost' 'wget')
+checkdepends=('python' 'python2' 'python2-pyzmq')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zcash/zcash/archive/v${pkgver}.tar.gz;
+"boost-no-mt-suffix.patch"
+"use-system-libraries.patch")
+sha256sums=('6254709ed0df4b635759158c46313206ab1d3ba6f96db0de94883223063c6ce4'
+'19c1a2f5f6623977c740322b0eb104766c72c5690fcf2bfefab956c81e80e583'
+'ef8ab26635bb2608f03ddf991da3581060670161938171fa2e413758fa4bad3f')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+patch -Np1 -i ../boost-no-mt-suffix.patch
+patch -Np1 -i ../use-system-libraries.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+cd depends
+libs=('bdb' 'googletest' 'googlemock' 'libsnark' 'openssl')
+for lib in "${libs[@]}"; do
+make ${lib}
+done
+for lib in "${libs[@]}"; do
+tar -xzf built/x86_64-unknown-linux-gnu/${lib}/${lib}-*.tar.gz \
+-C x86_64-unknown-linux-gnu
+done
+cd ..
+
+CPPFLAGS="${CPPFLAGS} -I$PWD/depends/x86_64-unknown-linux-gnu/include"
+LDFLAGS="${LDFLAGS} -L${PWD}/depends/x86_64-unknown-linux-gnu/lib"
+
+./autogen.sh
+./configure --prefix=/usr --with-gui=no
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+
+./qa/zcash/full-test-suite.sh
+
+# Run the RPC tests
+

[arch-commits] Commit in zcash/repos/community-x86_64 (6 files)

2017-02-12 Thread Nicola Squartini
Date: Sunday, February 12, 2017 @ 15:28:36
  Author: tensor5
Revision: 212048

archrelease: copy trunk to community-x86_64

Added:
  zcash/repos/community-x86_64/PKGBUILD
(from rev 212047, zcash/trunk/PKGBUILD)
  zcash/repos/community-x86_64/boost-no-mt-suffix.patch
(from rev 212047, zcash/trunk/boost-no-mt-suffix.patch)
  zcash/repos/community-x86_64/use-system-libraries.patch
(from rev 212047, zcash/trunk/use-system-libraries.patch)
Deleted:
  zcash/repos/community-x86_64/PKGBUILD
  zcash/repos/community-x86_64/boost-no-mt-suffix.patch
  zcash/repos/community-x86_64/use-system-libraries.patch

+
 PKGBUILD   |  142 +--
 boost-no-mt-suffix.patch   |   22 +++---
 use-system-libraries.patch |   22 +++---
 3 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-12 15:28:18 UTC (rev 212047)
+++ PKGBUILD2017-02-12 15:28:36 UTC (rev 212048)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=zcash
-pkgver=1.0.6
-pkgrel=1
-pkgdesc='Permissionless financial system employing zero-knowledge security'
-arch=('x86_64')
-url='https://z.cash/'
-license=('MIT')
-depends=('boost-libs' 'zeromq')
-makedepends=('boost' 'wget')
-checkdepends=('python' 'python2' 'python2-pyzmq')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zcash/zcash/archive/v${pkgver}.tar.gz;
-"boost-no-mt-suffix.patch"
-"use-system-libraries.patch")
-sha256sums=('7073068e9501910534be25634ce0bf73258cd0bcdf244d555dbfd9450d556d8a'
-'55ebbffa2daf4a59135dc7b58b9553da21456934e676d6c08d4930bd14817c06'
-'ef8ab26635bb2608f03ddf991da3581060670161938171fa2e413758fa4bad3f')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-patch -Np1 -i ../boost-no-mt-suffix.patch
-patch -Np1 -i ../use-system-libraries.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-cd depends
-libs=('bdb' 'googletest' 'googlemock' 'libsnark' 'openssl')
-for lib in "${libs[@]}"; do
-make ${lib}
-done
-for lib in "${libs[@]}"; do
-tar -xzf built/x86_64-unknown-linux-gnu/${lib}/${lib}-*.tar.gz \
--C x86_64-unknown-linux-gnu
-done
-cd ..
-
-CPPFLAGS="${CPPFLAGS} -I$PWD/depends/x86_64-unknown-linux-gnu/include"
-LDFLAGS="${LDFLAGS} -L${PWD}/depends/x86_64-unknown-linux-gnu/lib"
-
-./autogen.sh
-./configure --prefix=/usr --with-gui=no
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-
-./qa/zcash/full-test-suite.sh
-
-# Run the RPC tests
-./zcutil/fetch-params.sh
-./qa/pull-tester/rpc-tests.sh
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-
-for ext in '-cli' '-tx' 'd'; do
-install -Dm644 contrib/bitcoin${ext}.bash-completion \
-"${pkgdir}"/usr/share/bash-completion/completions/zcash${ext}
-done
-
-install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-}

Copied: zcash/repos/community-x86_64/PKGBUILD (from rev 212047, 
zcash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-12 15:28:36 UTC (rev 212048)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=zcash
+pkgver=1.0.6
+pkgrel=2
+pkgdesc='Permissionless financial system employing zero-knowledge security'
+arch=('x86_64')
+url='https://z.cash/'
+license=('MIT')
+depends=('boost-libs' 'miniupnpc' 'zeromq')
+makedepends=('boost' 'wget')
+checkdepends=('python' 'python2' 'python2-pyzmq')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zcash/zcash/archive/v${pkgver}.tar.gz;
+"boost-no-mt-suffix.patch"
+"use-system-libraries.patch")
+sha256sums=('7073068e9501910534be25634ce0bf73258cd0bcdf244d555dbfd9450d556d8a'
+'55ebbffa2daf4a59135dc7b58b9553da21456934e676d6c08d4930bd14817c06'
+'ef8ab26635bb2608f03ddf991da3581060670161938171fa2e413758fa4bad3f')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+patch -Np1 -i ../boost-no-mt-suffix.patch
+patch -Np1 -i ../use-system-libraries.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+cd depends
+libs=('bdb' 'googletest' 'googlemock' 'libsnark' 'openssl')
+for lib in "${libs[@]}"; do
+make ${lib}
+done
+for lib in "${libs[@]}"; do
+tar -xzf built/x86_64-unknown-linux-gnu/${lib}/${lib}-*.tar.gz \
+-C x86_64-unknown-linux-gnu
+done
+cd ..
+
+CPPFLAGS="${CPPFLAGS} -I$PWD/depends/x86_64-unknown-linux-gnu/include"
+LDFLAGS="${LDFLAGS} -L${PWD}/depends/x86_64-unknown-linux-gnu/lib"
+
+./autogen.sh
+./configure --prefix=/usr --with-gui=no
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+
+./qa/zcash/full-test-suite.sh
+
+# Run the RPC tests
+

[arch-commits] Commit in zcash/repos/community-x86_64 (6 files)

2017-02-11 Thread Nicola Squartini
Date: Saturday, February 11, 2017 @ 19:10:41
  Author: tensor5
Revision: 211903

archrelease: copy trunk to community-x86_64

Added:
  zcash/repos/community-x86_64/PKGBUILD
(from rev 211902, zcash/trunk/PKGBUILD)
  zcash/repos/community-x86_64/boost-no-mt-suffix.patch
(from rev 211902, zcash/trunk/boost-no-mt-suffix.patch)
  zcash/repos/community-x86_64/use-system-libraries.patch
(from rev 211902, zcash/trunk/use-system-libraries.patch)
Deleted:
  zcash/repos/community-x86_64/PKGBUILD
  zcash/repos/community-x86_64/boost-no-mt-suffix.patch
  zcash/repos/community-x86_64/use-system-libraries.patch

+
 PKGBUILD   |  142 +--
 boost-no-mt-suffix.patch   |   22 +++---
 use-system-libraries.patch |   22 +++---
 3 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-11 19:10:19 UTC (rev 211902)
+++ PKGBUILD2017-02-11 19:10:41 UTC (rev 211903)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=zcash
-pkgver=1.0.5
-pkgrel=1
-pkgdesc='Permissionless financial system employing zero-knowledge security'
-arch=('x86_64')
-url='https://z.cash/'
-license=('MIT')
-depends=('bash' 'boost-libs' 'gmp' 'libsodium')
-makedepends=('boost' 'wget')
-checkdepends=('python' 'python2')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zcash/zcash/archive/v${pkgver}.tar.gz;
-"boost-no-mt-suffix.patch"
-"use-system-libraries.patch")
-sha256sums=('253f2c10f8242d783c52334452949d06139b9f141d1678a8ede259475df872aa'
-'3476e5fc227ada40cfbd126fc2c4d85a0951163dc57d92c294b0716f6030b774'
-'4a386d9f407b589fd2df9dd9ba0ddf99def2f9bb88fac4ec602fa29af317fc0d')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-patch -Np1 -i ../boost-no-mt-suffix.patch
-patch -Np1 -i ../use-system-libraries.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-cd depends
-libs=('bdb' 'googletest' 'googlemock' 'libsnark' 'openssl')
-for lib in "${libs[@]}"; do
-make ${lib}
-done
-for lib in "${libs[@]}"; do
-tar -xzf built/x86_64-unknown-linux-gnu/${lib}/${lib}-*.tar.gz \
--C x86_64-unknown-linux-gnu
-done
-cd ..
-
-CPPFLAGS="${CPPFLAGS} -I$PWD/depends/x86_64-unknown-linux-gnu/include"
-LDFLAGS="${LDFLAGS} -L${PWD}/depends/x86_64-unknown-linux-gnu/lib"
-
-./autogen.sh
-./configure --prefix=/usr --with-gui=no
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-
-./qa/zcash/full-test-suite.sh
-
-# Run the RPC tests
-./zcutil/fetch-params.sh
-./qa/pull-tester/rpc-tests.sh
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-
-for ext in '-cli' '-tx' 'd'; do
-install -Dm644 contrib/bitcoin${ext}.bash-completion \
-"${pkgdir}"/usr/share/bash-completion/completions/zcash${ext}
-done
-
-install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-}

Copied: zcash/repos/community-x86_64/PKGBUILD (from rev 211902, 
zcash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-11 19:10:41 UTC (rev 211903)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=zcash
+pkgver=1.0.6
+pkgrel=1
+pkgdesc='Permissionless financial system employing zero-knowledge security'
+arch=('x86_64')
+url='https://z.cash/'
+license=('MIT')
+depends=('boost-libs' 'zeromq')
+makedepends=('boost' 'wget')
+checkdepends=('python' 'python2' 'python2-pyzmq')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zcash/zcash/archive/v${pkgver}.tar.gz;
+"boost-no-mt-suffix.patch"
+"use-system-libraries.patch")
+sha256sums=('7073068e9501910534be25634ce0bf73258cd0bcdf244d555dbfd9450d556d8a'
+'55ebbffa2daf4a59135dc7b58b9553da21456934e676d6c08d4930bd14817c06'
+'ef8ab26635bb2608f03ddf991da3581060670161938171fa2e413758fa4bad3f')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+patch -Np1 -i ../boost-no-mt-suffix.patch
+patch -Np1 -i ../use-system-libraries.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+cd depends
+libs=('bdb' 'googletest' 'googlemock' 'libsnark' 'openssl')
+for lib in "${libs[@]}"; do
+make ${lib}
+done
+for lib in "${libs[@]}"; do
+tar -xzf built/x86_64-unknown-linux-gnu/${lib}/${lib}-*.tar.gz \
+-C x86_64-unknown-linux-gnu
+done
+cd ..
+
+CPPFLAGS="${CPPFLAGS} -I$PWD/depends/x86_64-unknown-linux-gnu/include"
+LDFLAGS="${LDFLAGS} -L${PWD}/depends/x86_64-unknown-linux-gnu/lib"
+
+./autogen.sh
+./configure --prefix=/usr --with-gui=no
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+
+./qa/zcash/full-test-suite.sh
+
+# Run the RPC tests
+

[arch-commits] Commit in zcash/repos/community-x86_64 (6 files)

2017-01-20 Thread Nicola Squartini
Date: Friday, January 20, 2017 @ 11:26:49
  Author: tensor5
Revision: 208110

archrelease: copy trunk to community-x86_64

Added:
  zcash/repos/community-x86_64/PKGBUILD
(from rev 208109, zcash/trunk/PKGBUILD)
  zcash/repos/community-x86_64/boost-no-mt-suffix.patch
(from rev 208109, zcash/trunk/boost-no-mt-suffix.patch)
  zcash/repos/community-x86_64/use-system-libraries.patch
(from rev 208109, zcash/trunk/use-system-libraries.patch)
Deleted:
  zcash/repos/community-x86_64/PKGBUILD
  zcash/repos/community-x86_64/boost-no-mt-suffix.patch
  zcash/repos/community-x86_64/use-system-libraries.patch

+
 PKGBUILD   |  142 +--
 boost-no-mt-suffix.patch   |   22 +++---
 use-system-libraries.patch |   22 +++---
 3 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-20 11:26:33 UTC (rev 208109)
+++ PKGBUILD2017-01-20 11:26:49 UTC (rev 208110)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=zcash
-pkgver=1.0.4
-pkgrel=2
-pkgdesc='Permissionless financial system employing zero-knowledge security'
-arch=('x86_64')
-url='https://z.cash/'
-license=('MIT')
-depends=('bash' 'boost-libs' 'gmp' 'libsodium')
-makedepends=('boost' 'wget')
-checkdepends=('python' 'python2')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zcash/zcash/archive/v${pkgver}.tar.gz;
-"boost-no-mt-suffix.patch"
-"use-system-libraries.patch")
-sha256sums=('18df95b1958e71c9dc773b4d3953df2b6d7b5fbfcd2677be1190c9e03eff5d44'
-'3476e5fc227ada40cfbd126fc2c4d85a0951163dc57d92c294b0716f6030b774'
-'4a386d9f407b589fd2df9dd9ba0ddf99def2f9bb88fac4ec602fa29af317fc0d')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-patch -Np1 -i ../boost-no-mt-suffix.patch
-patch -Np1 -i ../use-system-libraries.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-cd depends
-libs=('bdb' 'googletest' 'googlemock' 'libsnark' 'openssl')
-for lib in "${libs[@]}"; do
-make ${lib}
-done
-for lib in "${libs[@]}"; do
-tar -xzf built/x86_64-unknown-linux-gnu/${lib}/${lib}-*.tar.gz \
--C x86_64-unknown-linux-gnu
-done
-cd ..
-
-CPPFLAGS="${CPPFLAGS} -I$PWD/depends/x86_64-unknown-linux-gnu/include"
-LDFLAGS="${LDFLAGS} -L${PWD}/depends/x86_64-unknown-linux-gnu/lib"
-
-./autogen.sh
-./configure --prefix=/usr --with-gui=no
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-
-./qa/zcash/full-test-suite.sh
-
-# Run the RPC tests
-./zcutil/fetch-params.sh
-./qa/pull-tester/rpc-tests.sh
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-
-for ext in '-cli' '-tx' 'd'; do
-install -Dm644 contrib/bitcoin${ext}.bash-completion \
-"${pkgdir}"/usr/share/bash-completion/completions/zcash${ext}
-done
-
-install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-}

Copied: zcash/repos/community-x86_64/PKGBUILD (from rev 208109, 
zcash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-20 11:26:49 UTC (rev 208110)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=zcash
+pkgver=1.0.5
+pkgrel=1
+pkgdesc='Permissionless financial system employing zero-knowledge security'
+arch=('x86_64')
+url='https://z.cash/'
+license=('MIT')
+depends=('bash' 'boost-libs' 'gmp' 'libsodium')
+makedepends=('boost' 'wget')
+checkdepends=('python' 'python2')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zcash/zcash/archive/v${pkgver}.tar.gz;
+"boost-no-mt-suffix.patch"
+"use-system-libraries.patch")
+sha256sums=('253f2c10f8242d783c52334452949d06139b9f141d1678a8ede259475df872aa'
+'3476e5fc227ada40cfbd126fc2c4d85a0951163dc57d92c294b0716f6030b774'
+'4a386d9f407b589fd2df9dd9ba0ddf99def2f9bb88fac4ec602fa29af317fc0d')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+patch -Np1 -i ../boost-no-mt-suffix.patch
+patch -Np1 -i ../use-system-libraries.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+cd depends
+libs=('bdb' 'googletest' 'googlemock' 'libsnark' 'openssl')
+for lib in "${libs[@]}"; do
+make ${lib}
+done
+for lib in "${libs[@]}"; do
+tar -xzf built/x86_64-unknown-linux-gnu/${lib}/${lib}-*.tar.gz \
+-C x86_64-unknown-linux-gnu
+done
+cd ..
+
+CPPFLAGS="${CPPFLAGS} -I$PWD/depends/x86_64-unknown-linux-gnu/include"
+LDFLAGS="${LDFLAGS} -L${PWD}/depends/x86_64-unknown-linux-gnu/lib"
+
+./autogen.sh
+./configure --prefix=/usr --with-gui=no
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+
+./qa/zcash/full-test-suite.sh
+
+# Run the RPC tests
+./zcutil/fetch-params.sh