[arch-commits] Commit in gearmand/repos/community-x86_64 (8 files)
Massimiliano Torromeo
mtorromeo at archlinux.org
Tue Dec 12 13:12:18 UTC 2017
Date: Tuesday, December 12, 2017 @ 13:12:17
Author: mtorromeo
Revision: 273999
archrelease: copy trunk to community-x86_64
Added:
gearmand/repos/community-x86_64/PKGBUILD
(from rev 273998, gearmand/trunk/PKGBUILD)
gearmand/repos/community-x86_64/gearmand.conf
(from rev 273998, gearmand/trunk/gearmand.conf)
gearmand/repos/community-x86_64/gearmand.service
(from rev 273998, gearmand/trunk/gearmand.service)
gearmand/repos/community-x86_64/user.conf
(from rev 273998, 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 | 102 ++++++++++++++++++++++++++---------------------------
gearmand.conf | 2 -
gearmand.service | 24 ++++++------
user.conf | 2 -
4 files changed, 65 insertions(+), 65 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-12 13:11:40 UTC (rev 273998)
+++ PKGBUILD 2017-12-12 13:12:17 UTC (rev 273999)
@@ -1,51 +0,0 @@
-# $Id$
-# 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.17
-pkgrel=2
-pkgdesc="Distributed job queue server."
-arch=('i686' 'x86_64')
-depends=('libevent' 'boost-libs' 'libmariadbclient' '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=('f9fa59d60c0ad03b449942c6fe24abe09456056852fae89a05052fa25c113c0f'
- '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 273998, gearmand/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-12 13:12:17 UTC (rev 273999)
@@ -0,0 +1,51 @@
+# $Id$
+# 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=1
+pkgdesc="Distributed job queue server."
+arch=('x86_64')
+depends=('libevent' 'boost-libs' 'libmariadbclient' '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
+}
Deleted: gearmand.conf
===================================================================
--- gearmand.conf 2017-12-12 13:11:40 UTC (rev 273998)
+++ gearmand.conf 2017-12-12 13:12:17 UTC (rev 273999)
@@ -1 +0,0 @@
---syslog --log-file stderr
Copied: gearmand/repos/community-x86_64/gearmand.conf (from rev 273998, gearmand/trunk/gearmand.conf)
===================================================================
--- gearmand.conf (rev 0)
+++ gearmand.conf 2017-12-12 13:12:17 UTC (rev 273999)
@@ -0,0 +1 @@
+--syslog --log-file stderr
Deleted: gearmand.service
===================================================================
--- gearmand.service 2017-12-12 13:11:40 UTC (rev 273998)
+++ gearmand.service 2017-12-12 13:12:17 UTC (rev 273999)
@@ -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 273998, gearmand/trunk/gearmand.service)
===================================================================
--- gearmand.service (rev 0)
+++ gearmand.service 2017-12-12 13:12:17 UTC (rev 273999)
@@ -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 2017-12-12 13:11:40 UTC (rev 273998)
+++ user.conf 2017-12-12 13:12:17 UTC (rev 273999)
@@ -1 +0,0 @@
-u gearmand 116 "gearmand user"
Copied: gearmand/repos/community-x86_64/user.conf (from rev 273998, gearmand/trunk/user.conf)
===================================================================
--- user.conf (rev 0)
+++ user.conf 2017-12-12 13:12:17 UTC (rev 273999)
@@ -0,0 +1 @@
+u gearmand 116 "gearmand user"
More information about the arch-commits
mailing list