[arch-commits] Commit in fetchmail/repos/extra-x86_64 (8 files)

2011-08-21 Thread Eric Bélanger
Date: Sunday, August 21, 2011 @ 23:29:54
  Author: eric
Revision: 136047

archrelease: copy trunk to extra-x86_64

Added:
  fetchmail/repos/extra-x86_64/PKGBUILD
(from rev 136046, fetchmail/trunk/PKGBUILD)
  fetchmail/repos/extra-x86_64/fetchmail.conf
(from rev 136046, fetchmail/trunk/fetchmail.conf)
  fetchmail/repos/extra-x86_64/fetchmail.install
(from rev 136046, fetchmail/trunk/fetchmail.install)
  fetchmail/repos/extra-x86_64/fetchmail.rc
(from rev 136046, fetchmail/trunk/fetchmail.rc)
Deleted:
  fetchmail/repos/extra-x86_64/PKGBUILD
  fetchmail/repos/extra-x86_64/fetchmail.conf
  fetchmail/repos/extra-x86_64/fetchmail.install
  fetchmail/repos/extra-x86_64/fetchmail.rc

---+
 PKGBUILD  |   76 -
 fetchmail.conf|   10 +++---
 fetchmail.install |   40 +-
 fetchmail.rc  |   80 ++--
 4 files changed, 103 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-22 03:29:23 UTC (rev 136046)
+++ PKGBUILD2011-08-22 03:29:54 UTC (rev 136047)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-
-pkgname=fetchmail
-pkgver=6.3.20
-pkgrel=1
-pkgdesc=A remote-mail retrieval utility
-arch=('i686' 'x86_64')
-url=http://fetchmail.berlios.de/;
-license=('GPL')
-depends=('glibc' 'openssl' 'python2')
-optdepends=('tk: for using fetchmailconf')
-backup=('etc/conf.d/fetchmail')
-options=('!makeflags')
-install=fetchmail.install
-source=(http://download2.berlios.de/fetchmail/${pkgname}-${pkgver}.tar.bz2
-fetchmail.rc fetchmail.conf)
-md5sums=('9176a9005a816946f766774bc4cbc642'
- '89fdde15bf81b3a5c065949322b5d138'
- '8fcd6a22dfbc247755fdd050c5c5c4d3')
-sha1sums=('797b5b0050763ad111c244aba606b2fcb4dfdaad'
-  '910ec21ad0a619db67e4665189dc46d2a0634ea5'
-  '30401729386d6f774c6c36ab8530842166de54a8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' fetchmailconf.py
-  ./configure --prefix=/usr --with-ssl=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm755 ${srcdir}/fetchmail.rc ${pkgdir}/etc/rc.d/fetchmail
-  install -Dm644 ${srcdir}/fetchmail.conf ${pkgdir}/etc/conf.d/fetchmail
-  install -d ${pkgdir}/var/lib/fetchmail
-}

Copied: fetchmail/repos/extra-x86_64/PKGBUILD (from rev 136046, 
fetchmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-22 03:29:54 UTC (rev 136047)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgname=fetchmail
+pkgver=6.3.21
+pkgrel=1
+pkgdesc=A remote-mail retrieval utility
+arch=('i686' 'x86_64')
+url=http://fetchmail.berlios.de/;
+license=('GPL')
+depends=('glibc' 'openssl' 'python2')
+optdepends=('tk: for using fetchmailconf')
+backup=('etc/conf.d/fetchmail')
+options=('!makeflags')
+install=fetchmail.install
+source=(http://download2.berlios.de/fetchmail/${pkgname}-${pkgver}.tar.bz2
+fetchmail.rc fetchmail.conf)
+md5sums=('0ad8eac47e85bd0ae63870daa09992af'
+ '89fdde15bf81b3a5c065949322b5d138'
+ '8fcd6a22dfbc247755fdd050c5c5c4d3')
+sha1sums=('e32a0d40ec133d651782543ecd7bc9bbee52dff7'
+  '910ec21ad0a619db67e4665189dc46d2a0634ea5'
+  '30401729386d6f774c6c36ab8530842166de54a8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' fetchmailconf.py
+  ./configure --prefix=/usr --with-ssl=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm755 ${srcdir}/fetchmail.rc ${pkgdir}/etc/rc.d/fetchmail
+  install -Dm644 ${srcdir}/fetchmail.conf ${pkgdir}/etc/conf.d/fetchmail
+  install -d ${pkgdir}/var/lib/fetchmail
+}

Deleted: fetchmail.conf
===
--- fetchmail.conf  2011-08-22 03:29:23 UTC (rev 136046)
+++ fetchmail.conf  2011-08-22 03:29:54 UTC (rev 136047)
@@ -1,5 +0,0 @@
-# Daemon polling interval
-INTERVAL=60
-
-# Config location
-CONFIG=/etc/fetchmailrc

Copied: fetchmail/repos/extra-x86_64/fetchmail.conf (from rev 136046, 
fetchmail/trunk/fetchmail.conf)
===
--- fetchmail.conf  (rev 0)
+++ fetchmail.conf  2011-08-22 03:29:54 UTC (rev 136047)
@@ -0,0 +1,5 @@
+# Daemon polling interval
+INTERVAL=60
+
+# Config location
+CONFIG=/etc/fetchmailrc

Deleted: fetchmail.install
===
--- fetchmail.install   2011-08-22 03:29:23 UTC (rev 136046)
+++ fetchmail.install   2011-08-22 03:29:54 UTC (rev 136047)
@@ -1,20 +0,0 @@
-post_install() {
-  # /etc/fetchmail 

[arch-commits] Commit in fetchmail/repos (extra-x86_64)

2011-06-06 Thread Eric Bélanger
Date: Monday, June 6, 2011 @ 16:28:26
  Author: eric
Revision: 126716

archrelease: remove extra-x86_64

Deleted:
  fetchmail/repos/extra-x86_64/



[arch-commits] Commit in fetchmail/repos (extra-x86_64)

2011-06-06 Thread Eric Bélanger
Date: Monday, June 6, 2011 @ 16:28:36
  Author: eric
Revision: 126717

archrelease: copy trunk to extra-x86_64

Added:
  fetchmail/repos/extra-x86_64/



[arch-commits] Commit in fetchmail/repos (extra-x86_64)

2011-06-03 Thread Eric Bélanger
Date: Saturday, June 4, 2011 @ 01:35:58
  Author: eric
Revision: 126287

archrelease: remove extra-x86_64

Deleted:
  fetchmail/repos/extra-x86_64/



[arch-commits] Commit in fetchmail/repos (extra-x86_64)

2011-06-03 Thread Eric Bélanger
Date: Saturday, June 4, 2011 @ 01:36:08
  Author: eric
Revision: 126288

archrelease: copy trunk to extra-x86_64

Added:
  fetchmail/repos/extra-x86_64/



[arch-commits] Commit in fetchmail/repos (extra-x86_64)

2011-05-22 Thread Eric Bélanger
Date: Monday, May 23, 2011 @ 01:55:28
  Author: eric
Revision: 124589

archrelease: remove extra-x86_64

Deleted:
  fetchmail/repos/extra-x86_64/



[arch-commits] Commit in fetchmail/repos (extra-x86_64)

2011-05-22 Thread Eric Bélanger
Date: Monday, May 23, 2011 @ 01:55:37
  Author: eric
Revision: 124590

archrelease: copy trunk to extra-x86_64

Added:
  fetchmail/repos/extra-x86_64/



[arch-commits] Commit in fetchmail/repos (extra-x86_64)

2011-02-08 Thread Eric Bélanger
Date: Tuesday, February 8, 2011 @ 16:02:45
  Author: eric
Revision: 109365

db-move: fetchmail removed by eric for move to [extra] (x86_64)

Deleted:
  fetchmail/repos/extra-x86_64/



[arch-commits] Commit in fetchmail/repos (extra-x86_64 testing-x86_64)

2011-02-08 Thread Eric Bélanger
Date: Tuesday, February 8, 2011 @ 16:02:46
  Author: eric
Revision: 109366

db-move: moved fetchmail from [testing] to [extra] (x86_64)

Added:
  fetchmail/repos/extra-x86_64/
Deleted:
  fetchmail/repos/testing-x86_64/



[arch-commits] Commit in fetchmail/repos (extra-x86_64)

2010-10-18 Thread Allan McRae
Date: Monday, October 18, 2010 @ 16:57:03
  Author: allan
Revision: 95504

db-move: fetchmail removed by allan for move to [extra] (x86_64)

Deleted:
  fetchmail/repos/extra-x86_64/



[arch-commits] Commit in fetchmail/repos (extra-x86_64 testing-x86_64)

2010-10-18 Thread Allan McRae
Date: Monday, October 18, 2010 @ 16:57:04
  Author: allan
Revision: 95505

db-move: moved fetchmail from [testing] to [extra] (x86_64)

Added:
  fetchmail/repos/extra-x86_64/
Deleted:
  fetchmail/repos/testing-x86_64/



[arch-commits] Commit in fetchmail/repos (extra-x86_64)

2010-05-18 Thread Pierre Schmitz
Date: Tuesday, May 18, 2010 @ 05:29:11
  Author: pierre
Revision: 80521

archrelease: remove extra-x86_64

Deleted:
  fetchmail/repos/extra-x86_64/



[arch-commits] Commit in fetchmail/repos (extra-x86_64)

2010-05-18 Thread Pierre Schmitz
Date: Tuesday, May 18, 2010 @ 05:29:29
  Author: pierre
Revision: 80522

archrelease: copy trunk to extra-x86_64

Added:
  fetchmail/repos/extra-x86_64/



[arch-commits] Commit in fetchmail/repos (extra-x86_64)

2010-04-08 Thread Pierre Schmitz
Date: Thursday, April 8, 2010 @ 17:03:14
  Author: pierre
Revision: 76639

db-move: fetchmail removed by pierre for move to extra

Deleted:
  fetchmail/repos/extra-x86_64/



[arch-commits] Commit in fetchmail/repos (extra-x86_64 testing-x86_64)

2010-04-08 Thread Pierre Schmitz
Date: Thursday, April 8, 2010 @ 17:03:15
  Author: pierre
Revision: 76640

db-move: moved fetchmail from [testing] to [extra] (x86_64)

Added:
  fetchmail/repos/extra-x86_64/
Deleted:
  fetchmail/repos/testing-x86_64/



[arch-commits] Commit in fetchmail/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2010-02-07 Thread Giovanni Scafora
Date: Sunday, February 7, 2010 @ 17:14:42
  Author: giovanni
Revision: 67535

Merged revisions 67533 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/fetchmail/trunk


  r67533 | giovanni | 2010-02-07 23:13:11 +0100 (dom, 07 feb 2010) | 2 lines
  
  upgpkg: fetchmail 6.3.14-1
  upstream release


Modified:
  fetchmail/repos/extra-x86_64/ (properties)
  fetchmail/repos/extra-x86_64/PKGBUILD

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


Property changes on: fetchmail/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /fetchmail/trunk:1-61773
   + /fetchmail/trunk:1-67534

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-02-07 22:13:50 UTC (rev 67534)
+++ extra-x86_64/PKGBUILD   2010-02-07 22:14:42 UTC (rev 67535)
@@ -3,7 +3,7 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=fetchmail
-pkgver=6.3.13
+pkgver=6.3.14
 pkgrel=1
 pkgdesc=A remote-mail retrieval utility
 url=http://fetchmail.berlios.de/;
@@ -14,10 +14,9 @@
 install=fetchmail.install
 source=(http://download2.berlios.de/fetchmail/$pkgname-$pkgver.tar.bz2
 fetchmail.rc fetchmail.conf)
-md5sums=('db792fb311bc358e95ed0437389269ac'
+md5sums=('86d3cfbce151881d8bf76a1efd5bda6a'
  'b5f4d1da0c61d3d8a93fdf4e238f4949'
  '8fcd6a22dfbc247755fdd050c5c5c4d3')
-
 build() {
   export MAKEFLAGS=-j1
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in fetchmail/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2009-12-23 Thread Pierre Schmitz
Date: Wednesday, December 23, 2009 @ 04:32:40
  Author: pierre
Revision: 61774

Merged revisions 61772 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/fetchmail/trunk


  r61772 | pierre | 2009-12-23 10:31:19 +0100 (Mi, 23 Dez 2009) | 2 lines
  
  updateing this very old pacakge


Modified:
  fetchmail/repos/extra-x86_64/ (properties)
  fetchmail/repos/extra-x86_64/PKGBUILD

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


Property changes on: fetchmail/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /fetchmail/trunk:1-58381
   + /fetchmail/trunk:1-61773

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2009-12-23 09:31:52 UTC (rev 61773)
+++ extra-x86_64/PKGBUILD   2009-12-23 09:32:40 UTC (rev 61774)
@@ -3,8 +3,8 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=fetchmail
-pkgver=6.3.8
-pkgrel=6
+pkgver=6.3.13
+pkgrel=1
 pkgdesc=A remote-mail retrieval utility
 url=http://fetchmail.berlios.de/;
 arch=('i686' 'x86_64')
@@ -13,17 +13,15 @@
 license=('GPL')
 install=fetchmail.install
 source=(http://download2.berlios.de/fetchmail/$pkgname-$pkgver.tar.bz2
-http://fetchmail.berlios.de/fetchmail-SA-2007-02.txt
 fetchmail.rc fetchmail.conf)
-md5sums=('66b97500b0a1e3c0916b3b5314f597f5' '0105fd95ac563a02f20a40355d731159'\
- 'b5f4d1da0c61d3d8a93fdf4e238f4949' '8fcd6a22dfbc247755fdd050c5c5c4d3')
+md5sums=('db792fb311bc358e95ed0437389269ac'
+ 'b5f4d1da0c61d3d8a93fdf4e238f4949'
+ '8fcd6a22dfbc247755fdd050c5c5c4d3')
 
 build() {
   export MAKEFLAGS=-j1
   cd $srcdir/$pkgname-$pkgver
 
-  patch -up0  $srcdir/fetchmail-SA-2007-02.txt
-
   ./configure --prefix=/usr --with-ssl=/usr
   make || return 1
   make DESTDIR=$pkgdir install



[arch-commits] Commit in fetchmail/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2009-11-07 Thread Allan McRae
Date: Saturday, November 7, 2009 @ 08:28:27
  Author: allan
Revision: 58382

Merged revisions 58380 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/fetchmail/trunk


  r58380 | allan | 2009-11-07 23:25:58 +1000 (Sat, 07 Nov 2009) | 2 lines
  
  upgpkg: fetchmail 6.3.8-6
  add tk optdepends (FS#14593)


Modified:
  fetchmail/repos/extra-x86_64/ (properties)
  fetchmail/repos/extra-x86_64/PKGBUILD

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


Property changes on: fetchmail/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /fetchmail/trunk:1-31335
   + /fetchmail/trunk:1-58381

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2009-11-07 13:26:56 UTC (rev 58381)
+++ extra-x86_64/PKGBUILD   2009-11-07 13:28:27 UTC (rev 58382)
@@ -4,11 +4,12 @@
 
 pkgname=fetchmail
 pkgver=6.3.8
-pkgrel=5
+pkgrel=6
 pkgdesc=A remote-mail retrieval utility
 url=http://fetchmail.berlios.de/;
 arch=('i686' 'x86_64')
 depends=('glibc' 'openssl' 'python')
+optdepends=('tk: fetchmailconf')
 license=('GPL')
 install=fetchmail.install
 source=(http://download2.berlios.de/fetchmail/$pkgname-$pkgver.tar.bz2
@@ -19,17 +20,17 @@
 
 build() {
   export MAKEFLAGS=-j1
-  cd $startdir/src/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
 
-  patch -up0  ../fetchmail-SA-2007-02.txt
+  patch -up0  $srcdir/fetchmail-SA-2007-02.txt
 
   ./configure --prefix=/usr --with-ssl=/usr
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=$pkgdir install
 
-  install -D -m755 ../fetchmail.rc $startdir/pkg/etc/rc.d/fetchmail
-  install -D -m644 ../fetchmail.conf $startdir/pkg/etc/conf.d/fetchmail
+  install -Dm755 $srcdir/fetchmail.rc $pkgdir/etc/rc.d/fetchmail
+  install -Dm644 $srcdir/fetchmail.conf $pkgdir/etc/conf.d/fetchmail
 
   # home directory for pid file.
-  install -d -o 90 -g nobody -m700 $startdir/pkg/var/run/fetchmail
+  install -d -o 90 -g nobody -m700 $pkgdir/var/run/fetchmail
 }