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

Sébastien Luttringer seblu at archlinux.org
Fri Oct 23 10:52:33 UTC 2015


    Date: Friday, October 23, 2015 @ 12:52:32
  Author: seblu
Revision: 249682

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

Added:
  ceph/repos/extra-i686/PKGBUILD
    (from rev 249681, ceph/trunk/PKGBUILD)
  ceph/repos/extra-i686/ceph-mds at .service
    (from rev 249681, ceph/trunk/ceph-mds at .service)
  ceph/repos/extra-i686/ceph-mon at .service
    (from rev 249681, ceph/trunk/ceph-mon at .service)
  ceph/repos/extra-i686/ceph-osd at .service
    (from rev 249681, ceph/trunk/ceph-osd at .service)
  ceph/repos/extra-x86_64/PKGBUILD
    (from rev 249681, ceph/trunk/PKGBUILD)
  ceph/repos/extra-x86_64/ceph-mds at .service
    (from rev 249681, ceph/trunk/ceph-mds at .service)
  ceph/repos/extra-x86_64/ceph-mon at .service
    (from rev 249681, ceph/trunk/ceph-mon at .service)
  ceph/repos/extra-x86_64/ceph-osd at .service
    (from rev 249681, ceph/trunk/ceph-osd at .service)
Deleted:
  ceph/repos/extra-i686/PKGBUILD
  ceph/repos/extra-i686/ceph-mds at .service
  ceph/repos/extra-i686/ceph-mon at .service
  ceph/repos/extra-i686/ceph-osd at .service
  ceph/repos/extra-x86_64/PKGBUILD
  ceph/repos/extra-x86_64/ceph-mds at .service
  ceph/repos/extra-x86_64/ceph-mon at .service
  ceph/repos/extra-x86_64/ceph-osd at .service

--------------------------------+
 /PKGBUILD                      |  162 +++++++++++++++++++++++++++++++++++++++
 /ceph-mds at .service             |   18 ++++
 /ceph-mon at .service             |   18 ++++
 /ceph-osd at .service             |   18 ++++
 extra-i686/PKGBUILD            |   81 -------------------
 extra-i686/ceph-mds at .service   |    9 --
 extra-i686/ceph-mon at .service   |    9 --
 extra-i686/ceph-osd at .service   |    9 --
 extra-x86_64/PKGBUILD          |   81 -------------------
 extra-x86_64/ceph-mds at .service |    9 --
 extra-x86_64/ceph-mon at .service |    9 --
 extra-x86_64/ceph-osd at .service |    9 --
 12 files changed, 216 insertions(+), 216 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-10-23 10:52:22 UTC (rev 249681)
+++ extra-i686/PKGBUILD	2015-10-23 10:52:32 UTC (rev 249682)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
-
-pkgname=ceph
-pkgver=0.94.3
-pkgrel=3
-pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system'
-arch=('x86_64' 'i686')
-url='http://ceph.com/'
-license=('GPL')
-makedepends=('boost' 'systemd' 'xfsprogs')
-depends=('boost-libs'
-         'curl'
-         'expat'
-         'fcgi'
-         'fuse'
-         'gcc-libs'
-         'glibc'
-         'gperftools'
-         'keyutils'
-         'leveldb'
-         'libaio'
-         'libatomic_ops'
-         'libedit'
-         'libsystemd'
-         'libutil-linux'
-         'ncurses'
-         'nss'
-         'python2'
-         'snappy')
-optdepends=('xfsprogs: support xfs backend')
-options=('emptydirs')
-source=("http://ceph.com/download/$pkgname-$pkgver.tar.bz2"
-        'ceph-osd at .service'
-        'ceph-mon at .service'
-        'ceph-mds at .service')
-md5sums=('ccbaba6cad56cf71719661a0cdcc6ad6'
-         '9104b5b90349d2aa7802eb89158456e8'
-         '63a584aa2a4e2b0efbee4e8fd32593f0'
-         'd2411c41208d95743baa6d899cc1e0b0')
-
-#prepare() {
-#  patch -p1 -d $pkgname-$pkgver < 01-boost-158.patch
-#}
-
-build() {
-  cd $pkgname-$pkgver
-  export PYTHON=/usr/bin/python2
-  ./configure \
-    --prefix=/usr \
-    --sbindir=/usr/bin \
-    --libexecdir=/usr/lib \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --with-radosgw
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-
-  cd "$pkgdir"
-
-  # systemd
-  install -dm755 usr/lib/{systemd/system,udev/rules.d}
-  install -Dm644 "$srcdir"/ceph-{osd,mon,mds}@.service usr/lib/systemd/system
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/udev/* usr/lib/udev/rules.d
-
-  # fix directories path
-  mv sbin/* usr/bin
-  rmdir sbin
-  install -d -m 755 usr/share/bash-completion
-  mv etc/bash_completion.d usr/share/bash-completion/completions
-
-  # fix python2 shebang, did not do it in prepare() anymore because it
-  # confuse automake
-  find . -type f -exec \
-    sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ceph/repos/extra-i686/PKGBUILD (from rev 249681, ceph/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-10-23 10:52:32 UTC (rev 249682)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
+
+pkgname=ceph
+pkgver=0.94.4
+pkgrel=1
+pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system'
+arch=('x86_64' 'i686')
+url='http://ceph.com/'
+license=('GPL')
+makedepends=('boost' 'systemd' 'xfsprogs')
+depends=('boost-libs'
+         'curl'
+         'expat'
+         'fcgi'
+         'fuse'
+         'gcc-libs'
+         'glibc'
+         'gperftools'
+         'keyutils'
+         'leveldb'
+         'libaio'
+         'libatomic_ops'
+         'libedit'
+         'libsystemd'
+         'libutil-linux'
+         'ncurses'
+         'nss'
+         'python2'
+         'snappy')
+optdepends=('xfsprogs: support xfs backend')
+options=('emptydirs')
+source=("http://ceph.com/download/$pkgname-$pkgver.tar.bz2"
+        'ceph-osd at .service'
+        'ceph-mon at .service'
+        'ceph-mds at .service')
+md5sums=('d7b42d06e8eaa7820fe34490aaaba101'
+         '9104b5b90349d2aa7802eb89158456e8'
+         '63a584aa2a4e2b0efbee4e8fd32593f0'
+         'd2411c41208d95743baa6d899cc1e0b0')
+
+#prepare() {
+#  patch -p1 -d $pkgname-$pkgver < 01-boost-158.patch
+#}
+
+build() {
+  cd $pkgname-$pkgver
+  export PYTHON=/usr/bin/python2
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --libexecdir=/usr/lib \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --with-radosgw
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+
+  cd "$pkgdir"
+
+  # systemd
+  install -dm755 usr/lib/{systemd/system,udev/rules.d}
+  install -Dm644 "$srcdir"/ceph-{osd,mon,mds}@.service usr/lib/systemd/system
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/udev/* usr/lib/udev/rules.d
+
+  # fix directories path
+  mv sbin/* usr/bin
+  rmdir sbin
+  install -d -m 755 usr/share/bash-completion
+  mv etc/bash_completion.d usr/share/bash-completion/completions
+
+  # fix python2 shebang, did not do it in prepare() anymore because it
+  # confuse automake
+  find . -type f -exec \
+    sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/ceph-mds at .service
===================================================================
--- extra-i686/ceph-mds at .service	2015-10-23 10:52:22 UTC (rev 249681)
+++ extra-i686/ceph-mds at .service	2015-10-23 10:52:32 UTC (rev 249682)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Ceph MDS %i
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/ceph-mds -f -i %i
-
-[Install]
-WantedBy=multi-user.target

Copied: ceph/repos/extra-i686/ceph-mds at .service (from rev 249681, ceph/trunk/ceph-mds at .service)
===================================================================
--- extra-i686/ceph-mds at .service	                        (rev 0)
+++ extra-i686/ceph-mds at .service	2015-10-23 10:52:32 UTC (rev 249682)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Ceph MDS %i
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/ceph-mds -f -i %i
+
+[Install]
+WantedBy=multi-user.target

Deleted: extra-i686/ceph-mon at .service
===================================================================
--- extra-i686/ceph-mon at .service	2015-10-23 10:52:22 UTC (rev 249681)
+++ extra-i686/ceph-mon at .service	2015-10-23 10:52:32 UTC (rev 249682)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Ceph MON %i
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/ceph-mon -f -i %i
-
-[Install]
-WantedBy=multi-user.target

Copied: ceph/repos/extra-i686/ceph-mon at .service (from rev 249681, ceph/trunk/ceph-mon at .service)
===================================================================
--- extra-i686/ceph-mon at .service	                        (rev 0)
+++ extra-i686/ceph-mon at .service	2015-10-23 10:52:32 UTC (rev 249682)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Ceph MON %i
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/ceph-mon -f -i %i
+
+[Install]
+WantedBy=multi-user.target

Deleted: extra-i686/ceph-osd at .service
===================================================================
--- extra-i686/ceph-osd at .service	2015-10-23 10:52:22 UTC (rev 249681)
+++ extra-i686/ceph-osd at .service	2015-10-23 10:52:32 UTC (rev 249682)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Ceph OSD %i
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/ceph-osd -f -i %i
-
-[Install]
-WantedBy=multi-user.target

Copied: ceph/repos/extra-i686/ceph-osd at .service (from rev 249681, ceph/trunk/ceph-osd at .service)
===================================================================
--- extra-i686/ceph-osd at .service	                        (rev 0)
+++ extra-i686/ceph-osd at .service	2015-10-23 10:52:32 UTC (rev 249682)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Ceph OSD %i
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/ceph-osd -f -i %i
+
+[Install]
+WantedBy=multi-user.target

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-10-23 10:52:22 UTC (rev 249681)
+++ extra-x86_64/PKGBUILD	2015-10-23 10:52:32 UTC (rev 249682)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
-
-pkgname=ceph
-pkgver=0.94.3
-pkgrel=3
-pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system'
-arch=('x86_64' 'i686')
-url='http://ceph.com/'
-license=('GPL')
-makedepends=('boost' 'systemd' 'xfsprogs')
-depends=('boost-libs'
-         'curl'
-         'expat'
-         'fcgi'
-         'fuse'
-         'gcc-libs'
-         'glibc'
-         'gperftools'
-         'keyutils'
-         'leveldb'
-         'libaio'
-         'libatomic_ops'
-         'libedit'
-         'libsystemd'
-         'libutil-linux'
-         'ncurses'
-         'nss'
-         'python2'
-         'snappy')
-optdepends=('xfsprogs: support xfs backend')
-options=('emptydirs')
-source=("http://ceph.com/download/$pkgname-$pkgver.tar.bz2"
-        'ceph-osd at .service'
-        'ceph-mon at .service'
-        'ceph-mds at .service')
-md5sums=('ccbaba6cad56cf71719661a0cdcc6ad6'
-         '9104b5b90349d2aa7802eb89158456e8'
-         '63a584aa2a4e2b0efbee4e8fd32593f0'
-         'd2411c41208d95743baa6d899cc1e0b0')
-
-#prepare() {
-#  patch -p1 -d $pkgname-$pkgver < 01-boost-158.patch
-#}
-
-build() {
-  cd $pkgname-$pkgver
-  export PYTHON=/usr/bin/python2
-  ./configure \
-    --prefix=/usr \
-    --sbindir=/usr/bin \
-    --libexecdir=/usr/lib \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --with-radosgw
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-
-  cd "$pkgdir"
-
-  # systemd
-  install -dm755 usr/lib/{systemd/system,udev/rules.d}
-  install -Dm644 "$srcdir"/ceph-{osd,mon,mds}@.service usr/lib/systemd/system
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/udev/* usr/lib/udev/rules.d
-
-  # fix directories path
-  mv sbin/* usr/bin
-  rmdir sbin
-  install -d -m 755 usr/share/bash-completion
-  mv etc/bash_completion.d usr/share/bash-completion/completions
-
-  # fix python2 shebang, did not do it in prepare() anymore because it
-  # confuse automake
-  find . -type f -exec \
-    sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ceph/repos/extra-x86_64/PKGBUILD (from rev 249681, ceph/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-10-23 10:52:32 UTC (rev 249682)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
+
+pkgname=ceph
+pkgver=0.94.4
+pkgrel=1
+pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system'
+arch=('x86_64' 'i686')
+url='http://ceph.com/'
+license=('GPL')
+makedepends=('boost' 'systemd' 'xfsprogs')
+depends=('boost-libs'
+         'curl'
+         'expat'
+         'fcgi'
+         'fuse'
+         'gcc-libs'
+         'glibc'
+         'gperftools'
+         'keyutils'
+         'leveldb'
+         'libaio'
+         'libatomic_ops'
+         'libedit'
+         'libsystemd'
+         'libutil-linux'
+         'ncurses'
+         'nss'
+         'python2'
+         'snappy')
+optdepends=('xfsprogs: support xfs backend')
+options=('emptydirs')
+source=("http://ceph.com/download/$pkgname-$pkgver.tar.bz2"
+        'ceph-osd at .service'
+        'ceph-mon at .service'
+        'ceph-mds at .service')
+md5sums=('d7b42d06e8eaa7820fe34490aaaba101'
+         '9104b5b90349d2aa7802eb89158456e8'
+         '63a584aa2a4e2b0efbee4e8fd32593f0'
+         'd2411c41208d95743baa6d899cc1e0b0')
+
+#prepare() {
+#  patch -p1 -d $pkgname-$pkgver < 01-boost-158.patch
+#}
+
+build() {
+  cd $pkgname-$pkgver
+  export PYTHON=/usr/bin/python2
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --libexecdir=/usr/lib \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --with-radosgw
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+
+  cd "$pkgdir"
+
+  # systemd
+  install -dm755 usr/lib/{systemd/system,udev/rules.d}
+  install -Dm644 "$srcdir"/ceph-{osd,mon,mds}@.service usr/lib/systemd/system
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/udev/* usr/lib/udev/rules.d
+
+  # fix directories path
+  mv sbin/* usr/bin
+  rmdir sbin
+  install -d -m 755 usr/share/bash-completion
+  mv etc/bash_completion.d usr/share/bash-completion/completions
+
+  # fix python2 shebang, did not do it in prepare() anymore because it
+  # confuse automake
+  find . -type f -exec \
+    sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/ceph-mds at .service
===================================================================
--- extra-x86_64/ceph-mds at .service	2015-10-23 10:52:22 UTC (rev 249681)
+++ extra-x86_64/ceph-mds at .service	2015-10-23 10:52:32 UTC (rev 249682)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Ceph MDS %i
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/ceph-mds -f -i %i
-
-[Install]
-WantedBy=multi-user.target

Copied: ceph/repos/extra-x86_64/ceph-mds at .service (from rev 249681, ceph/trunk/ceph-mds at .service)
===================================================================
--- extra-x86_64/ceph-mds at .service	                        (rev 0)
+++ extra-x86_64/ceph-mds at .service	2015-10-23 10:52:32 UTC (rev 249682)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Ceph MDS %i
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/ceph-mds -f -i %i
+
+[Install]
+WantedBy=multi-user.target

Deleted: extra-x86_64/ceph-mon at .service
===================================================================
--- extra-x86_64/ceph-mon at .service	2015-10-23 10:52:22 UTC (rev 249681)
+++ extra-x86_64/ceph-mon at .service	2015-10-23 10:52:32 UTC (rev 249682)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Ceph MON %i
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/ceph-mon -f -i %i
-
-[Install]
-WantedBy=multi-user.target

Copied: ceph/repos/extra-x86_64/ceph-mon at .service (from rev 249681, ceph/trunk/ceph-mon at .service)
===================================================================
--- extra-x86_64/ceph-mon at .service	                        (rev 0)
+++ extra-x86_64/ceph-mon at .service	2015-10-23 10:52:32 UTC (rev 249682)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Ceph MON %i
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/ceph-mon -f -i %i
+
+[Install]
+WantedBy=multi-user.target

Deleted: extra-x86_64/ceph-osd at .service
===================================================================
--- extra-x86_64/ceph-osd at .service	2015-10-23 10:52:22 UTC (rev 249681)
+++ extra-x86_64/ceph-osd at .service	2015-10-23 10:52:32 UTC (rev 249682)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Ceph OSD %i
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/ceph-osd -f -i %i
-
-[Install]
-WantedBy=multi-user.target

Copied: ceph/repos/extra-x86_64/ceph-osd at .service (from rev 249681, ceph/trunk/ceph-osd at .service)
===================================================================
--- extra-x86_64/ceph-osd at .service	                        (rev 0)
+++ extra-x86_64/ceph-osd at .service	2015-10-23 10:52:32 UTC (rev 249682)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Ceph OSD %i
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/ceph-osd -f -i %i
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list