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

Allan McRae allan at gemini.archlinux.org
Mon Apr 25 01:11:06 UTC 2022


    Date: Monday, April 25, 2022 @ 01:11:06
  Author: allan
Revision: 1189770

archrelease: copy trunk to community-x86_64

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

------------------+
 PKGBUILD         |   82 ++++++++++++++++++++++++++---------------------------
 moosefs.sysusers |    2 -
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 01:10:44 UTC (rev 1189769)
+++ PKGBUILD	2022-04-25 01:11:06 UTC (rev 1189770)
@@ -1,41 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=moosefs
-pkgver=3.0.116
-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)
-b2sums=('0740c53cfa8ebe59b32ca5edb792c67b0ac382a23da8ffae58b04591a762e35b4e3a8048f476afaedfc8ba58e1abae158eb34c2f2e2e2acb2fca76a1ce754341'
-        '1d725b36f8c5d7ca458cc64166ebf8d1c477c32c51c652e8f521b37eeed942ca2f3ca098de2c1a65d524257308fc8758071bd129624c2d82022f38bda3823a5e')
-
-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"
-}

Copied: moosefs/repos/community-x86_64/PKGBUILD (from rev 1189769, moosefs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-25 01:11:06 UTC (rev 1189770)
@@ -0,0 +1,41 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=moosefs
+pkgver=3.0.116
+pkgrel=2
+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)
+b2sums=('0740c53cfa8ebe59b32ca5edb792c67b0ac382a23da8ffae58b04591a762e35b4e3a8048f476afaedfc8ba58e1abae158eb34c2f2e2e2acb2fca76a1ce754341'
+        '1d725b36f8c5d7ca458cc64166ebf8d1c477c32c51c652e8f521b37eeed942ca2f3ca098de2c1a65d524257308fc8758071bd129624c2d82022f38bda3823a5e')
+
+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"
+}

Deleted: moosefs.sysusers
===================================================================
--- moosefs.sysusers	2022-04-25 01:10:44 UTC (rev 1189769)
+++ moosefs.sysusers	2022-04-25 01:11:06 UTC (rev 1189770)
@@ -1 +0,0 @@
-u mfs - "MooseFS" /var/lib/mfs

Copied: moosefs/repos/community-x86_64/moosefs.sysusers (from rev 1189769, moosefs/trunk/moosefs.sysusers)
===================================================================
--- moosefs.sysusers	                        (rev 0)
+++ moosefs.sysusers	2022-04-25 01:11:06 UTC (rev 1189770)
@@ -0,0 +1 @@
+u mfs - "MooseFS" /var/lib/mfs



More information about the arch-commits mailing list