[arch-commits] Commit in ceph/repos (9 files)

2019-01-15 Thread Evangelos Foutras via arch-commits
Date: Wednesday, January 16, 2019 @ 01:41:13
  Author: foutrelis
Revision: 423385

archrelease: copy trunk to community-staging-x86_64

Added:
  ceph/repos/community-staging-x86_64/
  ceph/repos/community-staging-x86_64/PKGBUILD
(from rev 423384, ceph/trunk/PKGBUILD)
  ceph/repos/community-staging-x86_64/boost-1.67.patch
(from rev 423384, ceph/trunk/boost-1.67.patch)
  ceph/repos/community-staging-x86_64/ceph.sysusers
(from rev 423384, ceph/trunk/ceph.sysusers)
  ceph/repos/community-staging-x86_64/fix-ceph_disk-python-interpreter.patch
(from rev 423384, ceph/trunk/fix-ceph_disk-python-interpreter.patch)
  ceph/repos/community-staging-x86_64/fix-or-disable-broken-tests.patch
(from rev 423384, ceph/trunk/fix-or-disable-broken-tests.patch)
  ceph/repos/community-staging-x86_64/fix-python2-paths.patch
(from rev 423384, ceph/trunk/fix-python2-paths.patch)
  ceph/repos/community-staging-x86_64/fix-sphinx-binary-name.patch
(from rev 423384, ceph/trunk/fix-sphinx-binary-name.patch)
  ceph/repos/community-staging-x86_64/remove-distro-version-detection.patch
(from rev 423384, ceph/trunk/remove-distro-version-detection.patch)

+
 PKGBUILD   |  198 +++
 boost-1.67.patch   |   11 +
 ceph.sysusers  |1 
 fix-ceph_disk-python-interpreter.patch |8 
 fix-or-disable-broken-tests.patch  |  260 +++
 fix-python2-paths.patch|   52 ++
 fix-sphinx-binary-name.patch   |   11 +
 remove-distro-version-detection.patch  |   10 +
 8 files changed, 551 insertions(+)

Copied: ceph/repos/community-staging-x86_64/PKGBUILD (from rev 423384, 
ceph/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-16 01:41:13 UTC (rev 423385)
@@ -0,0 +1,198 @@
+# Maintainer: Thore Bödecker 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgbase='ceph'
+pkgname=('ceph' 'ceph-libs')
+pkgver=13.2.1
+pkgrel=3
+pkgdesc='Distributed, fault-tolerant storage platform delivering object, 
block, and file system'
+arch=('x86_64')
+url='https://ceph.com/'
+license=('GPL')
+makedepends=('bc' 'boost' 'boost-libs' 'cmake' 'cpio' 'crypto++' 'curl' 
'cython'
+  'cython2' 'expat' 'fcgi' 'fuse2' 'gcc-libs' 'git' 'glibc' 'gperf' 
'gperftools'
+  'gptfdisk' 'inetutils' 'jq' 'junit' 'keyutils' 'leveldb' 'libaio'
+  'libatomic_ops' 'libedit' 'libsystemd' 'libutil-linux' 'libxml2' 
'lsb-release'
+  'lz4' 'ncurses' 'nss' 'parted' 'pcre' 'procps-ng' 'python2-cherrypy'
+  'python2-jinja' 'python2-nose' 'python2-pecan' 'python2-pip' 'python2-bcrypt'
+  'python2-prettytable' 'python2-pyopenssl' 'python2-setuptools' 
'python2-routes'
+  'python2-sphinx' 'python2-tox' 'python2-virtualenv' 'python2-werkzeug' 'sed'
+  'snappy' 'socat' 'systemd' 'valgrind' 'xfsprogs' 'xmlstarlet' 'yasm'
+  'zlib' 'zstd' 'cunit' 'oath-toolkit' 'fontconfig')
+options=('emptydirs')
+source=("https://download.ceph.com/tarballs/${pkgbase}-${pkgver}.tar.gz;
+'ceph.sysusers'
+'boost-1.67.patch'
+'fix-ceph_disk-python-interpreter.patch'
+'fix-or-disable-broken-tests.patch'
+'fix-python2-paths.patch'
+'remove-distro-version-detection.patch')
+sha512sums=('411218ea6037bdf9425a741720ea89876e893e64fbfa518c9584ba581f805fde2c82b13ed47313279665e5d20f36223fc8d5c27055b580c72b22c2004e4da81b'
+
'4354001c1abd9a0c385ba7bd529e3638fb6660b6a88d4e49706d4ac21c81b8e829303a20fb5445730bdac18c4865efb10bc809c1cd56d743c12aa9a52e160049'
+
'b886c3f2b2a2b32d4033225b5f28cef98ca96e3f4fe2d04cfdbdb3141bbefd81895284abe9c9b75dcad156d54a93dc938bd8d9a45056b4de12855bbbdf0870ca'
+
'7abd94a333fb0d6c9f7156d69ed6d4bf123f0f3030407f4347209d677b282e5023664d43e74a21a27b7856d3493ae469a17ea8a810331c7266018cc34eee4841'
+
'915bb02b91a2e7c6e21243e5d4d80847aedaf6f899e3bac55f4ccae4bb8386c434aad7f052dd449fd510c103f7796bd0a25c0cfac72ee8d1e94d230cf2f0550a'
+
'b8ce48ab190b2408f38a7e78d755d762994d271f7bbf88f51392572d1976c4f81e8fad78eb38051df8ef287d70554214624c7b45359d4bef2c11d9ae7d61151c'
+
'02c9e8fd3c23fb4c9c4c576ee6d06e8525ca31decfd964fb7231e73c98fe2987a483dda680969752186f0918f47d9af4fb09a4901e5319077f45d870906716da')
+
+prepare() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+
+  # remove tests that require root privileges
+  rm src/test/cli/ceph-authtool/cap*.t
+
+  # remove broken tests
+  rm src/test/cli/crushtool/build.t
+  rm -rf qa/btrfs
+  rm src/btrfs_ioc_test.c
+
+  # this test will try to 

[arch-commits] Commit in ceph/repos (9 files)

2018-09-18 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 20:09:27
  Author: foutrelis
Revision: 383204

archrelease: copy trunk to community-staging-x86_64

Added:
  ceph/repos/community-staging-x86_64/
  ceph/repos/community-staging-x86_64/PKGBUILD
(from rev 383203, ceph/trunk/PKGBUILD)
  ceph/repos/community-staging-x86_64/boost-1.67.patch
(from rev 383203, ceph/trunk/boost-1.67.patch)
  ceph/repos/community-staging-x86_64/ceph.sysusers
(from rev 383203, ceph/trunk/ceph.sysusers)
  ceph/repos/community-staging-x86_64/fix-ceph_disk-python-interpreter.patch
(from rev 383203, ceph/trunk/fix-ceph_disk-python-interpreter.patch)
  ceph/repos/community-staging-x86_64/fix-or-disable-broken-tests.patch
(from rev 383203, ceph/trunk/fix-or-disable-broken-tests.patch)
  ceph/repos/community-staging-x86_64/fix-python2-paths.patch
(from rev 383203, ceph/trunk/fix-python2-paths.patch)
  ceph/repos/community-staging-x86_64/fix-sphinx-binary-name.patch
(from rev 383203, ceph/trunk/fix-sphinx-binary-name.patch)
  ceph/repos/community-staging-x86_64/remove-distro-version-detection.patch
(from rev 383203, ceph/trunk/remove-distro-version-detection.patch)

+
 PKGBUILD   |  198 +++
 boost-1.67.patch   |   11 +
 ceph.sysusers  |1 
 fix-ceph_disk-python-interpreter.patch |8 
 fix-or-disable-broken-tests.patch  |  260 +++
 fix-python2-paths.patch|   52 ++
 fix-sphinx-binary-name.patch   |   11 +
 remove-distro-version-detection.patch  |   10 +
 8 files changed, 551 insertions(+)

Copied: ceph/repos/community-staging-x86_64/PKGBUILD (from rev 383203, 
ceph/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 20:09:27 UTC (rev 383204)
@@ -0,0 +1,198 @@
+# Maintainer: Thore Bödecker 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgbase='ceph'
+pkgname=('ceph' 'ceph-libs')
+pkgver=13.2.1
+pkgrel=2
+pkgdesc='Distributed, fault-tolerant storage platform delivering object, 
block, and file system'
+arch=('x86_64')
+url='https://ceph.com/'
+license=('GPL')
+makedepends=('bc' 'boost' 'boost-libs' 'cmake' 'cpio' 'crypto++' 'curl' 
'cython'
+  'cython2' 'expat' 'fcgi' 'fuse2' 'gcc-libs' 'git' 'glibc' 'gperf' 
'gperftools'
+  'gptfdisk' 'inetutils' 'jq' 'junit' 'keyutils' 'leveldb' 'libaio'
+  'libatomic_ops' 'libedit' 'libsystemd' 'libutil-linux' 'libxml2' 
'lsb-release'
+  'lz4' 'ncurses' 'nss' 'parted' 'pcre' 'procps-ng' 'python2-cherrypy'
+  'python2-jinja' 'python2-nose' 'python2-pecan' 'python2-pip' 'python2-bcrypt'
+  'python2-prettytable' 'python2-pyopenssl' 'python2-setuptools' 
'python2-routes'
+  'python2-sphinx' 'python2-tox' 'python2-virtualenv' 'python2-werkzeug' 'sed'
+  'snappy' 'socat' 'systemd' 'valgrind' 'xfsprogs' 'xmlstarlet' 'yasm'
+  'zlib' 'zstd' 'cunit' 'oath-toolkit' 'fontconfig')
+options=('emptydirs')
+source=("https://download.ceph.com/tarballs/${pkgbase}-${pkgver}.tar.gz;
+'ceph.sysusers'
+'boost-1.67.patch'
+'fix-ceph_disk-python-interpreter.patch'
+'fix-or-disable-broken-tests.patch'
+'fix-python2-paths.patch'
+'remove-distro-version-detection.patch')
+sha512sums=('411218ea6037bdf9425a741720ea89876e893e64fbfa518c9584ba581f805fde2c82b13ed47313279665e5d20f36223fc8d5c27055b580c72b22c2004e4da81b'
+
'4354001c1abd9a0c385ba7bd529e3638fb6660b6a88d4e49706d4ac21c81b8e829303a20fb5445730bdac18c4865efb10bc809c1cd56d743c12aa9a52e160049'
+
'b886c3f2b2a2b32d4033225b5f28cef98ca96e3f4fe2d04cfdbdb3141bbefd81895284abe9c9b75dcad156d54a93dc938bd8d9a45056b4de12855bbbdf0870ca'
+
'7abd94a333fb0d6c9f7156d69ed6d4bf123f0f3030407f4347209d677b282e5023664d43e74a21a27b7856d3493ae469a17ea8a810331c7266018cc34eee4841'
+
'915bb02b91a2e7c6e21243e5d4d80847aedaf6f899e3bac55f4ccae4bb8386c434aad7f052dd449fd510c103f7796bd0a25c0cfac72ee8d1e94d230cf2f0550a'
+
'b8ce48ab190b2408f38a7e78d755d762994d271f7bbf88f51392572d1976c4f81e8fad78eb38051df8ef287d70554214624c7b45359d4bef2c11d9ae7d61151c'
+
'02c9e8fd3c23fb4c9c4c576ee6d06e8525ca31decfd964fb7231e73c98fe2987a483dda680969752186f0918f47d9af4fb09a4901e5319077f45d870906716da')
+
+prepare() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+
+  # remove tests that require root privileges
+  rm src/test/cli/ceph-authtool/cap*.t
+
+  # remove broken tests
+  rm src/test/cli/crushtool/build.t
+  rm -rf qa/btrfs
+  rm src/btrfs_ioc_test.c
+
+  # this test will try to 

[arch-commits] Commit in ceph/repos (9 files)

2018-08-06 Thread Thore Bödecker via arch-commits
Date: Monday, August 6, 2018 @ 09:10:38
  Author: foxxx0
Revision: 369786

archrelease: copy trunk to community-testing-x86_64

Added:
  ceph/repos/community-testing-x86_64/
  ceph/repos/community-testing-x86_64/PKGBUILD
(from rev 369785, ceph/trunk/PKGBUILD)
  ceph/repos/community-testing-x86_64/boost-1.67.patch
(from rev 369785, ceph/trunk/boost-1.67.patch)
  ceph/repos/community-testing-x86_64/ceph.sysusers
(from rev 369785, ceph/trunk/ceph.sysusers)
  ceph/repos/community-testing-x86_64/fix-ceph_disk-python-interpreter.patch
(from rev 369785, ceph/trunk/fix-ceph_disk-python-interpreter.patch)
  ceph/repos/community-testing-x86_64/fix-or-disable-broken-tests.patch
(from rev 369785, ceph/trunk/fix-or-disable-broken-tests.patch)
  ceph/repos/community-testing-x86_64/fix-python2-paths.patch
(from rev 369785, ceph/trunk/fix-python2-paths.patch)
  ceph/repos/community-testing-x86_64/fix-sphinx-binary-name.patch
(from rev 369785, ceph/trunk/fix-sphinx-binary-name.patch)
  ceph/repos/community-testing-x86_64/remove-distro-version-detection.patch
(from rev 369785, ceph/trunk/remove-distro-version-detection.patch)

+
 PKGBUILD   |  198 +++
 boost-1.67.patch   |   11 +
 ceph.sysusers  |1 
 fix-ceph_disk-python-interpreter.patch |8 
 fix-or-disable-broken-tests.patch  |  260 +++
 fix-python2-paths.patch|   52 ++
 fix-sphinx-binary-name.patch   |   11 +
 remove-distro-version-detection.patch  |   10 +
 8 files changed, 551 insertions(+)

Copied: ceph/repos/community-testing-x86_64/PKGBUILD (from rev 369785, 
ceph/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-08-06 09:10:38 UTC (rev 369786)
@@ -0,0 +1,198 @@
+# Maintainer: Thore Bödecker 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgbase='ceph'
+pkgname=('ceph' 'ceph-libs')
+pkgver=13.2.1
+pkgrel=1
+pkgdesc='Distributed, fault-tolerant storage platform delivering object, 
block, and file system'
+arch=('x86_64')
+url='https://ceph.com/'
+license=('GPL')
+makedepends=('bc' 'boost' 'boost-libs' 'cmake' 'cpio' 'crypto++' 'curl' 
'cython'
+  'cython2' 'expat' 'fcgi' 'fuse2' 'gcc-libs' 'git' 'glibc' 'gperf' 
'gperftools'
+  'gptfdisk' 'inetutils' 'jq' 'junit' 'keyutils' 'leveldb' 'libaio'
+  'libatomic_ops' 'libedit' 'libsystemd' 'libutil-linux' 'libxml2' 
'lsb-release'
+  'lz4' 'ncurses' 'nss' 'parted' 'pcre' 'procps-ng' 'python2-cherrypy'
+  'python2-jinja' 'python2-nose' 'python2-pecan' 'python2-pip' 'python2-bcrypt'
+  'python2-prettytable' 'python2-pyopenssl' 'python2-setuptools' 
'python2-routes'
+  'python2-sphinx' 'python2-tox' 'python2-virtualenv' 'python2-werkzeug' 'sed'
+  'snappy' 'socat' 'systemd' 'valgrind' 'xfsprogs' 'xmlstarlet' 'yasm'
+  'zlib' 'zstd' 'cunit' 'oath-toolkit' 'fontconfig')
+options=('emptydirs')
+source=("https://download.ceph.com/tarballs/${pkgbase}-${pkgver}.tar.gz;
+'ceph.sysusers'
+'boost-1.67.patch'
+'fix-ceph_disk-python-interpreter.patch'
+'fix-or-disable-broken-tests.patch'
+'fix-python2-paths.patch'
+'remove-distro-version-detection.patch')
+sha512sums=('411218ea6037bdf9425a741720ea89876e893e64fbfa518c9584ba581f805fde2c82b13ed47313279665e5d20f36223fc8d5c27055b580c72b22c2004e4da81b'
+
'4354001c1abd9a0c385ba7bd529e3638fb6660b6a88d4e49706d4ac21c81b8e829303a20fb5445730bdac18c4865efb10bc809c1cd56d743c12aa9a52e160049'
+
'b886c3f2b2a2b32d4033225b5f28cef98ca96e3f4fe2d04cfdbdb3141bbefd81895284abe9c9b75dcad156d54a93dc938bd8d9a45056b4de12855bbbdf0870ca'
+
'7abd94a333fb0d6c9f7156d69ed6d4bf123f0f3030407f4347209d677b282e5023664d43e74a21a27b7856d3493ae469a17ea8a810331c7266018cc34eee4841'
+
'915bb02b91a2e7c6e21243e5d4d80847aedaf6f899e3bac55f4ccae4bb8386c434aad7f052dd449fd510c103f7796bd0a25c0cfac72ee8d1e94d230cf2f0550a'
+
'b8ce48ab190b2408f38a7e78d755d762994d271f7bbf88f51392572d1976c4f81e8fad78eb38051df8ef287d70554214624c7b45359d4bef2c11d9ae7d61151c'
+
'02c9e8fd3c23fb4c9c4c576ee6d06e8525ca31decfd964fb7231e73c98fe2987a483dda680969752186f0918f47d9af4fb09a4901e5319077f45d870906716da')
+
+prepare() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+
+  # remove tests that require root privileges
+  rm src/test/cli/ceph-authtool/cap*.t
+
+  # remove broken tests
+  rm src/test/cli/crushtool/build.t
+  rm -rf qa/btrfs
+  rm src/btrfs_ioc_test.c
+
+  # this test will try to perform