[arch-commits] Commit in gearmand/repos/community-x86_64 (8 files)

Massimiliano Torromeo mtorromeo at gemini.archlinux.org
Mon Feb 28 11:00:59 UTC 2022


    Date: Monday, February 28, 2022 @ 11:00:59
  Author: mtorromeo
Revision: 1138321

archrelease: copy trunk to community-x86_64

Added:
  gearmand/repos/community-x86_64/PKGBUILD
    (from rev 1138320, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-x86_64/gearmand.conf
    (from rev 1138320, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-x86_64/gearmand.service
    (from rev 1138320, gearmand/trunk/gearmand.service)
  gearmand/repos/community-x86_64/user.conf
    (from rev 1138320, gearmand/trunk/user.conf)
Deleted:
  gearmand/repos/community-x86_64/PKGBUILD
  gearmand/repos/community-x86_64/gearmand.conf
  gearmand/repos/community-x86_64/gearmand.service
  gearmand/repos/community-x86_64/user.conf

------------------+
 PKGBUILD         |  101 ++++++++++++++++++++++++++---------------------------
 gearmand.conf    |    2 -
 gearmand.service |   24 ++++++------
 user.conf        |    2 -
 4 files changed, 65 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-28 11:00:49 UTC (rev 1138320)
+++ PKGBUILD	2022-02-28 11:00:59 UTC (rev 1138321)
@@ -1,50 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Contributor: Lev Lybin <lev.lybin at gmail.com>
-# Contributor: Vadym Abramchuk <abramm at gmail.com>
-# Contributor: John Gerritse <reaphsharc at gmail.com>
-
-pkgname=gearmand
-pkgver=1.1.18
-pkgrel=16
-pkgdesc="Distributed job queue server."
-arch=('x86_64')
-depends=('libevent' 'boost-libs' 'mariadb-libs' 'postgresql-libs' 'sqlite' 'hiredis')
-makedepends=('boost' 'gperf' 'python-sphinx')
-conflicts=('gearman')
-replaces=('gearman')
-provides=("gearman=$pkgver")
-url="http://gearman.org/"
-license=('CUSTOM')
-backup=('etc/gearmand.conf')
-source=(https://github.com/gearman/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz
-        gearmand.service
-        gearmand.conf
-        user.conf)
-sha256sums=('d789fa24996075a64c5af5fd2adef10b13f77d71f7d44edd68db482b349c962c'
-            'dee38ad4e614969047253b8c4996b8cdf33c981b0df215b6627356fd4cbafa33'
-            '6c14fdcd94105338e13bdd59dbed4f9b77430a517b2c125ac2e6d3bc43bdf506'
-            '02f11878d7c32039385586e527006f5cbb08444007f6c72a012e8acd8a855aef')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  export LDFLAGS="$LDFLAGS -lboost_system"
-  ./configure \
-    --prefix=/usr \
-    --sbindir=/usr/bin \
-    --sysconfdir=/etc \
-    --localstatedir=/run \
-    --disable-static \
-    --enable-ssl
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-
-  cd "$srcdir"
-  install -Dm644 gearmand.service "$pkgdir"/usr/lib/systemd/system/gearmand.service
-  install -Dm644 gearmand.conf "$pkgdir"/etc/gearmand.conf
-	install -Dm644 user.conf "$pkgdir"/usr/lib/sysusers.d/gearmand.conf
-}

Copied: gearmand/repos/community-x86_64/PKGBUILD (from rev 1138320, gearmand/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-28 11:00:59 UTC (rev 1138321)
@@ -0,0 +1,51 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Lev Lybin <lev.lybin at gmail.com>
+# Contributor: Vadym Abramchuk <abramm at gmail.com>
+# Contributor: John Gerritse <reaphsharc at gmail.com>
+
+pkgname=gearmand
+pkgver=1.1.19.1
+pkgrel=1
+pkgdesc="Distributed job queue server."
+arch=('x86_64')
+depends=('libevent' 'boost-libs' 'mariadb-libs' 'postgresql-libs' 'sqlite' 'hiredis')
+makedepends=('boost' 'gperf' 'python-sphinx')
+conflicts=('gearman')
+replaces=('gearman')
+provides=("gearman=$pkgver")
+options=('debug')
+url="http://gearman.org/"
+license=('CUSTOM')
+backup=('etc/gearmand.conf')
+source=(https://github.com/gearman/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz
+        gearmand.service
+        gearmand.conf
+        user.conf)
+sha256sums=('8ea6e0d16a0c924e6a65caea8a7cd49d3840b9256d440d991de4266447166bfb'
+            'dee38ad4e614969047253b8c4996b8cdf33c981b0df215b6627356fd4cbafa33'
+            '6c14fdcd94105338e13bdd59dbed4f9b77430a517b2c125ac2e6d3bc43bdf506'
+            '02f11878d7c32039385586e527006f5cbb08444007f6c72a012e8acd8a855aef')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  export LDFLAGS="$LDFLAGS -lboost_system"
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --sysconfdir=/etc \
+    --localstatedir=/run \
+    --disable-static \
+    --enable-ssl
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+
+  cd "$srcdir"
+  install -Dm644 gearmand.service "$pkgdir"/usr/lib/systemd/system/gearmand.service
+  install -Dm644 gearmand.conf "$pkgdir"/etc/gearmand.conf
+	install -Dm644 user.conf "$pkgdir"/usr/lib/sysusers.d/gearmand.conf
+}

Deleted: gearmand.conf
===================================================================
--- gearmand.conf	2022-02-28 11:00:49 UTC (rev 1138320)
+++ gearmand.conf	2022-02-28 11:00:59 UTC (rev 1138321)
@@ -1 +0,0 @@
---syslog --log-file stderr

Copied: gearmand/repos/community-x86_64/gearmand.conf (from rev 1138320, gearmand/trunk/gearmand.conf)
===================================================================
--- gearmand.conf	                        (rev 0)
+++ gearmand.conf	2022-02-28 11:00:59 UTC (rev 1138321)
@@ -0,0 +1 @@
+--syslog --log-file stderr

Deleted: gearmand.service
===================================================================
--- gearmand.service	2022-02-28 11:00:49 UTC (rev 1138320)
+++ gearmand.service	2022-02-28 11:00:59 UTC (rev 1138321)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Gearmand distributed job system
-After=syslog.target network.target
-
-[Service]
-User=gearmand
-Type=forking
-ExecStart=/usr/bin/gearmand -d
-Restart=on-failure
-
-[Install]
-WantedBy=multi-user.target

Copied: gearmand/repos/community-x86_64/gearmand.service (from rev 1138320, gearmand/trunk/gearmand.service)
===================================================================
--- gearmand.service	                        (rev 0)
+++ gearmand.service	2022-02-28 11:00:59 UTC (rev 1138321)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Gearmand distributed job system
+After=syslog.target network.target
+
+[Service]
+User=gearmand
+Type=forking
+ExecStart=/usr/bin/gearmand -d
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target

Deleted: user.conf
===================================================================
--- user.conf	2022-02-28 11:00:49 UTC (rev 1138320)
+++ user.conf	2022-02-28 11:00:59 UTC (rev 1138321)
@@ -1 +0,0 @@
-u gearmand 116 "gearmand user"

Copied: gearmand/repos/community-x86_64/user.conf (from rev 1138320, gearmand/trunk/user.conf)
===================================================================
--- user.conf	                        (rev 0)
+++ user.conf	2022-02-28 11:00:59 UTC (rev 1138321)
@@ -0,0 +1 @@
+u gearmand 116 "gearmand user"



More information about the arch-commits mailing list