[arch-commits] Commit in getmail/trunk (PKGBUILD)

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 19:20:58
  Author: andyrtr
Revision: 363294

fix quoting

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 19:19:42 UTC (rev 363293)
+++ PKGBUILD2019-09-23 19:20:58 UTC (rev 363294)
@@ -15,7 +15,7 @@
 sha256sums=('f3a99fe74564237d12ca8d4582e113c067c9205b5ab640f72b4e8447606a99c1')
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  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')
@@ -24,11 +24,11 @@
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}"-${pkgver}
   python2 setup.py build
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
+  cd "${pkgname}"-${pkgver}
+  python2 setup.py install --root="${pkgdir}"
 }


[arch-commits] Commit in getmail/trunk (PKGBUILD)

2019-08-20 Thread Andreas Radke via arch-commits
Date: Tuesday, August 20, 2019 @ 16:06:14
  Author: andyrtr
Revision: 360500

upgpkg: getmail 5.14-1

upstream update 5.14

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-20 16:02:46 UTC (rev 360499)
+++ PKGBUILD2019-08-20 16:06:14 UTC (rev 360500)
@@ -2,7 +2,7 @@
 # Committer: Manolis Tzanidakis 
 
 pkgname=getmail
-pkgver=5.13
+pkgver=5.14
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(any)
@@ -12,7 +12,7 @@
 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=('04d52f6475f09e9f99b4e3d2f1d2eb967a68b67f09af2a6a5151857f060b0a9d')
+sha256sums=('f3a99fe74564237d12ca8d4582e113c067c9205b5ab640f72b4e8447606a99c1')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in getmail/trunk (PKGBUILD)

2019-02-23 Thread Andreas Radke via arch-commits
Date: Saturday, February 23, 2019 @ 23:05:30
  Author: andyrtr
Revision: 346759

upgpkg: getmail 5.13-1

upstream update 5.13

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-23 22:39:44 UTC (rev 346758)
+++ PKGBUILD2019-02-23 23:05:30 UTC (rev 346759)
@@ -2,7 +2,7 @@
 # Committer: Manolis Tzanidakis 
 
 pkgname=getmail
-pkgver=5.11
+pkgver=5.13
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(any)
@@ -12,7 +12,7 @@
 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=('086647c7ccde5b1346354d924ca3020660dc096a41b67207217d6b0a81b92ba2')
+sha256sums=('04d52f6475f09e9f99b4e3d2f1d2eb967a68b67f09af2a6a5151857f060b0a9d')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in getmail/trunk (PKGBUILD)

2019-02-13 Thread Andreas Radke via arch-commits
Date: Wednesday, February 13, 2019 @ 21:53:07
  Author: andyrtr
Revision: 346240

upgpkg: getmail 5.11-1

upstream update 5.11

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 18:14:00 UTC (rev 346239)
+++ PKGBUILD2019-02-13 21:53:07 UTC (rev 346240)
@@ -2,7 +2,7 @@
 # Committer: Manolis Tzanidakis 
 
 pkgname=getmail
-pkgver=5.9
+pkgver=5.11
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(any)
@@ -12,7 +12,7 @@
 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=('bd0c6784dc04382323c4c61d4eb62532e9dc2b4cfd2e562f10e20adc83166e89')
+sha256sums=('086647c7ccde5b1346354d924ca3020660dc096a41b67207217d6b0a81b92ba2')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in getmail/trunk (PKGBUILD)

2019-02-08 Thread Andreas Radke via arch-commits
Date: Friday, February 8, 2019 @ 20:28:13
  Author: andyrtr
Revision: 345664

upgpkg: getmail 5.9-1

upstream update 5.9

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 17:20:32 UTC (rev 345663)
+++ PKGBUILD2019-02-08 20:28:13 UTC (rev 345664)
@@ -2,7 +2,7 @@
 # Committer: Manolis Tzanidakis 
 
 pkgname=getmail
-pkgver=5.8
+pkgver=5.9
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(any)
@@ -12,7 +12,7 @@
 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=('819441c7e8ef49d7036c2bc83e1568a7184f0393245fe28368a9dd310e63846e')
+sha256sums=('bd0c6784dc04382323c4c61d4eb62532e9dc2b4cfd2e562f10e20adc83166e89')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in getmail/trunk (PKGBUILD)

2018-11-10 Thread Andreas Radke via arch-commits
Date: Saturday, November 10, 2018 @ 19:11:09
  Author: andyrtr
Revision: 339029

upgpkg: getmail 5.8-1

upstream update 5.8

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-10 18:47:17 UTC (rev 339028)
+++ PKGBUILD2018-11-10 19:11:09 UTC (rev 339029)
@@ -2,7 +2,7 @@
 # Committer: Manolis Tzanidakis 
 
 pkgname=getmail
-pkgver=5.7
+pkgver=5.8
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(any)
@@ -12,7 +12,7 @@
 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=('2497a669e77c929621826240371b57b8157502bb88ae530c30307b09233afbf9')
+sha256sums=('819441c7e8ef49d7036c2bc83e1568a7184f0393245fe28368a9dd310e63846e')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in getmail/trunk (PKGBUILD)

2018-10-30 Thread Andreas Radke via arch-commits
Date: Tuesday, October 30, 2018 @ 20:56:07
  Author: andyrtr
Revision: 337594

upgpkg: getmail 5.7-1

upstream update 5.7

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 17:50:52 UTC (rev 337593)
+++ PKGBUILD2018-10-30 20:56:07 UTC (rev 337594)
@@ -2,7 +2,7 @@
 # Committer: Manolis Tzanidakis 
 
 pkgname=getmail
-pkgver=5.6
+pkgver=5.7
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(any)
@@ -12,7 +12,7 @@
 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=('460d2c8834936df88d594095d789c4585edca9b0bdbeded9f6267f0d90dcd59a')
+sha256sums=('2497a669e77c929621826240371b57b8157502bb88ae530c30307b09233afbf9')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in getmail/trunk (PKGBUILD)

2018-04-03 Thread Andreas Radke via arch-commits
Date: Tuesday, April 3, 2018 @ 15:38:53
  Author: andyrtr
Revision: 320898

upgpkg: getmail 5.6-1

-l

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-03 15:37:15 UTC (rev 320897)
+++ PKGBUILD2018-04-03 15:38:53 UTC (rev 320898)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis 
 
 pkgname=getmail
-pkgver=5.5
+pkgver=5.6
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(any)
@@ -13,7 +13,7 @@
 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=('e0382ee59f1ec6ac2d6f01b71ca71db0826db0d267704b2bc2d97b9beda28350')
+sha256sums=('460d2c8834936df88d594095d789c4585edca9b0bdbeded9f6267f0d90dcd59a')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in getmail/trunk (PKGBUILD)

2017-12-19 Thread Andreas Radke via arch-commits
Date: Tuesday, December 19, 2017 @ 18:52:18
  Author: andyrtr
Revision: 313357

upgpkg: getmail 5.5-1

upstream update 5.5

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-19 18:47:27 UTC (rev 313356)
+++ PKGBUILD2017-12-19 18:52:18 UTC (rev 313357)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis 
 
 pkgname=getmail
-pkgver=5.4
+pkgver=5.5
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(any)
@@ -13,7 +13,7 @@
 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=('ba896f7b3fbae4e9e79f7135e6c2b10b281170d2877b91fb2b265c927ed29ac7')
+sha256sums=('e0382ee59f1ec6ac2d6f01b71ca71db0826db0d267704b2bc2d97b9beda28350')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in getmail/trunk (PKGBUILD)

2017-10-08 Thread Andreas Radke
Date: Sunday, October 8, 2017 @ 17:32:16
  Author: andyrtr
Revision: 307151

upgpkg: getmail 5.4-1

upstream update 5.4

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 16:40:50 UTC (rev 307150)
+++ PKGBUILD2017-10-08 17:32:16 UTC (rev 307151)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis 
 
 pkgname=getmail
-pkgver=5.3
+pkgver=5.4
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(any)
@@ -13,7 +13,7 @@
 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=('804cd54753272826b490d4c826fd78cc352e1ae3e400c57c698b55eb288a9c3e')
+sha256sums=('ba896f7b3fbae4e9e79f7135e6c2b10b281170d2877b91fb2b265c927ed29ac7')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in getmail/trunk (PKGBUILD)

2017-10-06 Thread Andreas Radke
Date: Friday, October 6, 2017 @ 11:39:12
  Author: andyrtr
Revision: 306898

upgpkg: getmail 5.3-1

upstream update 5.3

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-06 09:46:43 UTC (rev 306897)
+++ PKGBUILD2017-10-06 11:39:12 UTC (rev 306898)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis 
 
 pkgname=getmail
-pkgver=5.1
+pkgver=5.3
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(any)
@@ -13,7 +13,7 @@
 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=('3d6e20e5ea41c1ffb284a46de3d2a474bf2ebd9215441c4c379183d03710027e')
+sha256sums=('804cd54753272826b490d4c826fd78cc352e1ae3e400c57c698b55eb288a9c3e')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in getmail/trunk (PKGBUILD)

2017-07-28 Thread Andreas Radke
Date: Saturday, July 29, 2017 @ 05:28:25
  Author: andyrtr
Revision: 301354

upgpkg: getmail 5.1-1

upstream update 5.1

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-29 05:08:31 UTC (rev 301353)
+++ PKGBUILD2017-07-29 05:28:25 UTC (rev 301354)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis 
 
 pkgname=getmail
-pkgver=4.54.0
+pkgver=5.1
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(any)
@@ -13,7 +13,7 @@
 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=('d45657945353c68785b106dd9c5fae6bc2cec8f99fbb202d94967f483a65')
+sha256sums=('3d6e20e5ea41c1ffb284a46de3d2a474bf2ebd9215441c4c379183d03710027e')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in getmail/trunk (PKGBUILD)

2017-02-19 Thread Andreas Radke
Date: Sunday, February 19, 2017 @ 21:17:02
  Author: andyrtr
Revision: 289280

upgpkg: getmail 4.54.0-1

upstream update 4.54.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 19:59:34 UTC (rev 289279)
+++ PKGBUILD2017-02-19 21:17:02 UTC (rev 289280)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis 
 
 pkgname=getmail
-pkgver=4.53.0
+pkgver=4.54.0
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(any)
@@ -13,7 +13,7 @@
 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')
+sha256sums=('d45657945353c68785b106dd9c5fae6bc2cec8f99fbb202d94967f483a65')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in getmail/trunk (PKGBUILD)

2017-01-17 Thread Andreas Radke
Date: Tuesday, January 17, 2017 @ 19:55:10
  Author: andyrtr
Revision: 286775

upgpkg: getmail 4.53.0-1

upstream update 4.53.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-17 19:07:05 UTC (rev 286774)
+++ PKGBUILD2017-01-17 19:55:10 UTC (rev 286775)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis 
 
 pkgname=getmail
-pkgver=4.52.0
+pkgver=4.53.0
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(any)
@@ -11,8 +11,9 @@
 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)
-md5sums=('5aa4dc9901bf4beb83ced9ac4bceaa9e')
+sha256sums=('282596fe33b5a24b3aefe5b268f57efbcdd5b980478901418045b481636f92ab')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in getmail/trunk (PKGBUILD)

2016-10-23 Thread Andreas Radke
Date: Sunday, October 23, 2016 @ 08:47:52
  Author: andyrtr
Revision: 279165

upgpkg: getmail 4.52.0-1

upstream update 4.52.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-23 07:29:49 UTC (rev 279164)
+++ PKGBUILD2016-10-23 08:47:52 UTC (rev 279165)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis 
 
 pkgname=getmail
-pkgver=4.51.0
+pkgver=4.52.0
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(any)
@@ -12,7 +12,7 @@
 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')
+md5sums=('5aa4dc9901bf4beb83ced9ac4bceaa9e')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in getmail/trunk (PKGBUILD)

2016-09-12 Thread Andreas Radke
Date: Monday, September 12, 2016 @ 19:37:50
  Author: andyrtr
Revision: 276201

upgpkg: getmail 4.51.0-1

upstream update 4.51.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-12 18:21:45 UTC (rev 276200)
+++ PKGBUILD2016-09-12 19:37:50 UTC (rev 276201)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis 
 
 pkgname=getmail
-pkgver=4.49.0
+pkgver=4.51.0
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(any)
@@ -12,7 +12,7 @@
 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')
+md5sums=('782425a50c05812b431197021d44ebcb')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in getmail/trunk (PKGBUILD)

2016-04-24 Thread Andreas Radke
Date: Sunday, April 24, 2016 @ 18:04:54
  Author: andyrtr
Revision: 266128

upgpkg: getmail 4.49.0-1

upstream update 4.49.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-24 15:36:00 UTC (rev 266127)
+++ PKGBUILD2016-04-24 16:04:54 UTC (rev 266128)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis 
 
 pkgname=getmail
-pkgver=4.48.0
+pkgver=4.49.0
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('python2')
 optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('e1d1aca390abc447b18f474a8b9706a9')
+md5sums=('165c7ca5c985f10e07ad3ddd900b08dd')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in getmail/trunk (PKGBUILD)

2015-06-01 Thread Andreas Radke
Date: Monday, June 1, 2015 @ 20:39:06
  Author: andyrtr
Revision: 239994

upgpkg: getmail 4.48.0-1

upstream update 4.48.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-01 18:23:13 UTC (rev 239993)
+++ PKGBUILD2015-06-01 18:39:06 UTC (rev 239994)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.47.0
+pkgver=4.48.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -12,7 +12,7 @@
 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')
+md5sums=('e1d1aca390abc447b18f474a8b9706a9')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in getmail/trunk (PKGBUILD)

2015-02-26 Thread Andreas Radke
Date: Thursday, February 26, 2015 @ 19:43:18
  Author: andyrtr
Revision: 232007

upgpkg: getmail 4.47.0-1

upstream update 4.47.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 17:45:36 UTC (rev 232006)
+++ PKGBUILD2015-02-26 18:43:18 UTC (rev 232007)
@@ -3,8 +3,8 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.46.0
-pkgrel=2
+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;
@@ -12,7 +12,7 @@
 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')
+md5sums=('4f7cb44e699be9b727e9b305ce4ee2f1')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in getmail/trunk (PKGBUILD)

2014-09-04 Thread Andreas Radke
Date: Thursday, September 4, 2014 @ 19:20:29
  Author: andyrtr
Revision: 220946

upgpkg: getmail 4.46.0-2

fix bad mtime

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |   18 --
 1 file changed, 12 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 17:05:21 UTC (rev 220945)
+++ PKGBUILD2014-09-04 17:20:29 UTC (rev 220946)
@@ -4,7 +4,7 @@
 
 pkgname=getmail
 pkgver=4.46.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
 url=http://pyropus.ca/software/getmail;
@@ -14,15 +14,21 @@
 
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 ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   python2 setup.py build
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${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')
 }



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2014-04-07 Thread Andreas Radke
Date: Monday, April 7, 2014 @ 19:42:53
  Author: andyrtr
Revision: 209881

upgpkg: getmail 4.46.0-1

upstream update 4.46.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-07 17:35:36 UTC (rev 209880)
+++ PKGBUILD2014-04-07 17:42:53 UTC (rev 209881)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.45.0
+pkgver=4.46.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('python2')
 optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('ec6e33f65b56a90b8bc97defde11d52d')
+md5sums=('aa094ebe558f47246c8af2ca8e1d12f9')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2014-03-30 Thread Andreas Radke
Date: Sunday, March 30, 2014 @ 19:22:38
  Author: andyrtr
Revision: 209243

upgpkg: getmail 4.45.0-1

upstream update 4.45.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-30 14:23:23 UTC (rev 209242)
+++ PKGBUILD2014-03-30 17:22:38 UTC (rev 209243)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.44.0
+pkgver=4.45.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('python2')
 optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('6c52bd09955f76f6fae576d38ea8afca')
+md5sums=('ec6e33f65b56a90b8bc97defde11d52d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2014-03-24 Thread Andreas Radke
Date: Monday, March 24, 2014 @ 16:21:00
  Author: andyrtr
Revision: 208581

upgpkg: getmail 4.44.0-1

upstream update 4.44.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-24 15:20:04 UTC (rev 208580)
+++ PKGBUILD2014-03-24 15:21:00 UTC (rev 208581)
@@ -3,8 +3,8 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.43.0
-pkgrel=2
+pkgver=4.44.0
+pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
 url=http://pyropus.ca/software/getmail;
@@ -12,7 +12,7 @@
 depends=('python2')
 optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('921ba1fab03b6076ae1c9a424f00a9b8')
+md5sums=('6c52bd09955f76f6fae576d38ea8afca')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2013-11-19 Thread Andreas Radke
Date: Tuesday, November 19, 2013 @ 22:22:17
  Author: andyrtr
Revision: 199937

upgpkg: getmail 4.43.0-2

add support to store passwords in gnome-keyring; FS#37834

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 21:19:01 UTC (rev 199936)
+++ PKGBUILD2013-11-19 21:22:17 UTC (rev 199937)
@@ -4,12 +4,13 @@
 
 pkgname=getmail
 pkgver=4.43.0
-pkgrel=1
+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=('921ba1fab03b6076ae1c9a424f00a9b8')
 



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2013-09-12 Thread Andreas Radke
Date: Thursday, September 12, 2013 @ 21:33:47
  Author: andyrtr
Revision: 194274

upgpkg: getmail 4.43.0-1

upstream update 4.43.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 19:24:14 UTC (rev 194273)
+++ PKGBUILD2013-09-12 19:33:47 UTC (rev 194274)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.42.0
+pkgver=4.43.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('4cd5a3ea92331a4b48586a5bd076e373')
+md5sums=('921ba1fab03b6076ae1c9a424f00a9b8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2013-08-04 Thread Andreas Radke
Date: Sunday, August 4, 2013 @ 10:45:35
  Author: andyrtr
Revision: 192022

upgpkg: getmail 4.42.0-1

upstream update 4.42.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-04 08:40:44 UTC (rev 192021)
+++ PKGBUILD2013-08-04 08:45:35 UTC (rev 192022)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.41.0
+pkgver=4.42.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('050601fb7d1d982eb2cdae0d5ae8f40b')
+md5sums=('4cd5a3ea92331a4b48586a5bd076e373')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2013-05-27 Thread Andreas Radke
Date: Monday, May 27, 2013 @ 15:13:06
  Author: andyrtr
Revision: 186481

upgpkg: getmail 4.41.0-1

upstream update 4.41.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 13:11:34 UTC (rev 186480)
+++ PKGBUILD2013-05-27 13:13:06 UTC (rev 186481)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.40.3
+pkgver=4.41.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('bff1c604223e05e09b54a51ff1ca33b6')
+md5sums=('050601fb7d1d982eb2cdae0d5ae8f40b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2013-05-11 Thread Andreas Radke
Date: Saturday, May 11, 2013 @ 22:21:11
  Author: andyrtr
Revision: 185178

upgpkg: getmail 4.40.3-1

upstream update 4.40.3

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 19:41:42 UTC (rev 185177)
+++ PKGBUILD2013-05-11 20:21:11 UTC (rev 185178)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.40.2
+pkgver=4.40.3
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('2f4f330bb9cafe6b4e417f66f0422442')
+md5sums=('bff1c604223e05e09b54a51ff1ca33b6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2013-05-10 Thread Andreas Radke
Date: Friday, May 10, 2013 @ 10:20:06
  Author: andyrtr
Revision: 185017

upgpkg: getmail 4.40.2-1

upstream update 4.40.2

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-10 07:10:14 UTC (rev 185016)
+++ PKGBUILD2013-05-10 08:20:06 UTC (rev 185017)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.40.1
+pkgver=4.40.2
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('3a5a287de2ed75f5bc969108b78d5033')
+md5sums=('2f4f330bb9cafe6b4e417f66f0422442')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2013-04-23 Thread Andreas Radke
Date: Tuesday, April 23, 2013 @ 16:33:06
  Author: andyrtr
Revision: 183566

upgpkg: getmail 4.40.1-1

upstream update 4.40.1

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-23 13:12:10 UTC (rev 183565)
+++ PKGBUILD2013-04-23 14:33:06 UTC (rev 183566)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.39.1
+pkgver=4.40.1
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('b96d8bc84887c1e78ddf1ec4e51134da')
+md5sums=('3a5a287de2ed75f5bc969108b78d5033')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2013-03-11 Thread Andreas Radke
Date: Monday, March 11, 2013 @ 21:06:16
  Author: andyrtr
Revision: 179911

upgpkg: getmail 4.39.1-1

upstream update 4.39.1

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-11 19:50:39 UTC (rev 179910)
+++ PKGBUILD2013-03-11 20:06:16 UTC (rev 179911)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.39.0
+pkgver=4.39.1
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('1ca7e1bc034cf5578e8ceb251668962a')
+md5sums=('b96d8bc84887c1e78ddf1ec4e51134da')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2013-02-23 Thread Andreas Radke
Date: Saturday, February 23, 2013 @ 13:05:44
  Author: andyrtr
Revision: 178466

upgpkg: getmail 4.39.0-1

upstream update 4.39.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-23 11:31:01 UTC (rev 178465)
+++ PKGBUILD2013-02-23 12:05:44 UTC (rev 178466)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.38.0
+pkgver=4.39.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('0b320ffa9d9f00992fe7464693feb8be')
+md5sums=('1ca7e1bc034cf5578e8ceb251668962a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2013-02-17 Thread Andreas Radke
Date: Sunday, February 17, 2013 @ 11:27:26
  Author: andyrtr
Revision: 178155

upgpkg: getmail 4.38.0-1

upstream update 4.38.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 09:09:09 UTC (rev 178154)
+++ PKGBUILD2013-02-17 10:27:26 UTC (rev 178155)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.37.0
+pkgver=4.38.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('ba3707b6ff4f654442bb7e247b4ba7bb')
+md5sums=('0b320ffa9d9f00992fe7464693feb8be')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2013-01-28 Thread Andreas Radke
Date: Monday, January 28, 2013 @ 17:40:29
  Author: andyrtr
Revision: 176279

upgpkg: getmail 4.37.0-1

upstream update 4.37.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-28 16:38:37 UTC (rev 176278)
+++ PKGBUILD2013-01-28 16:40:29 UTC (rev 176279)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.36.0
+pkgver=4.37.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('420bdcb96adf43d76b9d46ba6aa71c05')
+md5sums=('ba3707b6ff4f654442bb7e247b4ba7bb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2012-12-18 Thread andyrtr
Date: Tuesday, December 18, 2012 @ 15:47:59
  Author: andyrtr
Revision: 173316

upgpkg: getmail 4.36.0-1

upstream update 4.36.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 20:30:41 UTC (rev 173315)
+++ PKGBUILD2012-12-18 20:47:59 UTC (rev 173316)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.35.0
+pkgver=4.36.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('ea28d1801c431513aaf6d6bfee49f3f6')
+md5sums=('420bdcb96adf43d76b9d46ba6aa71c05')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2012-10-26 Thread andyrtr
Date: Friday, October 26, 2012 @ 03:00:00
  Author: andyrtr
Revision: 169696

upgpkg: getmail 4.35.0-1

upstream update 4.35.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-26 06:39:53 UTC (rev 169695)
+++ PKGBUILD2012-10-26 07:00:00 UTC (rev 169696)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.34.0
+pkgver=4.35.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('50e0f794de9ca947f837f0eee929d81b')
+md5sums=('ea28d1801c431513aaf6d6bfee49f3f6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2012-09-09 Thread andyrtr
Date: Sunday, September 9, 2012 @ 03:21:50
  Author: andyrtr
Revision: 166512

upgpkg: getmail 4.34.0-1

upstream update 4.34.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-09 07:04:08 UTC (rev 166511)
+++ PKGBUILD2012-09-09 07:21:50 UTC (rev 166512)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.33.0
+pkgver=4.34.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('383322a20656ebda9c5ab6934e1c760a')
+md5sums=('50e0f794de9ca947f837f0eee929d81b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2012-08-08 Thread andyrtr
Date: Wednesday, August 8, 2012 @ 15:13:04
  Author: andyrtr
Revision: 165009

upgpkg: getmail 4.33.0-1

upstream update 4.33.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-08 18:49:27 UTC (rev 165008)
+++ PKGBUILD2012-08-08 19:13:04 UTC (rev 165009)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.32.0
+pkgver=4.33.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('f650fb19bad7b3a7d971fc85251e16f6')
+md5sums=('383322a20656ebda9c5ab6934e1c760a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2012-07-07 Thread andyrtr
Date: Saturday, July 7, 2012 @ 05:31:56
  Author: andyrtr
Revision: 163111

upgpkg: getmail 4.32.0-1

upstream update 4.32.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-07 09:30:05 UTC (rev 163110)
+++ PKGBUILD2012-07-07 09:31:56 UTC (rev 163111)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.31.0
+pkgver=4.32.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('0aa43ebb7b154615c845bff4e24385a8')
+md5sums=('f650fb19bad7b3a7d971fc85251e16f6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2012-07-06 Thread andyrtr
Date: Friday, July 6, 2012 @ 11:04:05
  Author: andyrtr
Revision: 163047

upgpkg: getmail 4.31.0-1

upstream update 4.31.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-06 14:25:13 UTC (rev 163046)
+++ PKGBUILD2012-07-06 15:04:05 UTC (rev 163047)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.30.2
+pkgver=4.31.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('15b475c79ce2ffe0b588999a3a035f2d')
+md5sums=('0aa43ebb7b154615c845bff4e24385a8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2012-06-28 Thread andyrtr
Date: Thursday, June 28, 2012 @ 13:16:06
  Author: andyrtr
Revision: 162704

upgpkg: getmail 4.30.2-1

upstream update 4.30.2

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-28 17:12:56 UTC (rev 162703)
+++ PKGBUILD2012-06-28 17:16:06 UTC (rev 162704)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.30.1
+pkgver=4.30.2
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('1afc34620b574feaec65b61ba9859617')
+md5sums=('15b475c79ce2ffe0b588999a3a035f2d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2012-06-21 Thread andyrtr
Date: Thursday, June 21, 2012 @ 12:19:38
  Author: andyrtr
Revision: 162127

upgpkg: getmail 4.30.0-1

upstream update 4.30.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-21 06:54:30 UTC (rev 162126)
+++ PKGBUILD2012-06-21 16:19:38 UTC (rev 162127)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.29.0
+pkgver=4.30.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('f8c6381d1eeda9043233dca47fac02b9')
+md5sums=('02a556594301c3aa75e1af68e2cb7a26')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2012-06-21 Thread andyrtr
Date: Thursday, June 21, 2012 @ 16:23:06
  Author: andyrtr
Revision: 162132

upgpkg: getmail 4.30.1-1

upstream update 4.30.1

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-21 20:16:51 UTC (rev 162131)
+++ PKGBUILD2012-06-21 20:23:06 UTC (rev 162132)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.30.0
+pkgver=4.30.1
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('02a556594301c3aa75e1af68e2cb7a26')
+md5sums=('1afc34620b574feaec65b61ba9859617')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2012-06-20 Thread andyrtr
Date: Wednesday, June 20, 2012 @ 10:04:16
  Author: andyrtr
Revision: 162117

upgpkg: getmail 4.29.0-1

upstream update 4.29.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-20 13:14:03 UTC (rev 162116)
+++ PKGBUILD2012-06-20 14:04:16 UTC (rev 162117)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.27.0
+pkgver=4.29.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('7cab772a2ffb8db0a7d7a249d0336d2a')
+md5sums=('f8c6381d1eeda9043233dca47fac02b9')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2012-05-24 Thread andyrtr
Date: Thursday, May 24, 2012 @ 12:51:36
  Author: andyrtr
Revision: 159465

upgpkg: getmail 4.27.0-1

upstream update 4.27.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-24 16:48:31 UTC (rev 159464)
+++ PKGBUILD2012-05-24 16:51:36 UTC (rev 159465)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.26.0
+pkgver=4.27.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('a45622b355b649071a337c661533453a')
+md5sums=('7cab772a2ffb8db0a7d7a249d0336d2a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2012-04-16 Thread andyrtr
Date: Monday, April 16, 2012 @ 16:05:47
  Author: andyrtr
Revision: 156314

upgpkg: getmail 4.26.0-1

upstream updates 4.26.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 20:01:48 UTC (rev 156313)
+++ PKGBUILD2012-04-16 20:05:47 UTC (rev 156314)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.25.0
+pkgver=4.26.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('ec0be67bc1e472c13201c1e3a0c35e66')
+md5sums=('a45622b355b649071a337c661533453a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 09:41:00
  Author: andyrtr
Revision: 148529

upgpkg: getmail 4.25.0-1

upstream update 4.25.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 10:55:17 UTC (rev 148528)
+++ PKGBUILD2012-02-03 14:41:00 UTC (rev 148529)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.24.0
+pkgver=4.25.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('85cf05f692f282c254b14fae9ec236bd')
+md5sums=('ec0be67bc1e472c13201c1e3a0c35e66')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2011-12-14 Thread andyrtr
Date: Thursday, December 15, 2011 @ 01:21:22
  Author: andyrtr
Revision: 145020

upgpkg: getmail 4.24.0-1

upstream update 4.24.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-14 23:01:42 UTC (rev 145019)
+++ PKGBUILD2011-12-15 06:21:22 UTC (rev 145020)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.23.0
+pkgver=4.24.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('64d0c5675bb2317bbb334c0172754d7a')
+md5sums=('85cf05f692f282c254b14fae9ec236bd')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2011-11-25 Thread andyrtr
Date: Friday, November 25, 2011 @ 13:47:06
  Author: andyrtr
Revision: 143530

upgpkg: getmail 4.23.0-1

upstream update 4.23.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-25 17:39:44 UTC (rev 143529)
+++ PKGBUILD2011-11-25 18:47:06 UTC (rev 143530)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.22.2
+pkgver=4.23.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('f53b781744081916f54a3e4dd006')
+md5sums=('64d0c5675bb2317bbb334c0172754d7a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2011-11-13 Thread andyrtr
Date: Sunday, November 13, 2011 @ 06:56:33
  Author: andyrtr
Revision: 142709

upgpkg: getmail 4.22.2-1

upstream update 4.22.2

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-13 11:53:41 UTC (rev 142708)
+++ PKGBUILD2011-11-13 11:56:33 UTC (rev 142709)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.22.1
+pkgver=4.22.2
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,8 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('611d37b073fa304552f7220e6c05a6ba')
-sha1sums=('ab865fe4b3df37a6e93025c6ee15ac1b7c673c13')
+md5sums=('f53b781744081916f54a3e4dd006')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2011-10-01 Thread andyrtr
Date: Saturday, October 1, 2011 @ 02:49:09
  Author: andyrtr
Revision: 139178

upgpkg: getmail 4.22.1-1

upstream update 4.22.1

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-01 06:10:22 UTC (rev 139177)
+++ PKGBUILD2011-10-01 06:49:09 UTC (rev 139178)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.22.0
+pkgver=4.22.1
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,8 +11,8 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('0eb79135cc6fde683c95d17a771e10b5')
-sha1sums=('f4efe0eb0da422ce059048b98e452815fa097d07')
+md5sums=('611d37b073fa304552f7220e6c05a6ba')
+sha1sums=('ab865fe4b3df37a6e93025c6ee15ac1b7c673c13')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2011-09-26 Thread andyrtr
Date: Monday, September 26, 2011 @ 15:27:09
  Author: andyrtr
Revision: 138518

upgpkg: getmail 4.22.0-1

upstream update 4.22.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-26 19:21:09 UTC (rev 138517)
+++ PKGBUILD2011-09-26 19:27:09 UTC (rev 138518)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.21.0
+pkgver=4.22.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,8 +11,8 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('d07c49e68736d35f24647f7275e7b422')
-sha1sums=('6c555bb073d7eef2d564f4b0dde7e0c57644ae7a')
+md5sums=('0eb79135cc6fde683c95d17a771e10b5')
+sha1sums=('f4efe0eb0da422ce059048b98e452815fa097d07')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2011-09-25 Thread andyrtr
Date: Sunday, September 25, 2011 @ 03:49:52
  Author: andyrtr
Revision: 138490

upgpkg: getmail 4.21.0-1

upstream update 4.21.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-25 02:10:52 UTC (rev 138489)
+++ PKGBUILD2011-09-25 07:49:52 UTC (rev 138490)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.20.4
+pkgver=4.21.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,8 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('8cce9b943537388e3666cb2c45582d04')
+md5sums=('d07c49e68736d35f24647f7275e7b422')
+sha1sums=('6c555bb073d7eef2d564f4b0dde7e0c57644ae7a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2011-07-19 Thread andyrtr
Date: Tuesday, July 19, 2011 @ 12:33:45
  Author: andyrtr
Revision: 132060

upgpkg: getmail 4.20.4-1
upstream update 4.20.4

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-19 15:45:55 UTC (rev 132059)
+++ PKGBUILD2011-07-19 16:33:45 UTC (rev 132060)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.20.3
+pkgver=4.20.4
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('afb772745e91c9a7baa7d9337bc34df2')
+md5sums=('8cce9b943537388e3666cb2c45582d04')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2011-06-01 Thread andyrtr
Date: Wednesday, June 1, 2011 @ 16:43:04
  Author: andyrtr
Revision: 126158

upgpkg: getmail 4.20.3-1
upstream update 4.20.3

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-01 20:37:25 UTC (rev 126157)
+++ PKGBUILD2011-06-01 20:43:04 UTC (rev 126158)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.20.2
+pkgver=4.20.3
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('a4f379a88ec18d0ab3f4860c2f213e36')
+md5sums=('afb772745e91c9a7baa7d9337bc34df2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2011-04-11 Thread andyrtr
Date: Monday, April 11, 2011 @ 13:11:59
  Author: andyrtr
Revision: 119462

upgpkg: getmail 4.20.2-1
upstream update 4.20.2

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 1 file changed, 11 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-11 16:52:32 UTC (rev 119461)
+++ PKGBUILD2011-04-11 17:11:59 UTC (rev 119462)
@@ -3,18 +3,25 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.20.0
-pkgrel=2
+pkgver=4.20.2
+pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
 url=http://pyropus.ca/software/getmail;
-license=GPL
+license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('33a090d62b6039e0a8df4c3da545d851')
+md5sums=('a4f379a88ec18d0ab3f4860c2f213e36')
 
 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')
 }



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2010-09-03 Thread Rémy Oudompheng
Date: Friday, September 3, 2010 @ 06:22:46
  Author: remy
Revision: 89692

upgpkg: getmail 4.20.0-2
Change  to any. Rebuild for python2.

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-03 10:15:47 UTC (rev 89691)
+++ PKGBUILD2010-09-03 10:22:46 UTC (rev 89692)
@@ -4,17 +4,17 @@
 
 pkgname=getmail
 pkgver=4.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
-arch=(i686 x86_64)
+arch=(any)
 url=http://pyropus.ca/software/getmail;
 license=GPL
-depends=('python=2.6.4')
+depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
 md5sums=('33a090d62b6039e0a8df4c3da545d851')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  /usr/bin/python setup.py build
-  /usr/bin/python setup.py install --root=${pkgdir}
+  python2 setup.py build
+  python2 setup.py install --root=${pkgdir}
 }



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2010-07-12 Thread andyrtr
Date: Monday, July 12, 2010 @ 14:07:50
  Author: andyrtr
Revision: 85386

upgpkg: getmail 4.20.0-1
new version 4.20.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-12 17:45:46 UTC (rev 85385)
+++ PKGBUILD2010-07-12 18:07:50 UTC (rev 85386)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.17.0
+pkgver=4.20.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(i686 x86_64)
@@ -11,10 +11,10 @@
 license=GPL
 depends=('python=2.6.4')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('6ad9c2024e9d73e2065cd5f19146bf12')
+md5sums=('33a090d62b6039e0a8df4c3da545d851')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  /usr/bin/python setup.py build || return 1
+  /usr/bin/python setup.py build
   /usr/bin/python setup.py install --root=${pkgdir}
 }



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2010-05-01 Thread andyrtr
Date: Saturday, May 1, 2010 @ 13:49:29
  Author: andyrtr
Revision: 79195

upgpkg: getmail 4.17.0-1
new version 4.17.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-01 17:40:47 UTC (rev 79194)
+++ PKGBUILD2010-05-01 17:49:29 UTC (rev 79195)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.16.0
+pkgver=4.17.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=GPL
 depends=('python=2.6.4')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('07d81a4b20be1304bb74af25803db914')
+md5sums=('6ad9c2024e9d73e2065cd5f19146bf12')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2010-01-15 Thread andyrtr
Date: Friday, January 15, 2010 @ 14:29:07
  Author: andyrtr
Revision: 63187

upgpkg: getmail 4.16.0-1
new version 4.16.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-15 19:23:26 UTC (rev 63186)
+++ PKGBUILD2010-01-15 19:29:07 UTC (rev 63187)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.15.0
+pkgver=4.16.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=GPL
 depends=('python=2.6.4')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('9dea55c5325785d3cf73720712c3f99d')
+md5sums=('07d81a4b20be1304bb74af25803db914')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in getmail/trunk (PKGBUILD)

2009-12-08 Thread andyrtr
Date: Tuesday, December 8, 2009 @ 12:51:41
  Author: andyrtr
Revision: 60874

upgpkg: getmail 4.15.0-1
new version 4.15.0

Modified:
  getmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-12-08 10:48:38 UTC (rev 60873)
+++ PKGBUILD2009-12-08 17:51:41 UTC (rev 60874)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.14.0
+pkgver=4.15.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=GPL
 depends=('python=2.6.4')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('05e95ccb43a8b711c8acd2b0d693b3dc')
+md5sums=('9dea55c5325785d3cf73720712c3f99d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}