[arch-commits] Commit in pigeonhole/repos/community-x86_64 (4 files)
Johannes Löthberg
demize at archlinux.org
Sat Jan 20 23:02:23 UTC 2018
Date: Saturday, January 20, 2018 @ 23:02:21
Author: demize
Revision: 284457
archrelease: copy trunk to community-x86_64
Added:
pigeonhole/repos/community-x86_64/PKGBUILD
(from rev 284456, pigeonhole/trunk/PKGBUILD)
pigeonhole/repos/community-x86_64/dovecot.conf
(from rev 284456, pigeonhole/trunk/dovecot.conf)
Deleted:
pigeonhole/repos/community-x86_64/PKGBUILD
pigeonhole/repos/community-x86_64/dovecot.conf
--------------+
PKGBUILD | 118 ++++++++++++++++++++++++++-------------------------------
dovecot.conf | 2
2 files changed, 56 insertions(+), 64 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-20 23:02:08 UTC (rev 284456)
+++ PKGBUILD 2018-01-20 23:02:21 UTC (rev 284457)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Peter Lewis <plewis at aur.archlinux.org>
-# Contributor: Sebastian Köhler <sebkoehler at whoami.org.uk>
-
-# This must be built against the version of dovecot being used,
-# else mail delivery will fail.
-# Specify the version of dovecot to be used here:
-_dcpkgver=2.3.0
-# Make sure to bump pkgrel if changing this.
-
-pkgname=pigeonhole
-pkgver=0.5.0
-pkgrel=2
-
-pkgdesc='Sieve implementation for Dovecot'
-url='http://pigeonhole.dovecot.org/'
-arch=('x86_64')
-license=('LGPL')
-
-depends=('dovecot='$_dcpkgver)
-
-conflicts=('dovecot-sieve' 'pigeonhole-hg')
-
-source=("https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-$pkgver.tar.gz"{,.sig}
- dovecot.conf
- sieve-extprograms-segfault.patch::https://github.com/dovecot/pigeonhole/commit/321a39be974deb2e7eff7b2a509a3ee6ff2e5ae1.patch)
-
-sha256sums=('54c887a493605322e5b968b86f7ba0cf5c503f68513a8cbcd866185f2b237954'
- 'SKIP'
- 'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858'
- 'SKIP')
-validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch <stephan at rename-it.nl>
-
-prepare() {
- cd dovecot-2.3-pigeonhole-$pkgver
-
- patch -p1 <"$srcdir"/sieve-extprograms-segfault.patch
-}
-
-build() {
- cd dovecot-2.3-pigeonhole-$pkgver
-
- ./configure --prefix=/usr \
- --with-dovecot=/usr/lib/dovecot \
- --with-moduledir=/usr/lib/dovecot/modules \
- --disable-static
- make
-}
-
-check() {
- cd dovecot-2.3-pigeonhole-$pkgver
- make check
-}
-
-package() {
- cd dovecot-2.3-pigeonhole-$pkgver
-
- make DESTDIR="$pkgdir" install
- install -Dm644 "$srcdir/dovecot.conf" "$pkgdir/etc/ld.so.conf.d/dovecot.conf"
-}
Copied: pigeonhole/repos/community-x86_64/PKGBUILD (from rev 284456, pigeonhole/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-01-20 23:02:21 UTC (rev 284457)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Peter Lewis <plewis at aur.archlinux.org>
+# Contributor: Sebastian Köhler <sebkoehler at whoami.org.uk>
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.3.0
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.5.0.1
+pkgrel=1
+
+pkgdesc='Sieve implementation for Dovecot'
+url='http://pigeonhole.dovecot.org/'
+arch=('x86_64')
+license=('LGPL')
+
+depends=('dovecot='$_dcpkgver)
+
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+
+source=("https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-$pkgver.tar.gz"{,.sig}
+ dovecot.conf)
+
+sha256sums=('56356d14b10c45aa472074e85bfc582c2f08a15a43ecf24f481df39b206efad2'
+ 'SKIP'
+ 'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch <stephan at rename-it.nl>
+
+build() {
+ cd dovecot-2.3-pigeonhole-$pkgver
+
+ ./configure --prefix=/usr \
+ --with-dovecot=/usr/lib/dovecot \
+ --with-moduledir=/usr/lib/dovecot/modules \
+ --disable-static
+ make
+}
+
+check() {
+ cd dovecot-2.3-pigeonhole-$pkgver
+ make check
+}
+
+package() {
+ cd dovecot-2.3-pigeonhole-$pkgver
+
+ make DESTDIR="$pkgdir" install
+ install -Dm644 "$srcdir/dovecot.conf" "$pkgdir/etc/ld.so.conf.d/dovecot.conf"
+}
Deleted: dovecot.conf
===================================================================
--- dovecot.conf 2018-01-20 23:02:08 UTC (rev 284456)
+++ dovecot.conf 2018-01-20 23:02:21 UTC (rev 284457)
@@ -1 +0,0 @@
-/usr/lib/dovecot
Copied: pigeonhole/repos/community-x86_64/dovecot.conf (from rev 284456, pigeonhole/trunk/dovecot.conf)
===================================================================
--- dovecot.conf (rev 0)
+++ dovecot.conf 2018-01-20 23:02:21 UTC (rev 284457)
@@ -0,0 +1 @@
+/usr/lib/dovecot
More information about the arch-commits
mailing list