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

2009-12-03 Thread Ionut Biru
Date: Thursday, December 3, 2009 @ 07:16:38
  Author: ibiru
Revision: 60339

upgpkg: bash-completion 1.1-2
FS#17360 removed munin-node because is not working and gdm is not starting 
because of it

Modified:
  bash-completion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2009-12-03 01:57:43 UTC (rev 60338)
+++ PKGBUILD2009-12-03 12:16:38 UTC (rev 60339)
@@ -5,7 +5,7 @@
 
 pkgname=bash-completion
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Programmable completion for the bash shell
 arch=(any)
 url=http://bash-completion.alioth.debian.org/;
@@ -26,5 +26,7 @@
 
   # apache2ctl doesn't work, even when renamed to apachectl (and sed'd)
   rm $pkgdir/etc/bash_completion.d/apache2ctl
+  # munin-node doesn't work, even i've updated munin to 1.4.0
+  rm $pkgdir/etc/bash_completion.d/munin-node
 }
 # vim:set ts=2 sw=2 et:



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

2009-12-03 Thread Ionut Biru
Date: Thursday, December 3, 2009 @ 07:17:20
  Author: ibiru
Revision: 60340

Merged revisions 60339 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/bash-completion/trunk


  r60339 | ibiru | 2009-12-03 14:16:38 +0200 (Thu, 03 Dec 2009) | 2 lines
  
  upgpkg: bash-completion 1.1-2
  FS#17360 removed munin-node because is not working and gdm is not 
starting because of it


Modified:
  bash-completion/repos/extra-any/  (properties)
  bash-completion/repos/extra-any/PKGBUILD

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


Property changes on: bash-completion/repos/extra-any
___
Modified: svnmerge-integrated
   - /bash-completion/trunk:1-60242
   + /bash-completion/trunk:1-60339

Modified: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2009-12-03 12:16:38 UTC (rev 60339)
+++ extra-any/PKGBUILD  2009-12-03 12:17:20 UTC (rev 60340)
@@ -5,7 +5,7 @@
 
 pkgname=bash-completion
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Programmable completion for the bash shell
 arch=(any)
 url=http://bash-completion.alioth.debian.org/;
@@ -26,5 +26,7 @@
 
   # apache2ctl doesn't work, even when renamed to apachectl (and sed'd)
   rm $pkgdir/etc/bash_completion.d/apache2ctl
+  # munin-node doesn't work, even i've updated munin to 1.4.0
+  rm $pkgdir/etc/bash_completion.d/munin-node
 }
 # vim:set ts=2 sw=2 et:



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

2009-12-03 Thread Dan McGee
Date: Thursday, December 3, 2009 @ 08:44:05
  Author: dan
Revision: 60341

upgpkg: git 1.6.5.4-1
verbump

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2009-12-03 12:17:20 UTC (rev 60340)
+++ PKGBUILD2009-12-03 13:44:05 UTC (rev 60341)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=git
-pkgver=1.6.5.3
+pkgver=1.6.5.4
 pkgrel=1
 pkgdesc=the fast distributed version control system
 arch=(i686 x86_64)
@@ -44,7 +44,7 @@
   rm -rf $pkgdir/usr/lib/perl5
 }
 
-md5sums=('a1dbc3da46cbf33c4367db689853c142'
- 'dc2cf85cb1f29b586a1353307093bc62')
-sha256sums=('3822c8350be782f28a7a60138ec65a6f04f259940f84f7062e508d9f9d64eefa'
-'0ace2ac5b3be31f919f594a3c56fbd567fbc90ac7d1db72b17335495ca29759b')
+md5sums=('1c214e8175e8dd372618ecf3d76448f5'
+ '513390db5f38534f5f2459202a8feccc')
+sha256sums=('e5548c4a4ddefbdb3e4a846061861c51b2498f7453606e03fa67f6ae1dc1dace'
+'3047eb40c5239b7c6d67628db60446e50027e7282eee6db400996081ca244ec7')



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

2009-12-03 Thread Dan McGee
Date: Thursday, December 3, 2009 @ 08:59:05
  Author: dan
Revision: 60343

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


  r60341 | dan | 2009-12-03 07:44:05 -0600 (Thu, 03 Dec 2009) | 2 lines
  
  upgpkg: git 1.6.5.4-1
  verbump


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

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


Property changes on: git/repos/extra-i686
___
Modified: svnmerge-integrated
   - /git/trunk:1-58908
   + /git/trunk:1-60342

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2009-12-03 13:44:23 UTC (rev 60342)
+++ extra-i686/PKGBUILD 2009-12-03 13:59:05 UTC (rev 60343)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=git
-pkgver=1.6.5.3
+pkgver=1.6.5.4
 pkgrel=1
 pkgdesc=the fast distributed version control system
 arch=(i686 x86_64)
@@ -44,7 +44,7 @@
   rm -rf $pkgdir/usr/lib/perl5
 }
 
-md5sums=('a1dbc3da46cbf33c4367db689853c142'
- 'dc2cf85cb1f29b586a1353307093bc62')
-sha256sums=('3822c8350be782f28a7a60138ec65a6f04f259940f84f7062e508d9f9d64eefa'
-'0ace2ac5b3be31f919f594a3c56fbd567fbc90ac7d1db72b17335495ca29759b')
+md5sums=('1c214e8175e8dd372618ecf3d76448f5'
+ '513390db5f38534f5f2459202a8feccc')
+sha256sums=('e5548c4a4ddefbdb3e4a846061861c51b2498f7453606e03fa67f6ae1dc1dace'
+'3047eb40c5239b7c6d67628db60446e50027e7282eee6db400996081ca244ec7')



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

2009-12-03 Thread Juergen Hoetzel
Date: Thursday, December 3, 2009 @ 11:53:58
  Author: juergen
Revision: 60344

update to 1.0.33-1 (enables debugger)

Modified:
  sbcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2009-12-03 13:59:05 UTC (rev 60343)
+++ PKGBUILD2009-12-03 16:53:58 UTC (rev 60344)
@@ -5,8 +5,8 @@
 # Contributor: Leslie Polzer (skypher) 
 
 pkgname=sbcl
-pkgver=1.0.31
-pkgrel=2
+pkgver=1.0.33
+pkgrel=1
 pkgdesc=Steel Bank Common Lisp
 arch=(i686 x86_64)
 license=('custom')
@@ -14,7 +14,7 @@
 provides=('common-lisp' 'cl-asdf')
 makedepends=('sbcl' 'texinfo')
 
source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
 arch-fixes.lisp)
-md5sums=('a61fd099a72c2d3fa10a57298f3c9bf6' '7ac0c1936547f4278198b8bf7725204d')
+md5sums=('ccaf6a4a59649e902e01afc3ed69d10a' '7ac0c1936547f4278198b8bf7725204d')
 
 url=http://www.sbcl.org/;
 install=sbcl.install
@@ -39,7 +39,7 @@
   popd 
   INSTALL_ROOT=${startdir}/pkg/usr sh install.sh
 
-  src/runtime/sbcl --core output/sbcl.core --script 
${startdir}/src/fix-source-path.lisp
+  src/runtime/sbcl --core output/sbcl.core --script 
${startdir}/src/arch-fixes.lisp
   mv sbcl-new.core ${startdir}/pkg/usr/lib/sbcl/sbcl.core
 
 # sources



[arch-commits] Commit in openoffice-base-devel/trunk (ChangeLog PKGBUILD)

2009-12-03 Thread andyrtr
Date: Thursday, December 3, 2009 @ 13:44:53
  Author: andyrtr
Revision: 60347

upgpkg: openoffice-base-devel 3.2_dev300_m66-1
new snapshot DEV300_m66

Modified:
  openoffice-base-devel/trunk/ChangeLog
  openoffice-base-devel/trunk/PKGBUILD

---+
 ChangeLog |5 +
 PKGBUILD  |3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2009-12-03 18:42:07 UTC (rev 60346)
+++ ChangeLog   2009-12-03 18:44:53 UTC (rev 60347)
@@ -1,3 +1,8 @@
+2009-12-03 Andreas Radke andyrtr at archlinux.org
+
+* 3.2_dev300_m66-1:
+- new snapshot
+
 2009-11-19 Andreas Radke andyrtr at archlinux.org
 
 * 3.2_dev300_m65-1:

Modified: PKGBUILD
===
--- PKGBUILD2009-12-03 18:42:07 UTC (rev 60346)
+++ PKGBUILD2009-12-03 18:44:53 UTC (rev 60347)
@@ -5,7 +5,7 @@
 
 pkgbase=openoffice-base-devel
 pkgname=('openoffice-base-devel' 'openoffice-sdk-devel')
-_OO_milestone=DEV300_m65
+_OO_milestone=DEV300_m66
 pkgver=3.2_${_OO_milestone/DEV/dev}
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -151,7 +151,6 @@
--with-use-shell=bash\
 $EXTRAOPTS || return 1
 
-
 #  --enable-layout\ /bin/bash: tralay: command not found ???
 #  --with-system-jfreereport
 #  --with-system-mythes\



[arch-commits] Commit in openoffice-base-devel/repos (3 files)

2009-12-03 Thread andyrtr
Date: Thursday, December 3, 2009 @ 13:45:45
  Author: andyrtr
Revision: 60348

Merged revisions 60347 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/openoffice-base-devel/trunk


  r60347 | andyrtr | 2009-12-03 19:44:53 +0100 (Do, 03 Dez 2009) | 2 lines
  
  upgpkg: openoffice-base-devel 3.2_dev300_m66-1
  new snapshot DEV300_m66


Modified:
  openoffice-base-devel/repos/extra-i686/   (properties)
  openoffice-base-devel/repos/extra-i686/ChangeLog
  openoffice-base-devel/repos/extra-i686/PKGBUILD

---+
 ChangeLog |5 +
 PKGBUILD  |3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)


Property changes on: openoffice-base-devel/repos/extra-i686
___
Modified: svnmerge-integrated
   - /openoffice-base-devel/trunk:1-59051
   + /openoffice-base-devel/trunk:1-60347

Modified: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2009-12-03 18:44:53 UTC (rev 60347)
+++ extra-i686/ChangeLog2009-12-03 18:45:45 UTC (rev 60348)
@@ -1,3 +1,8 @@
+2009-12-03 Andreas Radke andyrtr at archlinux.org
+
+* 3.2_dev300_m66-1:
+- new snapshot
+
 2009-11-19 Andreas Radke andyrtr at archlinux.org
 
 * 3.2_dev300_m65-1:

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2009-12-03 18:44:53 UTC (rev 60347)
+++ extra-i686/PKGBUILD 2009-12-03 18:45:45 UTC (rev 60348)
@@ -5,7 +5,7 @@
 
 pkgbase=openoffice-base-devel
 pkgname=('openoffice-base-devel' 'openoffice-sdk-devel')
-_OO_milestone=DEV300_m65
+_OO_milestone=DEV300_m66
 pkgver=3.2_${_OO_milestone/DEV/dev}
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -151,7 +151,6 @@
--with-use-shell=bash\
 $EXTRAOPTS || return 1
 
-
 #  --enable-layout\ /bin/bash: tralay: command not found ???
 #  --with-system-jfreereport
 #  --with-system-mythes\



[arch-commits] Commit in openoffice-base-devel/repos (3 files)

2009-12-03 Thread andyrtr
Date: Thursday, December 3, 2009 @ 14:56:44
  Author: andyrtr
Revision: 60349

Merged revisions 60347 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/openoffice-base-devel/trunk


  r60347 | andyrtr | 2009-12-03 19:44:53 +0100 (Do, 03 Dez 2009) | 2 lines
  
  upgpkg: openoffice-base-devel 3.2_dev300_m66-1
  new snapshot DEV300_m66


Modified:
  openoffice-base-devel/repos/extra-x86_64/ (properties)
  openoffice-base-devel/repos/extra-x86_64/ChangeLog
  openoffice-base-devel/repos/extra-x86_64/PKGBUILD

---+
 ChangeLog |5 +
 PKGBUILD  |3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)


Property changes on: openoffice-base-devel/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /openoffice-base-devel/trunk:1-59049
   + /openoffice-base-devel/trunk:1-60348

Modified: extra-x86_64/ChangeLog
===
--- extra-x86_64/ChangeLog  2009-12-03 18:45:45 UTC (rev 60348)
+++ extra-x86_64/ChangeLog  2009-12-03 19:56:44 UTC (rev 60349)
@@ -1,3 +1,8 @@
+2009-12-03 Andreas Radke andyrtr at archlinux.org
+
+* 3.2_dev300_m66-1:
+- new snapshot
+
 2009-11-19 Andreas Radke andyrtr at archlinux.org
 
 * 3.2_dev300_m65-1:

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2009-12-03 18:45:45 UTC (rev 60348)
+++ extra-x86_64/PKGBUILD   2009-12-03 19:56:44 UTC (rev 60349)
@@ -5,7 +5,7 @@
 
 pkgbase=openoffice-base-devel
 pkgname=('openoffice-base-devel' 'openoffice-sdk-devel')
-_OO_milestone=DEV300_m65
+_OO_milestone=DEV300_m66
 pkgver=3.2_${_OO_milestone/DEV/dev}
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -151,7 +151,6 @@
--with-use-shell=bash\
 $EXTRAOPTS || return 1
 
-
 #  --enable-layout\ /bin/bash: tralay: command not found ???
 #  --with-system-jfreereport
 #  --with-system-mythes\



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

2009-12-03 Thread Ionut Biru
Date: Thursday, December 3, 2009 @ 17:31:51
  Author: ibiru
Revision: 60350

upgpkg: telepathy-glib 0.9.2-1
update to 0.9.2

Modified:
  telepathy-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2009-12-03 19:56:44 UTC (rev 60349)
+++ PKGBUILD2009-12-03 22:31:51 UTC (rev 60350)
@@ -3,15 +3,15 @@
 # Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
 # Contributor: Bjorn Lindeijer bjorn lindeijer nl
 pkgname=telepathy-glib
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc=GLib bindings for the Telepathy D-Bus protocol
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
 groups=('telepathy')
 license=('LGPL')
-options=('!libtool')
-depends=('dbus-glib')
+options=('!libtool' '!emptydirs')
+depends=('dbus-glib=0.82')
 makedepends=('libxslt')
 
source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 
@@ -21,4 +21,4 @@
 make || return 1
 make DESTDIR=${pkgdir} install
 }
-md5sums=('fa82a4474b3a5436b5b3cb44cbc9a9b4')
+md5sums=('83be89144539472eac4ee4a4487f68c4')



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

2009-12-03 Thread Ionut Biru
Date: Thursday, December 3, 2009 @ 17:32:26
  Author: ibiru
Revision: 60351

Merged revisions 60350 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/telepathy-glib/trunk


  r60350 | ibiru | 2009-12-04 00:31:51 +0200 (Fri, 04 Dec 2009) | 2 lines
  
  upgpkg: telepathy-glib 0.9.2-1
  update to 0.9.2


Modified:
  telepathy-glib/repos/extra-i686/  (properties)
  telepathy-glib/repos/extra-i686/PKGBUILD

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


Property changes on: telepathy-glib/repos/extra-i686
___
Modified: svnmerge-integrated
   - /telepathy-glib/trunk:1-58091
   + /telepathy-glib/trunk:1-60350

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2009-12-03 22:31:51 UTC (rev 60350)
+++ extra-i686/PKGBUILD 2009-12-03 22:32:26 UTC (rev 60351)
@@ -3,15 +3,15 @@
 # Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
 # Contributor: Bjorn Lindeijer bjorn lindeijer nl
 pkgname=telepathy-glib
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc=GLib bindings for the Telepathy D-Bus protocol
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
 groups=('telepathy')
 license=('LGPL')
-options=('!libtool')
-depends=('dbus-glib')
+options=('!libtool' '!emptydirs')
+depends=('dbus-glib=0.82')
 makedepends=('libxslt')
 
source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 
@@ -21,4 +21,4 @@
 make || return 1
 make DESTDIR=${pkgdir} install
 }
-md5sums=('fa82a4474b3a5436b5b3cb44cbc9a9b4')
+md5sums=('83be89144539472eac4ee4a4487f68c4')



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

2009-12-03 Thread Ionut Biru
Date: Thursday, December 3, 2009 @ 17:33:18
  Author: ibiru
Revision: 60352

Merged revisions 60350 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/telepathy-glib/trunk


  r60350 | ibiru | 2009-12-04 00:31:51 +0200 (Fri, 04 Dec 2009) | 2 lines
  
  upgpkg: telepathy-glib 0.9.2-1
  update to 0.9.2


Modified:
  telepathy-glib/repos/extra-x86_64/(properties)
  telepathy-glib/repos/extra-x86_64/PKGBUILD

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


Property changes on: telepathy-glib/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /telepathy-glib/trunk:1-58057
   + /telepathy-glib/trunk:1-60351

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2009-12-03 22:32:26 UTC (rev 60351)
+++ extra-x86_64/PKGBUILD   2009-12-03 22:33:18 UTC (rev 60352)
@@ -3,15 +3,15 @@
 # Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
 # Contributor: Bjorn Lindeijer bjorn lindeijer nl
 pkgname=telepathy-glib
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc=GLib bindings for the Telepathy D-Bus protocol
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
 groups=('telepathy')
 license=('LGPL')
-options=('!libtool')
-depends=('dbus-glib')
+options=('!libtool' '!emptydirs')
+depends=('dbus-glib=0.82')
 makedepends=('libxslt')
 
source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 
@@ -21,4 +21,4 @@
 make || return 1
 make DESTDIR=${pkgdir} install
 }
-md5sums=('fa82a4474b3a5436b5b3cb44cbc9a9b4')
+md5sums=('83be89144539472eac4ee4a4487f68c4')



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

2009-12-03 Thread Tobias Powalowski
Date: Thursday, December 3, 2009 @ 18:32:40
  Author: tpowa
Revision: 60354

archrelease: new repo testing-x86_64

Added:
  nvidia/repos/testing-x86_64/



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

2009-12-03 Thread Tobias Powalowski
Date: Thursday, December 3, 2009 @ 18:33:45
  Author: tpowa
Revision: 60355

Initialized merge tracking via svnmerge with revisions 1-60353 from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/nvidia/trunk

Modified:
  nvidia/repos/testing-x86_64/  (properties)


Property changes on: nvidia/repos/testing-x86_64
___
Added: svnmerge-integrated
   + /nvidia/trunk:1-60353



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

2009-12-03 Thread Tobias Powalowski
Date: Thursday, December 3, 2009 @ 18:39:03
  Author: tpowa
Revision: 60357

archrelease: new repo testing-x86_64

Added:
  kernel26/repos/testing-x86_64/



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

2009-12-03 Thread Tobias Powalowski
Date: Thursday, December 3, 2009 @ 18:39:19
  Author: tpowa
Revision: 60358

Initialized merge tracking via svnmerge with revisions 1-60356 from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/kernel26/trunk

Modified:
  kernel26/repos/testing-x86_64/(properties)


Property changes on: kernel26/repos/testing-x86_64
___
Added: svnmerge-integrated
   + /kernel26/trunk:1-60356



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

2009-12-03 Thread Tobias Powalowski
Date: Thursday, December 3, 2009 @ 18:55:03
  Author: tpowa
Revision: 60360

Initialized merge tracking via svnmerge with revisions 1-60358 from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/kernel26/trunk

Modified:
  kernel26/repos/testing-i686/  (properties)


Property changes on: kernel26/repos/testing-i686
___
Added: svnmerge-integrated
   + /kernel26/trunk:1-60358



[arch-commits] Commit in dnsmasq/trunk (3 files)

2009-12-03 Thread Paul Mattal
Date: Friday, December 4, 2009 @ 00:09:08
  Author: paul
Revision: 60361

upgpkg: dnsmasq 2.51-1
upstream update to 2.51, remove obsolete SECURITY_CAPABILITY stuff

Modified:
  dnsmasq/trunk/PKGBUILD
Deleted:
  dnsmasq/trunk/dnsmasq-capability-config.patch
  dnsmasq/trunk/dnsmasq.install

-+
 PKGBUILD|   14 +-
 dnsmasq-capability-config.patch |   14 --
 dnsmasq.install |   28 
 3 files changed, 5 insertions(+), 51 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-12-03 23:55:03 UTC (rev 60360)
+++ PKGBUILD2009-12-04 05:09:08 UTC (rev 60361)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=dnsmasq
-pkgver=2.50
+pkgver=2.51
 pkgrel=1
 pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
 url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
@@ -12,18 +12,14 @@
 depends=('glibc' 'bash')
 makedepends=('libcap=2.16')
 backup=('etc/dnsmasq.conf')
-install=$pkgname.install
-source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.gz; \
-'rc.dnsmasq' $pkgname-capability-config.patch)
-md5sums=('f7b1e17c590e493039537434c57c9de7' 'e956eee1ec24212a3254d2b168187495'\
- 'ef61cd6c3ce1fd0767a98b02975c9c9c')
+install=
+source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.gz; 
+'rc.dnsmasq')
+md5sums=('97465261a6de5258a3c3edfe51ca16a4' 'e956eee1ec24212a3254d2b168187495')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  # Patch to add a Note about Capability Module in the Config File
-  patch -Np0 -i ../$pkgname-capability-config.patch || return 1
-
   # Build
   make || return 1
 

Deleted: dnsmasq-capability-config.patch
===
--- dnsmasq-capability-config.patch 2009-12-03 23:55:03 UTC (rev 60360)
+++ dnsmasq-capability-config.patch 2009-12-04 05:09:08 UTC (rev 60361)
@@ -1,14 +0,0 @@
-diff -urN dnsmasq.conf.example dnsmasq.conf.example.fixed
 dnsmasq.conf.example   2006-10-18 16:24:50.0 -0400
-+++ dnsmasq.conf.example.fixed 2006-11-20 22:07:12.0 -0500
-@@ -58,7 +58,9 @@
- #address=/doubleclick.net/127.0.0.1
- 
- # If you want dnsmasq to change uid and gid to something other
--# than the default, edit the following lines.
-+# than root, you will need to have CONFIG_SECURITY_CAPABILITIES 
-+# enabled in your kernel. The default uid and gid of nobody will 
-+# be used if capability is available and this is not set.
- #user=
- #group=
- 

Deleted: dnsmasq.install
===
--- dnsmasq.install 2009-12-03 23:55:03 UTC (rev 60360)
+++ dnsmasq.install 2009-12-04 05:09:08 UTC (rev 60361)
@@ -1,28 +0,0 @@
-# arg 1: the new package version
-post_install() {
-   echo ==
-   echo | IMPORTANT: Unless you want to run dnsmasq as root, you |
-   echo | must either enable CONFIG_SECURITY_CAPABILITIES in |
-   echo | your kernel or add capability to the MODULES array |
-   echo | in /etc/rc.conf.   | 
-   echo | For more details on configuring dnsmasq, visit:|
-   echo | http://www.thekelleys.org.uk/dnsmasq/doc.html  |
-   echo ==
-   /bin/true
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
-   /bin/true
-}
-
-# arg 1: the old package version
-pre_remove() {
-   /bin/true
-}
-
-op=$1
-shift
-
-$op $*



[arch-commits] Commit in dnsmasq/repos (4 files)

2009-12-03 Thread Paul Mattal
Date: Friday, December 4, 2009 @ 00:27:42
  Author: paul
Revision: 60363

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


  r60361 | paul | 2009-12-04 00:09:08 -0500 (Fri, 04 Dec 2009) | 2 lines
  
  upgpkg: dnsmasq 2.51-1
  upstream update to 2.51, remove obsolete SECURITY_CAPABILITY stuff


Modified:
  dnsmasq/repos/extra-x86_64/   (properties)
  dnsmasq/repos/extra-x86_64/PKGBUILD
Deleted:
  dnsmasq/repos/extra-x86_64/dnsmasq-capability-config.patch
  dnsmasq/repos/extra-x86_64/dnsmasq.install

-+
 PKGBUILD|   14 +-
 dnsmasq-capability-config.patch |   14 --
 dnsmasq.install |   28 
 3 files changed, 5 insertions(+), 51 deletions(-)


Property changes on: dnsmasq/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /dnsmasq/trunk:1-50878
   + /dnsmasq/trunk:1-60362

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2009-12-04 05:09:27 UTC (rev 60362)
+++ extra-x86_64/PKGBUILD   2009-12-04 05:27:42 UTC (rev 60363)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=dnsmasq
-pkgver=2.50
+pkgver=2.51
 pkgrel=1
 pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
 url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
@@ -12,18 +12,14 @@
 depends=('glibc' 'bash')
 makedepends=('libcap=2.16')
 backup=('etc/dnsmasq.conf')
-install=$pkgname.install
-source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.gz; \
-'rc.dnsmasq' $pkgname-capability-config.patch)
-md5sums=('f7b1e17c590e493039537434c57c9de7' 'e956eee1ec24212a3254d2b168187495'\
- 'ef61cd6c3ce1fd0767a98b02975c9c9c')
+install=
+source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.gz; 
+'rc.dnsmasq')
+md5sums=('97465261a6de5258a3c3edfe51ca16a4' 'e956eee1ec24212a3254d2b168187495')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  # Patch to add a Note about Capability Module in the Config File
-  patch -Np0 -i ../$pkgname-capability-config.patch || return 1
-
   # Build
   make || return 1
 

Deleted: extra-x86_64/dnsmasq-capability-config.patch
===
--- extra-x86_64/dnsmasq-capability-config.patch2009-12-04 05:09:27 UTC 
(rev 60362)
+++ extra-x86_64/dnsmasq-capability-config.patch2009-12-04 05:27:42 UTC 
(rev 60363)
@@ -1,14 +0,0 @@
-diff -urN dnsmasq.conf.example dnsmasq.conf.example.fixed
 dnsmasq.conf.example   2006-10-18 16:24:50.0 -0400
-+++ dnsmasq.conf.example.fixed 2006-11-20 22:07:12.0 -0500
-@@ -58,7 +58,9 @@
- #address=/doubleclick.net/127.0.0.1
- 
- # If you want dnsmasq to change uid and gid to something other
--# than the default, edit the following lines.
-+# than root, you will need to have CONFIG_SECURITY_CAPABILITIES 
-+# enabled in your kernel. The default uid and gid of nobody will 
-+# be used if capability is available and this is not set.
- #user=
- #group=
- 

Deleted: extra-x86_64/dnsmasq.install
===
--- extra-x86_64/dnsmasq.install2009-12-04 05:09:27 UTC (rev 60362)
+++ extra-x86_64/dnsmasq.install2009-12-04 05:27:42 UTC (rev 60363)
@@ -1,28 +0,0 @@
-# arg 1: the new package version
-post_install() {
-   echo ==
-   echo | IMPORTANT: Unless you want to run dnsmasq as root, you |
-   echo | must either enable CONFIG_SECURITY_CAPABILITIES in |
-   echo | your kernel or add capability to the MODULES array |
-   echo | in /etc/rc.conf.   | 
-   echo | For more details on configuring dnsmasq, visit:|
-   echo | http://www.thekelleys.org.uk/dnsmasq/doc.html  |
-   echo ==
-   /bin/true
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
-   /bin/true
-}
-
-# arg 1: the old package version
-pre_remove() {
-   /bin/true
-}
-
-op=$1
-shift
-
-$op $*



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

2009-12-03 Thread Eric Bélanger
Date: Friday, December 4, 2009 @ 01:18:10
  Author: eric
Revision: 60364

upgpkg: audacity 1.3.10-1
Upstream update

Modified:
  audacity/trunk/ChangeLog
  audacity/trunk/PKGBUILD

---+
 ChangeLog |7 ++-
 PKGBUILD  |9 +++--
 2 files changed, 9 insertions(+), 7 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2009-12-04 05:27:42 UTC (rev 60363)
+++ ChangeLog   2009-12-04 06:18:10 UTC (rev 60364)
@@ -1,3 +1,8 @@
+2009-12-03  Eric Belanger  e...@archlinux.org
+
+   * audacity 1.3.10-1
+   * Upstream update
+
 2009-09-02  Eric Belanger  e...@archlinux.org
 
* audacity 1.3.9-1
@@ -3,5 +8,5 @@
* Upstream update
* Fixed icon location
-   
+
 2009-07-17  Eric Belanger  e...@archlinux.org
 

Modified: PKGBUILD
===
--- PKGBUILD2009-12-04 05:27:42 UTC (rev 60363)
+++ PKGBUILD2009-12-04 06:18:10 UTC (rev 60364)
@@ -4,7 +4,7 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=audacity
-pkgver=1.3.9
+pkgver=1.3.10
 pkgrel=1
 pkgdesc=A program that lets you manipulate digital audio waveforms
 arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@
 options=('!makeflags')
 install=audacity.install
 
source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}.tar.bz2)
-md5sums=('0f2bc8971c6e2c4d39457c28aea16b5c')
-sha1sums=('77330b3bb70070001262f6e3c7d74a1d94c93c5e')
+md5sums=('ffa698188e2e8f48c499268a478c579c')
+sha1sums=('f321f4abec9c282a213685e0189de2d5740a795c')
 
 build() {
   cd ${srcdir}/${pkgname}-src-${pkgver}
@@ -32,7 +32,4 @@
  --enable-unicode --without-taglib || return 1
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
-
-  install -d ${pkgdir}/usr/share/pixmaps
-  ln -s /usr/share/audacity/audacity.xpm 
${pkgdir}/usr/share/pixmaps/audacity.xpm || return 1
 }



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

2009-12-03 Thread Eric Bélanger
Date: Friday, December 4, 2009 @ 01:18:31
  Author: eric
Revision: 60365

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


  r60364 | eric | 2009-12-04 01:18:10 -0500 (Fri, 04 Dec 2009) | 2 lines
  
  upgpkg: audacity 1.3.10-1
  Upstream update


Modified:
  audacity/repos/extra-i686/(properties)
  audacity/repos/extra-i686/ChangeLog
  audacity/repos/extra-i686/PKGBUILD

---+
 ChangeLog |7 ++-
 PKGBUILD  |9 +++--
 2 files changed, 9 insertions(+), 7 deletions(-)


Property changes on: audacity/repos/extra-i686
___
Modified: svnmerge-integrated
   - /audacity/trunk:1-50914
   + /audacity/trunk:1-60364

Modified: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2009-12-04 06:18:10 UTC (rev 60364)
+++ extra-i686/ChangeLog2009-12-04 06:18:31 UTC (rev 60365)
@@ -1,3 +1,8 @@
+2009-12-03  Eric Belanger  e...@archlinux.org
+
+   * audacity 1.3.10-1
+   * Upstream update
+
 2009-09-02  Eric Belanger  e...@archlinux.org
 
* audacity 1.3.9-1
@@ -3,5 +8,5 @@
* Upstream update
* Fixed icon location
-   
+
 2009-07-17  Eric Belanger  e...@archlinux.org
 

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2009-12-04 06:18:10 UTC (rev 60364)
+++ extra-i686/PKGBUILD 2009-12-04 06:18:31 UTC (rev 60365)
@@ -4,7 +4,7 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=audacity
-pkgver=1.3.9
+pkgver=1.3.10
 pkgrel=1
 pkgdesc=A program that lets you manipulate digital audio waveforms
 arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@
 options=('!makeflags')
 install=audacity.install
 
source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}.tar.bz2)
-md5sums=('0f2bc8971c6e2c4d39457c28aea16b5c')
-sha1sums=('77330b3bb70070001262f6e3c7d74a1d94c93c5e')
+md5sums=('ffa698188e2e8f48c499268a478c579c')
+sha1sums=('f321f4abec9c282a213685e0189de2d5740a795c')
 
 build() {
   cd ${srcdir}/${pkgname}-src-${pkgver}
@@ -32,7 +32,4 @@
  --enable-unicode --without-taglib || return 1
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
-
-  install -d ${pkgdir}/usr/share/pixmaps
-  ln -s /usr/share/audacity/audacity.xpm 
${pkgdir}/usr/share/pixmaps/audacity.xpm || return 1
 }