[arch-commits] Commit in syslog-ng/repos (testing-i686)

2010-02-21 Thread Paul Mattal
Date: Sunday, February 21, 2010 @ 21:36:07
  Author: paul
Revision: 69713

archrelease: copy trunk to testing-i686

Added:
  syslog-ng/repos/testing-i686/



[arch-commits] Commit in syslog-ng/repos (testing-x86_64)

2010-02-21 Thread Paul Mattal
Date: Sunday, February 21, 2010 @ 21:40:16
  Author: paul
Revision: 69714

archrelease: copy trunk to testing-x86_64

Added:
  syslog-ng/repos/testing-x86_64/



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

2010-02-21 Thread Paul Mattal
Date: Sunday, February 21, 2010 @ 21:51:19
  Author: paul
Revision: 69715

don't do log rotation in our own script anymore, since logs are
actually creaed by syslog

Modified:
  dcron/trunk/PKGBUILD

--+
 PKGBUILD |1 -
 1 file changed, 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-22 02:40:16 UTC (rev 69714)
+++ PKGBUILD2010-02-22 02:51:19 UTC (rev 69715)
@@ -31,5 +31,4 @@
install -D -m755 extra/crond.rc $pkgdir/etc/rc.d/crond || return 1
install -D -m755 extra/run-cron $pkgdir/usr/sbin/run-cron || return 1
install -D -m0600 extra/root.crontab $pkgdir/var/spool/cron/root || 
return 1
-   install -D -m644 extra/crond.logrotate $pkgdir/etc/logrotate.d/crond 
|| return 1
 }



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

2010-02-21 Thread Paul Mattal
Date: Sunday, February 21, 2010 @ 21:51:48
  Author: paul
Revision: 69716

and also don't backup the logrotate file

Modified:
  dcron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-22 02:51:19 UTC (rev 69715)
+++ PKGBUILD2010-02-22 02:51:48 UTC (rev 69716)
@@ -7,7 +7,7 @@
 arch=(i686 x86_64)
 license=('GPL')
 url=http://www.jimpryor.net/linux/dcron;
-backup=(var/spool/cron/root etc/logrotate.d/crond)
+backup=(var/spool/cron/root)
 depends=('glibc')
 provides=('cron')
 groups=('base')



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

2010-02-21 Thread Daniel Griffiths
Date: Sunday, February 21, 2010 @ 21:53:10
  Author: dgriffiths
Revision: 69717

Modified:
  aria2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-22 02:51:48 UTC (rev 69716)
+++ PKGBUILD2010-02-22 02:53:10 UTC (rev 69717)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=aria2
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc=Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('gnutls' 'libxml2' 'sqlite3' 'c-ares' 'ca-certificates')
 source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.bz2)
-md5sums=('ec72262dbe4b4091dfe29d08f8e4d097')
+md5sums=('16403a47307cb032b6d84bcdac4fe1ab')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in aria2/repos (extra-i686 extra-i686/PKGBUILD)

2010-02-21 Thread Daniel Griffiths
Date: Sunday, February 21, 2010 @ 21:53:30
  Author: dgriffiths
Revision: 69718

Merged revisions 67933,69717 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/aria2/trunk


  r67933 | dgriffiths | 2010-02-09 14:54:36 -0600 (Tue, 09 Feb 2010) | 1 line
  
  Move to splitpkg format

  r69717 | dgriffiths | 2010-02-21 20:53:10 -0600 (Sun, 21 Feb 2010) | 1 line


Modified:
  aria2/repos/extra-i686/   (properties)
  aria2/repos/extra-i686/PKGBUILD

--+
 PKGBUILD |   22 +-
 1 file changed, 13 insertions(+), 9 deletions(-)


Property changes on: aria2/repos/extra-i686
___
Modified: svnmerge-integrated
   - /aria2/trunk:1-67122
   + /aria2/trunk:1-69717

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2010-02-22 02:53:10 UTC (rev 69717)
+++ extra-i686/PKGBUILD 2010-02-22 02:53:30 UTC (rev 69718)
@@ -1,22 +1,26 @@
-# $Id$
 # Contributor: Alexander Fehr pizzapunk gmail com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=aria2
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc=Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink
 arch=('i686' 'x86_64')
 url=http://aria2.sourceforge.net/;
 license=('GPL')
 depends=('gnutls' 'libxml2' 'sqlite3' 'c-ares' 'ca-certificates')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ec72262dbe4b4091dfe29d08f8e4d097')
+source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.bz2)
+md5sums=('16403a47307cb032b6d84bcdac4fe1ab')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${srcdir}/${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr \
-  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+   ./configure --prefix=/usr \
+   --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt || return 1
+   make || return 1
 }
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install || return 1
+}



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

2010-02-21 Thread Daniel Griffiths
Date: Sunday, February 21, 2010 @ 21:53:49
  Author: dgriffiths
Revision: 69719

Merged revisions 67933,69717 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/aria2/trunk


  r67933 | dgriffiths | 2010-02-09 14:54:36 -0600 (Tue, 09 Feb 2010) | 1 line
  
  Move to splitpkg format

  r69717 | dgriffiths | 2010-02-21 20:53:10 -0600 (Sun, 21 Feb 2010) | 1 line


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

--+
 PKGBUILD |   22 +-
 1 file changed, 13 insertions(+), 9 deletions(-)


Property changes on: aria2/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /aria2/trunk:1-67123
   + /aria2/trunk:1-69718

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-02-22 02:53:30 UTC (rev 69718)
+++ extra-x86_64/PKGBUILD   2010-02-22 02:53:49 UTC (rev 69719)
@@ -1,22 +1,26 @@
-# $Id$
 # Contributor: Alexander Fehr pizzapunk gmail com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=aria2
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc=Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink
 arch=('i686' 'x86_64')
 url=http://aria2.sourceforge.net/;
 license=('GPL')
 depends=('gnutls' 'libxml2' 'sqlite3' 'c-ares' 'ca-certificates')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ec72262dbe4b4091dfe29d08f8e4d097')
+source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.bz2)
+md5sums=('16403a47307cb032b6d84bcdac4fe1ab')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${srcdir}/${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr \
-  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+   ./configure --prefix=/usr \
+   --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt || return 1
+   make || return 1
 }
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install || return 1
+}



[arch-commits] Commit in vim/trunk (PKGBUILD fetch_patches.sh)

2010-02-21 Thread Daniel Griffiths
Date: Sunday, February 21, 2010 @ 23:32:38
  Author: dgriffiths
Revision: 69722

FS#16710 - Thanks drmikehenry

Modified:
  vim/trunk/PKGBUILD
  vim/trunk/fetch_patches.sh

--+
 PKGBUILD |6 +++---
 fetch_patches.sh |7 +++
 2 files changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-22 04:08:20 UTC (rev 69721)
+++ PKGBUILD2010-02-22 04:32:38 UTC (rev 69722)
@@ -11,7 +11,7 @@
 license=('custom:vim')
 url=http://www.vim.org;
 depends=('gpm' 'coreutils' 'perl')
-makedepends=('wget' 'sed' 'grep' 'gettext' 'curl')
+makedepends=('wget' 'sed' 'grep' 'gettext' 'curl' 'rsync' 'ruby')
 backup=(etc/vimrc)
 install=${pkgname}.install
 # we need the extra-stuff to get all patches applied smoothly
@@ -20,7 +20,7 @@
 ftp://ftp.vim.org/pub/vim/extra/vim-${_srcver}-lang.tar.gz \
 fetch_patches.sh fetch_runtime.sh vimrc archlinux.vim)
 md5sums=('f0901284b338e448bfd79ccca0041254' '35e04482f07c57221c9a751aaa3b8dac' 
\
- 'd8884786979e0e520c112faf2e176f05' '159d4d11ecaf85c06623a02c1f843d01' 
\
+ 'd8884786979e0e520c112faf2e176f05' '9c8f6b302fc3f343962686b8cf4a0350' 
\
  '45c1c3c6aff7de0d8fc2a9d8cd5cec7d' '3f42c68545b5b1afb2e9a5b2731ef063' 
\
  '10353a61aadc3f276692d0e17db1478e')
 
@@ -39,7 +39,7 @@
 --with-compiledby=ArchLinux --with-features=big \
 --enable-gpm --enable-acl --with-x=no --disable-gui \
 --enable-multibyte --enable-cscope \
---enable-perlinterp
+--enable-perlinterp --enable-rubyinterp
 #--with-global-runtime=/usr/share/vim --with-vim-name=vim \
   make || return 1
 }

Modified: fetch_patches.sh
===
--- fetch_patches.sh2010-02-22 04:08:20 UTC (rev 69721)
+++ fetch_patches.sh2010-02-22 04:32:38 UTC (rev 69722)
@@ -7,12 +7,11 @@
   let _patchlevel=$_patchlevel+1
   _currpatch=$(cat MD5SUMS | wc -l)
   sed -i ${_patchlevel},\$d MD5SUMS
-  cat MD5SUMS | awk '{ print $2 }' | sed -e \
-s|^|ftp://ftp.vim.org/pub/vim/patches/${_srcver}/| | \
-xargs -P 0 -r -n 1 wget -nv
+  rsync -avzcP ftp.nluug.nl::Vim/patches/${_srcver}/${_srcver}.* .
   md5sum -c MD5SUMS  /dev/null || return 1
+   vim.full.patch.log
   for file in $(cat MD5SUMS | awk '{ print $2 }')
-do patch -p0  $file  vim.full.patch.log; done
+do patch -d ${_versiondir} -p0  $file  vim.full.patch.log || return 1; 
done
 
   
 



[arch-commits] Commit in gvim/trunk (PKGBUILD fetch_patches.sh)

2010-02-21 Thread Daniel Griffiths
Date: Monday, February 22, 2010 @ 00:04:54
  Author: dgriffiths
Revision: 69725

FS#16710 - Thanks to drmikehenry

Modified:
  gvim/trunk/PKGBUILD
  gvim/trunk/fetch_patches.sh

--+
 PKGBUILD |6 +++---
 fetch_patches.sh |7 +++
 2 files changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-22 04:33:17 UTC (rev 69724)
+++ PKGBUILD2010-02-22 05:04:54 UTC (rev 69725)
@@ -11,7 +11,7 @@
 license=('custom:vim')
 url=http://www.vim.org;
 depends=(vim=${pkgver} 'python' 'libxt' 'desktop-file-utils' 'gtk2')
-makedepends=('pkgconfig' 'sed' 'perl' 'curl')
+makedepends=('pkgconfig' 'sed' 'perl' 'curl' 'rsync' 'ruby')
 install=${pkgname}.install
 source=(ftp://ftp.vim.org/pub/vim/unix/vim-${_srcver}.tar.bz2 \
 ftp://ftp.vim.org/pub/vim/extra/vim-${_srcver}-extra.tar.gz \
@@ -19,7 +19,7 @@
 ${pkgname}.desktop fetch_patches.sh)
 md5sums=('f0901284b338e448bfd79ccca0041254' '35e04482f07c57221c9a751aaa3b8dac' 
\
  'd8884786979e0e520c112faf2e176f05' '2be104c0372dd6dae19cb7968c03cd4f' 
\
- '159d4d11ecaf85c06623a02c1f843d01')
+ '9c8f6b302fc3f343962686b8cf4a0350')
 
 build()
 {
@@ -36,7 +36,7 @@
 --with-compiledby=ArchLinux --with-features=big \
 --with-x=yes --disable-gpm --enable-gui=gtk2 \
 --enable-multibyte --enable-cscope --enable-netbeans \
---enable-perlinterp --enable-pythoninterp --disable-rubyinterp
+--enable-perlinterp --enable-pythoninterp --enable-rubyinterp
 
   make || return 1
 }

Modified: fetch_patches.sh
===
--- fetch_patches.sh2010-02-22 04:33:17 UTC (rev 69724)
+++ fetch_patches.sh2010-02-22 05:04:54 UTC (rev 69725)
@@ -7,12 +7,11 @@
   let _patchlevel=$_patchlevel+1
   _currpatch=$(cat MD5SUMS | wc -l)
   sed -i ${_patchlevel},\$d MD5SUMS
-  cat MD5SUMS | awk '{ print $2 }' | sed -e \
-s|^|ftp://ftp.vim.org/pub/vim/patches/${_srcver}/| | \
-xargs -P 0 -r -n 1 wget -nv
+  rsync -avzcP ftp.nluug.nl::Vim/patches/${_srcver}/${_srcver}.* .
   md5sum -c MD5SUMS  /dev/null || return 1
+   vim.full.patch.log
   for file in $(cat MD5SUMS | awk '{ print $2 }')
-do patch -p0  $file  vim.full.patch.log; done
+do patch -d ${_versiondir} -p0  $file  vim.full.patch.log || return 1; 
done
 
   
 



[arch-commits] Commit in gvim/repos (3 files)

2010-02-21 Thread Daniel Griffiths
Date: Monday, February 22, 2010 @ 00:05:16
  Author: dgriffiths
Revision: 69726

Merged revisions 69692,69725 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/gvim/trunk


  r69692 | dgriffiths | 2010-02-21 16:33:00 -0600 (Sun, 21 Feb 2010) | 1 line
  
  Removing ruby, doesn't build properly

  r69725 | dgriffiths | 2010-02-21 23:04:54 -0600 (Sun, 21 Feb 2010) | 2 lines
  
  FS#16710 - Thanks to drmikehenry


Modified:
  gvim/repos/extra-i686/(properties)
  gvim/repos/extra-i686/PKGBUILD
  gvim/repos/extra-i686/fetch_patches.sh

--+
 PKGBUILD |6 +++---
 fetch_patches.sh |7 +++
 2 files changed, 6 insertions(+), 7 deletions(-)


Property changes on: gvim/repos/extra-i686
___
Modified: svnmerge-integrated
   - /gvim/trunk:1-69652
   + /gvim/trunk:1-69725

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2010-02-22 05:04:54 UTC (rev 69725)
+++ extra-i686/PKGBUILD 2010-02-22 05:05:16 UTC (rev 69726)
@@ -5,13 +5,13 @@
 _srcver=7.2
 _patchlevel=368
 pkgver=${_srcver}.${_patchlevel}
-pkgrel=1
+pkgrel=2
 pkgdesc=the vim text editor with advanced features enabled, such as a gui 
mode
 arch=('i686' 'x86_64')
 license=('custom:vim')
 url=http://www.vim.org;
 depends=(vim=${pkgver} 'python' 'libxt' 'desktop-file-utils' 'gtk2')
-makedepends=('pkgconfig' 'sed' 'perl' 'curl')
+makedepends=('pkgconfig' 'sed' 'perl' 'curl' 'rsync' 'ruby')
 install=${pkgname}.install
 source=(ftp://ftp.vim.org/pub/vim/unix/vim-${_srcver}.tar.bz2 \
 ftp://ftp.vim.org/pub/vim/extra/vim-${_srcver}-extra.tar.gz \
@@ -19,7 +19,7 @@
 ${pkgname}.desktop fetch_patches.sh)
 md5sums=('f0901284b338e448bfd79ccca0041254' '35e04482f07c57221c9a751aaa3b8dac' 
\
  'd8884786979e0e520c112faf2e176f05' '2be104c0372dd6dae19cb7968c03cd4f' 
\
- '159d4d11ecaf85c06623a02c1f843d01')
+ '9c8f6b302fc3f343962686b8cf4a0350')
 
 build()
 {

Modified: extra-i686/fetch_patches.sh
===
--- extra-i686/fetch_patches.sh 2010-02-22 05:04:54 UTC (rev 69725)
+++ extra-i686/fetch_patches.sh 2010-02-22 05:05:16 UTC (rev 69726)
@@ -7,12 +7,11 @@
   let _patchlevel=$_patchlevel+1
   _currpatch=$(cat MD5SUMS | wc -l)
   sed -i ${_patchlevel},\$d MD5SUMS
-  cat MD5SUMS | awk '{ print $2 }' | sed -e \
-s|^|ftp://ftp.vim.org/pub/vim/patches/${_srcver}/| | \
-xargs -P 0 -r -n 1 wget -nv
+  rsync -avzcP ftp.nluug.nl::Vim/patches/${_srcver}/${_srcver}.* .
   md5sum -c MD5SUMS  /dev/null || return 1
+   vim.full.patch.log
   for file in $(cat MD5SUMS | awk '{ print $2 }')
-do patch -p0  $file  vim.full.patch.log; done
+do patch -d ${_versiondir} -p0  $file  vim.full.patch.log || return 1; 
done
 
   
 



[arch-commits] Commit in gvim/repos (3 files)

2010-02-21 Thread Daniel Griffiths
Date: Monday, February 22, 2010 @ 00:05:40
  Author: dgriffiths
Revision: 69727

Merged revisions 69692,69725 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/gvim/trunk


  r69692 | dgriffiths | 2010-02-21 16:33:00 -0600 (Sun, 21 Feb 2010) | 1 line
  
  Removing ruby, doesn't build properly

  r69725 | dgriffiths | 2010-02-21 23:04:54 -0600 (Sun, 21 Feb 2010) | 2 lines
  
  FS#16710 - Thanks to drmikehenry


Modified:
  gvim/repos/extra-x86_64/  (properties)
  gvim/repos/extra-x86_64/PKGBUILD
  gvim/repos/extra-x86_64/fetch_patches.sh

--+
 PKGBUILD |6 +++---
 fetch_patches.sh |7 +++
 2 files changed, 6 insertions(+), 7 deletions(-)


Property changes on: gvim/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /gvim/trunk:1-69653
   + /gvim/trunk:1-69726

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-02-22 05:05:16 UTC (rev 69726)
+++ extra-x86_64/PKGBUILD   2010-02-22 05:05:40 UTC (rev 69727)
@@ -5,13 +5,13 @@
 _srcver=7.2
 _patchlevel=368
 pkgver=${_srcver}.${_patchlevel}
-pkgrel=1
+pkgrel=2
 pkgdesc=the vim text editor with advanced features enabled, such as a gui 
mode
 arch=('i686' 'x86_64')
 license=('custom:vim')
 url=http://www.vim.org;
 depends=(vim=${pkgver} 'python' 'libxt' 'desktop-file-utils' 'gtk2')
-makedepends=('pkgconfig' 'sed' 'perl' 'curl')
+makedepends=('pkgconfig' 'sed' 'perl' 'curl' 'rsync' 'ruby')
 install=${pkgname}.install
 source=(ftp://ftp.vim.org/pub/vim/unix/vim-${_srcver}.tar.bz2 \
 ftp://ftp.vim.org/pub/vim/extra/vim-${_srcver}-extra.tar.gz \
@@ -19,7 +19,7 @@
 ${pkgname}.desktop fetch_patches.sh)
 md5sums=('f0901284b338e448bfd79ccca0041254' '35e04482f07c57221c9a751aaa3b8dac' 
\
  'd8884786979e0e520c112faf2e176f05' '2be104c0372dd6dae19cb7968c03cd4f' 
\
- '159d4d11ecaf85c06623a02c1f843d01')
+ '9c8f6b302fc3f343962686b8cf4a0350')
 
 build()
 {

Modified: extra-x86_64/fetch_patches.sh
===
--- extra-x86_64/fetch_patches.sh   2010-02-22 05:05:16 UTC (rev 69726)
+++ extra-x86_64/fetch_patches.sh   2010-02-22 05:05:40 UTC (rev 69727)
@@ -7,12 +7,11 @@
   let _patchlevel=$_patchlevel+1
   _currpatch=$(cat MD5SUMS | wc -l)
   sed -i ${_patchlevel},\$d MD5SUMS
-  cat MD5SUMS | awk '{ print $2 }' | sed -e \
-s|^|ftp://ftp.vim.org/pub/vim/patches/${_srcver}/| | \
-xargs -P 0 -r -n 1 wget -nv
+  rsync -avzcP ftp.nluug.nl::Vim/patches/${_srcver}/${_srcver}.* .
   md5sum -c MD5SUMS  /dev/null || return 1
+   vim.full.patch.log
   for file in $(cat MD5SUMS | awk '{ print $2 }')
-do patch -p0  $file  vim.full.patch.log; done
+do patch -d ${_versiondir} -p0  $file  vim.full.patch.log || return 1; 
done
 
   
 



[arch-commits] Commit in nfs-utils/repos (core-i686 testing-i686)

2010-02-21 Thread Tobias Powalowski
Date: Monday, February 22, 2010 @ 01:21:33
  Author: tpowa
Revision: 69729

db-move: moved nfs-utils from [testing] to [core] (i686)

Added:
  nfs-utils/repos/core-i686/
Deleted:
  nfs-utils/repos/testing-i686/



[arch-commits] Commit in nfs-utils/repos (core-x86_64)

2010-02-21 Thread Tobias Powalowski
Date: Monday, February 22, 2010 @ 01:21:39
  Author: tpowa
Revision: 69730

db-move: nfs-utils removed by tpowa for move to core

Deleted:
  nfs-utils/repos/core-x86_64/



[arch-commits] Commit in nfs-utils/repos (core-x86_64 testing-x86_64)

2010-02-21 Thread Tobias Powalowski
Date: Monday, February 22, 2010 @ 01:21:39
  Author: tpowa
Revision: 69731

db-move: moved nfs-utils from [testing] to [core] (x86_64)

Added:
  nfs-utils/repos/core-x86_64/
Deleted:
  nfs-utils/repos/testing-x86_64/



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

2010-02-21 Thread Pierre Schmitz
Date: Monday, February 22, 2010 @ 02:22:07
  Author: pierre
Revision: 69733

not inteded

Deleted:
  namcap/repos/extra-any/



<    1   2