[arch-commits] Commit in libetpan/repos (4 files)

Andreas Radke andyrtr at archlinux.org
Sun Mar 26 09:35:27 UTC 2017


    Date: Sunday, March 26, 2017 @ 09:35:27
  Author: andyrtr
Revision: 291648

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

Added:
  libetpan/repos/testing-i686/PKGBUILD
    (from rev 291647, libetpan/trunk/PKGBUILD)
  libetpan/repos/testing-x86_64/PKGBUILD
    (from rev 291647, libetpan/trunk/PKGBUILD)
Deleted:
  libetpan/repos/testing-i686/PKGBUILD
  libetpan/repos/testing-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |   92 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/PKGBUILD   |   43 ---------------------
 testing-x86_64/PKGBUILD |   43 ---------------------
 3 files changed, 92 insertions(+), 86 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2017-03-26 09:35:00 UTC (rev 291647)
+++ testing-i686/PKGBUILD	2017-03-26 09:35:27 UTC (rev 291648)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=libetpan
-pkgver=1.7.2
-pkgrel=2
-pkgdesc="A portable middleware for email access"
-arch=('i686' 'x86_64')
-url="http://www.etpan.org/libetpan.html"
-license=("custom:etpan")
-depends=('libsasl' 'curl' 'expat')
-source=($pkgname-$pkgver.tar.gz::https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
-md5sums=('c725728ce39b511a533d629ea78c1884')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  libtoolize --force --copy
-  aclocal -I m4
-  autoheader
-  autoconf
-  automake --add-missing --foreign --force --copy
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-    --disable-static \
-    --disable-db
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-  cd tests
-  make imap-sample
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/license.txt
-}

Copied: libetpan/repos/testing-i686/PKGBUILD (from rev 291647, libetpan/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-03-26 09:35:27 UTC (rev 291648)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=libetpan
+pkgver=1.7.2
+pkgrel=3
+pkgdesc="A portable middleware for email access"
+arch=('i686' 'x86_64')
+url="http://www.etpan.org/libetpan.html"
+license=("custom:etpan")
+depends=('libgcrypt' 'gnutls' 'libsasl' 'zlib')
+makedepends=('expat')
+source=($pkgname-$pkgver.tar.gz::https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('c725728ce39b511a533d629ea78c1884')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  libtoolize --force --copy
+  aclocal -I m4
+  autoheader
+  autoconf
+  automake --add-missing --foreign --force --copy
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+    --disable-static \
+    --disable-db \
+    --with-openssl=no \
+    --with-gnutls=yes
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+  cd tests
+  make imap-sample
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/license.txt
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2017-03-26 09:35:00 UTC (rev 291647)
+++ testing-x86_64/PKGBUILD	2017-03-26 09:35:27 UTC (rev 291648)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=libetpan
-pkgver=1.7.2
-pkgrel=2
-pkgdesc="A portable middleware for email access"
-arch=('i686' 'x86_64')
-url="http://www.etpan.org/libetpan.html"
-license=("custom:etpan")
-depends=('libsasl' 'curl' 'expat')
-source=($pkgname-$pkgver.tar.gz::https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
-md5sums=('c725728ce39b511a533d629ea78c1884')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  libtoolize --force --copy
-  aclocal -I m4
-  autoheader
-  autoconf
-  automake --add-missing --foreign --force --copy
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-    --disable-static \
-    --disable-db
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-  cd tests
-  make imap-sample
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/license.txt
-}

Copied: libetpan/repos/testing-x86_64/PKGBUILD (from rev 291647, libetpan/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-03-26 09:35:27 UTC (rev 291648)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=libetpan
+pkgver=1.7.2
+pkgrel=3
+pkgdesc="A portable middleware for email access"
+arch=('i686' 'x86_64')
+url="http://www.etpan.org/libetpan.html"
+license=("custom:etpan")
+depends=('libgcrypt' 'gnutls' 'libsasl' 'zlib')
+makedepends=('expat')
+source=($pkgname-$pkgver.tar.gz::https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('c725728ce39b511a533d629ea78c1884')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  libtoolize --force --copy
+  aclocal -I m4
+  autoheader
+  autoconf
+  automake --add-missing --foreign --force --copy
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+    --disable-static \
+    --disable-db \
+    --with-openssl=no \
+    --with-gnutls=yes
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+  cd tests
+  make imap-sample
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/license.txt
+}



More information about the arch-commits mailing list