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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Apr 16 20:06:14 UTC 2012


    Date: Monday, April 16, 2012 @ 16:06:14
  Author: andyrtr
Revision: 156315

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-16 20:05:47 UTC (rev 156314)
+++ PKGBUILD	2012-04-16 20:06:14 UTC (rev 156315)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Committer: Manolis Tzanidakis <manolis at archlinux.org>
-
-pkgname=getmail
-pkgver=4.25.0
-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=('ec0be67bc1e472c13201c1e3a0c35e66')
-
-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 156314, getmail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-04-16 20:06:14 UTC (rev 156315)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Committer: Manolis Tzanidakis <manolis at archlinux.org>
+
+pkgname=getmail
+pkgver=4.26.0
+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=('a45622b355b649071a337c661533453a')
+
+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