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

Andreas Radke andyrtr at archlinux.org
Thu Nov 6 19:39:52 UTC 2014


    Date: Thursday, November 6, 2014 @ 20:39:52
  Author: andyrtr
Revision: 225700

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

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

---------------------------+
 /PKGBUILD                 |   86 ++++++++++++++++++++++++++++++++++++++++++++
 /dovecot.conf             |    2 +
 extra-i686/PKGBUILD       |   43 ----------------------
 extra-i686/dovecot.conf   |    1 
 extra-x86_64/PKGBUILD     |   43 ----------------------
 extra-x86_64/dovecot.conf |    1 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-11-06 19:39:42 UTC (rev 225699)
+++ extra-i686/PKGBUILD	2014-11-06 19:39:52 UTC (rev 225700)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-
-# Contributorr: 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.15
-# Make sure to bump pkgrel if changing this.
-
-pkgname=pigeonhole
-pkgver=0.4.5
-pkgrel=1
-pkgdesc="Sieve implementation for Dovecot"
-arch=('i686' 'x86_64')
-url="http://pigeonhole.dovecot.org/"
-license=('LGPL')
-depends=('dovecot='$_dcpkgver)
-conflicts=('dovecot-sieve' 'pigeonhole-hg')
-source=("http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
-        "dovecot.conf")
-sha256sums=('020a4795ca9cd528394cd55e87714776aeb396b943411dce86cb9945a68ff419'
-            'SKIP'
-            'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
-
-build() {
-  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-    --with-dovecot=/usr/lib/dovecot \
-    --with-moduledir=/usr/lib/dovecot/modules \
-    --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  install -m 644 -D "$srcdir/dovecot.conf" "$pkgdir/etc/ld.so.conf.d/dovecot.conf"
-}

Copied: pigeonhole/repos/extra-i686/PKGBUILD (from rev 225699, pigeonhole/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-11-06 19:39:52 UTC (rev 225700)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+# Contributorr: 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.15
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.4.6
+pkgrel=1
+pkgdesc="Sieve implementation for Dovecot"
+arch=('i686' 'x86_64')
+url="http://pigeonhole.dovecot.org/"
+license=('LGPL')
+depends=('dovecot='$_dcpkgver)
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+source=("http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
+        "dovecot.conf")
+sha256sums=('91034669f9ce07661bbadcfb00fe50b6929bf7f616d9aa79d3f5a351d1a47d3d'
+            'SKIP'
+            'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+
+build() {
+  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+    --with-dovecot=/usr/lib/dovecot \
+    --with-moduledir=/usr/lib/dovecot/modules \
+    --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+  install -m 644 -D "$srcdir/dovecot.conf" "$pkgdir/etc/ld.so.conf.d/dovecot.conf"
+}

Deleted: extra-i686/dovecot.conf
===================================================================
--- extra-i686/dovecot.conf	2014-11-06 19:39:42 UTC (rev 225699)
+++ extra-i686/dovecot.conf	2014-11-06 19:39:52 UTC (rev 225700)
@@ -1 +0,0 @@
-/usr/lib/dovecot

Copied: pigeonhole/repos/extra-i686/dovecot.conf (from rev 225699, pigeonhole/trunk/dovecot.conf)
===================================================================
--- extra-i686/dovecot.conf	                        (rev 0)
+++ extra-i686/dovecot.conf	2014-11-06 19:39:52 UTC (rev 225700)
@@ -0,0 +1 @@
+/usr/lib/dovecot

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-11-06 19:39:42 UTC (rev 225699)
+++ extra-x86_64/PKGBUILD	2014-11-06 19:39:52 UTC (rev 225700)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-
-# Contributorr: 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.15
-# Make sure to bump pkgrel if changing this.
-
-pkgname=pigeonhole
-pkgver=0.4.5
-pkgrel=1
-pkgdesc="Sieve implementation for Dovecot"
-arch=('i686' 'x86_64')
-url="http://pigeonhole.dovecot.org/"
-license=('LGPL')
-depends=('dovecot='$_dcpkgver)
-conflicts=('dovecot-sieve' 'pigeonhole-hg')
-source=("http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
-        "dovecot.conf")
-sha256sums=('020a4795ca9cd528394cd55e87714776aeb396b943411dce86cb9945a68ff419'
-            'SKIP'
-            'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
-
-build() {
-  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-    --with-dovecot=/usr/lib/dovecot \
-    --with-moduledir=/usr/lib/dovecot/modules \
-    --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  install -m 644 -D "$srcdir/dovecot.conf" "$pkgdir/etc/ld.so.conf.d/dovecot.conf"
-}

Copied: pigeonhole/repos/extra-x86_64/PKGBUILD (from rev 225699, pigeonhole/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-11-06 19:39:52 UTC (rev 225700)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+# Contributorr: 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.15
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.4.6
+pkgrel=1
+pkgdesc="Sieve implementation for Dovecot"
+arch=('i686' 'x86_64')
+url="http://pigeonhole.dovecot.org/"
+license=('LGPL')
+depends=('dovecot='$_dcpkgver)
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+source=("http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
+        "dovecot.conf")
+sha256sums=('91034669f9ce07661bbadcfb00fe50b6929bf7f616d9aa79d3f5a351d1a47d3d'
+            'SKIP'
+            'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+
+build() {
+  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+    --with-dovecot=/usr/lib/dovecot \
+    --with-moduledir=/usr/lib/dovecot/modules \
+    --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+  install -m 644 -D "$srcdir/dovecot.conf" "$pkgdir/etc/ld.so.conf.d/dovecot.conf"
+}

Deleted: extra-x86_64/dovecot.conf
===================================================================
--- extra-x86_64/dovecot.conf	2014-11-06 19:39:42 UTC (rev 225699)
+++ extra-x86_64/dovecot.conf	2014-11-06 19:39:52 UTC (rev 225700)
@@ -1 +0,0 @@
-/usr/lib/dovecot

Copied: pigeonhole/repos/extra-x86_64/dovecot.conf (from rev 225699, pigeonhole/trunk/dovecot.conf)
===================================================================
--- extra-x86_64/dovecot.conf	                        (rev 0)
+++ extra-x86_64/dovecot.conf	2014-11-06 19:39:52 UTC (rev 225700)
@@ -0,0 +1 @@
+/usr/lib/dovecot



More information about the arch-commits mailing list