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

Andreas Radke andyrtr at nymeria.archlinux.org
Mon May 5 19:13:40 UTC 2014


    Date: Monday, May 5, 2014 @ 21:13:40
  Author: andyrtr
Revision: 212058

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-05-05 19:13:20 UTC (rev 212057)
+++ extra-i686/PKGBUILD	2014-05-05 19:13:40 UTC (rev 212058)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=libetpan
-pkgver=1.4.1
-pkgrel=1
-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=(https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
-md5sums=('430a530a38d3bc6028b973a75d219891')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  
-  # generate automake files that are not included in the tarball
-  libtoolize --force --copy
-  aclocal -I m4
-  autoheader
-  autoconf
-  automake --add-missing --foreign --force --copy
-  #autoreconf -vfi
-
-  ./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/extra-i686/PKGBUILD (from rev 212057, libetpan/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-05-05 19:13:40 UTC (rev 212058)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=libetpan
+pkgver=1.5
+pkgrel=1
+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=(https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('f5a0ae8071937b31d0facc1f2d874ead')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  # generate automake files that are not included in the tarball
+  libtoolize --force --copy
+  aclocal -I m4
+  autoheader
+  autoconf
+  automake --add-missing --foreign --force --copy
+  #autoreconf -vfi
+
+  ./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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-05-05 19:13:20 UTC (rev 212057)
+++ extra-x86_64/PKGBUILD	2014-05-05 19:13:40 UTC (rev 212058)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=libetpan
-pkgver=1.4.1
-pkgrel=1
-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=(https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
-md5sums=('430a530a38d3bc6028b973a75d219891')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  
-  # generate automake files that are not included in the tarball
-  libtoolize --force --copy
-  aclocal -I m4
-  autoheader
-  autoconf
-  automake --add-missing --foreign --force --copy
-  #autoreconf -vfi
-
-  ./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/extra-x86_64/PKGBUILD (from rev 212057, libetpan/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-05-05 19:13:40 UTC (rev 212058)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=libetpan
+pkgver=1.5
+pkgrel=1
+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=(https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('f5a0ae8071937b31d0facc1f2d874ead')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  # generate automake files that are not included in the tarball
+  libtoolize --force --copy
+  aclocal -I m4
+  autoheader
+  autoconf
+  automake --add-missing --foreign --force --copy
+  #autoreconf -vfi
+
+  ./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
+}




More information about the arch-commits mailing list