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

Andreas Radke andyrtr at archlinux.org
Mon Sep 12 19:38:05 UTC 2016


    Date: Monday, September 12, 2016 @ 19:38:04
  Author: andyrtr
Revision: 276202

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-12 19:37:50 UTC (rev 276201)
+++ PKGBUILD	2016-09-12 19:38:04 UTC (rev 276202)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Committer: Manolis Tzanidakis <manolis at archlinux.org>
-
-pkgname=getmail
-pkgver=4.49.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=('165c7ca5c985f10e07ad3ddd900b08dd')
-
-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 276201, getmail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-09-12 19:38:04 UTC (rev 276202)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Committer: Manolis Tzanidakis <manolis at archlinux.org>
+
+pkgname=getmail
+pkgver=4.51.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=('782425a50c05812b431197021d44ebcb')
+
+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