[arch-commits] Commit in pigeonhole/repos (8 files)

Johannes Löthberg demize at archlinux.org
Wed Nov 1 23:25:17 UTC 2017


    Date: Wednesday, November 1, 2017 @ 23:25:16
  Author: demize
Revision: 265077

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

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

-------------------------------+
 /PKGBUILD                     |  110 ++++++++++++++++++++++++++++++++++++++++
 /dovecot.conf                 |    2 
 community-i686/PKGBUILD       |   55 --------------------
 community-i686/dovecot.conf   |    1 
 community-x86_64/PKGBUILD     |   55 --------------------
 community-x86_64/dovecot.conf |    1 
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-11-01 23:25:07 UTC (rev 265076)
+++ community-i686/PKGBUILD	2017-11-01 23:25:16 UTC (rev 265077)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Peter Lewis <plewis at aur.archlinux.org>
-# Contributor: Sebastian Köhler <sebkoehler at 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.32
-# Make sure to bump pkgrel if changing this.
-
-pkgname=pigeonhole
-pkgver=0.4.20
-pkgrel=1
-
-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=('6fe17d0b8f25f2ad580e01ad81ce47a9e965255e383a1f80e455f9ca0f00be5b'
-            'SKIP'
-            'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
-validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch <stephan at 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-i686/PKGBUILD (from rev 265076, pigeonhole/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-11-01 23:25:16 UTC (rev 265077)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Peter Lewis <plewis at aur.archlinux.org>
+# Contributor: Sebastian Köhler <sebkoehler at 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.33.2
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.4.21
+pkgrel=1
+
+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=('4ae09cb788c5334d167f5a89ee70b0616c3231e5904ad258ce408e4953cfdd6a'
+            'SKIP'
+            'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch <stephan at 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"
+}

Deleted: community-i686/dovecot.conf
===================================================================
--- community-i686/dovecot.conf	2017-11-01 23:25:07 UTC (rev 265076)
+++ community-i686/dovecot.conf	2017-11-01 23:25:16 UTC (rev 265077)
@@ -1 +0,0 @@
-/usr/lib/dovecot

Copied: pigeonhole/repos/community-i686/dovecot.conf (from rev 265076, pigeonhole/trunk/dovecot.conf)
===================================================================
--- community-i686/dovecot.conf	                        (rev 0)
+++ community-i686/dovecot.conf	2017-11-01 23:25:16 UTC (rev 265077)
@@ -0,0 +1 @@
+/usr/lib/dovecot

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-11-01 23:25:07 UTC (rev 265076)
+++ community-x86_64/PKGBUILD	2017-11-01 23:25:16 UTC (rev 265077)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Peter Lewis <plewis at aur.archlinux.org>
-# Contributor: Sebastian Köhler <sebkoehler at 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.32
-# Make sure to bump pkgrel if changing this.
-
-pkgname=pigeonhole
-pkgver=0.4.20
-pkgrel=1
-
-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=('6fe17d0b8f25f2ad580e01ad81ce47a9e965255e383a1f80e455f9ca0f00be5b'
-            'SKIP'
-            'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
-validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch <stephan at 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-x86_64/PKGBUILD (from rev 265076, pigeonhole/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-11-01 23:25:16 UTC (rev 265077)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Peter Lewis <plewis at aur.archlinux.org>
+# Contributor: Sebastian Köhler <sebkoehler at 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.33.2
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.4.21
+pkgrel=1
+
+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=('4ae09cb788c5334d167f5a89ee70b0616c3231e5904ad258ce408e4953cfdd6a'
+            'SKIP'
+            'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch <stephan at 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"
+}

Deleted: community-x86_64/dovecot.conf
===================================================================
--- community-x86_64/dovecot.conf	2017-11-01 23:25:07 UTC (rev 265076)
+++ community-x86_64/dovecot.conf	2017-11-01 23:25:16 UTC (rev 265077)
@@ -1 +0,0 @@
-/usr/lib/dovecot

Copied: pigeonhole/repos/community-x86_64/dovecot.conf (from rev 265076, pigeonhole/trunk/dovecot.conf)
===================================================================
--- community-x86_64/dovecot.conf	                        (rev 0)
+++ community-x86_64/dovecot.conf	2017-11-01 23:25:16 UTC (rev 265077)
@@ -0,0 +1 @@
+/usr/lib/dovecot



More information about the arch-commits mailing list