[arch-commits] Commit in getmail/repos/extra-any (PKGBUILD PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Sat May 11 20:21:26 UTC 2013


    Date: Saturday, May 11, 2013 @ 22:21:26
  Author: andyrtr
Revision: 185179

archrelease: copy trunk to extra-any

Added:
  getmail/repos/extra-any/PKGBUILD
    (from rev 185178, getmail/trunk/PKGBUILD)
Deleted:
  getmail/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-11 20:21:11 UTC (rev 185178)
+++ PKGBUILD	2013-05-11 20:21:26 UTC (rev 185179)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Committer: Manolis Tzanidakis <manolis at archlinux.org>
-
-pkgname=getmail
-pkgver=4.40.2
-pkgrel=1
-pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
-arch=(any)
-url="http://pyropus.ca/software/getmail"
-license=("GPL")
-depends=('python2')
-source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('2f4f330bb9cafe6b4e417f66f0422442')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-  # fix some broken shebang calls
-  sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" $pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
-  sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find $pkgdir -name '*.py')
-}

Copied: getmail/repos/extra-any/PKGBUILD (from rev 185178, getmail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-05-11 20:21:26 UTC (rev 185179)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Committer: Manolis Tzanidakis <manolis at archlinux.org>
+
+pkgname=getmail
+pkgver=4.40.3
+pkgrel=1
+pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
+arch=(any)
+url="http://pyropus.ca/software/getmail"
+license=("GPL")
+depends=('python2')
+source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
+md5sums=('bff1c604223e05e09b54a51ff1ca33b6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+  # fix some broken shebang calls
+  sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" $pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
+  sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find $pkgdir -name '*.py')
+}




More information about the arch-commits mailing list