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

Andreas Radke andyrtr at archlinux.org
Tue Jan 17 19:55:21 UTC 2017


    Date: Tuesday, January 17, 2017 @ 19:55:20
  Author: andyrtr
Revision: 286776

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-17 19:55:10 UTC (rev 286775)
+++ PKGBUILD	2017-01-17 19:55:20 UTC (rev 286776)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Committer: Manolis Tzanidakis <manolis at archlinux.org>
-
-pkgname=getmail
-pkgver=4.52.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=('5aa4dc9901bf4beb83ced9ac4bceaa9e')
-
-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 286775, getmail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-17 19:55:20 UTC (rev 286776)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Committer: Manolis Tzanidakis <manolis at archlinux.org>
+
+pkgname=getmail
+pkgver=4.53.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')
+# no signature, no https
+source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
+sha256sums=('282596fe33b5a24b3aefe5b268f57efbcdd5b980478901418045b481636f92ab')
+
+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