[arch-commits] Commit in moosefs/repos/community-x86_64 (4 files)

Alexander Rødseth arodseth at archlinux.org
Tue Sep 1 11:59:19 UTC 2020


    Date: Tuesday, September 1, 2020 @ 11:59:19
  Author: arodseth
Revision: 695438

archrelease: copy trunk to community-x86_64

Added:
  moosefs/repos/community-x86_64/PKGBUILD
    (from rev 695437, moosefs/trunk/PKGBUILD)
  moosefs/repos/community-x86_64/moosefs.sysusers
    (from rev 695437, moosefs/trunk/moosefs.sysusers)
Deleted:
  moosefs/repos/community-x86_64/PKGBUILD
  moosefs/repos/community-x86_64/moosefs.sysusers

------------------+
 PKGBUILD         |   88 ++++++++++++++++++++++++++---------------------------
 moosefs.sysusers |    2 -
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-01 11:59:13 UTC (rev 695437)
+++ PKGBUILD	2020-09-01 11:59:19 UTC (rev 695438)
@@ -1,44 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=moosefs
-pkgver=3.0.113
-pkgrel=1
-pkgdesc='High performing and fault tolerant distributed file system'
-url='https://moosefs.com/'
-replaces=(mfs-master mfs-chunkserver mfs-client)
-conflicts=(mfs-master mfs-chunkserver mfs-client)
-arch=(x86_64)
-license=(GPL2)
-depends=(fuse2 libpcap python xfsprogs)
-source=("$pkgname-$pkgver.tgz::https://github.com/moosefs/moosefs/archive/v$pkgver.tar.gz"
-        moosefs.sysusers)
-sha256sums=('17f0716202ba42ad37dcb57f3b400583e022a62438a1b8fbe70cc1c71288b48f'
-            'c7fb746f904bf4ecaaa6b15b9bce7a5b3bbe3008247148c561280eba8df250dc')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure \
-    --localstatedir=/var/lib \
-    --mandir=/usr/share/man \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --with-default-group=mfs \
-    --with-default-user=mfs \
-    --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C "$pkgname-$pkgver" install
-
-  # Move mount.moosefs from sbin to usr/bin. They end up in
-  # /usr/bin just the same, but this silences a warning
-  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
-  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
-  rmdir "$pkgdir/sbin" "$pkgdir/usr/sbin"
-
-  install -Dm644 "$pkgname.sysusers" "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-}
-
-# getver: moosefs.com/download/sources.html
-# vim: ts=2 sw=2 et:

Copied: moosefs/repos/community-x86_64/PKGBUILD (from rev 695437, moosefs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-01 11:59:19 UTC (rev 695438)
@@ -0,0 +1,44 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=moosefs
+pkgver=3.0.114
+pkgrel=1
+pkgdesc='High performing and fault tolerant distributed file system'
+url='https://moosefs.com/'
+replaces=(mfs-master mfs-chunkserver mfs-client)
+conflicts=(mfs-master mfs-chunkserver mfs-client)
+arch=(x86_64)
+license=(GPL2)
+depends=(fuse2 libpcap python xfsprogs)
+source=("$pkgname-$pkgver.tgz::https://github.com/moosefs/moosefs/archive/v$pkgver.tar.gz"
+        moosefs.sysusers)
+sha256sums=('a3044ebbf0d42f06dff4f5108235e13d89b79d1568eee86182bb7232addb277c'
+            'c7fb746f904bf4ecaaa6b15b9bce7a5b3bbe3008247148c561280eba8df250dc')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure \
+    --localstatedir=/var/lib \
+    --mandir=/usr/share/man \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --with-default-group=mfs \
+    --with-default-user=mfs \
+    --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "$pkgname-$pkgver" install
+
+  # Move mount.moosefs from sbin to usr/bin. They end up in
+  # /usr/bin just the same, but this silences a warning
+  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
+  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
+  rmdir "$pkgdir/sbin" "$pkgdir/usr/sbin"
+
+  install -Dm644 "$pkgname.sysusers" "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+}
+
+# getver: moosefs.com/download/sources.html
+# vim: ts=2 sw=2 et:

Deleted: moosefs.sysusers
===================================================================
--- moosefs.sysusers	2020-09-01 11:59:13 UTC (rev 695437)
+++ moosefs.sysusers	2020-09-01 11:59:19 UTC (rev 695438)
@@ -1 +0,0 @@
-u mfs - "MooseFS" /var/lib/mfs

Copied: moosefs/repos/community-x86_64/moosefs.sysusers (from rev 695437, moosefs/trunk/moosefs.sysusers)
===================================================================
--- moosefs.sysusers	                        (rev 0)
+++ moosefs.sysusers	2020-09-01 11:59:19 UTC (rev 695438)
@@ -0,0 +1 @@
+u mfs - "MooseFS" /var/lib/mfs



More information about the arch-commits mailing list