[arch-commits] Commit in getmail/repos/extra-any (PKGBUILD PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Thu Feb 26 18:43:28 UTC 2015
Date: Thursday, February 26, 2015 @ 19:43:27
Author: andyrtr
Revision: 232008
archrelease: copy trunk to extra-any
Added:
getmail/repos/extra-any/PKGBUILD
(from rev 232007, getmail/trunk/PKGBUILD)
Deleted:
getmail/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-26 18:43:18 UTC (rev 232007)
+++ PKGBUILD 2015-02-26 18:43:27 UTC (rev 232008)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Committer: Manolis Tzanidakis <manolis at archlinux.org>
-
-pkgname=getmail
-pkgver=4.46.0
-pkgrel=2
-pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
-arch=(any)
-url="http://pyropus.ca/software/getmail"
-license=("GPL")
-depends=('python2')
-optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
-source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('aa094ebe558f47246c8af2ca8e1d12f9')
-
-prepare() {
- cd ${pkgname}-${pkgver}
- # fix broken shebang calls
- sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" getmailcore/__init__.py
- sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find . -name '*.py')
- # recheck
- head -1 $(find . -name '*.py')
-}
-
-build() {
- cd ${pkgname}-${pkgver}
- python2 setup.py build
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- python2 setup.py install --root=${pkgdir}
-}
Copied: getmail/repos/extra-any/PKGBUILD (from rev 232007, getmail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-02-26 18:43:27 UTC (rev 232008)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Committer: Manolis Tzanidakis <manolis at archlinux.org>
+
+pkgname=getmail
+pkgver=4.47.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')
+optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
+source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
+md5sums=('4f7cb44e699be9b727e9b305ce4ee2f1')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ # fix broken shebang calls
+ sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" getmailcore/__init__.py
+ sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find . -name '*.py')
+ # recheck
+ head -1 $(find . -name '*.py')
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ python2 setup.py build
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ python2 setup.py install --root=${pkgdir}
+}
More information about the arch-commits
mailing list