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

Johannes Löthberg demize at archlinux.org
Mon Feb 27 08:56:32 UTC 2017


    Date: Monday, February 27, 2017 @ 08:56:31
  Author: demize
Revision: 214009

db-move: moved dovecot from [community-testing] to [community] (i686, x86_64)

Added:
  dovecot/repos/community-i686/PKGBUILD
    (from rev 214008, dovecot/repos/community-testing-i686/PKGBUILD)
  dovecot/repos/community-i686/dovecot.install
    (from rev 214008, dovecot/repos/community-testing-i686/dovecot.install)
  dovecot/repos/community-i686/dovecot.tmpfilesd
    (from rev 214008, dovecot/repos/community-testing-i686/dovecot.tmpfilesd)
  dovecot/repos/community-x86_64/PKGBUILD
    (from rev 214008, dovecot/repos/community-testing-x86_64/PKGBUILD)
  dovecot/repos/community-x86_64/dovecot.install
    (from rev 214008, dovecot/repos/community-testing-x86_64/dovecot.install)
  dovecot/repos/community-x86_64/dovecot.tmpfilesd
    (from rev 214008, dovecot/repos/community-testing-x86_64/dovecot.tmpfilesd)
Deleted:
  dovecot/repos/community-i686/PKGBUILD
  dovecot/repos/community-i686/dovecot.install
  dovecot/repos/community-i686/dovecot.tmpfilesd
  dovecot/repos/community-testing-i686/
  dovecot/repos/community-testing-x86_64/
  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-02-27 08:52:03 UTC (rev 214008)
+++ community-i686/PKGBUILD	2017-02-27 08:56:31 UTC (rev 214009)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Paul Mattal <paul at mattal.com>
-# Contributor: Federico Quagliata (quaqo) <quaqo at despammed.com>
-# Contributor: GARETTE Emmanuel <gnunux at laposte dot net>
-
-# --->>> remember to rebuild/bump pigeonhole in one step <<<---
-
-pkgname=dovecot
-pkgver=2.2.28
-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=('e0288f59e326ab87cb3881fdabadafe542f4dc7ab9996db13863a439ebbc1f25'
-            'SKIP'
-            'bb7620be7fc0217d77fcac940441c2abbd9efc6ef660153288d09ba412e27e06')
-validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen <tss at iki.fi>
-
-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 214008, dovecot/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-27 08:56:31 UTC (rev 214009)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Paul Mattal <paul at mattal.com>
+# Contributor: Federico Quagliata (quaqo) <quaqo at despammed.com>
+# Contributor: GARETTE Emmanuel <gnunux at laposte dot net>
+
+# --->>> remember to rebuild/bump pigeonhole in one step <<<---
+
+pkgname=dovecot
+pkgver=2.2.28
+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=('e0288f59e326ab87cb3881fdabadafe542f4dc7ab9996db13863a439ebbc1f25'
+            'SKIP'
+            'bb7620be7fc0217d77fcac940441c2abbd9efc6ef660153288d09ba412e27e06')
+validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen <tss at iki.fi>
+
+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"
+}

Deleted: community-i686/dovecot.install
===================================================================
--- community-i686/dovecot.install	2017-02-27 08:52:03 UTC (rev 214008)
+++ community-i686/dovecot.install	2017-02-27 08:56:31 UTC (rev 214009)
@@ -1,10 +0,0 @@
-post_install() {
-  getent group dovenull &> /dev/null || groupadd -g 74 dovenull &> /dev/null
-  getent group dovecot &> /dev/null  || groupadd -g 76 dovecot &> /dev/null
-  getent passwd dovenull &> /dev/null || useradd -s /sbin/nologin -c "Dovecot user for completely untrustworthy processes" -d /var/empty -u 74 -g dovenull -r dovenull &> /dev/null
-  getent passwd dovecot &> /dev/null  || useradd -s /sbin/nologin -c "Dovecot user" -d /var/empty -u 76 -g dovecot -r dovecot &> /dev/null
-}
-
-post_remove() {
-  rm -rf /var/run/dovecot/ &> /dev/null || /bin/true
-}

Copied: dovecot/repos/community-i686/dovecot.install (from rev 214008, dovecot/repos/community-testing-i686/dovecot.install)
===================================================================
--- community-i686/dovecot.install	                        (rev 0)
+++ community-i686/dovecot.install	2017-02-27 08:56:31 UTC (rev 214009)
@@ -0,0 +1,10 @@
+post_install() {
+  getent group dovenull &> /dev/null || groupadd -g 74 dovenull &> /dev/null
+  getent group dovecot &> /dev/null  || groupadd -g 76 dovecot &> /dev/null
+  getent passwd dovenull &> /dev/null || useradd -s /sbin/nologin -c "Dovecot user for completely untrustworthy processes" -d /var/empty -u 74 -g dovenull -r dovenull &> /dev/null
+  getent passwd dovecot &> /dev/null  || useradd -s /sbin/nologin -c "Dovecot user" -d /var/empty -u 76 -g dovecot -r dovecot &> /dev/null
+}
+
+post_remove() {
+  rm -rf /var/run/dovecot/ &> /dev/null || /bin/true
+}

Deleted: community-i686/dovecot.tmpfilesd
===================================================================
--- community-i686/dovecot.tmpfilesd	2017-02-27 08:52:03 UTC (rev 214008)
+++ community-i686/dovecot.tmpfilesd	2017-02-27 08:56:31 UTC (rev 214009)
@@ -1 +0,0 @@
-d /var/run/dovecot 0755 root dovecot -

Copied: dovecot/repos/community-i686/dovecot.tmpfilesd (from rev 214008, dovecot/repos/community-testing-i686/dovecot.tmpfilesd)
===================================================================
--- community-i686/dovecot.tmpfilesd	                        (rev 0)
+++ community-i686/dovecot.tmpfilesd	2017-02-27 08:56:31 UTC (rev 214009)
@@ -0,0 +1 @@
+d /var/run/dovecot 0755 root dovecot -

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-27 08:52:03 UTC (rev 214008)
+++ community-x86_64/PKGBUILD	2017-02-27 08:56:31 UTC (rev 214009)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Paul Mattal <paul at mattal.com>
-# Contributor: Federico Quagliata (quaqo) <quaqo at despammed.com>
-# Contributor: GARETTE Emmanuel <gnunux at laposte dot net>
-
-# --->>> remember to rebuild/bump pigeonhole in one step <<<---
-
-pkgname=dovecot
-pkgver=2.2.28
-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=('e0288f59e326ab87cb3881fdabadafe542f4dc7ab9996db13863a439ebbc1f25'
-            'SKIP'
-            'bb7620be7fc0217d77fcac940441c2abbd9efc6ef660153288d09ba412e27e06')
-validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen <tss at iki.fi>
-
-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-x86_64/PKGBUILD (from rev 214008, dovecot/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-27 08:56:31 UTC (rev 214009)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Paul Mattal <paul at mattal.com>
+# Contributor: Federico Quagliata (quaqo) <quaqo at despammed.com>
+# Contributor: GARETTE Emmanuel <gnunux at laposte dot net>
+
+# --->>> remember to rebuild/bump pigeonhole in one step <<<---
+
+pkgname=dovecot
+pkgver=2.2.28
+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=('e0288f59e326ab87cb3881fdabadafe542f4dc7ab9996db13863a439ebbc1f25'
+            'SKIP'
+            'bb7620be7fc0217d77fcac940441c2abbd9efc6ef660153288d09ba412e27e06')
+validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen <tss at iki.fi>
+
+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"
+}

Deleted: community-x86_64/dovecot.install
===================================================================
--- community-x86_64/dovecot.install	2017-02-27 08:52:03 UTC (rev 214008)
+++ community-x86_64/dovecot.install	2017-02-27 08:56:31 UTC (rev 214009)
@@ -1,10 +0,0 @@
-post_install() {
-  getent group dovenull &> /dev/null || groupadd -g 74 dovenull &> /dev/null
-  getent group dovecot &> /dev/null  || groupadd -g 76 dovecot &> /dev/null
-  getent passwd dovenull &> /dev/null || useradd -s /sbin/nologin -c "Dovecot user for completely untrustworthy processes" -d /var/empty -u 74 -g dovenull -r dovenull &> /dev/null
-  getent passwd dovecot &> /dev/null  || useradd -s /sbin/nologin -c "Dovecot user" -d /var/empty -u 76 -g dovecot -r dovecot &> /dev/null
-}
-
-post_remove() {
-  rm -rf /var/run/dovecot/ &> /dev/null || /bin/true
-}

Copied: dovecot/repos/community-x86_64/dovecot.install (from rev 214008, dovecot/repos/community-testing-x86_64/dovecot.install)
===================================================================
--- community-x86_64/dovecot.install	                        (rev 0)
+++ community-x86_64/dovecot.install	2017-02-27 08:56:31 UTC (rev 214009)
@@ -0,0 +1,10 @@
+post_install() {
+  getent group dovenull &> /dev/null || groupadd -g 74 dovenull &> /dev/null
+  getent group dovecot &> /dev/null  || groupadd -g 76 dovecot &> /dev/null
+  getent passwd dovenull &> /dev/null || useradd -s /sbin/nologin -c "Dovecot user for completely untrustworthy processes" -d /var/empty -u 74 -g dovenull -r dovenull &> /dev/null
+  getent passwd dovecot &> /dev/null  || useradd -s /sbin/nologin -c "Dovecot user" -d /var/empty -u 76 -g dovecot -r dovecot &> /dev/null
+}
+
+post_remove() {
+  rm -rf /var/run/dovecot/ &> /dev/null || /bin/true
+}

Deleted: community-x86_64/dovecot.tmpfilesd
===================================================================
--- community-x86_64/dovecot.tmpfilesd	2017-02-27 08:52:03 UTC (rev 214008)
+++ community-x86_64/dovecot.tmpfilesd	2017-02-27 08:56:31 UTC (rev 214009)
@@ -1 +0,0 @@
-d /var/run/dovecot 0755 root dovecot -

Copied: dovecot/repos/community-x86_64/dovecot.tmpfilesd (from rev 214008, dovecot/repos/community-testing-x86_64/dovecot.tmpfilesd)
===================================================================
--- community-x86_64/dovecot.tmpfilesd	                        (rev 0)
+++ community-x86_64/dovecot.tmpfilesd	2017-02-27 08:56:31 UTC (rev 214009)
@@ -0,0 +1 @@
+d /var/run/dovecot 0755 root dovecot -



More information about the arch-commits mailing list