[arch-commits] Commit in gearmand/repos (16 files)

2017-07-28 Thread Massimiliano Torromeo
Date: Friday, July 28, 2017 @ 07:39:37
  Author: mtorromeo
Revision: 246670

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gearmand/repos/community-i686/PKGBUILD
(from rev 246669, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-i686/gearmand.conf
(from rev 246669, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-i686/gearmand.service
(from rev 246669, gearmand/trunk/gearmand.service)
  gearmand/repos/community-i686/user.conf
(from rev 246669, gearmand/trunk/user.conf)
  gearmand/repos/community-x86_64/PKGBUILD
(from rev 246669, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-x86_64/gearmand.conf
(from rev 246669, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-x86_64/gearmand.service
(from rev 246669, gearmand/trunk/gearmand.service)
  gearmand/repos/community-x86_64/user.conf
(from rev 246669, gearmand/trunk/user.conf)
Deleted:
  gearmand/repos/community-i686/PKGBUILD
  gearmand/repos/community-i686/gearmand.conf
  gearmand/repos/community-i686/gearmand.service
  gearmand/repos/community-i686/user.conf
  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 
 community-i686/PKGBUILD   |   51 --
 community-i686/gearmand.conf  |1 
 community-i686/gearmand.service   |   12 
 community-i686/user.conf  |1 
 community-x86_64/PKGBUILD |   51 --
 community-x86_64/gearmand.conf|1 
 community-x86_64/gearmand.service |   12 
 community-x86_64/user.conf|1 
 12 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-28 07:39:12 UTC (rev 246669)
+++ community-i686/PKGBUILD 2017-07-28 07:39:37 UTC (rev 246670)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Lev Lybin 
-# Contributor: Vadym Abramchuk 
-# Contributor: John Gerritse 
-
-pkgname=gearmand
-pkgver=1.1.16
-pkgrel=3
-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=('d0207fa3004318af3c65d4ac8c9a1547acf104fccd1280013a7f091da2c8'
-'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-i686/PKGBUILD (from rev 246669, 
gearmand/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-28 07:39:37 UTC (rev 246670)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Lev Lybin 
+# Contributor: Vadym Abramchuk 
+# Contributor: John Gerritse 
+
+pkgname=gearmand
+pkgver=1.1.17
+pkgrel=1
+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')

[arch-commits] Commit in gearmand/repos (16 files)

2017-05-31 Thread Evangelos Foutras
Date: Wednesday, May 31, 2017 @ 08:33:15
  Author: foutrelis
Revision: 231456

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 /PKGBUILD |  102 
 /gearmand.conf|2 
 /gearmand.service |   24 ++
 /user.conf|2 
 community-staging-i686/PKGBUILD   |   51 --
 community-staging-i686/gearmand.conf  |1 
 community-staging-i686/gearmand.service   |   12 ---
 community-staging-i686/user.conf  |1 
 community-staging-x86_64/PKGBUILD |   51 --
 community-staging-x86_64/gearmand.conf|1 
 community-staging-x86_64/gearmand.service |   12 ---
 community-staging-x86_64/user.conf|1 
 12 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-05-31 08:33:04 UTC (rev 231455)
+++ community-staging-i686/PKGBUILD 2017-05-31 08:33:15 UTC (rev 231456)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Lev Lybin 
-# Contributor: Vadym Abramchuk 
-# Contributor: John Gerritse 
-
-pkgname=gearmand
-pkgver=1.1.16
-pkgrel=1
-pkgdesc="Distributed job queue server."
-arch=('i686' 'x86_64')
-depends=('libevent' 'boost-libs' 'libmariadb' '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=('d0207fa3004318af3c65d4ac8c9a1547acf104fccd1280013a7f091da2c8'
-'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-staging-i686/PKGBUILD (from rev 231455, 
gearmand/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-31 08:33:15 UTC (rev 231456)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Lev Lybin 
+# Contributor: Vadym Abramchuk 
+# Contributor: John Gerritse 
+
+pkgname=gearmand
+pkgver=1.1.16
+pkgrel=2
+pkgdesc="Distributed job queue server."
+arch=('i686' 'x86_64')
+depends=('libevent' 'boost-libs' 'libmariadb' 

[arch-commits] Commit in gearmand/repos (16 files)

2017-03-24 Thread Evangelos Foutras
Date: Saturday, March 25, 2017 @ 03:41:59
  Author: foutrelis
Revision: 218713

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 /PKGBUILD |  102 
 /gearmand.conf|2 
 /gearmand.service |   24 ++
 /user.conf|2 
 community-staging-i686/PKGBUILD   |   52 --
 community-staging-i686/gearmand.conf  |1 
 community-staging-i686/gearmand.service   |   12 ---
 community-staging-i686/user.conf  |1 
 community-staging-x86_64/PKGBUILD |   52 --
 community-staging-x86_64/gearmand.conf|1 
 community-staging-x86_64/gearmand.service |   12 ---
 community-staging-x86_64/user.conf|1 
 12 files changed, 130 insertions(+), 132 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-03-25 03:41:43 UTC (rev 218712)
+++ community-staging-i686/PKGBUILD 2017-03-25 03:41:59 UTC (rev 218713)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Lev Lybin 
-# Contributor: Vadym Abramchuk 
-# Contributor: John Gerritse 
-
-pkgname=gearmand
-pkgver=1.1.12
-pkgrel=18
-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://launchpad.net/$pkgname/1.2/$pkgver/+download/$pkgname-$pkgver.tar.gz
-gearmand.service
-gearmand.conf
-user.conf)
-
-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
-}
-
-sha256sums=('973d7a3523141a84c7b757c6f243febbc89a3631e919b532c056c814d8738acb'
-'dee38ad4e614969047253b8c4996b8cdf33c981b0df215b6627356fd4cbafa33'
-'6c14fdcd94105338e13bdd59dbed4f9b77430a517b2c125ac2e6d3bc43bdf506'
-'02f11878d7c32039385586e527006f5cbb08444007f6c72a012e8acd8a855aef')

Copied: gearmand/repos/community-staging-i686/PKGBUILD (from rev 218712, 
gearmand/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-25 03:41:59 UTC (rev 218713)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Lev Lybin 
+# Contributor: Vadym Abramchuk 
+# Contributor: John Gerritse 
+
+pkgname=gearmand
+pkgver=1.1.15
+pkgrel=2
+pkgdesc="Distributed job queue server."
+arch=('i686' 'x86_64')
+depends=('libevent' 'boost-libs' 'libmariadbclient' 

[arch-commits] Commit in gearmand/repos (16 files)

2017-03-08 Thread Massimiliano Torromeo
Date: Wednesday, March 8, 2017 @ 17:20:02
  Author: mtorromeo
Revision: 215308

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gearmand/repos/community-i686/PKGBUILD
(from rev 215307, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-i686/gearmand.conf
(from rev 215307, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-i686/gearmand.service
(from rev 215307, gearmand/trunk/gearmand.service)
  gearmand/repos/community-i686/user.conf
(from rev 215307, gearmand/trunk/user.conf)
  gearmand/repos/community-x86_64/PKGBUILD
(from rev 215307, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-x86_64/gearmand.conf
(from rev 215307, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-x86_64/gearmand.service
(from rev 215307, gearmand/trunk/gearmand.service)
  gearmand/repos/community-x86_64/user.conf
(from rev 215307, gearmand/trunk/user.conf)
Deleted:
  gearmand/repos/community-i686/PKGBUILD
  gearmand/repos/community-i686/gearmand.conf
  gearmand/repos/community-i686/gearmand.service
  gearmand/repos/community-i686/user.conf
  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 
 community-i686/PKGBUILD   |   52 --
 community-i686/gearmand.conf  |1 
 community-i686/gearmand.service   |   12 
 community-i686/user.conf  |1 
 community-x86_64/PKGBUILD |   52 --
 community-x86_64/gearmand.conf|1 
 community-x86_64/gearmand.service |   12 
 community-x86_64/user.conf|1 
 12 files changed, 130 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-08 17:19:33 UTC (rev 215307)
+++ community-i686/PKGBUILD 2017-03-08 17:20:02 UTC (rev 215308)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Lev Lybin 
-# Contributor: Vadym Abramchuk 
-# Contributor: John Gerritse 
-
-pkgname=gearmand
-pkgver=1.1.12
-pkgrel=17
-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://launchpad.net/$pkgname/1.2/$pkgver/+download/$pkgname-$pkgver.tar.gz
-gearmand.service
-gearmand.conf
-user.conf)
-
-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
-}
-
-sha256sums=('973d7a3523141a84c7b757c6f243febbc89a3631e919b532c056c814d8738acb'
-'dee38ad4e614969047253b8c4996b8cdf33c981b0df215b6627356fd4cbafa33'
-'6c14fdcd94105338e13bdd59dbed4f9b77430a517b2c125ac2e6d3bc43bdf506'
-'02f11878d7c32039385586e527006f5cbb08444007f6c72a012e8acd8a855aef')

Copied: gearmand/repos/community-i686/PKGBUILD (from rev 215307, 
gearmand/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-08 17:20:02 UTC (rev 215308)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Lev Lybin 
+# Contributor: Vadym Abramchuk 
+# Contributor: John Gerritse 
+
+pkgname=gearmand
+pkgver=1.1.15
+pkgrel=1
+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')

[arch-commits] Commit in gearmand/repos (16 files)

2015-02-02 Thread Massimiliano Torromeo
Date: Monday, February 2, 2015 @ 10:03:30
  Author: mtorromeo
Revision: 126964

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gearmand/repos/community-i686/PKGBUILD
(from rev 126963, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-i686/gearmand.conf
(from rev 126963, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-i686/gearmand.install
(from rev 126963, gearmand/trunk/gearmand.install)
  gearmand/repos/community-i686/gearmand.service
(from rev 126963, gearmand/trunk/gearmand.service)
  gearmand/repos/community-x86_64/PKGBUILD
(from rev 126963, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-x86_64/gearmand.conf
(from rev 126963, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-x86_64/gearmand.install
(from rev 126963, gearmand/trunk/gearmand.install)
  gearmand/repos/community-x86_64/gearmand.service
(from rev 126963, gearmand/trunk/gearmand.service)
Deleted:
  gearmand/repos/community-i686/PKGBUILD
  gearmand/repos/community-i686/gearmand.conf
  gearmand/repos/community-i686/gearmand.install
  gearmand/repos/community-i686/gearmand.service
  gearmand/repos/community-x86_64/PKGBUILD
  gearmand/repos/community-x86_64/gearmand.conf
  gearmand/repos/community-x86_64/gearmand.install
  gearmand/repos/community-x86_64/gearmand.service

---+
 /PKGBUILD |  100 
 /gearmand.conf|2 
 /gearmand.install |   24 
 /gearmand.service |   24 
 community-i686/PKGBUILD   |   50 --
 community-i686/gearmand.conf  |1 
 community-i686/gearmand.install   |   12 
 community-i686/gearmand.service   |   12 
 community-x86_64/PKGBUILD |   50 --
 community-x86_64/gearmand.conf|1 
 community-x86_64/gearmand.install |   12 
 community-x86_64/gearmand.service |   12 
 12 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-02 09:03:18 UTC (rev 126963)
+++ community-i686/PKGBUILD 2015-02-02 09:03:30 UTC (rev 126964)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Lev Lybin lev.ly...@gmail.com
-# Contributor: Vadym Abramchuk abr...@gmail.com
-# Contributor: John Gerritse reaphsh...@gmail.com
-
-pkgname=gearmand
-pkgver=1.1.12
-pkgrel=5
-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')
-install=$pkgname.install
-backup=('etc/gearmand.conf')
-source=(https://launchpad.net/$pkgname/1.2/$pkgver/+download/$pkgname-$pkgver.tar.gz
-gearmand.service
-gearmand.conf)
-
-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
-}
-
-sha256sums=('973d7a3523141a84c7b757c6f243febbc89a3631e919b532c056c814d8738acb'
-'dee38ad4e614969047253b8c4996b8cdf33c981b0df215b6627356fd4cbafa33'
-'6c14fdcd94105338e13bdd59dbed4f9b77430a517b2c125ac2e6d3bc43bdf506')

Copied: gearmand/repos/community-i686/PKGBUILD (from rev 126963, 
gearmand/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-02 09:03:30 UTC (rev 126964)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Lev Lybin lev.ly...@gmail.com
+# Contributor: Vadym Abramchuk abr...@gmail.com
+# Contributor: John Gerritse reaphsh...@gmail.com
+
+pkgname=gearmand
+pkgver=1.1.12
+pkgrel=6
+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')
+install=$pkgname.install
+backup=('etc/gearmand.conf')
+source=(https://launchpad.net/$pkgname/1.2/$pkgver/+download/$pkgname-$pkgver.tar.gz
+gearmand.service
+gearmand.conf)
+
+build() {

[arch-commits] Commit in gearmand/repos (16 files)

2014-11-10 Thread Evangelos Foutras
Date: Monday, November 10, 2014 @ 10:20:17
  Author: foutrelis
Revision: 122288

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gearmand/repos/community-i686/PKGBUILD
(from rev 122287, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-i686/gearmand.conf
(from rev 122287, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-i686/gearmand.install
(from rev 122287, gearmand/trunk/gearmand.install)
  gearmand/repos/community-i686/gearmand.service
(from rev 122287, gearmand/trunk/gearmand.service)
  gearmand/repos/community-x86_64/PKGBUILD
(from rev 122287, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-x86_64/gearmand.conf
(from rev 122287, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-x86_64/gearmand.install
(from rev 122287, gearmand/trunk/gearmand.install)
  gearmand/repos/community-x86_64/gearmand.service
(from rev 122287, gearmand/trunk/gearmand.service)
Deleted:
  gearmand/repos/community-i686/PKGBUILD
  gearmand/repos/community-i686/gearmand.conf
  gearmand/repos/community-i686/gearmand.install
  gearmand/repos/community-i686/gearmand.service
  gearmand/repos/community-x86_64/PKGBUILD
  gearmand/repos/community-x86_64/gearmand.conf
  gearmand/repos/community-x86_64/gearmand.install
  gearmand/repos/community-x86_64/gearmand.service

---+
 /PKGBUILD |  100 
 /gearmand.conf|2 
 /gearmand.install |   24 
 /gearmand.service |   24 
 community-i686/PKGBUILD   |   50 --
 community-i686/gearmand.conf  |1 
 community-i686/gearmand.install   |   12 
 community-i686/gearmand.service   |   12 
 community-x86_64/PKGBUILD |   50 --
 community-x86_64/gearmand.conf|1 
 community-x86_64/gearmand.install |   12 
 community-x86_64/gearmand.service |   12 
 12 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-10 09:20:03 UTC (rev 122287)
+++ community-i686/PKGBUILD 2014-11-10 09:20:17 UTC (rev 122288)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Lev Lybin lev.ly...@gmail.com
-# Contributor: Vadym Abramchuk abr...@gmail.com
-# Contributor: John Gerritse reaphsh...@gmail.com
-
-pkgname=gearmand
-pkgver=1.1.12
-pkgrel=4
-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')
-install=$pkgname.install
-backup=('etc/gearmand.conf')
-source=(https://launchpad.net/$pkgname/1.2/$pkgver/+download/$pkgname-$pkgver.tar.gz
-gearmand.service
-gearmand.conf)
-
-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
-}
-
-sha256sums=('973d7a3523141a84c7b757c6f243febbc89a3631e919b532c056c814d8738acb'
-'dee38ad4e614969047253b8c4996b8cdf33c981b0df215b6627356fd4cbafa33'
-'6c14fdcd94105338e13bdd59dbed4f9b77430a517b2c125ac2e6d3bc43bdf506')

Copied: gearmand/repos/community-i686/PKGBUILD (from rev 122287, 
gearmand/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-10 09:20:17 UTC (rev 122288)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Lev Lybin lev.ly...@gmail.com
+# Contributor: Vadym Abramchuk abr...@gmail.com
+# Contributor: John Gerritse reaphsh...@gmail.com
+
+pkgname=gearmand
+pkgver=1.1.12
+pkgrel=5
+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')
+install=$pkgname.install
+backup=('etc/gearmand.conf')
+source=(https://launchpad.net/$pkgname/1.2/$pkgver/+download/$pkgname-$pkgver.tar.gz
+gearmand.service
+gearmand.conf)
+
+build() {

[arch-commits] Commit in gearmand/repos (16 files)

2014-07-17 Thread Massimiliano Torromeo
Date: Thursday, July 17, 2014 @ 12:01:01
  Author: mtorromeo
Revision: 115823

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gearmand/repos/community-i686/PKGBUILD
(from rev 115822, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-i686/gearmand.conf
(from rev 115822, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-i686/gearmand.install
(from rev 115822, gearmand/trunk/gearmand.install)
  gearmand/repos/community-i686/gearmand.service
(from rev 115822, gearmand/trunk/gearmand.service)
  gearmand/repos/community-x86_64/PKGBUILD
(from rev 115822, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-x86_64/gearmand.conf
(from rev 115822, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-x86_64/gearmand.install
(from rev 115822, gearmand/trunk/gearmand.install)
  gearmand/repos/community-x86_64/gearmand.service
(from rev 115822, gearmand/trunk/gearmand.service)
Deleted:
  gearmand/repos/community-i686/PKGBUILD
  gearmand/repos/community-i686/gearmand.conf
  gearmand/repos/community-i686/gearmand.install
  gearmand/repos/community-i686/gearmand.service
  gearmand/repos/community-x86_64/PKGBUILD
  gearmand/repos/community-x86_64/gearmand.conf
  gearmand/repos/community-x86_64/gearmand.install
  gearmand/repos/community-x86_64/gearmand.service

---+
 /PKGBUILD |  100 
 /gearmand.conf|2 
 /gearmand.install |   24 
 /gearmand.service |   24 
 community-i686/PKGBUILD   |   50 --
 community-i686/gearmand.conf  |1 
 community-i686/gearmand.install   |   12 
 community-i686/gearmand.service   |   12 
 community-x86_64/PKGBUILD |   50 --
 community-x86_64/gearmand.conf|1 
 community-x86_64/gearmand.install |   12 
 community-x86_64/gearmand.service |   12 
 12 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-17 09:57:34 UTC (rev 115822)
+++ community-i686/PKGBUILD 2014-07-17 10:01:01 UTC (rev 115823)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Lev Lybin lev.ly...@gmail.com
-# Contributor: Vadym Abramchuk abr...@gmail.com
-# Contributor: John Gerritse reaphsh...@gmail.com
-
-pkgname=gearmand
-pkgver=1.1.12
-pkgrel=1
-pkgdesc=Distributed job queue server.
-arch=('i686' 'x86_64')
-depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite')
-makedepends=('boost' 'gperf' 'python-sphinx')
-conflicts=('gearman')
-replaces=('gearman')
-provides=(gearman=$pkgver)
-url=http://gearman.org/;
-license=('CUSTOM')
-install=$pkgname.install
-backup=('etc/gearmand.conf')
-source=(https://launchpad.net/$pkgname/1.2/$pkgver/+download/$pkgname-$pkgver.tar.gz
-gearmand.service
-gearmand.conf)
-
-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
-}
-
-sha256sums=('973d7a3523141a84c7b757c6f243febbc89a3631e919b532c056c814d8738acb'
-'dee38ad4e614969047253b8c4996b8cdf33c981b0df215b6627356fd4cbafa33'
-'6c14fdcd94105338e13bdd59dbed4f9b77430a517b2c125ac2e6d3bc43bdf506')

Copied: gearmand/repos/community-i686/PKGBUILD (from rev 115822, 
gearmand/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-17 10:01:01 UTC (rev 115823)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Lev Lybin lev.ly...@gmail.com
+# Contributor: Vadym Abramchuk abr...@gmail.com
+# Contributor: John Gerritse reaphsh...@gmail.com
+
+pkgname=gearmand
+pkgver=1.1.12
+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')
+install=$pkgname.install
+backup=('etc/gearmand.conf')
+source=(https://launchpad.net/$pkgname/1.2/$pkgver/+download/$pkgname-$pkgver.tar.gz
+gearmand.service
+gearmand.conf)
+
+build() {
+  cd 

[arch-commits] Commit in gearmand/repos (16 files)

2014-02-13 Thread Massimiliano Torromeo
Date: Thursday, February 13, 2014 @ 15:56:45
  Author: mtorromeo
Revision: 105677

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gearmand/repos/community-i686/PKGBUILD
(from rev 105676, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-i686/gearmand.conf
(from rev 105676, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-i686/gearmand.install
(from rev 105676, gearmand/trunk/gearmand.install)
  gearmand/repos/community-i686/gearmand.service
(from rev 105676, gearmand/trunk/gearmand.service)
  gearmand/repos/community-x86_64/PKGBUILD
(from rev 105676, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-x86_64/gearmand.conf
(from rev 105676, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-x86_64/gearmand.install
(from rev 105676, gearmand/trunk/gearmand.install)
  gearmand/repos/community-x86_64/gearmand.service
(from rev 105676, gearmand/trunk/gearmand.service)
Deleted:
  gearmand/repos/community-i686/PKGBUILD
  gearmand/repos/community-i686/gearmand.conf
  gearmand/repos/community-i686/gearmand.install
  gearmand/repos/community-i686/gearmand.service
  gearmand/repos/community-x86_64/PKGBUILD
  gearmand/repos/community-x86_64/gearmand.conf
  gearmand/repos/community-x86_64/gearmand.install
  gearmand/repos/community-x86_64/gearmand.service

---+
 /PKGBUILD |  100 
 /gearmand.conf|2 
 /gearmand.install |   24 
 /gearmand.service |   24 
 community-i686/PKGBUILD   |   50 --
 community-i686/gearmand.conf  |1 
 community-i686/gearmand.install   |   12 
 community-i686/gearmand.service   |   12 
 community-x86_64/PKGBUILD |   50 --
 community-x86_64/gearmand.conf|1 
 community-x86_64/gearmand.install |   12 
 community-x86_64/gearmand.service |   12 
 12 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-13 14:52:41 UTC (rev 105676)
+++ community-i686/PKGBUILD 2014-02-13 14:56:45 UTC (rev 105677)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Lev Lybin lev.ly...@gmail.com
-# Contributor: Vadym Abramchuk abr...@gmail.com
-# Contributor: John Gerritse reaphsh...@gmail.com
-
-pkgname=gearmand
-pkgver=1.1.11
-pkgrel=1
-pkgdesc=Distributed job queue server.
-arch=('i686' 'x86_64')
-depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite')
-makedepends=('boost' 'gperf' 'python-sphinx')
-conflicts=('gearman')
-replaces=('gearman')
-provides=(gearman=$pkgver)
-url=http://gearman.org/;
-license=('CUSTOM')
-install=$pkgname.install
-backup=('etc/gearmand.conf')
-source=(https://launchpad.net/$pkgname/1.2/$pkgver/+download/$pkgname-$pkgver.tar.gz
-gearmand.service
-gearmand.conf)
-
-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
-}
-
-sha256sums=('a175cbdeabe8102796418a516532adad58abd5e355365c78b6a234e544655825'
-'dee38ad4e614969047253b8c4996b8cdf33c981b0df215b6627356fd4cbafa33'
-'6c14fdcd94105338e13bdd59dbed4f9b77430a517b2c125ac2e6d3bc43bdf506')

Copied: gearmand/repos/community-i686/PKGBUILD (from rev 105676, 
gearmand/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-13 14:56:45 UTC (rev 105677)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Lev Lybin lev.ly...@gmail.com
+# Contributor: Vadym Abramchuk abr...@gmail.com
+# Contributor: John Gerritse reaphsh...@gmail.com
+
+pkgname=gearmand
+pkgver=1.1.12
+pkgrel=1
+pkgdesc=Distributed job queue server.
+arch=('i686' 'x86_64')
+depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite')
+makedepends=('boost' 'gperf' 'python-sphinx')
+conflicts=('gearman')
+replaces=('gearman')
+provides=(gearman=$pkgver)
+url=http://gearman.org/;
+license=('CUSTOM')
+install=$pkgname.install
+backup=('etc/gearmand.conf')
+source=(https://launchpad.net/$pkgname/1.2/$pkgver/+download/$pkgname-$pkgver.tar.gz
+gearmand.service
+gearmand.conf)
+
+build() {
+  cd