[arch-commits] Commit in dovecot/repos (12 files)

2017-11-01 Thread Johannes Löthberg
Date: Wednesday, November 1, 2017 @ 23:23:02
  Author: demize
Revision: 265075

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

Added:
  dovecot/repos/community-i686/PKGBUILD
(from rev 265074, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-i686/dovecot.install
(from rev 265074, dovecot/trunk/dovecot.install)
  dovecot/repos/community-i686/dovecot.tmpfilesd
(from rev 265074, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/community-x86_64/PKGBUILD
(from rev 265074, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-x86_64/dovecot.install
(from rev 265074, dovecot/trunk/dovecot.install)
  dovecot/repos/community-x86_64/dovecot.tmpfilesd
(from rev 265074, dovecot/trunk/dovecot.tmpfilesd)
Deleted:
  dovecot/repos/community-i686/PKGBUILD
  dovecot/repos/community-i686/dovecot.install
  dovecot/repos/community-i686/dovecot.tmpfilesd
  dovecot/repos/community-x86_64/PKGBUILD
  dovecot/repos/community-x86_64/dovecot.install
  dovecot/repos/community-x86_64/dovecot.tmpfilesd

+
 /PKGBUILD  |  188 +++
 /dovecot.install   |   20 +++
 /dovecot.tmpfilesd |2 
 community-i686/PKGBUILD|   94 -
 community-i686/dovecot.install |   10 -
 community-i686/dovecot.tmpfilesd   |1 
 community-x86_64/PKGBUILD  |   94 -
 community-x86_64/dovecot.install   |   10 -
 community-x86_64/dovecot.tmpfilesd |1 
 9 files changed, 210 insertions(+), 210 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-01 23:22:50 UTC (rev 265074)
+++ community-i686/PKGBUILD 2017-11-01 23:23:02 UTC (rev 265075)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: Paul Mattal 
-# Contributor: Federico Quagliata (quaqo) 
-# Contributor: GARETTE Emmanuel 
-
-# --->>> remember to rebuild/bump pigeonhole in one step <<<---
-
-pkgname=dovecot
-pkgver=2.2.32
-pkgrel=1
-
-pkgdesc="An IMAP and POP3 server written with security primarily in mind"
-url="http://dovecot.org/;
-arch=('i686' 'x86_64')
-license=("LGPL")
-
-depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
- 'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
-makedepends=('libcap' 'libldap' 'clucene')
-optdepends=('libldap: ldap plugin'
-'xz: imap zlib  plugin'
-'clucene: alternative FTS indexer')
-
-provides=('imap-server' 'pop3-server')
-
-install=dovecot.install
-
-source=("https://dovecot.org/releases/2.2/dovecot-$pkgver.tar.gz"{,.sig}
-dovecot.tmpfilesd)
-
-sha256sums=('160b2151e2af359877f69cb2dcdfe1a3f4138ad3766e3b8562b96616e2f6bc2e'
-'SKIP'
-'bb7620be7fc0217d77fcac940441c2abbd9efc6ef660153288d09ba412e27e06')
-validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen 

-
-prepare() {
-  cd dovecot-$pkgver
-  # fix path in helper script
-  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
-}
-
-build() {
-  cd dovecot-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-moduledir=/usr/lib/dovecot/modules \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---disable-static \
---with-nss \
---with-pam \
---with-mysql \
---with-pgsql \
---with-sqlite \
---with-ssl=openssl \
---with-ssldir=/etc/ssl \
---with-gssapi \
---with-ldap=plugin \
---with-zlib \
---with-bzlib \
---with-lzma \
---with-lz4 \
---with-libcap \
---with-solr \
---with-lucene \
---with-docs
-
-  make
-}
-
-check() {
-  cd dovecot-$pkgver
-  make check
-}
-
-package() {
-  # system user/group dovenull - 74
-  # system user/group dovecot  - 76
-
-  cd dovecot-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/dovecot.tmpfilesd" \
-"$pkgdir/usr/lib/tmpfiles.d/dovecot.conf"
-  install -d -m755 "$pkgdir/etc/dovecot/conf.d"
-  rm -f $pkgdir/etc/dovecot/README
-
-  # install mkcert helper script
-  install -m 755  doc/mkcert.sh "$pkgdir/usr/lib/dovecot/mkcert.sh"
-}

Copied: dovecot/repos/community-i686/PKGBUILD (from rev 265074, 
dovecot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-01 23:23:02 UTC (rev 265075)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Andreas 

[arch-commits] Commit in dovecot/repos (12 files)

2017-09-03 Thread Johannes Löthberg
Date: Sunday, September 3, 2017 @ 17:01:06
  Author: demize
Revision: 255618

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

Added:
  dovecot/repos/community-i686/PKGBUILD
(from rev 255617, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-i686/dovecot.install
(from rev 255617, dovecot/trunk/dovecot.install)
  dovecot/repos/community-i686/dovecot.tmpfilesd
(from rev 255617, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/community-x86_64/PKGBUILD
(from rev 255617, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-x86_64/dovecot.install
(from rev 255617, dovecot/trunk/dovecot.install)
  dovecot/repos/community-x86_64/dovecot.tmpfilesd
(from rev 255617, dovecot/trunk/dovecot.tmpfilesd)
Deleted:
  dovecot/repos/community-i686/PKGBUILD
  dovecot/repos/community-i686/dovecot.install
  dovecot/repos/community-i686/dovecot.tmpfilesd
  dovecot/repos/community-x86_64/PKGBUILD
  dovecot/repos/community-x86_64/dovecot.install
  dovecot/repos/community-x86_64/dovecot.tmpfilesd

+
 /PKGBUILD  |  188 +++
 /dovecot.install   |   20 +++
 /dovecot.tmpfilesd |2 
 community-i686/PKGBUILD|   94 -
 community-i686/dovecot.install |   10 -
 community-i686/dovecot.tmpfilesd   |1 
 community-x86_64/PKGBUILD  |   94 -
 community-x86_64/dovecot.install   |   10 -
 community-x86_64/dovecot.tmpfilesd |1 
 9 files changed, 210 insertions(+), 210 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-03 17:00:53 UTC (rev 255617)
+++ community-i686/PKGBUILD 2017-09-03 17:01:06 UTC (rev 255618)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: Paul Mattal 
-# Contributor: Federico Quagliata (quaqo) 
-# Contributor: GARETTE Emmanuel 
-
-# --->>> remember to rebuild/bump pigeonhole in one step <<<---
-
-pkgname=dovecot
-pkgver=2.2.31
-pkgrel=1
-
-pkgdesc="An IMAP and POP3 server written with security primarily in mind"
-url="http://dovecot.org/;
-arch=('i686' 'x86_64')
-license=("LGPL")
-
-depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
- 'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
-makedepends=('libcap' 'libldap' 'clucene')
-optdepends=('libldap: ldap plugin'
-'xz: imap zlib  plugin'
-'clucene: alternative FTS indexer')
-
-provides=('imap-server' 'pop3-server')
-
-install=dovecot.install
-
-source=("https://dovecot.org/releases/2.2/dovecot-$pkgver.tar.gz"{,.sig}
-dovecot.tmpfilesd)
-
-sha256sums=('034be40907748128d65088a4f59789b2f99ae7b33a88974eae0b6a68ece376a1'
-'SKIP'
-'bb7620be7fc0217d77fcac940441c2abbd9efc6ef660153288d09ba412e27e06')
-validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen 

-
-prepare() {
-  cd dovecot-$pkgver
-  # fix path in helper script
-  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
-}
-
-build() {
-  cd dovecot-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-moduledir=/usr/lib/dovecot/modules \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---disable-static \
---with-nss \
---with-pam \
---with-mysql \
---with-pgsql \
---with-sqlite \
---with-ssl=openssl \
---with-ssldir=/etc/ssl \
---with-gssapi \
---with-ldap=plugin \
---with-zlib \
---with-bzlib \
---with-lzma \
---with-lz4 \
---with-libcap \
---with-solr \
---with-lucene \
---with-docs
-
-  make
-}
-
-check() {
-  cd dovecot-$pkgver
-  make check
-}
-
-package() {
-  # system user/group dovenull - 74
-  # system user/group dovecot  - 76
-
-  cd dovecot-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/dovecot.tmpfilesd" \
-"$pkgdir/usr/lib/tmpfiles.d/dovecot.conf"
-  install -d -m755 "$pkgdir/etc/dovecot/conf.d"
-  rm -f $pkgdir/etc/dovecot/README
-
-  # install mkcert helper script
-  install -m 755  doc/mkcert.sh "$pkgdir/usr/lib/dovecot/mkcert.sh"
-}

Copied: dovecot/repos/community-i686/PKGBUILD (from rev 255617, 
dovecot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-03 17:01:06 UTC (rev 255618)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Andreas 

[arch-commits] Commit in dovecot/repos (12 files)

2017-06-27 Thread Johannes Löthberg
Date: Tuesday, June 27, 2017 @ 18:10:39
  Author: demize
Revision: 241280

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

Added:
  dovecot/repos/community-i686/PKGBUILD
(from rev 241279, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-i686/dovecot.install
(from rev 241279, dovecot/trunk/dovecot.install)
  dovecot/repos/community-i686/dovecot.tmpfilesd
(from rev 241279, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/community-x86_64/PKGBUILD
(from rev 241279, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-x86_64/dovecot.install
(from rev 241279, dovecot/trunk/dovecot.install)
  dovecot/repos/community-x86_64/dovecot.tmpfilesd
(from rev 241279, dovecot/trunk/dovecot.tmpfilesd)
Deleted:
  dovecot/repos/community-i686/PKGBUILD
  dovecot/repos/community-i686/dovecot.install
  dovecot/repos/community-i686/dovecot.tmpfilesd
  dovecot/repos/community-x86_64/PKGBUILD
  dovecot/repos/community-x86_64/dovecot.install
  dovecot/repos/community-x86_64/dovecot.tmpfilesd

+
 /PKGBUILD  |  188 +++
 /dovecot.install   |   20 +++
 /dovecot.tmpfilesd |2 
 community-i686/PKGBUILD|   94 -
 community-i686/dovecot.install |   10 -
 community-i686/dovecot.tmpfilesd   |1 
 community-x86_64/PKGBUILD  |   94 -
 community-x86_64/dovecot.install   |   10 -
 community-x86_64/dovecot.tmpfilesd |1 
 9 files changed, 210 insertions(+), 210 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-27 18:10:28 UTC (rev 241279)
+++ community-i686/PKGBUILD 2017-06-27 18:10:39 UTC (rev 241280)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: Paul Mattal 
-# Contributor: Federico Quagliata (quaqo) 
-# Contributor: GARETTE Emmanuel 
-
-# --->>> remember to rebuild/bump pigeonhole in one step <<<---
-
-pkgname=dovecot
-pkgver=2.2.30.2
-pkgrel=1
-
-pkgdesc="An IMAP and POP3 server written with security primarily in mind"
-url="http://dovecot.org/;
-arch=('i686' 'x86_64')
-license=("LGPL")
-
-depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
- 'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
-makedepends=('libcap' 'libldap' 'clucene')
-optdepends=('libldap: ldap plugin'
-'xz: imap zlib  plugin'
-'clucene: alternative FTS indexer')
-
-provides=('imap-server' 'pop3-server')
-
-install=dovecot.install
-
-source=("https://dovecot.org/releases/2.2/dovecot-$pkgver.tar.gz"{,.sig}
-dovecot.tmpfilesd)
-
-sha256sums=('f3dba79c1ceeaa9dd0633f648d3a607704bf3d0591e7d48168084c8add87189e'
-'SKIP'
-'bb7620be7fc0217d77fcac940441c2abbd9efc6ef660153288d09ba412e27e06')
-validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen 

-
-prepare() {
-  cd dovecot-$pkgver
-  # fix path in helper script
-  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
-}
-
-build() {
-  cd dovecot-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-moduledir=/usr/lib/dovecot/modules \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---disable-static \
---with-nss \
---with-pam \
---with-mysql \
---with-pgsql \
---with-sqlite \
---with-ssl=openssl \
---with-ssldir=/etc/ssl \
---with-gssapi \
---with-ldap=plugin \
---with-zlib \
---with-bzlib \
---with-lzma \
---with-lz4 \
---with-libcap \
---with-solr \
---with-lucene \
---with-docs
-
-  make
-}
-
-check() {
-  cd dovecot-$pkgver
-  make check
-}
-
-package() {
-  # system user/group dovenull - 74
-  # system user/group dovecot  - 76
-
-  cd dovecot-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/dovecot.tmpfilesd" \
-"$pkgdir/usr/lib/tmpfiles.d/dovecot.conf"
-  install -d -m755 "$pkgdir/etc/dovecot/conf.d"
-  rm -f $pkgdir/etc/dovecot/README
-
-  # install mkcert helper script
-  install -m 755  doc/mkcert.sh "$pkgdir/usr/lib/dovecot/mkcert.sh"
-}

Copied: dovecot/repos/community-i686/PKGBUILD (from rev 241279, 
dovecot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-27 18:10:39 UTC (rev 241280)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Andreas 

[arch-commits] Commit in dovecot/repos (12 files)

2017-06-06 Thread Johannes Löthberg
Date: Tuesday, June 6, 2017 @ 23:52:38
  Author: demize
Revision: 235158

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

Added:
  dovecot/repos/community-i686/PKGBUILD
(from rev 235157, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-i686/dovecot.install
(from rev 235157, dovecot/trunk/dovecot.install)
  dovecot/repos/community-i686/dovecot.tmpfilesd
(from rev 235157, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/community-x86_64/PKGBUILD
(from rev 235157, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-x86_64/dovecot.install
(from rev 235157, dovecot/trunk/dovecot.install)
  dovecot/repos/community-x86_64/dovecot.tmpfilesd
(from rev 235157, dovecot/trunk/dovecot.tmpfilesd)
Deleted:
  dovecot/repos/community-i686/PKGBUILD
  dovecot/repos/community-i686/dovecot.install
  dovecot/repos/community-i686/dovecot.tmpfilesd
  dovecot/repos/community-x86_64/PKGBUILD
  dovecot/repos/community-x86_64/dovecot.install
  dovecot/repos/community-x86_64/dovecot.tmpfilesd

+
 /PKGBUILD  |  188 +++
 /dovecot.install   |   20 +++
 /dovecot.tmpfilesd |2 
 community-i686/PKGBUILD|   94 -
 community-i686/dovecot.install |   10 -
 community-i686/dovecot.tmpfilesd   |1 
 community-x86_64/PKGBUILD  |   94 -
 community-x86_64/dovecot.install   |   10 -
 community-x86_64/dovecot.tmpfilesd |1 
 9 files changed, 210 insertions(+), 210 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-06 23:52:27 UTC (rev 235157)
+++ community-i686/PKGBUILD 2017-06-06 23:52:38 UTC (rev 235158)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: Paul Mattal 
-# Contributor: Federico Quagliata (quaqo) 
-# Contributor: GARETTE Emmanuel 
-
-# --->>> remember to rebuild/bump pigeonhole in one step <<<---
-
-pkgname=dovecot
-pkgver=2.2.30.1
-pkgrel=1
-
-pkgdesc="An IMAP and POP3 server written with security primarily in mind"
-url="http://dovecot.org/;
-arch=('i686' 'x86_64')
-license=("LGPL")
-
-depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
- 'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
-makedepends=('libcap' 'libldap' 'clucene')
-optdepends=('libldap: ldap plugin'
-'xz: imap zlib  plugin'
-'clucene: alternative FTS indexer')
-
-provides=('imap-server' 'pop3-server')
-
-install=dovecot.install
-
-source=("https://dovecot.org/releases/2.2/dovecot-$pkgver.tar.gz"{,.sig}
-dovecot.tmpfilesd)
-
-sha256sums=('9049db49f7ccd76850a17872896dfb8778676bab38454575f59bb39f16b083a4'
-'SKIP'
-'bb7620be7fc0217d77fcac940441c2abbd9efc6ef660153288d09ba412e27e06')
-validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen 

-
-prepare() {
-  cd dovecot-$pkgver
-  # fix path in helper script
-  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
-}
-
-build() {
-  cd dovecot-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-moduledir=/usr/lib/dovecot/modules \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---disable-static \
---with-nss \
---with-pam \
---with-mysql \
---with-pgsql \
---with-sqlite \
---with-ssl=openssl \
---with-ssldir=/etc/ssl \
---with-gssapi \
---with-ldap=plugin \
---with-zlib \
---with-bzlib \
---with-lzma \
---with-lz4 \
---with-libcap \
---with-solr \
---with-lucene \
---with-docs
-
-  make
-}
-
-check() {
-  cd dovecot-$pkgver
-  make check
-}
-
-package() {
-  # system user/group dovenull - 74
-  # system user/group dovecot  - 76
-
-  cd dovecot-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/dovecot.tmpfilesd" \
-"$pkgdir/usr/lib/tmpfiles.d/dovecot.conf"
-  install -d -m755 "$pkgdir/etc/dovecot/conf.d"
-  rm -f $pkgdir/etc/dovecot/README
-
-  # install mkcert helper script
-  install -m 755  doc/mkcert.sh "$pkgdir/usr/lib/dovecot/mkcert.sh"
-}

Copied: dovecot/repos/community-i686/PKGBUILD (from rev 235157, 
dovecot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-06 23:52:38 UTC (rev 235158)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Andreas 

[arch-commits] Commit in dovecot/repos (12 files)

2017-06-05 Thread Johannes Löthberg
Date: Monday, June 5, 2017 @ 12:45:38
  Author: demize
Revision: 234172

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

Added:
  dovecot/repos/community-i686/PKGBUILD
(from rev 234171, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-i686/dovecot.install
(from rev 234171, dovecot/trunk/dovecot.install)
  dovecot/repos/community-i686/dovecot.tmpfilesd
(from rev 234171, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/community-x86_64/PKGBUILD
(from rev 234171, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-x86_64/dovecot.install
(from rev 234171, dovecot/trunk/dovecot.install)
  dovecot/repos/community-x86_64/dovecot.tmpfilesd
(from rev 234171, dovecot/trunk/dovecot.tmpfilesd)
Deleted:
  dovecot/repos/community-i686/PKGBUILD
  dovecot/repos/community-i686/dovecot.install
  dovecot/repos/community-i686/dovecot.tmpfilesd
  dovecot/repos/community-x86_64/PKGBUILD
  dovecot/repos/community-x86_64/dovecot.install
  dovecot/repos/community-x86_64/dovecot.tmpfilesd

+
 /PKGBUILD  |  188 +++
 /dovecot.install   |   20 +++
 /dovecot.tmpfilesd |2 
 community-i686/PKGBUILD|   94 -
 community-i686/dovecot.install |   10 -
 community-i686/dovecot.tmpfilesd   |1 
 community-x86_64/PKGBUILD  |   94 -
 community-x86_64/dovecot.install   |   10 -
 community-x86_64/dovecot.tmpfilesd |1 
 9 files changed, 210 insertions(+), 210 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-05 12:45:26 UTC (rev 234171)
+++ community-i686/PKGBUILD 2017-06-05 12:45:38 UTC (rev 234172)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: Paul Mattal 
-# Contributor: Federico Quagliata (quaqo) 
-# Contributor: GARETTE Emmanuel 
-
-# --->>> remember to rebuild/bump pigeonhole in one step <<<---
-
-pkgname=dovecot
-pkgver=2.2.29.1
-pkgrel=1
-
-pkgdesc="An IMAP and POP3 server written with security primarily in mind"
-url="http://dovecot.org/;
-arch=('i686' 'x86_64')
-license=("LGPL")
-
-depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
- 'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
-makedepends=('libcap' 'libldap' 'clucene')
-optdepends=('libldap: ldap plugin'
-'xz: imap zlib  plugin'
-'clucene: alternative FTS indexer')
-
-provides=('imap-server' 'pop3-server')
-
-install=dovecot.install
-
-source=("https://dovecot.org/releases/2.2/dovecot-$pkgver.tar.gz"{,.sig}
-dovecot.tmpfilesd)
-
-sha256sums=('ccfa9ffb7eb91e9e87c21c108324b911250c9ffa838bffb64b1caafadcb0f388'
-'SKIP'
-'bb7620be7fc0217d77fcac940441c2abbd9efc6ef660153288d09ba412e27e06')
-validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen 

-
-prepare() {
-  cd dovecot-$pkgver
-  # fix path in helper script
-  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
-}
-
-build() {
-  cd dovecot-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-moduledir=/usr/lib/dovecot/modules \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---disable-static \
---with-nss \
---with-pam \
---with-mysql \
---with-pgsql \
---with-sqlite \
---with-ssl=openssl \
---with-ssldir=/etc/ssl \
---with-gssapi \
---with-ldap=plugin \
---with-zlib \
---with-bzlib \
---with-lzma \
---with-lz4 \
---with-libcap \
---with-solr \
---with-lucene \
---with-docs
-
-  make
-}
-
-check() {
-  cd dovecot-$pkgver
-  make check
-}
-
-package() {
-  # system user/group dovenull - 74
-  # system user/group dovecot  - 76
-
-  cd dovecot-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/dovecot.tmpfilesd" \
-"$pkgdir/usr/lib/tmpfiles.d/dovecot.conf"
-  install -d -m755 "$pkgdir/etc/dovecot/conf.d"
-  rm -f $pkgdir/etc/dovecot/README
-
-  # install mkcert helper script
-  install -m 755  doc/mkcert.sh "$pkgdir/usr/lib/dovecot/mkcert.sh"
-}

Copied: dovecot/repos/community-i686/PKGBUILD (from rev 234171, 
dovecot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-05 12:45:38 UTC (rev 234172)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Andreas 

[arch-commits] Commit in dovecot/repos (12 files)

2017-05-31 Thread Evangelos Foutras
Date: Wednesday, May 31, 2017 @ 07:21:01
  Author: foutrelis
Revision: 231446

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

Added:
  dovecot/repos/community-staging-i686/PKGBUILD
(from rev 231445, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-staging-i686/dovecot.install
(from rev 231445, dovecot/trunk/dovecot.install)
  dovecot/repos/community-staging-i686/dovecot.tmpfilesd
(from rev 231445, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/community-staging-x86_64/PKGBUILD
(from rev 231445, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-staging-x86_64/dovecot.install
(from rev 231445, dovecot/trunk/dovecot.install)
  dovecot/repos/community-staging-x86_64/dovecot.tmpfilesd
(from rev 231445, dovecot/trunk/dovecot.tmpfilesd)
Deleted:
  dovecot/repos/community-staging-i686/PKGBUILD
  dovecot/repos/community-staging-i686/dovecot.install
  dovecot/repos/community-staging-i686/dovecot.tmpfilesd
  dovecot/repos/community-staging-x86_64/PKGBUILD
  dovecot/repos/community-staging-x86_64/dovecot.install
  dovecot/repos/community-staging-x86_64/dovecot.tmpfilesd

+
 /PKGBUILD  |  188 +++
 /dovecot.install   |   20 ++
 /dovecot.tmpfilesd |2 
 community-staging-i686/PKGBUILD|   94 -
 community-staging-i686/dovecot.install |   10 -
 community-staging-i686/dovecot.tmpfilesd   |1 
 community-staging-x86_64/PKGBUILD  |   94 -
 community-staging-x86_64/dovecot.install   |   10 -
 community-staging-x86_64/dovecot.tmpfilesd |1 
 9 files changed, 210 insertions(+), 210 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-05-31 07:20:50 UTC (rev 231445)
+++ community-staging-i686/PKGBUILD 2017-05-31 07:21:01 UTC (rev 231446)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: Paul Mattal 
-# Contributor: Federico Quagliata (quaqo) 
-# Contributor: GARETTE Emmanuel 
-
-# --->>> remember to rebuild/bump pigeonhole in one step <<<---
-
-pkgname=dovecot
-pkgver=2.2.29.1
-pkgrel=2
-
-pkgdesc="An IMAP and POP3 server written with security primarily in mind"
-url="http://dovecot.org/;
-arch=('i686' 'x86_64')
-license=("LGPL")
-
-depends=('krb5' 'openssl' 'sqlite' 'libmariadb'
- 'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
-makedepends=('libcap' 'libldap' 'clucene')
-optdepends=('libldap: ldap plugin'
-'xz: imap zlib  plugin'
-'clucene: alternative FTS indexer')
-
-provides=('imap-server' 'pop3-server')
-
-install=dovecot.install
-
-source=("https://dovecot.org/releases/2.2/dovecot-$pkgver.tar.gz"{,.sig}
-dovecot.tmpfilesd)
-
-sha256sums=('ccfa9ffb7eb91e9e87c21c108324b911250c9ffa838bffb64b1caafadcb0f388'
-'SKIP'
-'bb7620be7fc0217d77fcac940441c2abbd9efc6ef660153288d09ba412e27e06')
-validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen 

-
-prepare() {
-  cd dovecot-$pkgver
-  # fix path in helper script
-  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
-}
-
-build() {
-  cd dovecot-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-moduledir=/usr/lib/dovecot/modules \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---disable-static \
---with-nss \
---with-pam \
---with-mysql \
---with-pgsql \
---with-sqlite \
---with-ssl=openssl \
---with-ssldir=/etc/ssl \
---with-gssapi \
---with-ldap=plugin \
---with-zlib \
---with-bzlib \
---with-lzma \
---with-lz4 \
---with-libcap \
---with-solr \
---with-lucene \
---with-docs
-
-  make
-}
-
-check() {
-  cd dovecot-$pkgver
-  make check
-}
-
-package() {
-  # system user/group dovenull - 74
-  # system user/group dovecot  - 76
-
-  cd dovecot-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/dovecot.tmpfilesd" \
-"$pkgdir/usr/lib/tmpfiles.d/dovecot.conf"
-  install -d -m755 "$pkgdir/etc/dovecot/conf.d"
-  rm -f $pkgdir/etc/dovecot/README
-
-  # install mkcert helper script
-  install -m 755  doc/mkcert.sh "$pkgdir/usr/lib/dovecot/mkcert.sh"
-}

Copied: dovecot/repos/community-staging-i686/PKGBUILD (from rev 231445, 
dovecot/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ 

[arch-commits] Commit in dovecot/repos (12 files)

2017-05-01 Thread Johannes Löthberg
Date: Monday, May 1, 2017 @ 13:01:42
  Author: demize
Revision: 226400

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

Added:
  dovecot/repos/community-i686/PKGBUILD
(from rev 226399, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-i686/dovecot.install
(from rev 226399, dovecot/trunk/dovecot.install)
  dovecot/repos/community-i686/dovecot.tmpfilesd
(from rev 226399, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/community-x86_64/PKGBUILD
(from rev 226399, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-x86_64/dovecot.install
(from rev 226399, dovecot/trunk/dovecot.install)
  dovecot/repos/community-x86_64/dovecot.tmpfilesd
(from rev 226399, dovecot/trunk/dovecot.tmpfilesd)
Deleted:
  dovecot/repos/community-i686/PKGBUILD
  dovecot/repos/community-i686/dovecot.install
  dovecot/repos/community-i686/dovecot.tmpfilesd
  dovecot/repos/community-x86_64/PKGBUILD
  dovecot/repos/community-x86_64/dovecot.install
  dovecot/repos/community-x86_64/dovecot.tmpfilesd

+
 /PKGBUILD  |  188 +++
 /dovecot.install   |   20 +++
 /dovecot.tmpfilesd |2 
 community-i686/PKGBUILD|   94 -
 community-i686/dovecot.install |   10 -
 community-i686/dovecot.tmpfilesd   |1 
 community-x86_64/PKGBUILD  |   94 -
 community-x86_64/dovecot.install   |   10 -
 community-x86_64/dovecot.tmpfilesd |1 
 9 files changed, 210 insertions(+), 210 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-01 13:01:33 UTC (rev 226399)
+++ community-i686/PKGBUILD 2017-05-01 13:01:42 UTC (rev 226400)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: Paul Mattal 
-# Contributor: Federico Quagliata (quaqo) 
-# Contributor: GARETTE Emmanuel 
-
-# --->>> remember to rebuild/bump pigeonhole in one step <<<---
-
-pkgname=dovecot
-pkgver=2.2.28
-pkgrel=3
-
-pkgdesc="An IMAP and POP3 server written with security primarily in mind"
-url="http://dovecot.org/;
-arch=('i686' 'x86_64')
-license=("LGPL")
-
-depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
- 'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
-makedepends=('libcap' 'libldap' 'clucene')
-optdepends=('libldap: ldap plugin'
-'xz: imap zlib  plugin'
-'clucene: alternative FTS indexer')
-
-provides=('imap-server' 'pop3-server')
-
-install=dovecot.install
-
-source=("https://dovecot.org/releases/2.2/dovecot-$pkgver.tar.gz"{,.sig}
-dovecot.tmpfilesd)
-
-sha256sums=('e0288f59e326ab87cb3881fdabadafe542f4dc7ab9996db13863a439ebbc1f25'
-'SKIP'
-'bb7620be7fc0217d77fcac940441c2abbd9efc6ef660153288d09ba412e27e06')
-validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen 

-
-prepare() {
-  cd dovecot-$pkgver
-  # fix path in helper script
-  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
-}
-
-build() {
-  cd dovecot-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-moduledir=/usr/lib/dovecot/modules \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---disable-static \
---with-nss \
---with-pam \
---with-mysql \
---with-pgsql \
---with-sqlite \
---with-ssl=openssl \
---with-ssldir=/etc/ssl \
---with-gssapi \
---with-ldap=plugin \
---with-zlib \
---with-bzlib \
---with-lzma \
---with-lz4 \
---with-libcap \
---with-solr \
---with-lucene \
---with-docs
-
-  make
-}
-
-check() {
-  cd dovecot-$pkgver
-  make check
-}
-
-package() {
-  # system user/group dovenull - 74
-  # system user/group dovecot  - 76
-
-  cd dovecot-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/dovecot.tmpfilesd" \
-"$pkgdir/usr/lib/tmpfiles.d/dovecot.conf"
-  install -d -m755 "$pkgdir/etc/dovecot/conf.d"
-  rm -f $pkgdir/etc/dovecot/README
-
-  # install mkcert helper script
-  install -m 755  doc/mkcert.sh "$pkgdir/usr/lib/dovecot/mkcert.sh"
-}

Copied: dovecot/repos/community-i686/PKGBUILD (from rev 226399, 
dovecot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-01 13:01:42 UTC (rev 226400)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Andreas Radke 

[arch-commits] Commit in dovecot/repos (12 files)

2017-02-27 Thread Johannes Löthberg
Date: Monday, February 27, 2017 @ 08:39:00
  Author: demize
Revision: 214005

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

Added:
  dovecot/repos/community-i686/PKGBUILD
(from rev 214004, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-i686/dovecot.install
(from rev 214004, dovecot/trunk/dovecot.install)
  dovecot/repos/community-i686/dovecot.tmpfilesd
(from rev 214004, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/community-x86_64/PKGBUILD
(from rev 214004, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-x86_64/dovecot.install
(from rev 214004, dovecot/trunk/dovecot.install)
  dovecot/repos/community-x86_64/dovecot.tmpfilesd
(from rev 214004, dovecot/trunk/dovecot.tmpfilesd)
Deleted:
  dovecot/repos/community-i686/PKGBUILD
  dovecot/repos/community-i686/dovecot.install
  dovecot/repos/community-i686/dovecot.tmpfilesd
  dovecot/repos/community-x86_64/PKGBUILD
  dovecot/repos/community-x86_64/dovecot.install
  dovecot/repos/community-x86_64/dovecot.tmpfilesd

+
 /PKGBUILD  |  188 +++
 /dovecot.install   |   20 +++
 /dovecot.tmpfilesd |2 
 community-i686/PKGBUILD|   87 
 community-i686/dovecot.install |   10 -
 community-i686/dovecot.tmpfilesd   |1 
 community-x86_64/PKGBUILD  |   87 
 community-x86_64/dovecot.install   |   10 -
 community-x86_64/dovecot.tmpfilesd |1 
 9 files changed, 210 insertions(+), 196 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-27 08:38:48 UTC (rev 214004)
+++ community-i686/PKGBUILD 2017-02-27 08:39:00 UTC (rev 214005)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: Paul Mattal 
-# Contributor: Federico Quagliata (quaqo) 
-# Contributor: GARETTE Emmanuel 
-
-# --->>> remember to rebuild/bump pigeonhole in one step <<<---
-
-pkgname=dovecot
-pkgver=2.2.27
-pkgrel=1
-pkgdesc="An IMAP and POP3 server written with security primarily in mind"
-arch=('i686' 'x86_64')
-url="http://dovecot.org/;
-license=("LGPL")
-depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
- 'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
-makedepends=('libcap' 'libldap' 'clucene')
-optdepends=('libldap: ldap plugin'
-'xz: imap zlib  plugin'
-'clucene: alternative FTS indexer')
-provides=('imap-server' 'pop3-server')
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
-dovecot.tmpfilesd)
-sha256sums=('897f92a87cda4b27b243f8149ce0ba7b7e71a2be8fb7994eb0a025e54cde18e9'
-'SKIP'
-'bb7620be7fc0217d77fcac940441c2abbd9efc6ef660153288d09ba412e27e06')
-validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen 

-
-prepare() {
-  cd $pkgname-$pkgver
-  # fix path in helper script
-  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-moduledir=/usr/lib/dovecot/modules \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---disable-static \
---with-nss \
---with-pam \
---with-mysql \
---with-pgsql \
---with-sqlite \
---with-ssl=openssl \
---with-ssldir=/etc/ssl \
---with-gssapi \
---with-ldap=plugin \
---with-zlib \
---with-bzlib \
---with-lzma \
---with-lz4 \
---with-libcap \
---with-solr \
---with-lucene \
---with-docs
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  # system user/group dovenull - 74
-  # system user/group dovecot  - 76
-
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/dovecot.tmpfilesd" \
-"$pkgdir/usr/lib/tmpfiles.d/dovecot.conf"
-  install -d -m755 "$pkgdir/etc/dovecot/conf.d"
-  rm -f $pkgdir/etc/dovecot/README
-
-  # install mkcert helper script
-  install -m 755  doc/mkcert.sh "$pkgdir/usr/lib/dovecot/mkcert.sh"
-}

Copied: dovecot/repos/community-i686/PKGBUILD (from rev 214004, 
dovecot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-27 08:39:00 UTC (rev 214005)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Andreas Radke 
+# Contributor: Paul Mattal 

[arch-commits] Commit in dovecot/repos (12 files)

2016-12-04 Thread Bartłomiej Piotrowski
Date: Monday, December 5, 2016 @ 07:10:56
  Author: bpiotrowski
Revision: 282829

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

Added:
  dovecot/repos/extra-i686/PKGBUILD
(from rev 282828, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-i686/dovecot.install
(from rev 282828, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-i686/dovecot.tmpfilesd
(from rev 282828, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/extra-x86_64/PKGBUILD
(from rev 282828, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-x86_64/dovecot.install
(from rev 282828, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-x86_64/dovecot.tmpfilesd
(from rev 282828, dovecot/trunk/dovecot.tmpfilesd)
Deleted:
  dovecot/repos/extra-i686/PKGBUILD
  dovecot/repos/extra-i686/dovecot.install
  dovecot/repos/extra-i686/dovecot.tmpfilesd
  dovecot/repos/extra-x86_64/PKGBUILD
  dovecot/repos/extra-x86_64/dovecot.install
  dovecot/repos/extra-x86_64/dovecot.tmpfilesd

+
 /PKGBUILD  |  174 +++
 /dovecot.install   |   20 
 /dovecot.tmpfilesd |2 
 extra-i686/PKGBUILD|   95 -
 extra-i686/dovecot.install |   10 --
 extra-i686/dovecot.tmpfilesd   |1 
 extra-x86_64/PKGBUILD  |   95 -
 extra-x86_64/dovecot.install   |   10 --
 extra-x86_64/dovecot.tmpfilesd |1 
 9 files changed, 196 insertions(+), 212 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-05 07:10:24 UTC (rev 282828)
+++ extra-i686/PKGBUILD 2016-12-05 07:10:56 UTC (rev 282829)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Paul Mattal 
-# Contributor: Federico Quagliata (quaqo) 
-# Contributor: GARETTE Emmanuel 
-
-
-# --->>> remember to rebuild/bump pigeonhole in one step <<<---
-
-pkgname=dovecot
-pkgver=2.2.26.0
-pkgrel=2
-pkgdesc="An IMAP and POP3 server written with security primarily in mind"
-arch=('i686' 'x86_64')
-url="http://dovecot.org/;
-license=("LGPL")
-depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
-'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
-makedepends=('libcap' 'libldap' 'clucene')
-optdepends=('libldap: ldap plugin'
-'xz: imap zlib  plugin'
-'clucene: alternative FTS indexer')
-provides=('imap-server' 'pop3-server')
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
-dovecot.tmpfilesd)
-md5sums=('85bc42328de41d1eb8d6d3f1db666db8'
- 'SKIP'
- '342a28251d40f983c98c0d1f1bf3d07d')
-validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen 

-
-prepare() {
-  cd $pkgname-$pkgver
-  # fix path in helper script
-  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
-   --libexecdir=/usr/lib \
-   --with-moduledir=/usr/lib/dovecot/modules \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl \
-   --with-ssldir=/etc/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib \
-   --with-bzlib \
-   --with-lzma \
-   --with-lz4 \
-   --with-libcap \
-   --with-solr \
-   --with-lucene \
-   --with-docs #--help
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-   
-  # system user/group dovenull - 74
-  # system user/group dovecot  - 76
-  
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/dovecot.conf.sample
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/dovecot-openssl.cnf.sample
-
-  # install mkcert helper script
-  install -m 755  ${srcdir}/$pkgname-$pkgver/doc/mkcert.sh 
${pkgdir}/usr/lib/dovecot/mkcert.sh
-
-  rm ${pkgdir}/etc/dovecot/README
-  
-  # systemd tmpfile
-  install -d -m755 ${pkgdir}/usr/lib/tmpfiles.d
-  install -m 644  ${srcdir}/dovecot.tmpfilesd 
${pkgdir}/usr/lib/tmpfiles.d/dovecot.conf
-}

Copied: dovecot/repos/extra-i686/PKGBUILD (from rev 282828, 
dovecot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD 

[arch-commits] Commit in dovecot/repos (12 files)

2016-10-28 Thread Andreas Radke
Date: Friday, October 28, 2016 @ 17:55:17
  Author: andyrtr
Revision: 279400

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

Added:
  dovecot/repos/staging-i686/PKGBUILD
(from rev 279399, dovecot/trunk/PKGBUILD)
  dovecot/repos/staging-i686/dovecot.install
(from rev 279399, dovecot/trunk/dovecot.install)
  dovecot/repos/staging-i686/dovecot.tmpfilesd
(from rev 279399, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/staging-x86_64/PKGBUILD
(from rev 279399, dovecot/trunk/PKGBUILD)
  dovecot/repos/staging-x86_64/dovecot.install
(from rev 279399, dovecot/trunk/dovecot.install)
  dovecot/repos/staging-x86_64/dovecot.tmpfilesd
(from rev 279399, dovecot/trunk/dovecot.tmpfilesd)
Deleted:
  dovecot/repos/staging-i686/PKGBUILD
  dovecot/repos/staging-i686/dovecot.install
  dovecot/repos/staging-i686/dovecot.tmpfilesd
  dovecot/repos/staging-x86_64/PKGBUILD
  dovecot/repos/staging-x86_64/dovecot.install
  dovecot/repos/staging-x86_64/dovecot.tmpfilesd

--+
 /PKGBUILD|  190 +
 /dovecot.install |   20 +++
 /dovecot.tmpfilesd   |2 
 staging-i686/PKGBUILD|   95 --
 staging-i686/dovecot.install |   10 -
 staging-i686/dovecot.tmpfilesd   |1 
 staging-x86_64/PKGBUILD  |   95 --
 staging-x86_64/dovecot.install   |   10 -
 staging-x86_64/dovecot.tmpfilesd |1 
 9 files changed, 212 insertions(+), 212 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2016-10-28 17:55:06 UTC (rev 279399)
+++ staging-i686/PKGBUILD   2016-10-28 17:55:17 UTC (rev 279400)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Paul Mattal 
-# Contributor: Federico Quagliata (quaqo) 
-# Contributor: GARETTE Emmanuel 
-
-
-# --->>> remember to rebuild/bump pigeonhole in one step <<<---
-
-pkgname=dovecot
-pkgver=2.2.26
-pkgrel=1
-pkgdesc="An IMAP and POP3 server written with security primarily in mind"
-arch=('i686' 'x86_64')
-url="http://dovecot.org/;
-license=("LGPL")
-depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
-'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
-makedepends=('libcap' 'libldap' 'clucene')
-optdepends=('libldap: ldap plugin'
-'xz: imap zlib  plugin'
-'clucene: alternative FTS indexer')
-provides=('imap-server' 'pop3-server')
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
-dovecot.tmpfilesd)
-md5sums=('54d96c68316cd75432e1f4234ecc82d9'
- 'SKIP'
- '342a28251d40f983c98c0d1f1bf3d07d')
-validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen 

-
-prepare() {
-  cd $pkgname-$pkgver
-  # fix path in helper script
-  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
-   --libexecdir=/usr/lib \
-   --with-moduledir=/usr/lib/dovecot/modules \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl \
-   --with-ssldir=/etc/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib \
-   --with-bzlib \
-   --with-lzma \
-   --with-lz4 \
-   --with-libcap \
-   --with-solr \
-   --with-lucene \
-   --with-docs #--help
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-   
-  # system user/group dovenull - 74
-  # system user/group dovecot  - 76
-  
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/dovecot.conf.sample
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/dovecot-openssl.cnf.sample
-
-  # install mkcert helper script
-  install -m 755  ${srcdir}/$pkgname-$pkgver/doc/mkcert.sh 
${pkgdir}/usr/lib/dovecot/mkcert.sh
-
-  rm ${pkgdir}/etc/dovecot/README
-  
-  # systemd tmpfile
-  install -d -m755 ${pkgdir}/usr/lib/tmpfiles.d
-  install -m 644  ${srcdir}/dovecot.tmpfilesd 
${pkgdir}/usr/lib/tmpfiles.d/dovecot.conf
-}

Copied: dovecot/repos/staging-i686/PKGBUILD (from rev 279399, 
dovecot/trunk/PKGBUILD)
===

[arch-commits] Commit in dovecot/repos (12 files)

2015-02-13 Thread Andreas Radke
Date: Friday, February 13, 2015 @ 21:52:49
  Author: andyrtr
Revision: 231384

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

Added:
  dovecot/repos/extra-i686/PKGBUILD
(from rev 231383, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-i686/dovecot.install
(from rev 231383, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-i686/dovecot.tmpfilesd
(from rev 231383, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/extra-x86_64/PKGBUILD
(from rev 231383, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-x86_64/dovecot.install
(from rev 231383, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-x86_64/dovecot.tmpfilesd
(from rev 231383, dovecot/trunk/dovecot.tmpfilesd)
Deleted:
  dovecot/repos/extra-i686/PKGBUILD
  dovecot/repos/extra-i686/dovecot.install
  dovecot/repos/extra-i686/dovecot.tmpfilesd
  dovecot/repos/extra-x86_64/PKGBUILD
  dovecot/repos/extra-x86_64/dovecot.install
  dovecot/repos/extra-x86_64/dovecot.tmpfilesd

+
 /PKGBUILD  |  192 +++
 /dovecot.install   |   20 
 /dovecot.tmpfilesd |2 
 extra-i686/PKGBUILD|   88 -
 extra-i686/dovecot.install |   58 ---
 extra-i686/dovecot.tmpfilesd   |1 
 extra-x86_64/PKGBUILD  |   88 -
 extra-x86_64/dovecot.install   |   58 ---
 extra-x86_64/dovecot.tmpfilesd |1 
 9 files changed, 214 insertions(+), 294 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-13 20:52:33 UTC (rev 231383)
+++ extra-i686/PKGBUILD 2015-02-13 20:52:49 UTC (rev 231384)
@@ -1,88 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-# Contributor: GARETTE Emmanuel gnunux at laposte dot net
-
-
-# --- remember to rebuild/bump pigeonhole in one step ---
-
-pkgname=dovecot
-pkgver=2.2.15
-pkgrel=1
-pkgdesc=An IMAP and POP3 server written with security primarily in mind
-arch=('i686' 'x86_64')
-url=http://dovecot.org/;
-license=(LGPL)
-depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
-'postgresql-libs' 'bzip2' 'expat' 'curl')
-makedepends=('pam' 'libcap' 'libldap' 'clucene')
-optdepends=('libldap: ldap plugin'
-'xz: imap zlib  plugin'
-'clucene: alternative FTS indexer')
-provides=('imap-server' 'pop3-server')
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
-dovecot.tmpfilesd)
-md5sums=('c6c176943bd832c780fbb5d2f8850952'
- 'SKIP'
- '342a28251d40f983c98c0d1f1bf3d07d')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # fix path in helper script
-  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
-   --libexecdir=/usr/lib \
-   --with-moduledir=/usr/lib/dovecot/modules \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl \
-   --with-ssldir=/etc/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib --with-bzlib \
-   --with-libcap \
-   --with-solr \
-   --with-lucene \
-   --with-docs
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/dovecot.conf.sample
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/dovecot-openssl.cnf.sample
-
-  # install mkcert helper script
-  install -m 755  ${srcdir}/$pkgname-$pkgver/doc/mkcert.sh 
${pkgdir}/usr/lib/dovecot/mkcert.sh
-
-  rm ${pkgdir}/etc/dovecot/README
-  
-  # systemd tmpfile
-  install -d -m755 ${pkgdir}/usr/lib/tmpfiles.d
-  install -m 644  ${srcdir}/dovecot.tmpfilesd 
${pkgdir}/usr/lib/tmpfiles.d/dovecot.conf
-}

Copied: dovecot/repos/extra-i686/PKGBUILD (from rev 231383, 
dovecot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-13 20:52:49 UTC (rev 231384)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+# Contributor: Federico Quagliata (quaqo) 

[arch-commits] Commit in dovecot/repos (12 files)

2013-05-17 Thread Andreas Radke
Date: Friday, May 17, 2013 @ 19:33:15
  Author: andyrtr
Revision: 185725

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

Added:
  dovecot/repos/extra-i686/PKGBUILD
(from rev 185724, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-i686/dovecot.install
(from rev 185724, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-i686/dovecot.tmpfilesd
(from rev 185724, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/extra-x86_64/PKGBUILD
(from rev 185724, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-x86_64/dovecot.install
(from rev 185724, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-x86_64/dovecot.tmpfilesd
(from rev 185724, dovecot/trunk/dovecot.tmpfilesd)
Deleted:
  dovecot/repos/extra-i686/PKGBUILD
  dovecot/repos/extra-i686/dovecot.install
  dovecot/repos/extra-i686/dovecot.tmpfilesd
  dovecot/repos/extra-x86_64/PKGBUILD
  dovecot/repos/extra-x86_64/dovecot.install
  dovecot/repos/extra-x86_64/dovecot.tmpfilesd

+
 /PKGBUILD  |  176 +++
 /dovecot.install   |  116 +
 /dovecot.tmpfilesd |2 
 extra-i686/PKGBUILD|   85 --
 extra-i686/dovecot.install |   58 
 extra-i686/dovecot.tmpfilesd   |1 
 extra-x86_64/PKGBUILD  |   85 --
 extra-x86_64/dovecot.install   |   58 
 extra-x86_64/dovecot.tmpfilesd |1 
 9 files changed, 294 insertions(+), 288 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-17 17:32:54 UTC (rev 185724)
+++ extra-i686/PKGBUILD 2013-05-17 17:33:15 UTC (rev 185725)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-# Contributor: GARETTE Emmanuel gnunux at laposte dot net
-
-
-# --- remember to rebuild/bump pigeonhole in one step ---
-
-pkgname=dovecot
-pkgver=2.2.1
-pkgrel=1
-pkgdesc=An IMAP and POP3 server written with security primarily in mind
-arch=('i686' 'x86_64')
-url=http://dovecot.org/;
-license=(LGPL)
-depends=('krb5' 'openssl' 'sqlite=3.7.5' 'libmariadbclient'
-'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22' 'clucene')
-optdepends=('libldap: ldap plugin'
-   'clucene: alternative FTS indexer')
-provides=('imap-server' 'pop3-server')
-options=('!libtool')
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
-dovecot.tmpfilesd)
-md5sums=('6628f513ca841846176e81db870052f8'
- 'SKIP'
- '342a28251d40f983c98c0d1f1bf3d07d')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # fix build with recent clucene (FC)
-  sed -i '/DEFAULT_INCLUDES *=/s|$| '$(pkg-config --cflags libclucene-core)| 
src/plugins/fts-lucene/Makefile.in
-  
-  # fix path in helper script
-  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
-
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl \
-   --with-ssldir=/etc/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib --with-bzlib \
-   --with-libcap \
-   --with-solr \
-   --with-lucene \
-   --with-docs
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/dovecot.conf.sample
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/dovecot-openssl.cnf.sample
-
-  # install mkcert helper script
-  install -m 755  ${srcdir}/$pkgname-$pkgver/doc/mkcert.sh 
${pkgdir}/usr/lib/dovecot/mkcert.sh
-
-  rm ${pkgdir}/etc/dovecot/README
-  
-  # systemd tmpfile
-  install -d -m755 ${pkgdir}/usr/lib/tmpfiles.d
-  install -m 644  ${srcdir}/dovecot.tmpfilesd 
${pkgdir}/usr/lib/tmpfiles.d/dovecot.conf
-}

Copied: dovecot/repos/extra-i686/PKGBUILD (from rev 185724, 
dovecot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-17 17:33:15 UTC (rev 185725)
@@ -0,0 +1,88 @@
+# 

[arch-commits] Commit in dovecot/repos (12 files)

2013-04-19 Thread Andreas Radke
Date: Friday, April 19, 2013 @ 16:51:53
  Author: andyrtr
Revision: 183253

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

Added:
  dovecot/repos/testing-i686/PKGBUILD
(from rev 183252, dovecot/trunk/PKGBUILD)
  dovecot/repos/testing-i686/dovecot.install
(from rev 183252, dovecot/trunk/dovecot.install)
  dovecot/repos/testing-i686/dovecot.tmpfilesd
(from rev 183252, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/testing-x86_64/PKGBUILD
(from rev 183252, dovecot/trunk/PKGBUILD)
  dovecot/repos/testing-x86_64/dovecot.install
(from rev 183252, dovecot/trunk/dovecot.install)
  dovecot/repos/testing-x86_64/dovecot.tmpfilesd
(from rev 183252, dovecot/trunk/dovecot.tmpfilesd)
Deleted:
  dovecot/repos/testing-i686/PKGBUILD
  dovecot/repos/testing-i686/dovecot.install
  dovecot/repos/testing-i686/dovecot.tmpfilesd
  dovecot/repos/testing-x86_64/PKGBUILD
  dovecot/repos/testing-x86_64/dovecot.install
  dovecot/repos/testing-x86_64/dovecot.tmpfilesd

--+
 /PKGBUILD|  170 +
 /dovecot.install |  116 +
 /dovecot.tmpfilesd   |2 
 testing-i686/PKGBUILD|   85 --
 testing-i686/dovecot.install |   58 
 testing-i686/dovecot.tmpfilesd   |1 
 testing-x86_64/PKGBUILD  |   85 --
 testing-x86_64/dovecot.install   |   58 
 testing-x86_64/dovecot.tmpfilesd |1 
 9 files changed, 288 insertions(+), 288 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-19 14:51:31 UTC (rev 183252)
+++ testing-i686/PKGBUILD   2013-04-19 14:51:53 UTC (rev 183253)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-# Contributor: GARETTE Emmanuel gnunux at laposte dot net
-
-
-# --- remember to rebuild/bump pigeonhole in one step ---
-
-pkgname=dovecot
-pkgver=2.2.0
-pkgrel=1
-pkgdesc=An IMAP and POP3 server written with security primarily in mind
-arch=('i686' 'x86_64')
-url=http://dovecot.org/;
-license=(LGPL)
-depends=('krb5' 'openssl' 'sqlite=3.7.5' 'libmariadbclient'
-'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22' 'clucene')
-optdepends=('libldap: ldap plugin'
-   'clucene: alternative FTS indexer')
-provides=('imap-server' 'pop3-server')
-options=('!libtool')
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
-dovecot.tmpfilesd)
-md5sums=('905b8bb783a9a9da2f2c5ece929942ac'
- 'SKIP'
- '342a28251d40f983c98c0d1f1bf3d07d')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # fix build with recent clucene (FC)
-  sed -i '/DEFAULT_INCLUDES *=/s|$| '$(pkg-config --cflags libclucene-core)| 
src/plugins/fts-lucene/Makefile.in
-  
-  # fix path in helper script
-  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
-
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl \
-   --with-ssldir=/etc/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib --with-bzlib \
-   --with-libcap \
-   --with-solr \
-   --with-lucene \
-   --with-docs
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/dovecot.conf.sample
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/dovecot-openssl.cnf.sample
-
-  # install mkcert helper script
-  install -m 755  ${srcdir}/$pkgname-$pkgver/doc/mkcert.sh 
${pkgdir}/usr/lib/dovecot/mkcert.sh
-
-  rm ${pkgdir}/etc/dovecot/README
-  
-  # systemd tmpfile
-  install -d -m755 ${pkgdir}/usr/lib/tmpfiles.d
-  install -m 644  ${srcdir}/dovecot.tmpfilesd 
${pkgdir}/usr/lib/tmpfiles.d/dovecot.conf
-}

Copied: dovecot/repos/testing-i686/PKGBUILD (from rev 183252, 
dovecot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ 

[arch-commits] Commit in dovecot/repos (12 files)

2012-05-30 Thread andyrtr
Date: Wednesday, May 30, 2012 @ 15:05:51
  Author: andyrtr
Revision: 160203

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

Added:
  dovecot/repos/extra-i686/PKGBUILD
(from rev 160202, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-i686/dovecot.install
(from rev 160202, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-i686/dovecot.sh
(from rev 160202, dovecot/trunk/dovecot.sh)
  dovecot/repos/extra-x86_64/PKGBUILD
(from rev 160202, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-x86_64/dovecot.install
(from rev 160202, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-x86_64/dovecot.sh
(from rev 160202, dovecot/trunk/dovecot.sh)
Deleted:
  dovecot/repos/extra-i686/PKGBUILD
  dovecot/repos/extra-i686/dovecot.install
  dovecot/repos/extra-i686/dovecot.sh
  dovecot/repos/extra-x86_64/PKGBUILD
  dovecot/repos/extra-x86_64/dovecot.install
  dovecot/repos/extra-x86_64/dovecot.sh

--+
 extra-i686/PKGBUILD  |  134 +++
 extra-i686/dovecot.install   |  116 +-
 extra-i686/dovecot.sh|  138 -
 extra-x86_64/PKGBUILD|  134 +++
 extra-x86_64/dovecot.install |  116 +-
 extra-x86_64/dovecot.sh  |  138 -
 6 files changed, 388 insertions(+), 388 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-30 19:05:09 UTC (rev 160202)
+++ extra-i686/PKGBUILD 2012-05-30 19:05:51 UTC (rev 160203)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-# Contributor: GARETTE Emmanuel gnunux at laposte dot net
-
-pkgname=dovecot
-pkgver=2.1.6
-pkgrel=1
-pkgdesc=An IMAP and POP3 server written with security primarily in mind
-arch=('i686' 'x86_64')
-url=http://dovecot.org/;
-license=(LGPL)
-depends=('krb5' 'openssl' 'sqlite=3.7.5' 'libmysqlclient=5.5.10'
-'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22' 'clucene')
-optdepends=('libldap: ldap plugin'
-   'clucene: alternative FTS indexer')
-provides=('imap-server' 'pop3-server')
-options=('!libtool')
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.1/${pkgname}-${pkgver}.tar.gz{,.sig} 
dovecot.sh)
-md5sums=('56d2a8d5273d39caa41d6a8dd9f4442c'
- 'f4eed12984b9ddf6eea37fc9f1828af8'
- '587159e84e2da6f83d70b3c706ba87cc')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib --with-bzlib \
-   --with-libcap \
-   --with-solr \
-   --with-lucene \
-   --with-docs
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install the launch script
-  install -D -m755 ${srcdir}/$pkgname.sh ${pkgdir}/etc/rc.d/$pkgname
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/dovecot.conf.sample
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/dovecot-openssl.cnf.sample
-
-  # install mkcert helper script
-  install -m 755  ${srcdir}/$pkgname-$pkgver/doc/mkcert.sh 
${pkgdir}/usr/lib/dovecot/mkcert.sh
-
-  rm ${pkgdir}/etc/dovecot/README
-}

Copied: dovecot/repos/extra-i686/PKGBUILD (from rev 160202, 
dovecot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-30 19:05:51 UTC (rev 160203)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+# Contributor: GARETTE Emmanuel gnunux at laposte dot net
+
+pkgname=dovecot
+pkgver=2.1.7
+pkgrel=1
+pkgdesc=An IMAP and POP3 server written with security primarily in mind
+arch=('i686' 'x86_64')
+url=http://dovecot.org/;
+license=(LGPL)
+depends=('krb5' 'openssl' 'sqlite=3.7.5' 'libmysqlclient=5.5.10'
+'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
+makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22' 'clucene')
+optdepends=('libldap: ldap plugin'
+

[arch-commits] Commit in dovecot/repos (12 files)

2012-05-12 Thread andyrtr
Date: Saturday, May 12, 2012 @ 09:27:15
  Author: andyrtr
Revision: 158862

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

Added:
  dovecot/repos/extra-i686/PKGBUILD
(from rev 158861, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-i686/dovecot.install
(from rev 158861, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-i686/dovecot.sh
(from rev 158861, dovecot/trunk/dovecot.sh)
  dovecot/repos/extra-x86_64/PKGBUILD
(from rev 158861, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-x86_64/dovecot.install
(from rev 158861, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-x86_64/dovecot.sh
(from rev 158861, dovecot/trunk/dovecot.sh)
Deleted:
  dovecot/repos/extra-i686/PKGBUILD
  dovecot/repos/extra-i686/dovecot.install
  dovecot/repos/extra-i686/dovecot.sh
  dovecot/repos/extra-x86_64/PKGBUILD
  dovecot/repos/extra-x86_64/dovecot.install
  dovecot/repos/extra-x86_64/dovecot.sh

--+
 extra-i686/PKGBUILD  |  134 +++
 extra-i686/dovecot.install   |  116 +-
 extra-i686/dovecot.sh|  138 -
 extra-x86_64/PKGBUILD|  134 +++
 extra-x86_64/dovecot.install |  116 +-
 extra-x86_64/dovecot.sh  |  138 -
 6 files changed, 388 insertions(+), 388 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-12 13:26:20 UTC (rev 158861)
+++ extra-i686/PKGBUILD 2012-05-12 13:27:15 UTC (rev 158862)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-# Contributor: GARETTE Emmanuel gnunux at laposte dot net
-
-pkgname=dovecot
-pkgver=2.1.5
-pkgrel=1
-pkgdesc=An IMAP and POP3 server written with security primarily in mind
-arch=('i686' 'x86_64')
-url=http://dovecot.org/;
-license=(LGPL)
-depends=('krb5' 'openssl' 'sqlite=3.7.5' 'libmysqlclient=5.5.10'
-'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22' 'clucene')
-optdepends=('libldap: ldap plugin'
-   'clucene: alternative FTS indexer')
-provides=('imap-server' 'pop3-server')
-options=('!libtool')
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.1/${pkgname}-${pkgver}.tar.gz{,.sig} 
dovecot.sh)
-md5sums=('c857e3442f2f14b3e46f1154b13b0b4b'
- '4ef0a9647b82e0a1bdc667492a151881'
- '587159e84e2da6f83d70b3c706ba87cc')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib --with-bzlib \
-   --with-libcap \
-   --with-solr \
-   --with-lucene \
-   --with-docs
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install the launch script
-  install -D -m755 ${srcdir}/$pkgname.sh ${pkgdir}/etc/rc.d/$pkgname
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/dovecot.conf.sample
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/dovecot-openssl.cnf.sample
-
-  # install mkcert helper script
-  install -m 755  ${srcdir}/$pkgname-$pkgver/doc/mkcert.sh 
${pkgdir}/usr/lib/dovecot/mkcert.sh
-
-  rm ${pkgdir}/etc/dovecot/README
-}

Copied: dovecot/repos/extra-i686/PKGBUILD (from rev 158861, 
dovecot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-12 13:27:15 UTC (rev 158862)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+# Contributor: GARETTE Emmanuel gnunux at laposte dot net
+
+pkgname=dovecot
+pkgver=2.1.6
+pkgrel=1
+pkgdesc=An IMAP and POP3 server written with security primarily in mind
+arch=('i686' 'x86_64')
+url=http://dovecot.org/;
+license=(LGPL)
+depends=('krb5' 'openssl' 'sqlite=3.7.5' 'libmysqlclient=5.5.10'
+'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
+makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22' 'clucene')
+optdepends=('libldap: ldap plugin'
+ 

[arch-commits] Commit in dovecot/repos (12 files)

2012-04-23 Thread andyrtr
Date: Monday, April 23, 2012 @ 12:33:36
  Author: andyrtr
Revision: 157092

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

Added:
  dovecot/repos/extra-i686/PKGBUILD
(from rev 157091, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-i686/dovecot.install
(from rev 157091, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-i686/dovecot.sh
(from rev 157091, dovecot/trunk/dovecot.sh)
  dovecot/repos/extra-x86_64/PKGBUILD
(from rev 157091, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-x86_64/dovecot.install
(from rev 157091, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-x86_64/dovecot.sh
(from rev 157091, dovecot/trunk/dovecot.sh)
Deleted:
  dovecot/repos/extra-i686/PKGBUILD
  dovecot/repos/extra-i686/dovecot.install
  dovecot/repos/extra-i686/dovecot.sh
  dovecot/repos/extra-x86_64/PKGBUILD
  dovecot/repos/extra-x86_64/dovecot.install
  dovecot/repos/extra-x86_64/dovecot.sh

--+
 extra-i686/PKGBUILD  |  134 +++
 extra-i686/dovecot.install   |  116 +-
 extra-i686/dovecot.sh|  138 -
 extra-x86_64/PKGBUILD|  134 +++
 extra-x86_64/dovecot.install |  116 +-
 extra-x86_64/dovecot.sh  |  138 -
 6 files changed, 388 insertions(+), 388 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-23 16:32:39 UTC (rev 157091)
+++ extra-i686/PKGBUILD 2012-04-23 16:33:36 UTC (rev 157092)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-# Contributor: GARETTE Emmanuel gnunux at laposte dot net
-
-pkgname=dovecot
-pkgver=2.1.4
-pkgrel=1
-pkgdesc=An IMAP and POP3 server written with security primarily in mind
-arch=('i686' 'x86_64')
-url=http://dovecot.org/;
-license=(LGPL)
-depends=('krb5' 'openssl' 'sqlite=3.7.5' 'libmysqlclient=5.5.10'
-'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22' 'clucene')
-optdepends=('libldap: ldap plugin'
-   'clucene: alternative FTS indexer')
-provides=('imap-server' 'pop3-server')
-options=('!libtool')
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.1/${pkgname}-${pkgver}.tar.gz{,.sig} 
dovecot.sh)
-md5sums=('9a360fc39462da71e2bfd1d6928f3902'
- '1ba2a0f1f7b5f226ce867ea8243abe46'
- '587159e84e2da6f83d70b3c706ba87cc')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib --with-bzlib \
-   --with-libcap \
-   --with-solr \
-   --with-lucene \
-   --with-docs
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install the launch script
-  install -D -m755 ${srcdir}/$pkgname.sh ${pkgdir}/etc/rc.d/$pkgname
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/dovecot.conf.sample
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/dovecot-openssl.cnf.sample
-
-  # install mkcert helper script
-  install -m 755  ${srcdir}/$pkgname-$pkgver/doc/mkcert.sh 
${pkgdir}/usr/lib/dovecot/mkcert.sh
-
-  rm ${pkgdir}/etc/dovecot/README
-}

Copied: dovecot/repos/extra-i686/PKGBUILD (from rev 157091, 
dovecot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-23 16:33:36 UTC (rev 157092)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+# Contributor: GARETTE Emmanuel gnunux at laposte dot net
+
+pkgname=dovecot
+pkgver=2.1.5
+pkgrel=1
+pkgdesc=An IMAP and POP3 server written with security primarily in mind
+arch=('i686' 'x86_64')
+url=http://dovecot.org/;
+license=(LGPL)
+depends=('krb5' 'openssl' 'sqlite=3.7.5' 'libmysqlclient=5.5.10'
+'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
+makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22' 'clucene')
+optdepends=('libldap: ldap plugin'
+ 

[arch-commits] Commit in dovecot/repos (12 files)

2012-04-09 Thread andyrtr
Date: Monday, April 9, 2012 @ 10:48:18
  Author: andyrtr
Revision: 155947

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

Added:
  dovecot/repos/extra-i686/PKGBUILD
(from rev 155946, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-i686/dovecot.install
(from rev 155946, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-i686/dovecot.sh
(from rev 155946, dovecot/trunk/dovecot.sh)
  dovecot/repos/extra-x86_64/PKGBUILD
(from rev 155946, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-x86_64/dovecot.install
(from rev 155946, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-x86_64/dovecot.sh
(from rev 155946, dovecot/trunk/dovecot.sh)
Deleted:
  dovecot/repos/extra-i686/PKGBUILD
  dovecot/repos/extra-i686/dovecot.install
  dovecot/repos/extra-i686/dovecot.sh
  dovecot/repos/extra-x86_64/PKGBUILD
  dovecot/repos/extra-x86_64/dovecot.install
  dovecot/repos/extra-x86_64/dovecot.sh

--+
 extra-i686/PKGBUILD  |  134 +++
 extra-i686/dovecot.install   |  116 +-
 extra-i686/dovecot.sh|  138 -
 extra-x86_64/PKGBUILD|  134 +++
 extra-x86_64/dovecot.install |  116 +-
 extra-x86_64/dovecot.sh  |  138 -
 6 files changed, 388 insertions(+), 388 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-09 14:47:34 UTC (rev 155946)
+++ extra-i686/PKGBUILD 2012-04-09 14:48:18 UTC (rev 155947)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-# Contributor: GARETTE Emmanuel gnunux at laposte dot net
-
-pkgname=dovecot
-pkgver=2.1.3
-pkgrel=1
-pkgdesc=An IMAP and POP3 server written with security primarily in mind
-arch=('i686' 'x86_64')
-url=http://dovecot.org/;
-license=(LGPL)
-depends=('krb5' 'openssl' 'sqlite3=3.7.5' 'libmysqlclient=5.5.10'
-'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22' 'clucene')
-optdepends=('libldap: ldap plugin'
-   'clucene: alternative FTS indexer')
-provides=('imap-server' 'pop3-server')
-options=('!libtool')
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.1/${pkgname}-${pkgver}.tar.gz{,.sig} 
dovecot.sh)
-md5sums=('a0e25243862c61de6274cf7d682a76ec'
- '85c2737b822e095b1120e322f13ce3ad'
- '587159e84e2da6f83d70b3c706ba87cc')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib --with-bzlib \
-   --with-libcap \
-   --with-solr \
-   --with-lucene \
-   --with-docs
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install the launch script
-  install -D -m755 ${srcdir}/$pkgname.sh ${pkgdir}/etc/rc.d/$pkgname
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/dovecot.conf.sample
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/dovecot-openssl.cnf.sample
-
-  # install mkcert helper script
-  install -m 755  ${srcdir}/$pkgname-$pkgver/doc/mkcert.sh 
${pkgdir}/usr/lib/dovecot/mkcert.sh
-
-  rm ${pkgdir}/etc/dovecot/README
-}

Copied: dovecot/repos/extra-i686/PKGBUILD (from rev 155946, 
dovecot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-09 14:48:18 UTC (rev 155947)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+# Contributor: GARETTE Emmanuel gnunux at laposte dot net
+
+pkgname=dovecot
+pkgver=2.1.4
+pkgrel=1
+pkgdesc=An IMAP and POP3 server written with security primarily in mind
+arch=('i686' 'x86_64')
+url=http://dovecot.org/;
+license=(LGPL)
+depends=('krb5' 'openssl' 'sqlite=3.7.5' 'libmysqlclient=5.5.10'
+'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
+makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22' 'clucene')
+optdepends=('libldap: ldap plugin'
+ 

[arch-commits] Commit in dovecot/repos (12 files)

2012-03-16 Thread andyrtr
Date: Friday, March 16, 2012 @ 14:05:31
  Author: andyrtr
Revision: 153623

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

Added:
  dovecot/repos/extra-i686/PKGBUILD
(from rev 153622, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-i686/dovecot.install
(from rev 153622, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-i686/dovecot.sh
(from rev 153622, dovecot/trunk/dovecot.sh)
  dovecot/repos/extra-x86_64/PKGBUILD
(from rev 153622, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-x86_64/dovecot.install
(from rev 153622, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-x86_64/dovecot.sh
(from rev 153622, dovecot/trunk/dovecot.sh)
Deleted:
  dovecot/repos/extra-i686/PKGBUILD
  dovecot/repos/extra-i686/dovecot.install
  dovecot/repos/extra-i686/dovecot.sh
  dovecot/repos/extra-x86_64/PKGBUILD
  dovecot/repos/extra-x86_64/dovecot.install
  dovecot/repos/extra-x86_64/dovecot.sh

--+
 extra-i686/PKGBUILD  |  134 +++
 extra-i686/dovecot.install   |  116 +-
 extra-i686/dovecot.sh|  138 -
 extra-x86_64/PKGBUILD|  134 +++
 extra-x86_64/dovecot.install |  116 +-
 extra-x86_64/dovecot.sh  |  138 -
 6 files changed, 388 insertions(+), 388 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-16 18:04:41 UTC (rev 153622)
+++ extra-i686/PKGBUILD 2012-03-16 18:05:31 UTC (rev 153623)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-# Contributor: GARETTE Emmanuel gnunux at laposte dot net
-
-pkgname=dovecot
-pkgver=2.1.2
-pkgrel=1
-pkgdesc=An IMAP and POP3 server written with security primarily in mind
-arch=('i686' 'x86_64')
-url=http://dovecot.org/;
-license=(LGPL)
-depends=('krb5' 'openssl' 'sqlite3=3.7.5' 'libmysqlclient=5.5.10'
-'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22' 'clucene')
-optdepends=('libldap: ldap plugin'
-   'clucene: alternative FTS indexer')
-provides=('imap-server' 'pop3-server')
-options=('!libtool')
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.1/${pkgname}-${pkgver}.tar.gz{,.sig} 
dovecot.sh)
-md5sums=('6ab61b962ff7e732ea9faa0fa41a28cb'
- 'fb097826d991cd70894a914d01b0e2a1'
- '587159e84e2da6f83d70b3c706ba87cc')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib --with-bzlib \
-   --with-libcap \
-   --with-solr \
-   --with-lucene \
-   --with-docs
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install the launch script
-  install -D -m755 ${srcdir}/$pkgname.sh ${pkgdir}/etc/rc.d/$pkgname
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/dovecot.conf.sample
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/dovecot-openssl.cnf.sample
-
-  # install mkcert helper script
-  install -m 755  ${srcdir}/$pkgname-$pkgver/doc/mkcert.sh 
${pkgdir}/usr/lib/dovecot/mkcert.sh
-
-  rm ${pkgdir}/etc/dovecot/README
-}

Copied: dovecot/repos/extra-i686/PKGBUILD (from rev 153622, 
dovecot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-16 18:05:31 UTC (rev 153623)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+# Contributor: GARETTE Emmanuel gnunux at laposte dot net
+
+pkgname=dovecot
+pkgver=2.1.3
+pkgrel=1
+pkgdesc=An IMAP and POP3 server written with security primarily in mind
+arch=('i686' 'x86_64')
+url=http://dovecot.org/;
+license=(LGPL)
+depends=('krb5' 'openssl' 'sqlite3=3.7.5' 'libmysqlclient=5.5.10'
+'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
+makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22' 'clucene')
+optdepends=('libldap: ldap plugin'
+   

[arch-commits] Commit in dovecot/repos (12 files)

2012-03-15 Thread andyrtr
Date: Thursday, March 15, 2012 @ 17:48:10
  Author: andyrtr
Revision: 153549

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

Added:
  dovecot/repos/extra-i686/PKGBUILD
(from rev 153548, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-i686/dovecot.install
(from rev 153548, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-i686/dovecot.sh
(from rev 153548, dovecot/trunk/dovecot.sh)
  dovecot/repos/extra-x86_64/PKGBUILD
(from rev 153548, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-x86_64/dovecot.install
(from rev 153548, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-x86_64/dovecot.sh
(from rev 153548, dovecot/trunk/dovecot.sh)
Deleted:
  dovecot/repos/extra-i686/PKGBUILD
  dovecot/repos/extra-i686/dovecot.install
  dovecot/repos/extra-i686/dovecot.sh
  dovecot/repos/extra-x86_64/PKGBUILD
  dovecot/repos/extra-x86_64/dovecot.install
  dovecot/repos/extra-x86_64/dovecot.sh

--+
 extra-i686/PKGBUILD  |  134 +++
 extra-i686/dovecot.install   |  116 +-
 extra-i686/dovecot.sh|  138 -
 extra-x86_64/PKGBUILD|  134 +++
 extra-x86_64/dovecot.install |  116 +-
 extra-x86_64/dovecot.sh  |  138 -
 6 files changed, 388 insertions(+), 388 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-15 21:47:25 UTC (rev 153548)
+++ extra-i686/PKGBUILD 2012-03-15 21:48:10 UTC (rev 153549)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-# Contributor: GARETTE Emmanuel gnunux at laposte dot net
-
-pkgname=dovecot
-pkgver=2.1.1
-pkgrel=3
-pkgdesc=An IMAP and POP3 server written with security primarily in mind
-arch=('i686' 'x86_64')
-url=http://dovecot.org/;
-license=(LGPL)
-depends=('krb5' 'openssl' 'sqlite3=3.7.5' 'libmysqlclient=5.5.10'
-'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22' 'clucene')
-optdepends=('libldap: ldap plugin'
-   'clucene: alternative FTS indexer')
-provides=('imap-server' 'pop3-server')
-options=('!libtool')
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.1/${pkgname}-${pkgver}.tar.gz{,.sig} 
dovecot.sh)
-md5sums=('db41a4de848d2bc834c30af0eb5575fd'
- 'e3bf2c4989ccb8a30a5d80ae89b06f76'
- '587159e84e2da6f83d70b3c706ba87cc')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib --with-bzlib \
-   --with-libcap \
-   --with-solr \
-   --with-lucene \
-   --with-docs
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install the launch script
-  install -D -m755 ${srcdir}/$pkgname.sh ${pkgdir}/etc/rc.d/$pkgname
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/dovecot.conf.sample
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/dovecot-openssl.cnf.sample
-
-  # install mkcert helper script
-  install -m 755  ${srcdir}/$pkgname-$pkgver/doc/mkcert.sh 
${pkgdir}/usr/lib/dovecot/mkcert.sh
-
-  rm ${pkgdir}/etc/dovecot/README
-}

Copied: dovecot/repos/extra-i686/PKGBUILD (from rev 153548, 
dovecot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-15 21:48:10 UTC (rev 153549)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+# Contributor: GARETTE Emmanuel gnunux at laposte dot net
+
+pkgname=dovecot
+pkgver=2.1.2
+pkgrel=1
+pkgdesc=An IMAP and POP3 server written with security primarily in mind
+arch=('i686' 'x86_64')
+url=http://dovecot.org/;
+license=(LGPL)
+depends=('krb5' 'openssl' 'sqlite3=3.7.5' 'libmysqlclient=5.5.10'
+'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
+makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22' 'clucene')
+optdepends=('libldap: ldap plugin'
+ 

[arch-commits] Commit in dovecot/repos (12 files)

2012-02-27 Thread andyrtr
Date: Monday, February 27, 2012 @ 13:19:51
  Author: andyrtr
Revision: 151572

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

Added:
  dovecot/repos/extra-i686/PKGBUILD
(from rev 151571, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-i686/dovecot.install
(from rev 151571, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-i686/dovecot.sh
(from rev 151571, dovecot/trunk/dovecot.sh)
  dovecot/repos/extra-x86_64/PKGBUILD
(from rev 151571, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-x86_64/dovecot.install
(from rev 151571, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-x86_64/dovecot.sh
(from rev 151571, dovecot/trunk/dovecot.sh)
Deleted:
  dovecot/repos/extra-i686/PKGBUILD
  dovecot/repos/extra-i686/dovecot.install
  dovecot/repos/extra-i686/dovecot.sh
  dovecot/repos/extra-x86_64/PKGBUILD
  dovecot/repos/extra-x86_64/dovecot.install
  dovecot/repos/extra-x86_64/dovecot.sh

--+
 extra-i686/PKGBUILD  |  139 +++--
 extra-i686/dovecot.install   |  116 +-
 extra-i686/dovecot.sh|  138 
 extra-x86_64/PKGBUILD|  139 +++--
 extra-x86_64/dovecot.install |  116 +-
 extra-x86_64/dovecot.sh  |  138 
 6 files changed, 388 insertions(+), 398 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-27 18:16:43 UTC (rev 151571)
+++ extra-i686/PKGBUILD 2012-02-27 18:19:51 UTC (rev 151572)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-# Contributor: GARETTE Emmanuel gnunux at laposte dot net
-
-pkgname=dovecot
-pkgver=2.1.1
-pkgrel=2
-pkgdesc=An IMAP and POP3 server written with security primarily in mind
-arch=('i686' 'x86_64')
-url=http://dovecot.org/;
-license=(LGPL)
-depends=('krb5' 'openssl' 'sqlite3=3.7.5' 'libmysqlclient=5.5.10'
-'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22' 'clucene')
-optdepends=('libldap: ldap plugin'
-   'clucene: alternative FTS indexer')
-provides=('imap-server' 'pop3-server')
-options=('!libtool')
-backup=(etc/dovecot/dovecot.conf
-   
etc/dovecot/conf.d/{10-auth,10-director,10-logging,10-mail,10-master,10-ssl}.conf
-   etc/dovecot/conf.d/{15-lda,20-imap,20-lmtp,20-pop3}.conf
-   etc/dovecot/conf.d/{90-acl,90-plugin,90-quota}.conf
-   
etc/dovecot/conf.d/auth-{checkpassword,deny,ldap,master,passwdfile,sql,static,system,vpopmail}.conf.ext
-   etc/ssl/dovecot-openssl.cnf)
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.1/${pkgname}-${pkgver}.tar.gz{,.sig} 
dovecot.sh)
-md5sums=('db41a4de848d2bc834c30af0eb5575fd'
- 'e3bf2c4989ccb8a30a5d80ae89b06f76'
- '587159e84e2da6f83d70b3c706ba87cc')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib --with-bzlib \
-   --with-libcap \
-   --with-solr \
-   --with-lucene \
-   --with-docs
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install the launch script
-  install -D -m755 ${srcdir}/$pkgname.sh ${pkgdir}/etc/rc.d/$pkgname
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/conf.d/*.conf 
${pkgdir}/etc/dovecot/conf.d
-  install -m 644 
${pkgdir}/usr/share/doc/dovecot/example-config/conf.d/*.conf.ext 
${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/
-
-  rm ${pkgdir}/etc/dovecot/README
-}

Copied: dovecot/repos/extra-i686/PKGBUILD (from rev 151571, 
dovecot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-27 18:19:51 UTC (rev 151572)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+# Contributor: GARETTE 

[arch-commits] Commit in dovecot/repos (12 files)

2012-02-23 Thread andyrtr
Date: Thursday, February 23, 2012 @ 10:24:02
  Author: andyrtr
Revision: 150917

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

Added:
  dovecot/repos/testing-i686/PKGBUILD
(from rev 150916, dovecot/trunk/PKGBUILD)
  dovecot/repos/testing-i686/dovecot.install
(from rev 150916, dovecot/trunk/dovecot.install)
  dovecot/repos/testing-i686/dovecot.sh
(from rev 150916, dovecot/trunk/dovecot.sh)
  dovecot/repos/testing-x86_64/PKGBUILD
(from rev 150916, dovecot/trunk/PKGBUILD)
  dovecot/repos/testing-x86_64/dovecot.install
(from rev 150916, dovecot/trunk/dovecot.install)
  dovecot/repos/testing-x86_64/dovecot.sh
(from rev 150916, dovecot/trunk/dovecot.sh)
Deleted:
  dovecot/repos/testing-i686/PKGBUILD
  dovecot/repos/testing-i686/dovecot.install
  dovecot/repos/testing-i686/dovecot.sh
  dovecot/repos/testing-x86_64/PKGBUILD
  dovecot/repos/testing-x86_64/dovecot.install
  dovecot/repos/testing-x86_64/dovecot.sh

+
 testing-i686/PKGBUILD  |  140 +++
 testing-i686/dovecot.install   |  116 
 testing-i686/dovecot.sh|  138 +++---
 testing-x86_64/PKGBUILD|  140 +++
 testing-x86_64/dovecot.install |  116 
 testing-x86_64/dovecot.sh  |  138 +++---
 6 files changed, 394 insertions(+), 394 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-02-23 15:23:17 UTC (rev 150916)
+++ testing-i686/PKGBUILD   2012-02-23 15:24:02 UTC (rev 150917)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-# Contributor: GARETTE Emmanuel gnunux at laposte dot net
-
-pkgname=dovecot
-pkgver=2.1.0
-pkgrel=1
-pkgdesc=An IMAP and POP3 server written with security primarily in mind
-arch=('i686' 'x86_64')
-url=http://dovecot.org/;
-license=(LGPL)
-depends=('krb5' 'openssl' 'sqlite3=3.7.5' 'libmysqlclient=5.5.10'
-'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22')
-optdepends=('libldap: ldap plugin')
-provides=('imap-server' 'pop3-server')
-options=('!libtool')
-backup=(etc/dovecot/dovecot.conf
-   
etc/dovecot/conf.d/{10-auth,10-director,10-logging,10-mail,10-master,10-ssl}.conf
-   etc/dovecot/conf.d/{15-lda,20-imap,20-lmtp,20-pop3}.conf
-   etc/dovecot/conf.d/{90-acl,90-plugin,90-quota}.conf
-   
etc/dovecot/conf.d/auth-{checkpassword,deny,ldap,master,passwdfile,sql,static,system,vpopmail}.conf.ext
-   etc/ssl/dovecot-openssl.cnf)
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.1/${pkgname}-${pkgver}.tar.gz{,.sig} 
dovecot.sh)
-md5sums=('32a52cc45bf099bbb537b46052d23014'
- 'e2d7783ebe0f10aee259c86c69bd0a46'
- '587159e84e2da6f83d70b3c706ba87cc')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib --with-bzlib \
-   --with-libcap \
-   --with-solr \
-   --with-docs
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install the launch script
-  install -D -m755 ${srcdir}/$pkgname.sh ${pkgdir}/etc/rc.d/$pkgname
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/conf.d/*.conf 
${pkgdir}/etc/dovecot/conf.d
-  install -m 644 
${pkgdir}/usr/share/doc/dovecot/example-config/conf.d/*.conf.ext 
${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/
-
-  rm ${pkgdir}/etc/dovecot/README
-}

Copied: dovecot/repos/testing-i686/PKGBUILD (from rev 150916, 
dovecot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-23 15:24:02 UTC (rev 150917)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+# Contributor: GARETTE Emmanuel gnunux 

[arch-commits] Commit in dovecot/repos (12 files)

2012-02-23 Thread andyrtr
Date: Thursday, February 23, 2012 @ 12:51:46
  Author: andyrtr
Revision: 150923

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

Added:
  dovecot/repos/testing-i686/PKGBUILD
(from rev 150922, dovecot/trunk/PKGBUILD)
  dovecot/repos/testing-i686/dovecot.install
(from rev 150922, dovecot/trunk/dovecot.install)
  dovecot/repos/testing-i686/dovecot.sh
(from rev 150922, dovecot/trunk/dovecot.sh)
  dovecot/repos/testing-x86_64/PKGBUILD
(from rev 150922, dovecot/trunk/PKGBUILD)
  dovecot/repos/testing-x86_64/dovecot.install
(from rev 150922, dovecot/trunk/dovecot.install)
  dovecot/repos/testing-x86_64/dovecot.sh
(from rev 150922, dovecot/trunk/dovecot.sh)
Deleted:
  dovecot/repos/testing-i686/PKGBUILD
  dovecot/repos/testing-i686/dovecot.install
  dovecot/repos/testing-i686/dovecot.sh
  dovecot/repos/testing-x86_64/PKGBUILD
  dovecot/repos/testing-x86_64/dovecot.install
  dovecot/repos/testing-x86_64/dovecot.sh

+
 testing-i686/PKGBUILD  |  142 +++
 testing-i686/dovecot.install   |  116 +++
 testing-i686/dovecot.sh|  138 ++---
 testing-x86_64/PKGBUILD|  142 +++
 testing-x86_64/dovecot.install |  116 +++
 testing-x86_64/dovecot.sh  |  138 ++---
 6 files changed, 398 insertions(+), 394 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-02-23 17:50:57 UTC (rev 150922)
+++ testing-i686/PKGBUILD   2012-02-23 17:51:46 UTC (rev 150923)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-# Contributor: GARETTE Emmanuel gnunux at laposte dot net
-
-pkgname=dovecot
-pkgver=2.1.1
-pkgrel=1
-pkgdesc=An IMAP and POP3 server written with security primarily in mind
-arch=('i686' 'x86_64')
-url=http://dovecot.org/;
-license=(LGPL)
-depends=('krb5' 'openssl' 'sqlite3=3.7.5' 'libmysqlclient=5.5.10'
-'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22')
-optdepends=('libldap: ldap plugin')
-provides=('imap-server' 'pop3-server')
-options=('!libtool')
-backup=(etc/dovecot/dovecot.conf
-   
etc/dovecot/conf.d/{10-auth,10-director,10-logging,10-mail,10-master,10-ssl}.conf
-   etc/dovecot/conf.d/{15-lda,20-imap,20-lmtp,20-pop3}.conf
-   etc/dovecot/conf.d/{90-acl,90-plugin,90-quota}.conf
-   
etc/dovecot/conf.d/auth-{checkpassword,deny,ldap,master,passwdfile,sql,static,system,vpopmail}.conf.ext
-   etc/ssl/dovecot-openssl.cnf)
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.1/${pkgname}-${pkgver}.tar.gz{,.sig} 
dovecot.sh)
-md5sums=('db41a4de848d2bc834c30af0eb5575fd'
- 'e3bf2c4989ccb8a30a5d80ae89b06f76'
- '587159e84e2da6f83d70b3c706ba87cc')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib --with-bzlib \
-   --with-libcap \
-   --with-solr \
-   --with-docs
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install the launch script
-  install -D -m755 ${srcdir}/$pkgname.sh ${pkgdir}/etc/rc.d/$pkgname
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/conf.d/*.conf 
${pkgdir}/etc/dovecot/conf.d
-  install -m 644 
${pkgdir}/usr/share/doc/dovecot/example-config/conf.d/*.conf.ext 
${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/
-
-  rm ${pkgdir}/etc/dovecot/README
-}

Copied: dovecot/repos/testing-i686/PKGBUILD (from rev 150922, 
dovecot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-23 17:51:46 UTC (rev 150923)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+# Contributor: GARETTE Emmanuel gnunux at 

[arch-commits] Commit in dovecot/repos (12 files)

2012-02-13 Thread andyrtr
Date: Monday, February 13, 2012 @ 07:13:16
  Author: andyrtr
Revision: 150139

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

Added:
  dovecot/repos/extra-i686/PKGBUILD
(from rev 150138, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-i686/dovecot.install
(from rev 150138, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-i686/dovecot.sh
(from rev 150138, dovecot/trunk/dovecot.sh)
  dovecot/repos/extra-x86_64/PKGBUILD
(from rev 150138, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-x86_64/dovecot.install
(from rev 150138, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-x86_64/dovecot.sh
(from rev 150138, dovecot/trunk/dovecot.sh)
Deleted:
  dovecot/repos/extra-i686/PKGBUILD
  dovecot/repos/extra-i686/dovecot.install
  dovecot/repos/extra-i686/dovecot.sh
  dovecot/repos/extra-x86_64/PKGBUILD
  dovecot/repos/extra-x86_64/dovecot.install
  dovecot/repos/extra-x86_64/dovecot.sh

--+
 extra-i686/PKGBUILD  |  139 -
 extra-i686/dovecot.install   |  116 +-
 extra-i686/dovecot.sh|  138 
 extra-x86_64/PKGBUILD|  139 -
 extra-x86_64/dovecot.install |  116 +-
 extra-x86_64/dovecot.sh  |  138 
 6 files changed, 394 insertions(+), 392 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-13 12:12:24 UTC (rev 150138)
+++ extra-i686/PKGBUILD 2012-02-13 12:13:16 UTC (rev 150139)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-# Contributor: GARETTE Emmanuel gnunux at laposte dot net
-
-pkgname=dovecot
-pkgver=2.0.17
-pkgrel=1
-pkgdesc=An IMAP and POP3 server written with security primarily in mind
-arch=('i686' 'x86_64')
-url=http://dovecot.org/;
-license=(LGPL)
-depends=('krb5' 'openssl' 'sqlite3=3.7.5' 'libmysqlclient=5.5.10'
-'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22')
-optdepends=('libldap: ldap plugin')
-provides=('imap-server' 'pop3-server')
-options=('!libtool')
-backup=(etc/dovecot/dovecot.conf
-   
etc/dovecot/conf.d/{10-auth,10-director,10-logging,10-mail,10-master,10-ssl}.conf
-   etc/dovecot/conf.d/{15-lda,20-imap,20-lmtp,20-pop3}.conf
-   etc/dovecot/conf.d/{90-acl,90-plugin,90-quota}.conf
-   
etc/dovecot/conf.d/auth-{checkpassword,deny,ldap,master,passwdfile,sql,static,system,vpopmail}.conf.ext
-   etc/ssl/dovecot-openssl.cnf)
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.0/${pkgname}-${pkgver}.tar.gz dovecot.sh)
-md5sums=('41c10dffa56e228b9176833db2efaac5'
- '587159e84e2da6f83d70b3c706ba87cc')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib --with-bzlib \
-   --with-libcap \
-   --with-solr \
-   --with-docs
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install the launch script
-  install -D -m755 ${srcdir}/$pkgname.sh ${pkgdir}/etc/rc.d/$pkgname
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/conf.d/*.conf 
${pkgdir}/etc/dovecot/conf.d
-  install -m 644 
${pkgdir}/usr/share/doc/dovecot/example-config/conf.d/*.conf.ext 
${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/
-
-  rm ${pkgdir}/etc/dovecot/README
-}

Copied: dovecot/repos/extra-i686/PKGBUILD (from rev 150138, 
dovecot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-13 12:13:16 UTC (rev 150139)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+# Contributor: GARETTE Emmanuel gnunux at laposte dot net
+
+pkgname=dovecot
+pkgver=2.0.18
+pkgrel=1
+pkgdesc=An IMAP and POP3 server written with security 

[arch-commits] Commit in dovecot/repos (12 files)

2012-01-07 Thread andyrtr
Date: Saturday, January 7, 2012 @ 16:39:13
  Author: andyrtr
Revision: 146277

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

Added:
  dovecot/repos/extra-i686/PKGBUILD
(from rev 146276, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-i686/dovecot.install
(from rev 146276, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-i686/dovecot.sh
(from rev 146276, dovecot/trunk/dovecot.sh)
  dovecot/repos/extra-x86_64/PKGBUILD
(from rev 146276, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-x86_64/dovecot.install
(from rev 146276, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-x86_64/dovecot.sh
(from rev 146276, dovecot/trunk/dovecot.sh)
Deleted:
  dovecot/repos/extra-i686/PKGBUILD
  dovecot/repos/extra-i686/dovecot.install
  dovecot/repos/extra-i686/dovecot.sh
  dovecot/repos/extra-x86_64/PKGBUILD
  dovecot/repos/extra-x86_64/dovecot.install
  dovecot/repos/extra-x86_64/dovecot.sh

--+
 extra-i686/PKGBUILD  |  138 -
 extra-i686/dovecot.install   |  116 +-
 extra-i686/dovecot.sh|  138 -
 extra-x86_64/PKGBUILD|  138 -
 extra-x86_64/dovecot.install |  116 +-
 extra-x86_64/dovecot.sh  |  138 -
 6 files changed, 392 insertions(+), 392 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-07 21:38:31 UTC (rev 146276)
+++ extra-i686/PKGBUILD 2012-01-07 21:39:13 UTC (rev 146277)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-# Contributor: GARETTE Emmanuel gnunux at laposte dot net
-
-pkgname=dovecot
-pkgver=2.0.16
-pkgrel=1
-pkgdesc=An IMAP and POP3 server written with security primarily in mind
-arch=('i686' 'x86_64')
-url=http://dovecot.org/;
-license=(LGPL)
-depends=('krb5' 'openssl' 'sqlite3=3.7.5' 'libmysqlclient=5.5.10'
-'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22')
-optdepends=('libldap: ldap plugin')
-provides=('imap-server' 'pop3-server')
-options=('!libtool')
-backup=(etc/dovecot/dovecot.conf
-   
etc/dovecot/conf.d/{10-auth,10-director,10-logging,10-mail,10-master,10-ssl}.conf
-   etc/dovecot/conf.d/{15-lda,20-imap,20-lmtp,20-pop3}.conf
-   etc/dovecot/conf.d/{90-acl,90-plugin,90-quota}.conf
-   
etc/dovecot/conf.d/auth-{checkpassword,deny,ldap,master,passwdfile,sql,static,system,vpopmail}.conf.ext
-   etc/ssl/dovecot-openssl.cnf)
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.0/${pkgname}-${pkgver}.tar.gz dovecot.sh)
-md5sums=('e01a29a355afefcb9fb5f8b7a54e1a14'
- '587159e84e2da6f83d70b3c706ba87cc')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib --with-bzlib \
-   --with-libcap \
-   --with-solr \
-   --with-docs
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install the launch script
-  install -D -m755 ${srcdir}/$pkgname.sh ${pkgdir}/etc/rc.d/$pkgname
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/conf.d/*.conf 
${pkgdir}/etc/dovecot/conf.d
-  install -m 644 
${pkgdir}/usr/share/doc/dovecot/example-config/conf.d/*.conf.ext 
${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/
-
-  rm ${pkgdir}/etc/dovecot/README
-}

Copied: dovecot/repos/extra-i686/PKGBUILD (from rev 146276, 
dovecot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-07 21:39:13 UTC (rev 146277)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+# Contributor: GARETTE Emmanuel gnunux at laposte dot net
+
+pkgname=dovecot
+pkgver=2.0.17
+pkgrel=1
+pkgdesc=An IMAP and POP3 server written with security 

[arch-commits] Commit in dovecot/repos (12 files)

2011-11-18 Thread andyrtr
Date: Friday, November 18, 2011 @ 03:18:50
  Author: andyrtr
Revision: 142912

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

Added:
  dovecot/repos/extra-i686/PKGBUILD
(from rev 142911, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-i686/dovecot.install
(from rev 142911, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-i686/dovecot.sh
(from rev 142911, dovecot/trunk/dovecot.sh)
  dovecot/repos/extra-x86_64/PKGBUILD
(from rev 142911, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-x86_64/dovecot.install
(from rev 142911, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-x86_64/dovecot.sh
(from rev 142911, dovecot/trunk/dovecot.sh)
Deleted:
  dovecot/repos/extra-i686/PKGBUILD
  dovecot/repos/extra-i686/dovecot.install
  dovecot/repos/extra-i686/dovecot.sh
  dovecot/repos/extra-x86_64/PKGBUILD
  dovecot/repos/extra-x86_64/dovecot.install
  dovecot/repos/extra-x86_64/dovecot.sh

--+
 extra-i686/PKGBUILD  |  138 -
 extra-i686/dovecot.install   |  116 +-
 extra-i686/dovecot.sh|  138 -
 extra-x86_64/PKGBUILD|  138 -
 extra-x86_64/dovecot.install |  116 +-
 extra-x86_64/dovecot.sh  |  138 -
 6 files changed, 392 insertions(+), 392 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-18 08:18:04 UTC (rev 142911)
+++ extra-i686/PKGBUILD 2011-11-18 08:18:50 UTC (rev 142912)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-# Contributor: GARETTE Emmanuel gnunux at laposte dot net
-
-pkgname=dovecot
-pkgver=2.0.15
-pkgrel=1
-pkgdesc=An IMAP and POP3 server written with security primarily in mind
-arch=('i686' 'x86_64')
-url=http://dovecot.org/;
-license=(LGPL)
-depends=('krb5' 'openssl' 'sqlite3=3.7.5' 'libmysqlclient=5.5.10'
-'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22')
-optdepends=('libldap: ldap plugin')
-provides=('imap-server' 'pop3-server')
-options=('!libtool')
-backup=(etc/dovecot/dovecot.conf
-   
etc/dovecot/conf.d/{10-auth,10-director,10-logging,10-mail,10-master,10-ssl}.conf
-   etc/dovecot/conf.d/{15-lda,20-imap,20-lmtp,20-pop3}.conf
-   etc/dovecot/conf.d/{90-acl,90-plugin,90-quota}.conf
-   
etc/dovecot/conf.d/auth-{checkpassword,deny,ldap,master,passwdfile,sql,static,system,vpopmail}.conf.ext
-   etc/ssl/dovecot-openssl.cnf)
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.0/${pkgname}-${pkgver}.tar.gz dovecot.sh)
-md5sums=('16a08dfd24422d482440a8b03d6f7f6c'
- '587159e84e2da6f83d70b3c706ba87cc')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib --with-bzlib \
-   --with-libcap \
-   --with-solr \
-   --with-docs
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install the launch script
-  install -D -m755 ${srcdir}/$pkgname.sh ${pkgdir}/etc/rc.d/$pkgname
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/conf.d/*.conf 
${pkgdir}/etc/dovecot/conf.d
-  install -m 644 
${pkgdir}/usr/share/doc/dovecot/example-config/conf.d/*.conf.ext 
${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/
-
-  rm ${pkgdir}/etc/dovecot/README
-}

Copied: dovecot/repos/extra-i686/PKGBUILD (from rev 142911, 
dovecot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-18 08:18:50 UTC (rev 142912)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+# Contributor: GARETTE Emmanuel gnunux at laposte dot net
+
+pkgname=dovecot
+pkgver=2.0.16
+pkgrel=1
+pkgdesc=An IMAP and POP3 server written with security 

[arch-commits] Commit in dovecot/repos (12 files)

2011-09-18 Thread andyrtr
Date: Sunday, September 18, 2011 @ 09:49:40
  Author: andyrtr
Revision: 138194

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

Added:
  dovecot/repos/extra-i686/PKGBUILD
(from rev 138193, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-i686/dovecot.install
(from rev 138193, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-i686/dovecot.sh
(from rev 138193, dovecot/trunk/dovecot.sh)
  dovecot/repos/extra-x86_64/PKGBUILD
(from rev 138193, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-x86_64/dovecot.install
(from rev 138193, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-x86_64/dovecot.sh
(from rev 138193, dovecot/trunk/dovecot.sh)
Deleted:
  dovecot/repos/extra-i686/PKGBUILD
  dovecot/repos/extra-i686/dovecot.install
  dovecot/repos/extra-i686/dovecot.sh
  dovecot/repos/extra-x86_64/PKGBUILD
  dovecot/repos/extra-x86_64/dovecot.install
  dovecot/repos/extra-x86_64/dovecot.sh

--+
 extra-i686/PKGBUILD  |  138 -
 extra-i686/dovecot.install   |  116 +-
 extra-i686/dovecot.sh|  138 -
 extra-x86_64/PKGBUILD|  138 -
 extra-x86_64/dovecot.install |  116 +-
 extra-x86_64/dovecot.sh  |  138 -
 6 files changed, 392 insertions(+), 392 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-18 13:47:31 UTC (rev 138193)
+++ extra-i686/PKGBUILD 2011-09-18 13:49:40 UTC (rev 138194)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-# Contributor: GARETTE Emmanuel gnunux at laposte dot net
-
-pkgname=dovecot
-pkgver=2.0.14
-pkgrel=1
-pkgdesc=An IMAP and POP3 server written with security primarily in mind
-arch=('i686' 'x86_64')
-url=http://dovecot.org/;
-license=(LGPL)
-depends=('krb5' 'openssl' 'sqlite3=3.7.5' 'libmysqlclient=5.5.10'
-'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22')
-optdepends=('libldap: ldap plugin')
-provides=('imap-server' 'pop3-server')
-options=('!libtool')
-backup=(etc/dovecot/dovecot.conf
-   
etc/dovecot/conf.d/{10-auth,10-director,10-logging,10-mail,10-master,10-ssl}.conf
-   etc/dovecot/conf.d/{15-lda,20-imap,20-lmtp,20-pop3}.conf
-   etc/dovecot/conf.d/{90-acl,90-plugin,90-quota}.conf
-   
etc/dovecot/conf.d/auth-{checkpassword,deny,ldap,master,passwdfile,sql,static,system,vpopmail}.conf.ext
-   etc/ssl/dovecot-openssl.cnf)
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.0/${pkgname}-${pkgver}.tar.gz dovecot.sh)
-md5sums=('92a10a6ca341921db9e35c6753e8de0b'
- '587159e84e2da6f83d70b3c706ba87cc')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib --with-bzlib \
-   --with-libcap \
-   --with-solr \
-   --with-docs
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install the launch script
-  install -D -m755 ${srcdir}/$pkgname.sh ${pkgdir}/etc/rc.d/$pkgname
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/conf.d/*.conf 
${pkgdir}/etc/dovecot/conf.d
-  install -m 644 
${pkgdir}/usr/share/doc/dovecot/example-config/conf.d/*.conf.ext 
${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/
-
-  rm ${pkgdir}/etc/dovecot/README
-}

Copied: dovecot/repos/extra-i686/PKGBUILD (from rev 138193, 
dovecot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-18 13:49:40 UTC (rev 138194)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+# Contributor: GARETTE Emmanuel gnunux at laposte dot net
+
+pkgname=dovecot
+pkgver=2.0.15
+pkgrel=1
+pkgdesc=An IMAP and POP3 server written with 

[arch-commits] Commit in dovecot/repos (12 files)

2011-08-29 Thread andyrtr
Date: Monday, August 29, 2011 @ 10:56:34
  Author: andyrtr
Revision: 136453

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

Added:
  dovecot/repos/extra-i686/PKGBUILD
(from rev 136452, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-i686/dovecot.install
(from rev 136452, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-i686/dovecot.sh
(from rev 136452, dovecot/trunk/dovecot.sh)
  dovecot/repos/extra-x86_64/PKGBUILD
(from rev 136452, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-x86_64/dovecot.install
(from rev 136452, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-x86_64/dovecot.sh
(from rev 136452, dovecot/trunk/dovecot.sh)
Deleted:
  dovecot/repos/extra-i686/PKGBUILD
  dovecot/repos/extra-i686/dovecot.install
  dovecot/repos/extra-i686/dovecot.sh
  dovecot/repos/extra-x86_64/PKGBUILD
  dovecot/repos/extra-x86_64/dovecot.install
  dovecot/repos/extra-x86_64/dovecot.sh

--+
 extra-i686/PKGBUILD  |  138 -
 extra-i686/dovecot.install   |  116 +-
 extra-i686/dovecot.sh|  138 -
 extra-x86_64/PKGBUILD|  138 -
 extra-x86_64/dovecot.install |  116 +-
 extra-x86_64/dovecot.sh  |  138 -
 6 files changed, 392 insertions(+), 392 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-08-29 14:55:00 UTC (rev 136452)
+++ extra-i686/PKGBUILD 2011-08-29 14:56:34 UTC (rev 136453)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-# Contributor: GARETTE Emmanuel gnunux at laposte dot net
-
-pkgname=dovecot
-pkgver=2.0.13
-pkgrel=3
-pkgdesc=An IMAP and POP3 server written with security primarily in mind
-arch=('i686' 'x86_64')
-url=http://dovecot.org/;
-license=(LGPL)
-depends=('krb5' 'openssl' 'sqlite3=3.7.5' 'libmysqlclient=5.5.10'
-'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22')
-optdepends=('libldap: ldap plugin')
-provides=('imap-server' 'pop3-server')
-options=('!libtool')
-backup=(etc/dovecot/dovecot.conf
-   
etc/dovecot/conf.d/{10-auth,10-director,10-logging,10-mail,10-master,10-ssl}.conf
-   etc/dovecot/conf.d/{15-lda,20-imap,20-lmtp,20-pop3}.conf
-   etc/dovecot/conf.d/{90-acl,90-plugin,90-quota}.conf
-   
etc/dovecot/conf.d/auth-{checkpassword,deny,ldap,master,passwdfile,sql,static,system,vpopmail}.conf.ext
-   etc/ssl/dovecot-openssl.cnf)
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.0/${pkgname}-${pkgver}.tar.gz dovecot.sh)
-md5sums=('fd8a0702275a61332db7353dadff0f92'
- '587159e84e2da6f83d70b3c706ba87cc')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib --with-bzlib \
-   --with-libcap \
-   --with-solr \
-   --with-docs
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install the launch script
-  install -D -m755 ${srcdir}/$pkgname.sh ${pkgdir}/etc/rc.d/$pkgname
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/conf.d/*.conf 
${pkgdir}/etc/dovecot/conf.d
-  install -m 644 
${pkgdir}/usr/share/doc/dovecot/example-config/conf.d/*.conf.ext 
${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/
-
-  rm ${pkgdir}/etc/dovecot/README
-}

Copied: dovecot/repos/extra-i686/PKGBUILD (from rev 136452, 
dovecot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-08-29 14:56:34 UTC (rev 136453)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+# Contributor: GARETTE Emmanuel gnunux at laposte dot net
+
+pkgname=dovecot
+pkgver=2.0.14
+pkgrel=1
+pkgdesc=An IMAP and POP3 server written with security