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

Alexander Rødseth arodseth at archlinux.org
Wed Nov 28 11:40:31 UTC 2018


    Date: Wednesday, November 28, 2018 @ 11:40:31
  Author: arodseth
Revision: 410419

archrelease: copy trunk to community-x86_64

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

------------------+
 PKGBUILD         |   93 ++++++++++++++++++++++++++---------------------------
 moosefs.sysusers |    2 -
 2 files changed, 47 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-28 11:40:23 UTC (rev 410418)
+++ PKGBUILD	2018-11-28 11:40:31 UTC (rev 410419)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=moosefs
-pkgver=3.0.101
-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')
-makedepends=('git')
-depends=('fuse2' 'python2' 'xfsprogs')
-source=("git+https://github.com/moosefs/moosefs#tag=v$pkgver"
-        'moosefs.sysusers')
-sha256sums=('SKIP'
-            'c7fb746f904bf4ecaaa6b15b9bce7a5b3bbe3008247148c561280eba8df250dc')
-
-build() {
-  cd moosefs
-
-  ./configure \
-    --prefix=/usr \
-    --mandir=/usr/share/man \
-    --sysconfdir=/etc \
-    --localstatedir=/var/lib \
-    --with-default-user=mfs \
-    --with-default-group=mfs \
-    --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C moosefs 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 410418, moosefs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-28 11:40:31 UTC (rev 410419)
@@ -0,0 +1,46 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=moosefs
+pkgver=3.0.103
+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')
+makedepends=('git')
+depends=('fuse2' 'libpcap' 'python2' 'xfsprogs')
+source=("git+https://github.com/moosefs/moosefs#tag=v$pkgver"
+        'moosefs.sysusers')
+sha256sums=('SKIP'
+            'c7fb746f904bf4ecaaa6b15b9bce7a5b3bbe3008247148c561280eba8df250dc')
+
+build() {
+  cd moosefs
+
+  ./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man \
+    --sysconfdir=/etc \
+    --localstatedir=/var/lib \
+    --with-default-user=mfs \
+    --with-default-group=mfs \
+    --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C moosefs 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	2018-11-28 11:40:23 UTC (rev 410418)
+++ moosefs.sysusers	2018-11-28 11:40:31 UTC (rev 410419)
@@ -1 +0,0 @@
-u mfs - "MooseFS" /var/lib/mfs

Copied: moosefs/repos/community-x86_64/moosefs.sysusers (from rev 410418, moosefs/trunk/moosefs.sysusers)
===================================================================
--- moosefs.sysusers	                        (rev 0)
+++ moosefs.sysusers	2018-11-28 11:40:31 UTC (rev 410419)
@@ -0,0 +1 @@
+u mfs - "MooseFS" /var/lib/mfs



More information about the arch-commits mailing list