[arch-commits] Commit in rethinkdb/repos (20 files)

2017-07-17 Thread Anatol Pomozov
Date: Tuesday, July 18, 2017 @ 03:22:41
  Author: anatolik
Revision: 245527

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

Added:
  rethinkdb/repos/community-i686/PKGBUILD
(from rev 245526, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-i686/rethinkdb-tmpfile.conf
(from rev 245526, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-i686/rethinkdb.install
(from rev 245526, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-i686/rethinkdb.service
(from rev 245526, rethinkdb/trunk/rethinkdb.service)
  rethinkdb/repos/community-i686/rethinkdb.sysusers
(from rev 245526, rethinkdb/trunk/rethinkdb.sysusers)
  rethinkdb/repos/community-x86_64/PKGBUILD
(from rev 245526, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-x86_64/rethinkdb-tmpfile.conf
(from rev 245526, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-x86_64/rethinkdb.install
(from rev 245526, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-x86_64/rethinkdb.service
(from rev 245526, rethinkdb/trunk/rethinkdb.service)
  rethinkdb/repos/community-x86_64/rethinkdb.sysusers
(from rev 245526, rethinkdb/trunk/rethinkdb.sysusers)
Deleted:
  rethinkdb/repos/community-i686/PKGBUILD
  rethinkdb/repos/community-i686/rethinkdb-tmpfile.conf
  rethinkdb/repos/community-i686/rethinkdb.install
  rethinkdb/repos/community-i686/rethinkdb.service
  rethinkdb/repos/community-i686/rethinkdb.sysusers
  rethinkdb/repos/community-x86_64/PKGBUILD
  rethinkdb/repos/community-x86_64/rethinkdb-tmpfile.conf
  rethinkdb/repos/community-x86_64/rethinkdb.install
  rethinkdb/repos/community-x86_64/rethinkdb.service
  rethinkdb/repos/community-x86_64/rethinkdb.sysusers

-+
 /PKGBUILD   |  156 ++
 /rethinkdb-tmpfile.conf |2 
 /rethinkdb.install  |   30 +
 /rethinkdb.service  |   24 
 /rethinkdb.sysusers |2 
 community-i686/PKGBUILD |   78 ---
 community-i686/rethinkdb-tmpfile.conf   |1 
 community-i686/rethinkdb.install|   15 --
 community-i686/rethinkdb.service|   12 --
 community-i686/rethinkdb.sysusers   |1 
 community-x86_64/PKGBUILD   |   78 ---
 community-x86_64/rethinkdb-tmpfile.conf |1 
 community-x86_64/rethinkdb.install  |   15 --
 community-x86_64/rethinkdb.service  |   12 --
 community-x86_64/rethinkdb.sysusers |1 
 15 files changed, 214 insertions(+), 214 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-18 03:21:07 UTC (rev 245526)
+++ community-i686/PKGBUILD 2017-07-18 03:22:41 UTC (rev 245527)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Sigmund Lahn 
-
-pkgname=rethinkdb
-pkgver=2.3.5
-_tag=rethinkdb-$pkgver
-pkgrel=9
-pkgdesc='Distributed powerful and scalable NoSQL database'
-arch=(i686 x86_64)
-url='http://www.rethinkdb.com/'
-license=(AGPL)
-depends=(protobuf ncurses curl openssl-1.0)
-makedepends=(boost python2 wget)
-backup=(etc/rethinkdb/instances.d/default.conf)
-install=rethinkdb.install
-options=(!emptydirs)
-source=(
-  https://download.rethinkdb.com/dist/$_tag.tgz
-  rethinkdb-tmpfile.conf
-  rethinkdb.service
-  rethinkdb.sysusers
-  
mksnapshot_crash_fix.patch::https://github.com/rethinkdb/rethinkdb/commit/871bd3705a1f29c4ab07a096d562a4b06231a97c.patch
-)
-sha256sums=('dd8aeee169b177179bfe080725f0560443e0f26dae875b32ae25d90cf2f8ee10'
-'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
-'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2'
-'0660e0c7c093b440718486e1d0138322cf393da43e1fc92fb712b8282db76b5c'
-'a14a52cb6a0b1873b1c48847a6d7bdfd82a377a114ba40c8e9035b4e7b7cca16')
-
-prepare() {
-  cd $_tag
-
-  # fix for https://github.com/rethinkdb/rethinkdb/issues/5757
-  patch -p1 < ../mksnapshot_crash_fix.patch
-
-  sed \
--e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
--e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
--i scripts/*.py external/v8_*/tools/*.py
-  sed -e 's|exec python|exec python2|g' -i external/v8_*/build/gyp/gyp
-  sed -e 's|\bpython\b|python2|g' -i 
external/v8_*/{Makefile,*/*.gyp,*/*.gypi,*/*/*.gyp}
-
-}
-
-build() {
-  cd $_tag
-  export PYTHON=/usr/bin/python2
-  CXX=g++-5 ./configure --fetch v8 --fetch jemalloc --dynamic all 
--enable-precompiled-web --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
CXXFLAGS="$CXXFLAGS -I/usr/include/openssl-1.0" LDFLAGS="$LDFLAGS 
-L/usr/lib/openssl-1.0"
-  make ALLOW_WARNINGS=1
-}
-
-check() {
-  cd $_tag
-
-  # these tests are flaky and 

[arch-commits] Commit in rethinkdb/repos (20 files)

2014-10-14 Thread Anatol Pomozov
Date: Tuesday, October 14, 2014 @ 17:50:29
  Author: anatolik
Revision: 120649

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

Added:
  rethinkdb/repos/community-testing-i686/PKGBUILD
(from rev 120648, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-i686/boost_1.56_compat.patch
(from rev 120648, rethinkdb/trunk/boost_1.56_compat.patch)
  rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf
(from rev 120648, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-i686/rethinkdb.install
(from rev 120648, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-i686/rethinkdb.service
(from rev 120648, rethinkdb/trunk/rethinkdb.service)
  rethinkdb/repos/community-testing-x86_64/PKGBUILD
(from rev 120648, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-x86_64/boost_1.56_compat.patch
(from rev 120648, rethinkdb/trunk/boost_1.56_compat.patch)
  rethinkdb/repos/community-testing-x86_64/rethinkdb-tmpfile.conf
(from rev 120648, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.install
(from rev 120648, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.service
(from rev 120648, rethinkdb/trunk/rethinkdb.service)
Deleted:
  rethinkdb/repos/community-testing-i686/PKGBUILD
  rethinkdb/repos/community-testing-i686/boost_1.56_compat.patch
  rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf
  rethinkdb/repos/community-testing-i686/rethinkdb.install
  rethinkdb/repos/community-testing-i686/rethinkdb.service
  rethinkdb/repos/community-testing-x86_64/PKGBUILD
  rethinkdb/repos/community-testing-x86_64/boost_1.56_compat.patch
  rethinkdb/repos/community-testing-x86_64/rethinkdb-tmpfile.conf
  rethinkdb/repos/community-testing-x86_64/rethinkdb.install
  rethinkdb/repos/community-testing-x86_64/rethinkdb.service

--+
 /PKGBUILD|  134 +
 /boost_1.56_compat.patch |   26 
 /rethinkdb-tmpfile.conf  |2 
 /rethinkdb.install   |   74 +++
 /rethinkdb.service   |   24 +++
 community-testing-i686/PKGBUILD  |   67 --
 community-testing-i686/boost_1.56_compat.patch   |   13 --
 community-testing-i686/rethinkdb-tmpfile.conf|1 
 community-testing-i686/rethinkdb.install |   37 -
 community-testing-i686/rethinkdb.service |   12 -
 community-testing-x86_64/PKGBUILD|   67 --
 community-testing-x86_64/boost_1.56_compat.patch |   13 --
 community-testing-x86_64/rethinkdb-tmpfile.conf  |1 
 community-testing-x86_64/rethinkdb.install   |   37 -
 community-testing-x86_64/rethinkdb.service   |   12 -
 15 files changed, 260 insertions(+), 260 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-10-14 15:49:26 UTC (rev 120648)
+++ community-testing-i686/PKGBUILD 2014-10-14 15:50:29 UTC (rev 120649)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
-# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Sigmund Lahn sigm...@lahn.no
-
-pkgname=rethinkdb
-pkgver=1.15.1
-_tag=rethinkdb-$pkgver
-pkgrel=2
-pkgdesc='An open-source distributed database built with love.'
-arch=(i686 x86_64)
-url='http://www.rethinkdb.com/'
-license=(AGPL)
-depends=(protobuf ncurses gperftools curl)
-makedepends=(boost python2 wget)
-backup=(etc/rethinkdb/instances.d/default.conf)
-install=rethinkdb.install
-options=(!emptydirs)
-source=(
-  http://download.rethinkdb.com/dist/$_tag.tgz
-  rethinkdb-tmpfile.conf
-  rethinkdb.service
-  boost_1.56_compat.patch
-)
-sha256sums=('b05184a812a3cc6f5140af4490ffee4fc69884b5b7963b64532ffc829c10f3f4'
-'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
-'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2'
-'1c55b12df452ceb2470d3ec48dde21bcdc2785be371f6f0858af034e282b1f21')
-
-prepare() {
-  cd $_tag
-  # boost 1.56 workaround https://github.com/rethinkdb/rethinkdb/issues/3044
-  rm src/unittest/print_secondary.cc
-  patch -p1  ../boost_1.56_compat.patch
-}
-
-build() {
-  cd $_tag
-  export PYTHON=/usr/bin/python2
-  ./configure CXXFLAGS=-DBOOST_VARIANT_DO_NOT_USE_VARIADIC_TEMPLATES --fetch 
v8 --dynamic all --enable-precompiled-web --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-check() {
-  cd $_tag
-
-  make build/release/rethinkdb-unittest
-  ./build/release/rethinkdb-unittest
-  # some tests might be flaky on btrfs filesystem!
-}
-
-package() {
-  cd $_tag
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 $srcdir/rethinkdb-tmpfile.conf 

[arch-commits] Commit in rethinkdb/repos (20 files)

2014-09-26 Thread Anatol Pomozov
Date: Friday, September 26, 2014 @ 22:48:18
  Author: anatolik
Revision: 119631

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

Added:
  rethinkdb/repos/community-testing-i686/PKGBUILD
(from rev 119630, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-i686/boost_1.56_compat.patch
(from rev 119630, rethinkdb/trunk/boost_1.56_compat.patch)
  rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf
(from rev 119630, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-i686/rethinkdb.install
(from rev 119630, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-i686/rethinkdb.service
(from rev 119630, rethinkdb/trunk/rethinkdb.service)
  rethinkdb/repos/community-testing-x86_64/PKGBUILD
(from rev 119630, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-x86_64/boost_1.56_compat.patch
(from rev 119630, rethinkdb/trunk/boost_1.56_compat.patch)
  rethinkdb/repos/community-testing-x86_64/rethinkdb-tmpfile.conf
(from rev 119630, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.install
(from rev 119630, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.service
(from rev 119630, rethinkdb/trunk/rethinkdb.service)
Deleted:
  rethinkdb/repos/community-testing-i686/PKGBUILD
  rethinkdb/repos/community-testing-i686/boost_1.56_compat.patch
  rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf
  rethinkdb/repos/community-testing-i686/rethinkdb.install
  rethinkdb/repos/community-testing-i686/rethinkdb.service
  rethinkdb/repos/community-testing-x86_64/PKGBUILD
  rethinkdb/repos/community-testing-x86_64/boost_1.56_compat.patch
  rethinkdb/repos/community-testing-x86_64/rethinkdb-tmpfile.conf
  rethinkdb/repos/community-testing-x86_64/rethinkdb.install
  rethinkdb/repos/community-testing-x86_64/rethinkdb.service

--+
 /PKGBUILD|  134 +
 /boost_1.56_compat.patch |   26 
 /rethinkdb-tmpfile.conf  |2 
 /rethinkdb.install   |   74 +++
 /rethinkdb.service   |   24 +++
 community-testing-i686/PKGBUILD  |   67 --
 community-testing-i686/boost_1.56_compat.patch   |   13 --
 community-testing-i686/rethinkdb-tmpfile.conf|1 
 community-testing-i686/rethinkdb.install |   37 -
 community-testing-i686/rethinkdb.service |   12 -
 community-testing-x86_64/PKGBUILD|   67 --
 community-testing-x86_64/boost_1.56_compat.patch |   13 --
 community-testing-x86_64/rethinkdb-tmpfile.conf  |1 
 community-testing-x86_64/rethinkdb.install   |   37 -
 community-testing-x86_64/rethinkdb.service   |   12 -
 15 files changed, 260 insertions(+), 260 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-09-26 20:46:54 UTC (rev 119630)
+++ community-testing-i686/PKGBUILD 2014-09-26 20:48:18 UTC (rev 119631)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
-# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Sigmund Lahn sigm...@lahn.no
-
-pkgname=rethinkdb
-pkgver=1.14.1
-pkgrel=1
-pkgdesc='An open-source distributed database built with love.'
-arch=(i686 x86_64)
-url='http://www.rethinkdb.com/'
-license=(AGPL)
-depends=(protobuf ncurses gperftools curl)
-makedepends=(boost python2 wget)
-backup=(etc/rethinkdb/instances.d/default.conf)
-install=rethinkdb.install
-options=(!emptydirs)
-source=(
-  http://download.rethinkdb.com/dist/rethinkdb-$pkgver.tgz
-  rethinkdb-tmpfile.conf
-  rethinkdb.service
-  boost_1.56_compat.patch
-)
-sha256sums=('a8c3625a2cc916b17633841b2f9ce34fe18b677e3a13556fac9ac184c45a3a2f'
-'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
-'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2'
-'1c55b12df452ceb2470d3ec48dde21bcdc2785be371f6f0858af034e282b1f21')
-
-prepare() {
-  cd rethinkdb-$pkgver
-  # boost 1.56 workaround https://github.com/rethinkdb/rethinkdb/issues/3044
-  rm src/unittest/print_secondary.cc
-  patch -p1  ../boost_1.56_compat.patch
-}
-
-build() {
-  cd rethinkdb-$pkgver
-  export PYTHON=/usr/bin/python2
-  ./configure CXXFLAGS=-DBOOST_VARIANT_DO_NOT_USE_VARIADIC_TEMPLATES --fetch 
v8 --dynamic all --enable-precompiled-web --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-check() {
-  cd rethinkdb-$pkgver
-
-  make build/release/rethinkdb-unittest
-  # SindexEraseRange failure https://github.com/rethinkdb/rethinkdb/issues/2042
-  ./build/release/rethinkdb-unittest #--gtest_filter=-RDBBtree.SindexEraseRange
-  # some tests might be