From cdbb7eaad12b39b994adcfc176872e051cee59db Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 2 May 2020 02:00:22 +0000 Subject: [PATCH] removed community/tarantool --- community/tarantool/PKGBUILD | 96 -------------------------- community/tarantool/tarantool.sysusers | 2 - 2 files changed, 98 deletions(-) delete mode 100644 community/tarantool/PKGBUILD delete mode 100644 community/tarantool/tarantool.sysusers diff --git a/community/tarantool/PKGBUILD b/community/tarantool/PKGBUILD deleted file mode 100644 index 3dba3bd4b..000000000 --- a/community/tarantool/PKGBUILD +++ /dev/null @@ -1,96 +0,0 @@ -# Maintainer: Anatol Pomozov - -# ALARM: Kevin Mihelich -# - disable backtrace - -buildarch=12 - -pkgname=tarantool -pkgver=2.4.0 -pkgrel=2 -pkgdesc='Lua application server integrated with a database management system' -arch=(x86_64) -url='https://www.tarantool.org' -license=(BSD) -depends=(readline ncurses zlib libyaml openssl libunwind curl icu) -makedepends=(git cmake systemd) -checkdepends=(python2-gevent python2-tarantool) -source=(git+https://github.com/tarantool/tarantool.git#tag=$pkgver - git+https://github.com/tarantool/luajit.git#branch=tarantool-1.7 - git+https://github.com/tarantool/libyaml.git - git+https://github.com/tarantool/msgpuck.git - git+https://github.com/rtsisyk/luafun.git - git+https://github.com/tarantool/test-run.git - git+https://github.com/tarantool/small.git - git+https://github.com/tarantool/zstd.git - git+https://github.com/tarantool/luarocks.git#branch=luarocks-3.1.1-tarantool - git+https://github.com/tarantool/decNumber.git - git+https://github.com/tarantool/serpent.git - git+https://github.com/tarantool/curl.git - tarantool.sysusers) -sha256sums=('SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - '2feccda75effbd44b40e43608e56395376ea7b9039a09aada91a05f9559b12fe') - -prepare() { - cd tarantool - - git submodule init - git config -f .gitmodules 'submodule.third_party/luajit.url' "$srcdir/luajit" - git config -f .gitmodules 'submodule.src/lib/msgpuck.url' "$srcdir/msgpuck" - git config -f .gitmodules 'submodule.third_party/luafun.url' "$srcdir/luafun" - git config -f .gitmodules 'submodule.third_party/libyaml.url' "$srcdir/libyaml" - git config -f .gitmodules 'submodule.third_party/zstd.url' "$srcdir/zstd" - git config -f .gitmodules 'submodule.test-run.url' "$srcdir/test-run" - git config -f .gitmodules 'submodule.src/lib/small.url' "$srcdir/small" - git config -f .gitmodules 'submodule.third_party/luarocks.url' "$srcdir/luarocks" - git config -f .gitmodules 'submodule.third_party/decNumber.url' "$srcdir/decNumber" - git config -f .gitmodules 'submodule.third_party/serpent.url' "$srcdir/serpent" - git config -f .gitmodules 'submodule.third_party/curl.url' "$srcdir/curl" - - git submodule sync - git submodule update - #sed -i -e 's/coros/lock/g' test-run/lib/connpool.py -} - -build() { - cd tarantool - - # tarantool uses git submodule, handle this - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_BINDIR=/usr/bin \ - -DCMAKE_INSTALL_SYSCONFDIR=/etc \ - -DCMAKE_INSTALL_LIBDIR=/usr/lib \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ - -DENABLE_BUNDLED_LIBYAML:BOOL=OFF \ - -DENABLE_BACKTRACE:BOOL=OFF \ - -DWITH_SYSTEMD:BOOL=ON \ - -DENABLE_DIST:BOOL=ON \ - . - make -} - -check() { - cd tarantool/test - ./test-run.py --suite box -} - -package() { - cd tarantool - make install DESTDIR="$pkgdir" - - install -D -m644 $srcdir/tarantool.sysusers "$pkgdir/usr/lib/sysusers.d/tarantool.conf" - install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} diff --git a/community/tarantool/tarantool.sysusers b/community/tarantool/tarantool.sysusers deleted file mode 100644 index d330edb7a..000000000 --- a/community/tarantool/tarantool.sysusers +++ /dev/null @@ -1,2 +0,0 @@ -g tarantool -u tarantool - "Tarantool Server" /var/lib/tarantool