[arch-commits] Commit in getmail/repos/extra-any (PKGBUILD PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Mon Sep 26 19:27:36 UTC 2011
Date: Monday, September 26, 2011 @ 15:27:36
Author: andyrtr
Revision: 138519
archrelease: copy trunk to extra-any
Added:
getmail/repos/extra-any/PKGBUILD
(from rev 138518, getmail/trunk/PKGBUILD)
Deleted:
getmail/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-26 19:27:09 UTC (rev 138518)
+++ PKGBUILD 2011-09-26 19:27:36 UTC (rev 138519)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Committer: Manolis Tzanidakis <manolis at archlinux.org>
-
-pkgname=getmail
-pkgver=4.21.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=('d07c49e68736d35f24647f7275e7b422')
-sha1sums=('6c555bb073d7eef2d564f4b0dde7e0c57644ae7a')
-
-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 138518, getmail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2011-09-26 19:27:36 UTC (rev 138519)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Committer: Manolis Tzanidakis <manolis at archlinux.org>
+
+pkgname=getmail
+pkgver=4.22.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=('0eb79135cc6fde683c95d17a771e10b5')
+sha1sums=('f4efe0eb0da422ce059048b98e452815fa097d07')
+
+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