Date: Monday, February 27, 2017 @ 09:17:06
  Author: demize
Revision: 214016

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

Added:
  pigeonhole/repos/community-staging-i686/
  pigeonhole/repos/community-staging-i686/PKGBUILD
    (from rev 214015, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/community-staging-i686/dovecot.conf
    (from rev 214015, pigeonhole/trunk/dovecot.conf)
  pigeonhole/repos/community-staging-x86_64/
  pigeonhole/repos/community-staging-x86_64/PKGBUILD
    (from rev 214015, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/community-staging-x86_64/dovecot.conf
    (from rev 214015, pigeonhole/trunk/dovecot.conf)

---------------------------------------+
 community-staging-i686/PKGBUILD       |   55 ++++++++++++++++++++++++++++++++
 community-staging-i686/dovecot.conf   |    1 
 community-staging-x86_64/PKGBUILD     |   55 ++++++++++++++++++++++++++++++++
 community-staging-x86_64/dovecot.conf |    1 
 4 files changed, 112 insertions(+)

Copied: pigeonhole/repos/community-staging-i686/PKGBUILD (from rev 214015, 
pigeonhole/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2017-02-27 09:17:06 UTC (rev 214016)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johan...@kyriasis.com>
+# Contributor:  Bartłomiej Piotrowski <bpiotrow...@archlinux.org>
+# Contributor: Andreas Radke <andy...@archlinux.org>
+# Contributor: Peter Lewis <ple...@aur.archlinux.org>
+# Contributor: Sebastian Köhler <sebkoeh...@whoami.org.uk>
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.2.28
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.4.17
+pkgrel=2
+
+pkgdesc='Sieve implementation for Dovecot'
+url='http://pigeonhole.dovecot.org/'
+arch=('i686' 'x86_64')
+license=('LGPL')
+
+depends=('dovecot='$_dcpkgver)
+
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+
+source=("https://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-$pkgver.tar.gz"{,.sig}
+        dovecot.conf)
+
+sha256sums=('74d869c7532cbf4fe41e3cc95a1aa6ce32e98f4d423f0d099da1e0fba022dae3'
+            'SKIP'
+            'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 
<step...@rename-it.nl>
+
+build() {
+  cd dovecot-2.2-pigeonhole-$pkgver
+
+  ./configure --prefix=/usr \
+    --with-dovecot=/usr/lib/dovecot \
+    --with-moduledir=/usr/lib/dovecot/modules \
+    --disable-static
+  make
+}
+
+check() {
+  cd dovecot-2.2-pigeonhole-$pkgver
+  make check
+}
+
+package() {
+  cd dovecot-2.2-pigeonhole-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/dovecot.conf" "$pkgdir/etc/ld.so.conf.d/dovecot.conf"
+}

Copied: pigeonhole/repos/community-staging-i686/dovecot.conf (from rev 214015, 
pigeonhole/trunk/dovecot.conf)
===================================================================
--- community-staging-i686/dovecot.conf                         (rev 0)
+++ community-staging-i686/dovecot.conf 2017-02-27 09:17:06 UTC (rev 214016)
@@ -0,0 +1 @@
+/usr/lib/dovecot

Copied: pigeonhole/repos/community-staging-x86_64/PKGBUILD (from rev 214015, 
pigeonhole/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-27 09:17:06 UTC (rev 214016)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johan...@kyriasis.com>
+# Contributor:  Bartłomiej Piotrowski <bpiotrow...@archlinux.org>
+# Contributor: Andreas Radke <andy...@archlinux.org>
+# Contributor: Peter Lewis <ple...@aur.archlinux.org>
+# Contributor: Sebastian Köhler <sebkoeh...@whoami.org.uk>
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.2.28
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.4.17
+pkgrel=2
+
+pkgdesc='Sieve implementation for Dovecot'
+url='http://pigeonhole.dovecot.org/'
+arch=('i686' 'x86_64')
+license=('LGPL')
+
+depends=('dovecot='$_dcpkgver)
+
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+
+source=("https://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-$pkgver.tar.gz"{,.sig}
+        dovecot.conf)
+
+sha256sums=('74d869c7532cbf4fe41e3cc95a1aa6ce32e98f4d423f0d099da1e0fba022dae3'
+            'SKIP'
+            'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 
<step...@rename-it.nl>
+
+build() {
+  cd dovecot-2.2-pigeonhole-$pkgver
+
+  ./configure --prefix=/usr \
+    --with-dovecot=/usr/lib/dovecot \
+    --with-moduledir=/usr/lib/dovecot/modules \
+    --disable-static
+  make
+}
+
+check() {
+  cd dovecot-2.2-pigeonhole-$pkgver
+  make check
+}
+
+package() {
+  cd dovecot-2.2-pigeonhole-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/dovecot.conf" "$pkgdir/etc/ld.so.conf.d/dovecot.conf"
+}

Copied: pigeonhole/repos/community-staging-x86_64/dovecot.conf (from rev 
214015, pigeonhole/trunk/dovecot.conf)
===================================================================
--- community-staging-x86_64/dovecot.conf                               (rev 0)
+++ community-staging-x86_64/dovecot.conf       2017-02-27 09:17:06 UTC (rev 
214016)
@@ -0,0 +1 @@
+/usr/lib/dovecot

Reply via email to