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

2012-08-15 Thread Allan McRae
Date: Wednesday, August 15, 2012 @ 02:23:36
  Author: allan
Revision: 165300

upgpkg: sudo 1.8.5.p3-1

upstream update

Modified:
  sudo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-15 01:45:56 UTC (rev 165299)
+++ PKGBUILD2012-08-15 06:23:36 UTC (rev 165300)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sudo
-_ver=1.8.5p2
+_ver=1.8.5p3
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 pkgrel=1
 pkgdesc=Give certain users the ability to run some commands as root
@@ -15,8 +15,8 @@
 options=('!libtool' '!makeflags')
 source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig}
 sudo.pam)
-md5sums=('dc42ed9f0946d92273762d0ae7314d59'
- '756d80fc1c996d4f5458deec5a69b5c4'
+md5sums=('aa50e0a9ca02ac35d1020881bd3a221f'
+ 'aceea97d5f4fe063d6803bead339364d'
  '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
 
 build() {



[arch-commits] Commit in sudo/repos (6 files)

2012-08-15 Thread Allan McRae
Date: Wednesday, August 15, 2012 @ 02:24:22
  Author: allan
Revision: 165301

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  sudo/repos/testing-i686/
  sudo/repos/testing-i686/PKGBUILD
(from rev 165300, sudo/trunk/PKGBUILD)
  sudo/repos/testing-i686/sudo.pam
(from rev 165300, sudo/trunk/sudo.pam)
  sudo/repos/testing-x86_64/
  sudo/repos/testing-x86_64/PKGBUILD
(from rev 165300, sudo/trunk/PKGBUILD)
  sudo/repos/testing-x86_64/sudo.pam
(from rev 165300, sudo/trunk/sudo.pam)

-+
 testing-i686/PKGBUILD   |   42 ++
 testing-i686/sudo.pam   |3 +++
 testing-x86_64/PKGBUILD |   42 ++
 testing-x86_64/sudo.pam |3 +++
 4 files changed, 90 insertions(+)

Copied: sudo/repos/testing-i686/PKGBUILD (from rev 165300, sudo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-15 06:24:22 UTC (rev 165301)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sudo
+_ver=1.8.5p3
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+pkgrel=1
+pkgdesc=Give certain users the ability to run some commands as root
+arch=('i686' 'x86_64')
+url=http://www.sudo.ws/sudo/;
+license=('custom')
+depends=('glibc' 'pam')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+options=('!libtool' '!makeflags')
+source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig}
+sudo.pam)
+md5sums=('aa50e0a9ca02ac35d1020881bd3a221f'
+ 'aceea97d5f4fe063d6803bead339364d'
+ '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
+
+build() {
+  cd $srcdir/$pkgname-$_ver
+
+  ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \
+--with-env-editor --with-all-insults --with-logfac=auth
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$_ver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_ver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
+
+  install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE
+}

Copied: sudo/repos/testing-i686/sudo.pam (from rev 165300, sudo/trunk/sudo.pam)
===
--- testing-i686/sudo.pam   (rev 0)
+++ testing-i686/sudo.pam   2012-08-15 06:24:22 UTC (rev 165301)
@@ -0,0 +1,3 @@
+#%PAM-1.0
+auth   requiredpam_unix.so
+auth   requiredpam_nologin.so

Copied: sudo/repos/testing-x86_64/PKGBUILD (from rev 165300, 
sudo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-08-15 06:24:22 UTC (rev 165301)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sudo
+_ver=1.8.5p3
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+pkgrel=1
+pkgdesc=Give certain users the ability to run some commands as root
+arch=('i686' 'x86_64')
+url=http://www.sudo.ws/sudo/;
+license=('custom')
+depends=('glibc' 'pam')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+options=('!libtool' '!makeflags')
+source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig}
+sudo.pam)
+md5sums=('aa50e0a9ca02ac35d1020881bd3a221f'
+ 'aceea97d5f4fe063d6803bead339364d'
+ '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
+
+build() {
+  cd $srcdir/$pkgname-$_ver
+
+  ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \
+--with-env-editor --with-all-insults --with-logfac=auth
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$_ver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_ver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
+
+  install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE
+}

Copied: sudo/repos/testing-x86_64/sudo.pam (from rev 165300, 
sudo/trunk/sudo.pam)
===
--- testing-x86_64/sudo.pam (rev 0)
+++ testing-x86_64/sudo.pam 2012-08-15 06:24:22 UTC (rev 165301)
@@ -0,0 +1,3 @@
+#%PAM-1.0
+auth   requiredpam_unix.so
+auth   requiredpam_nologin.so



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

2012-08-15 Thread Allan McRae
Date: Wednesday, August 15, 2012 @ 03:11:38
  Author: allan
Revision: 165302

upgpkg: automake 1.12.3-1

upstream update

Modified:
  automake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-15 06:24:22 UTC (rev 165301)
+++ PKGBUILD2012-08-15 07:11:38 UTC (rev 165302)
@@ -3,7 +3,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=automake
-pkgver=1.12.2
+pkgver=1.12.3
 pkgrel=1
 pkgdesc=A GNU tool for automatically creating Makefiles
 arch=('any')
@@ -15,13 +15,13 @@
 install=automake.install
 source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
 automake-1.12.2-aclocal7-test-fix.diff)
-md5sums=('56c3ab38a5ed8f2b825341b4e007372a'
- '09e754ad7198853dc6abe22cc5e6ba4b'
+md5sums=('0df082825f8f41087eb70c5088f4515e'
+ '1e272ddf91d347e1316afd970568ee81'
  '12280109fc55cfb6197feecfbe7ab513')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p2 -i $srcdir/automake-1.12.2-aclocal7-test-fix.diff
+  #patch -p2 -i $srcdir/automake-1.12.2-aclocal7-test-fix.diff
   ./configure --prefix=/usr
   make
 }



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

2012-08-15 Thread Allan McRae
Date: Wednesday, August 15, 2012 @ 03:12:15
  Author: allan
Revision: 165303

archrelease: copy trunk to testing-any

Added:
  automake/repos/testing-any/
  automake/repos/testing-any/PKGBUILD
(from rev 165302, automake/trunk/PKGBUILD)
  automake/repos/testing-any/automake-1.12.2-aclocal7-test-fix.diff
(from rev 165302, automake/trunk/automake-1.12.2-aclocal7-test-fix.diff)
  automake/repos/testing-any/automake.install
(from rev 165302, automake/trunk/automake.install)

+
 PKGBUILD   |   37 +++
 automake-1.12.2-aclocal7-test-fix.diff |   18 +++
 automake.install   |   22 ++
 3 files changed, 77 insertions(+)

Copied: automake/repos/testing-any/PKGBUILD (from rev 165302, 
automake/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-08-15 07:12:15 UTC (rev 165303)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=automake
+pkgver=1.12.3
+pkgrel=1
+pkgdesc=A GNU tool for automatically creating Makefiles
+arch=('any')
+license=('GPL')
+url=http://www.gnu.org/software/automake;
+groups=('base-devel')
+depends=('perl' 'bash')
+makedepends=('autoconf')
+install=automake.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+automake-1.12.2-aclocal7-test-fix.diff)
+md5sums=('0df082825f8f41087eb70c5088f4515e'
+ '1e272ddf91d347e1316afd970568ee81'
+ '12280109fc55cfb6197feecfbe7ab513')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  #patch -p2 -i $srcdir/automake-1.12.2-aclocal7-test-fix.diff
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: automake/repos/testing-any/automake-1.12.2-aclocal7-test-fix.diff (from 
rev 165302, automake/trunk/automake-1.12.2-aclocal7-test-fix.diff)
===
--- testing-any/automake-1.12.2-aclocal7-test-fix.diff  
(rev 0)
+++ testing-any/automake-1.12.2-aclocal7-test-fix.diff  2012-08-15 07:12:15 UTC 
(rev 165303)
@@ -0,0 +1,18 @@
+Fix a race condition that causes aclocal7 to fail on fast machines (see the
+comment below).
+
+diff -x config.log -x config.status -ru tmp/automake-1.12.2/t/aclocal7.sh 
work/automake-1.12.2/t/aclocal7.sh
+--- tmp/automake-1.12.2/t/aclocal7.sh  2012-07-08 11:48:25.0 +0100
 work/automake-1.12.2/t/aclocal7.sh 2012-07-10 11:58:50.325999591 +0100
+@@ -45,6 +45,11 @@
+   $AUTOMAKE --no-force
+ }
+ 
++# aclocal will rewrite aclocal.m4 unless the input files are all older than 
the
++# existing aclocal.m4 -- sleep to ensure somedefs.m4 has an older timestamp
++# than the aclocal.m4 that the next aclocal call will generate.
++$sleep
++
+ $ACLOCAL -I m4
+ AUTOMAKE_after_aclocal
+ 

Copied: automake/repos/testing-any/automake.install (from rev 165302, 
automake/trunk/automake.install)
===
--- testing-any/automake.install(rev 0)
+++ testing-any/automake.install2012-08-15 07:12:15 UTC (rev 165303)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(automake.info automake.info-1 automake.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in automake/trunk (2 files)

2012-08-15 Thread Allan McRae
Date: Wednesday, August 15, 2012 @ 03:18:49
  Author: allan
Revision: 165304

upgpkg: automake 1.12.3-1

clean-up old patch

Modified:
  automake/trunk/PKGBUILD
Deleted:
  automake/trunk/automake-1.12.2-aclocal7-test-fix.diff

+
 PKGBUILD   |7 ++-
 automake-1.12.2-aclocal7-test-fix.diff |   18 --
 2 files changed, 2 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-15 07:12:15 UTC (rev 165303)
+++ PKGBUILD2012-08-15 07:18:49 UTC (rev 165304)
@@ -13,15 +13,12 @@
 depends=('perl' 'bash')
 makedepends=('autoconf')
 install=automake.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
-automake-1.12.2-aclocal7-test-fix.diff)
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
 md5sums=('0df082825f8f41087eb70c5088f4515e'
- '1e272ddf91d347e1316afd970568ee81'
- '12280109fc55cfb6197feecfbe7ab513')
+ '1e272ddf91d347e1316afd970568ee81')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  #patch -p2 -i $srcdir/automake-1.12.2-aclocal7-test-fix.diff
   ./configure --prefix=/usr
   make
 }

Deleted: automake-1.12.2-aclocal7-test-fix.diff
===
--- automake-1.12.2-aclocal7-test-fix.diff  2012-08-15 07:12:15 UTC (rev 
165303)
+++ automake-1.12.2-aclocal7-test-fix.diff  2012-08-15 07:18:49 UTC (rev 
165304)
@@ -1,18 +0,0 @@
-Fix a race condition that causes aclocal7 to fail on fast machines (see the
-comment below).
-
-diff -x config.log -x config.status -ru tmp/automake-1.12.2/t/aclocal7.sh 
work/automake-1.12.2/t/aclocal7.sh
 tmp/automake-1.12.2/t/aclocal7.sh  2012-07-08 11:48:25.0 +0100
-+++ work/automake-1.12.2/t/aclocal7.sh 2012-07-10 11:58:50.325999591 +0100
-@@ -45,6 +45,11 @@
-   $AUTOMAKE --no-force
- }
- 
-+# aclocal will rewrite aclocal.m4 unless the input files are all older than 
the
-+# existing aclocal.m4 -- sleep to ensure somedefs.m4 has an older timestamp
-+# than the aclocal.m4 that the next aclocal call will generate.
-+$sleep
-+
- $ACLOCAL -I m4
- AUTOMAKE_after_aclocal
- 



[arch-commits] Commit in automake/repos/testing-any (5 files)

2012-08-15 Thread Allan McRae
Date: Wednesday, August 15, 2012 @ 03:19:22
  Author: allan
Revision: 165305

archrelease: copy trunk to testing-any

Added:
  automake/repos/testing-any/PKGBUILD
(from rev 165304, automake/trunk/PKGBUILD)
  automake/repos/testing-any/automake.install
(from rev 165304, automake/trunk/automake.install)
Deleted:
  automake/repos/testing-any/PKGBUILD
  automake/repos/testing-any/automake-1.12.2-aclocal7-test-fix.diff
  automake/repos/testing-any/automake.install

+
 PKGBUILD   |   71 ++-
 automake-1.12.2-aclocal7-test-fix.diff |   18 ---
 automake.install   |   44 +--
 3 files changed, 56 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-08-15 07:18:49 UTC (rev 165304)
+++ PKGBUILD2012-08-15 07:19:22 UTC (rev 165305)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=automake
-pkgver=1.12.3
-pkgrel=1
-pkgdesc=A GNU tool for automatically creating Makefiles
-arch=('any')
-license=('GPL')
-url=http://www.gnu.org/software/automake;
-groups=('base-devel')
-depends=('perl' 'bash')
-makedepends=('autoconf')
-install=automake.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
-automake-1.12.2-aclocal7-test-fix.diff)
-md5sums=('0df082825f8f41087eb70c5088f4515e'
- '1e272ddf91d347e1316afd970568ee81'
- '12280109fc55cfb6197feecfbe7ab513')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  #patch -p2 -i $srcdir/automake-1.12.2-aclocal7-test-fix.diff
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: automake/repos/testing-any/PKGBUILD (from rev 165304, 
automake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-08-15 07:19:22 UTC (rev 165305)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=automake
+pkgver=1.12.3
+pkgrel=1
+pkgdesc=A GNU tool for automatically creating Makefiles
+arch=('any')
+license=('GPL')
+url=http://www.gnu.org/software/automake;
+groups=('base-devel')
+depends=('perl' 'bash')
+makedepends=('autoconf')
+install=automake.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('0df082825f8f41087eb70c5088f4515e'
+ '1e272ddf91d347e1316afd970568ee81')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: automake-1.12.2-aclocal7-test-fix.diff
===
--- automake-1.12.2-aclocal7-test-fix.diff  2012-08-15 07:18:49 UTC (rev 
165304)
+++ automake-1.12.2-aclocal7-test-fix.diff  2012-08-15 07:19:22 UTC (rev 
165305)
@@ -1,18 +0,0 @@
-Fix a race condition that causes aclocal7 to fail on fast machines (see the
-comment below).
-
-diff -x config.log -x config.status -ru tmp/automake-1.12.2/t/aclocal7.sh 
work/automake-1.12.2/t/aclocal7.sh
 tmp/automake-1.12.2/t/aclocal7.sh  2012-07-08 11:48:25.0 +0100
-+++ work/automake-1.12.2/t/aclocal7.sh 2012-07-10 11:58:50.325999591 +0100
-@@ -45,6 +45,11 @@
-   $AUTOMAKE --no-force
- }
- 
-+# aclocal will rewrite aclocal.m4 unless the input files are all older than 
the
-+# existing aclocal.m4 -- sleep to ensure somedefs.m4 has an older timestamp
-+# than the aclocal.m4 that the next aclocal call will generate.
-+$sleep
-+
- $ACLOCAL -I m4
- AUTOMAKE_after_aclocal
- 

Deleted: automake.install
===
--- automake.install2012-08-15 07:18:49 UTC (rev 165304)
+++ automake.install2012-08-15 07:19:22 UTC (rev 165305)
@@ -1,22 +0,0 @@
-infodir=/usr/share/info
-filelist=(automake.info automake.info-1 automake.info-2)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: automake/repos/testing-any/automake.install (from rev 165304, 
automake/trunk/automake.install)
===
--- automake.install(rev 0)
+++ automake.install2012-08-15 07:19:22 UTC 

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

2012-08-15 Thread Juergen Hoetzel
Date: Wednesday, August 15, 2012 @ 06:45:01
  Author: juergen
Revision: 165306

upgpkg: sbcl 1.0.58-1

Modified:
  sbcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-15 07:19:22 UTC (rev 165305)
+++ PKGBUILD2012-08-15 10:45:01 UTC (rev 165306)
@@ -5,7 +5,7 @@
 # Contributor: Leslie Polzer (skypher)
 
 pkgname=sbcl
-pkgver=1.0.57
+pkgver=1.0.58
 pkgrel=1
 pkgdesc=Steel Bank Common Lisp
 url=http://www.sbcl.org/;
@@ -17,7 +17,7 @@
 install=sbcl.install
 
source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
 arch-fixes.lisp)
-md5sums=('bb0e4f5c2dad3491802197525283f6b0'
+md5sums=('341952949dc90af6f83a89f685da5dde'
  '7ac0c1936547f4278198b8bf7725204d')
 
 build() {



[arch-commits] Commit in sbcl/repos/extra-i686 (6 files)

2012-08-15 Thread Juergen Hoetzel
Date: Wednesday, August 15, 2012 @ 06:45:19
  Author: juergen
Revision: 165307

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 165306, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 165306, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 165306, sbcl/trunk/sbcl.install)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install

-+
 PKGBUILD|  140 +++---
 arch-fixes.lisp |   42 
 sbcl.install|   36 ++---
 3 files changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-08-15 10:45:01 UTC (rev 165306)
+++ PKGBUILD2012-08-15 10:45:19 UTC (rev 165307)
@@ -1,70 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.0.57
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc')
-provides=('common-lisp' 'cl-asdf' 'zlib')
-makedepends=('sbcl' 'texinfo')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-arch-fixes.lisp)
-md5sums=('bb0e4f5c2dad3491802197525283f6b0'
- '7ac0c1936547f4278198b8bf7725204d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -DSBCL_HOME=\\\/usr/lib/sbcl\\\
-  export GNUMAKE=make -e
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  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
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-i686/PKGBUILD (from rev 165306, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-08-15 10:45:19 UTC (rev 165307)
@@ -0,0 +1,70 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.0.58
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc')
+provides=('common-lisp' 'cl-asdf' 'zlib')
+makedepends=('sbcl' 'texinfo')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+arch-fixes.lisp)
+md5sums=('341952949dc90af6f83a89f685da5dde'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -DSBCL_HOME=\\\/usr/lib/sbcl\\\
+  export GNUMAKE=make -e
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl
+  make -C doc/manual info
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  INSTALL_ROOT=$pkgdir/usr sh install.sh
+
+  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
+  mkdir -p $pkgdir/usr/share/sbcl-source
+  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
+
+  # license
+  install -D -m644 

[arch-commits] Commit in sbcl/repos/extra-x86_64 (6 files)

2012-08-15 Thread Juergen Hoetzel
Date: Wednesday, August 15, 2012 @ 07:11:17
  Author: juergen
Revision: 165308

archrelease: copy trunk to extra-x86_64

Added:
  sbcl/repos/extra-x86_64/PKGBUILD
(from rev 165307, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-x86_64/arch-fixes.lisp
(from rev 165307, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-x86_64/sbcl.install
(from rev 165307, sbcl/trunk/sbcl.install)
Deleted:
  sbcl/repos/extra-x86_64/PKGBUILD
  sbcl/repos/extra-x86_64/arch-fixes.lisp
  sbcl/repos/extra-x86_64/sbcl.install

-+
 PKGBUILD|  140 +++---
 arch-fixes.lisp |   42 
 sbcl.install|   36 ++---
 3 files changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-08-15 10:45:19 UTC (rev 165307)
+++ PKGBUILD2012-08-15 11:11:17 UTC (rev 165308)
@@ -1,70 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.0.57
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc')
-provides=('common-lisp' 'cl-asdf' 'zlib')
-makedepends=('sbcl' 'texinfo')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-arch-fixes.lisp)
-md5sums=('bb0e4f5c2dad3491802197525283f6b0'
- '7ac0c1936547f4278198b8bf7725204d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -DSBCL_HOME=\\\/usr/lib/sbcl\\\
-  export GNUMAKE=make -e
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  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
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-x86_64/PKGBUILD (from rev 165307, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-08-15 11:11:17 UTC (rev 165308)
@@ -0,0 +1,70 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.0.58
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc')
+provides=('common-lisp' 'cl-asdf' 'zlib')
+makedepends=('sbcl' 'texinfo')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+arch-fixes.lisp)
+md5sums=('341952949dc90af6f83a89f685da5dde'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -DSBCL_HOME=\\\/usr/lib/sbcl\\\
+  export GNUMAKE=make -e
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl
+  make -C doc/manual info
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  INSTALL_ROOT=$pkgdir/usr sh install.sh
+
+  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
+  mkdir -p $pkgdir/usr/share/sbcl-source
+  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
+
+  # license
+  install -D -m644 

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

2012-08-15 Thread Juergen Hoetzel
Date: Wednesday, August 15, 2012 @ 07:17:36
  Author: juergen
Revision: 165309

sbcl rebuild

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-15 11:11:17 UTC (rev 165308)
+++ PKGBUILD2012-08-15 11:17:36 UTC (rev 165309)
@@ -4,12 +4,12 @@
 
 pkgname=maxima
 pkgver=5.27.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Maxima - a sophisticated computer algebra system
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://maxima.sourceforge.net;
-depends=('sbcl=1.0.57' 'texinfo' 'sh')
+depends=('sbcl=1.0.58' 'texinfo' 'sh')
 makedepends=('python2')
 optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
 # needs rebuild when bash changes version



[arch-commits] Commit in maxima/repos/extra-i686 (6 files)

2012-08-15 Thread Juergen Hoetzel
Date: Wednesday, August 15, 2012 @ 07:18:42
  Author: juergen
Revision: 165310

archrelease: copy trunk to extra-i686

Added:
  maxima/repos/extra-i686/PKGBUILD
(from rev 165309, maxima/trunk/PKGBUILD)
  maxima/repos/extra-i686/maxima.desktop
(from rev 165309, maxima/trunk/maxima.desktop)
  maxima/repos/extra-i686/maxima.install
(from rev 165309, maxima/trunk/maxima.install)
Deleted:
  maxima/repos/extra-i686/PKGBUILD
  maxima/repos/extra-i686/maxima.desktop
  maxima/repos/extra-i686/maxima.install

+
 PKGBUILD   |   92 +++
 maxima.desktop |   22 ++---
 maxima.install |   36 ++---
 3 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-08-15 11:17:36 UTC (rev 165309)
+++ PKGBUILD2012-08-15 11:18:42 UTC (rev 165310)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa da...@archlinux.org
-
-pkgname=maxima
-pkgver=5.27.0
-pkgrel=2
-pkgdesc=Maxima - a sophisticated computer algebra system
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://maxima.sourceforge.net;
-depends=('sbcl=1.0.57' 'texinfo' 'sh')
-makedepends=('python2')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-sha1sums=('8d8d0b3db27f002986cff5429dea96ada46a0576'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # set correct python executable to create docs
-  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/${pkgname}.desktop \
-   ${pkgdir}/usr/share/applications/${pkgname}.desktop
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d ${pkgdir}/usr/share/pixmaps/
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: maxima/repos/extra-i686/PKGBUILD (from rev 165309, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-08-15 11:18:42 UTC (rev 165310)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa da...@archlinux.org
+
+pkgname=maxima
+pkgver=5.27.0
+pkgrel=3
+pkgdesc=Maxima - a sophisticated computer algebra system
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://maxima.sourceforge.net;
+depends=('sbcl=1.0.58' 'texinfo' 'sh')
+makedepends=('python2')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+install=maxima.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
+sha1sums=('8d8d0b3db27f002986cff5429dea96ada46a0576'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # set correct python executable to create docs
+  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install some freedesktop.org compatibility
+  install -Dm644 ${srcdir}/${pkgname}.desktop \
+   ${pkgdir}/usr/share/applications/${pkgname}.desktop
+
+  # make sure, we have a nice icon for the desktop file at the right place ;)
+  install -d ${pkgdir}/usr/share/pixmaps/
+  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
+   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
+}

Deleted: maxima.desktop
===
--- maxima.desktop  2012-08-15 11:17:36 UTC (rev 165309)
+++ maxima.desktop  2012-08-15 11:18:42 UTC (rev 165310)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Name=XMaxima
-GenericName=A computer algebra system

[arch-commits] Commit in maxima/repos/extra-x86_64 (6 files)

2012-08-15 Thread Juergen Hoetzel
Date: Wednesday, August 15, 2012 @ 07:34:23
  Author: juergen
Revision: 165311

archrelease: copy trunk to extra-x86_64

Added:
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 165310, maxima/trunk/PKGBUILD)
  maxima/repos/extra-x86_64/maxima.desktop
(from rev 165310, maxima/trunk/maxima.desktop)
  maxima/repos/extra-x86_64/maxima.install
(from rev 165310, maxima/trunk/maxima.install)
Deleted:
  maxima/repos/extra-x86_64/PKGBUILD
  maxima/repos/extra-x86_64/maxima.desktop
  maxima/repos/extra-x86_64/maxima.install

+
 PKGBUILD   |   92 +++
 maxima.desktop |   22 ++---
 maxima.install |   36 ++---
 3 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-08-15 11:18:42 UTC (rev 165310)
+++ PKGBUILD2012-08-15 11:34:23 UTC (rev 165311)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa da...@archlinux.org
-
-pkgname=maxima
-pkgver=5.27.0
-pkgrel=2
-pkgdesc=Maxima - a sophisticated computer algebra system
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://maxima.sourceforge.net;
-depends=('sbcl=1.0.57' 'texinfo' 'sh')
-makedepends=('python2')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-sha1sums=('8d8d0b3db27f002986cff5429dea96ada46a0576'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # set correct python executable to create docs
-  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/${pkgname}.desktop \
-   ${pkgdir}/usr/share/applications/${pkgname}.desktop
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d ${pkgdir}/usr/share/pixmaps/
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: maxima/repos/extra-x86_64/PKGBUILD (from rev 165310, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-08-15 11:34:23 UTC (rev 165311)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa da...@archlinux.org
+
+pkgname=maxima
+pkgver=5.27.0
+pkgrel=3
+pkgdesc=Maxima - a sophisticated computer algebra system
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://maxima.sourceforge.net;
+depends=('sbcl=1.0.58' 'texinfo' 'sh')
+makedepends=('python2')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+install=maxima.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
+sha1sums=('8d8d0b3db27f002986cff5429dea96ada46a0576'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # set correct python executable to create docs
+  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install some freedesktop.org compatibility
+  install -Dm644 ${srcdir}/${pkgname}.desktop \
+   ${pkgdir}/usr/share/applications/${pkgname}.desktop
+
+  # make sure, we have a nice icon for the desktop file at the right place ;)
+  install -d ${pkgdir}/usr/share/pixmaps/
+  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
+   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
+}

Deleted: maxima.desktop
===
--- maxima.desktop  2012-08-15 11:18:42 UTC (rev 165310)
+++ maxima.desktop  2012-08-15 11:34:23 UTC (rev 165311)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Name=XMaxima
-GenericName=A computer algebra 

[arch-commits] Commit in maxima/repos/extra-x86_64 (6 files)

2012-08-15 Thread Juergen Hoetzel
Date: Wednesday, August 15, 2012 @ 07:35:19
  Author: juergen
Revision: 165312

archrelease: copy trunk to extra-x86_64

Added:
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 165311, maxima/trunk/PKGBUILD)
  maxima/repos/extra-x86_64/maxima.desktop
(from rev 165311, maxima/trunk/maxima.desktop)
  maxima/repos/extra-x86_64/maxima.install
(from rev 165311, maxima/trunk/maxima.install)
Deleted:
  maxima/repos/extra-x86_64/PKGBUILD
  maxima/repos/extra-x86_64/maxima.desktop
  maxima/repos/extra-x86_64/maxima.install

+
 PKGBUILD   |   92 +++
 maxima.desktop |   22 ++---
 maxima.install |   36 ++---
 3 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-08-15 11:34:23 UTC (rev 165311)
+++ PKGBUILD2012-08-15 11:35:19 UTC (rev 165312)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa da...@archlinux.org
-
-pkgname=maxima
-pkgver=5.27.0
-pkgrel=3
-pkgdesc=Maxima - a sophisticated computer algebra system
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://maxima.sourceforge.net;
-depends=('sbcl=1.0.58' 'texinfo' 'sh')
-makedepends=('python2')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-sha1sums=('8d8d0b3db27f002986cff5429dea96ada46a0576'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # set correct python executable to create docs
-  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/${pkgname}.desktop \
-   ${pkgdir}/usr/share/applications/${pkgname}.desktop
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d ${pkgdir}/usr/share/pixmaps/
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: maxima/repos/extra-x86_64/PKGBUILD (from rev 165311, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-08-15 11:35:19 UTC (rev 165312)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa da...@archlinux.org
+
+pkgname=maxima
+pkgver=5.27.0
+pkgrel=3
+pkgdesc=Maxima - a sophisticated computer algebra system
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://maxima.sourceforge.net;
+depends=('sbcl=1.0.58' 'texinfo' 'sh')
+makedepends=('python2')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+install=maxima.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
+sha1sums=('8d8d0b3db27f002986cff5429dea96ada46a0576'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # set correct python executable to create docs
+  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install some freedesktop.org compatibility
+  install -Dm644 ${srcdir}/${pkgname}.desktop \
+   ${pkgdir}/usr/share/applications/${pkgname}.desktop
+
+  # make sure, we have a nice icon for the desktop file at the right place ;)
+  install -d ${pkgdir}/usr/share/pixmaps/
+  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
+   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
+}

Deleted: maxima.desktop
===
--- maxima.desktop  2012-08-15 11:34:23 UTC (rev 165311)
+++ maxima.desktop  2012-08-15 11:35:19 UTC (rev 165312)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Name=XMaxima
-GenericName=A computer algebra 

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

2012-08-15 Thread Stéphane Gaudreault
Date: Wednesday, August 15, 2012 @ 09:09:29
  Author: stephane
Revision: 165313

upgpkg: subversion 1.7.6-1

upstream update

Added:
  subversion/trunk/subversion-1.7.6-kwallet-gcc47.patch
(from rev 165312, subversion/trunk/subversion-1.7.5-kwallet-gcc47.patch)
Modified:
  subversion/trunk/PKGBUILD
Deleted:
  subversion/trunk/subversion-1.7.5-kwallet-gcc47.patch

--+
 PKGBUILD |   18 +-
 subversion-1.7.5-kwallet-gcc47.patch |   56 -
 subversion-1.7.6-kwallet-gcc47.patch |   56 +
 3 files changed, 65 insertions(+), 65 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-15 11:35:19 UTC (rev 165312)
+++ PKGBUILD2012-08-15 13:09:29 UTC (rev 165313)
@@ -4,14 +4,14 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
-pkgver=1.7.5
-pkgrel=3
+pkgver=1.7.6
+pkgrel=1
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 license=('APACHE')
 depends=('neon' 'apr-util' 'sqlite' 'file')
 optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
-'python2: for some hook scripts') # 'ruby: for some hook scripts' 
'java-environment')
+'python2: for some hook scripts' 'java-environment') #'ruby: for 
some hook scripts')
 makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'java-runtime' 
'java-environment'
  'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
@@ -24,10 +24,10 @@
 svnserve.conf
 svnserve.tmpfiles
 svnserve.service
-subversion-1.7.5-kwallet-gcc47.patch
+subversion-1.7.6-kwallet-gcc47.patch
 subversion.rpath.fix.patch)
-sha1sums=('05c079762690d5ac1ccd2549742e7ef70fa45cf1'
-  'b267cba19b4f56360657a5bf5b231950e027a45a'
+sha1sums=('5b76a9f49e2c4bf064041a7d6b1bfcc3aa4ed068'
+  'd8d99c01c49b189047389816b720923f1d9dbf2a'
   '64ba3e6ebafc08ac62f59d788f7a825fdce69573'
   '73b36c046c09cec2093354911c89e3ba8056af6c'
   'ad117bf3b2a838a9a678a93fd8db1a066ad46c41'
@@ -43,7 +43,7 @@
patch -p0 -i ../subversion.rpath.fix.patch
sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
 
-   patch -Np1 -i ../subversion-1.7.5-kwallet-gcc47.patch
+   patch -Np1 -i ../subversion-1.7.6-kwallet-gcc47.patch
 
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
--with-zlib=/usr --with-neon=/usr --with-apxs \
@@ -53,7 +53,7 @@
make external-all
make LT_LDFLAGS=-L$Fdestdir/usr/lib local-all
make swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
- swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl # swig-rb
+ swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl #swig-rb
 }
 
 #check() {
@@ -69,7 +69,7 @@
make DESTDIR=${pkgdir} INSTALLDIRS=vendor \
  swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
  swig_pydir_extra=/usr/lib/python2.7/site-packages/svn \
- install install-swig-py install-swig-pl install-javahl # install-swig-rb
+ install install-swig-py install-swig-pl install-javahl #install-swig-rb
 
install -dm755 ${pkgdir}/usr/share/subversion
cp -a tools/hook-scripts ${pkgdir}/usr/share/subversion/

Deleted: subversion-1.7.5-kwallet-gcc47.patch
===
--- subversion-1.7.5-kwallet-gcc47.patch2012-08-15 11:35:19 UTC (rev 
165312)
+++ subversion-1.7.5-kwallet-gcc47.patch2012-08-15 13:09:29 UTC (rev 
165313)
@@ -1,56 +0,0 @@
-diff -Naur subversion-1.7.5.ori/subversion/libsvn_auth_kwallet/kwallet.cpp 
subversion-1.7.5/subversion/libsvn_auth_kwallet/kwallet.cpp
 subversion-1.7.5.ori/subversion/libsvn_auth_kwallet/kwallet.cpp
2010-12-30 15:46:50.0 -0500
-+++ subversion-1.7.5/subversion/libsvn_auth_kwallet/kwallet.cpp
2012-08-14 19:43:16.694275908 -0400
-@@ -60,6 +60,9 @@
- /* KWallet simple provider, puts passwords in KWallet*/
- /*---*/
- 
-+static int q_argc = 1;
-+static char q_argv0[] = svn; // Build non-const char * from string constant
-+static char *q_argv[] = { q_argv0 };
- 
- static const char *
- get_application_name(apr_hash_t *parameters,
-@@ -175,6 +178,10 @@
-kwallet-initialized,
-APR_HASH_KEY_STRING,
-NULL);
-+  apr_hash_set(parameters,
-+   kwallet-wallet,
-+   APR_HASH_KEY_STRING,
-+   NULL);
- }
-   return APR_SUCCESS;
- }
-@@ -203,12 +210,11 @@
-   QCoreApplication *app;
-   if (! qApp)
- {
--  int argc = 1;
--  app = new 

[arch-commits] Commit in subversion/repos (18 files)

2012-08-15 Thread Stéphane Gaudreault
Date: Wednesday, August 15, 2012 @ 09:09:50
  Author: stephane
Revision: 165314

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  subversion/repos/testing-i686/
  subversion/repos/testing-i686/PKGBUILD
(from rev 165313, subversion/trunk/PKGBUILD)
  subversion/repos/testing-i686/subversion-1.7.6-kwallet-gcc47.patch
(from rev 165313, subversion/trunk/subversion-1.7.6-kwallet-gcc47.patch)
  subversion/repos/testing-i686/subversion.rpath.fix.patch
(from rev 165313, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-i686/svn
(from rev 165313, subversion/trunk/svn)
  subversion/repos/testing-i686/svnserve
(from rev 165313, subversion/trunk/svnserve)
  subversion/repos/testing-i686/svnserve.conf
(from rev 165313, subversion/trunk/svnserve.conf)
  subversion/repos/testing-i686/svnserve.service
(from rev 165313, subversion/trunk/svnserve.service)
  subversion/repos/testing-i686/svnserve.tmpfiles
(from rev 165313, subversion/trunk/svnserve.tmpfiles)
  subversion/repos/testing-x86_64/
  subversion/repos/testing-x86_64/PKGBUILD
(from rev 165313, subversion/trunk/PKGBUILD)
  subversion/repos/testing-x86_64/subversion-1.7.6-kwallet-gcc47.patch
(from rev 165313, subversion/trunk/subversion-1.7.6-kwallet-gcc47.patch)
  subversion/repos/testing-x86_64/subversion.rpath.fix.patch
(from rev 165313, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-x86_64/svn
(from rev 165313, subversion/trunk/svn)
  subversion/repos/testing-x86_64/svnserve
(from rev 165313, subversion/trunk/svnserve)
  subversion/repos/testing-x86_64/svnserve.conf
(from rev 165313, subversion/trunk/svnserve.conf)
  subversion/repos/testing-x86_64/svnserve.service
(from rev 165313, subversion/trunk/svnserve.service)
  subversion/repos/testing-x86_64/svnserve.tmpfiles
(from rev 165313, subversion/trunk/svnserve.tmpfiles)

-+
 testing-i686/PKGBUILD   |   99 ++
 testing-i686/subversion-1.7.6-kwallet-gcc47.patch   |   56 ++
 testing-i686/subversion.rpath.fix.patch |   10 +
 testing-i686/svn|   11 ++
 testing-i686/svnserve   |   42 +++
 testing-i686/svnserve.conf  |7 +
 testing-i686/svnserve.service   |   11 ++
 testing-i686/svnserve.tmpfiles  |1 
 testing-x86_64/PKGBUILD |   99 ++
 testing-x86_64/subversion-1.7.6-kwallet-gcc47.patch |   56 ++
 testing-x86_64/subversion.rpath.fix.patch   |   10 +
 testing-x86_64/svn  |   11 ++
 testing-x86_64/svnserve |   42 +++
 testing-x86_64/svnserve.conf|7 +
 testing-x86_64/svnserve.service |   11 ++
 testing-x86_64/svnserve.tmpfiles|1 
 16 files changed, 474 insertions(+)

Copied: subversion/repos/testing-i686/PKGBUILD (from rev 165313, 
subversion/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-15 13:09:50 UTC (rev 165314)
@@ -0,0 +1,99 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=subversion
+pkgver=1.7.6
+pkgrel=1
+pkgdesc=A Modern Concurrent Version Control System
+arch=('i686' 'x86_64')
+license=('APACHE')
+depends=('neon' 'apr-util' 'sqlite' 'file')
+optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
+'python2: for some hook scripts' 'java-environment') #'ruby: for 
some hook scripts')
+makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'java-runtime' 
'java-environment'
+ 'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
+backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
+url=http://subversion.apache.org/;
+provides=('svn')
+options=('!makeflags' '!libtool' '!emptydirs')
+source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2{,.asc}
+svnserve
+svn
+svnserve.conf
+svnserve.tmpfiles
+svnserve.service
+subversion-1.7.6-kwallet-gcc47.patch
+subversion.rpath.fix.patch)
+sha1sums=('5b76a9f49e2c4bf064041a7d6b1bfcc3aa4ed068'
+  'd8d99c01c49b189047389816b720923f1d9dbf2a'
+  '64ba3e6ebafc08ac62f59d788f7a825fdce69573'
+  '73b36c046c09cec2093354911c89e3ba8056af6c'
+  'ad117bf3b2a838a9a678a93fd8db1a066ad46c41'
+  '00cc36e69077a8c45674ead6dd62a7647b3a3b6d'
+  '9f6790d842cf3e0228b007483a43e39a42724068'
+  'aa0d01e606de2ebc5eed9c533d218d37a217c50c'
+  

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

2012-08-15 Thread Dan McGee
Date: Wednesday, August 15, 2012 @ 09:47:11
  Author: dan
Revision: 165315

upgpkg: doxygen 1.8.2-1

Modified:
  doxygen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-15 13:09:50 UTC (rev 165314)
+++ PKGBUILD2012-08-15 13:47:11 UTC (rev 165315)
@@ -3,15 +3,15 @@
 
 pkgbase=doxygen
 pkgname=('doxygen' 'doxygen-docs')
-pkgver=1.8.1.2
+pkgver=1.8.2
 pkgrel=1
 license=('GPL')
 arch=(i686 x86_64)
 url=http://www.doxygen.org/;
 makedepends=('gcc-libs' 'flex' 'qt' 'texlive-core' 'ghostscript' 
'texlive-latexextra')
 source=(ftp://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
-md5sums=('9c62259c34d51d839dafd1f0d5d85f17')
-sha1sums=('a11e65a597019510051290d2af0e6f379838b9c5')
+md5sums=('6fa7baf995fa3f71cfc09e264ba88a83')
+sha1sums=('7b88ade3989ce0f43f0fb2b2574436c4f1fa1c5a')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}



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

2012-08-15 Thread Dan McGee
Date: Wednesday, August 15, 2012 @ 09:47:42
  Author: dan
Revision: 165316

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  doxygen/repos/extra-i686/PKGBUILD
(from rev 165315, doxygen/trunk/PKGBUILD)
  doxygen/repos/extra-x86_64/PKGBUILD
(from rev 165315, doxygen/trunk/PKGBUILD)
Deleted:
  doxygen/repos/extra-i686/PKGBUILD
  doxygen/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   74 
 extra-x86_64/PKGBUILD |   74 
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-15 13:47:11 UTC (rev 165315)
+++ extra-i686/PKGBUILD 2012-08-15 13:47:42 UTC (rev 165316)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgbase=doxygen
-pkgname=('doxygen' 'doxygen-docs')
-pkgver=1.8.1.2
-pkgrel=1
-license=('GPL')
-arch=(i686 x86_64)
-url=http://www.doxygen.org/;
-makedepends=('gcc-libs' 'flex' 'qt' 'texlive-core' 'ghostscript' 
'texlive-latexextra')
-source=(ftp://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
-md5sums=('9c62259c34d51d839dafd1f0d5d85f17')
-sha1sums=('a11e65a597019510051290d2af0e6f379838b9c5')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  QTDIR=/usr ./configure --prefix /usr --with-doxywizard
-  make
-}
-
-package_doxygen() {
-  pkgdesc=A documentation system for C++, C, Java, IDL and PHP
-  depends=('gcc-libs')
-  optdepends=('graphviz: for caller/callee graph generation'
-  'qt: for doxywizard')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make INSTALL=${pkgdir}/usr MAN1DIR=share/man/man1 install
-}
-
-package_doxygen-docs() {
-  pkgdesc=Developer documentation for doxygen
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make INSTALL=${pkgdir}/usr MAN1DIR=share/man/man1 install_docs
-}

Copied: doxygen/repos/extra-i686/PKGBUILD (from rev 165315, 
doxygen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-15 13:47:42 UTC (rev 165316)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+
+pkgbase=doxygen
+pkgname=('doxygen' 'doxygen-docs')
+pkgver=1.8.2
+pkgrel=1
+license=('GPL')
+arch=(i686 x86_64)
+url=http://www.doxygen.org/;
+makedepends=('gcc-libs' 'flex' 'qt' 'texlive-core' 'ghostscript' 
'texlive-latexextra')
+source=(ftp://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
+md5sums=('6fa7baf995fa3f71cfc09e264ba88a83')
+sha1sums=('7b88ade3989ce0f43f0fb2b2574436c4f1fa1c5a')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  QTDIR=/usr ./configure --prefix /usr --with-doxywizard
+  make
+}
+
+package_doxygen() {
+  pkgdesc=A documentation system for C++, C, Java, IDL and PHP
+  depends=('gcc-libs')
+  optdepends=('graphviz: for caller/callee graph generation'
+  'qt: for doxywizard')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make INSTALL=${pkgdir}/usr MAN1DIR=share/man/man1 install
+}
+
+package_doxygen-docs() {
+  pkgdesc=Developer documentation for doxygen
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make INSTALL=${pkgdir}/usr MAN1DIR=share/man/man1 install_docs
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-08-15 13:47:11 UTC (rev 165315)
+++ extra-x86_64/PKGBUILD   2012-08-15 13:47:42 UTC (rev 165316)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgbase=doxygen
-pkgname=('doxygen' 'doxygen-docs')
-pkgver=1.8.1.2
-pkgrel=1
-license=('GPL')
-arch=(i686 x86_64)
-url=http://www.doxygen.org/;
-makedepends=('gcc-libs' 'flex' 'qt' 'texlive-core' 'ghostscript' 
'texlive-latexextra')
-source=(ftp://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
-md5sums=('9c62259c34d51d839dafd1f0d5d85f17')
-sha1sums=('a11e65a597019510051290d2af0e6f379838b9c5')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  QTDIR=/usr ./configure --prefix /usr --with-doxywizard
-  make
-}
-
-package_doxygen() {
-  pkgdesc=A documentation system for C++, C, Java, IDL and PHP
-  depends=('gcc-libs')
-  optdepends=('graphviz: for caller/callee graph generation'
-  'qt: for doxywizard')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make INSTALL=${pkgdir}/usr MAN1DIR=share/man/man1 install
-}
-
-package_doxygen-docs() {
-  pkgdesc=Developer documentation for doxygen
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make INSTALL=${pkgdir}/usr MAN1DIR=share/man/man1 install_docs
-}

Copied: doxygen/repos/extra-x86_64/PKGBUILD (from rev 165315, 
doxygen/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-08-15 13:47:42 UTC (rev 165316)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Dan McGee 

[arch-commits] Commit in mysql/trunk (PKGBUILD mysqld-post.sh)

2012-08-15 Thread Andrea Scarpino
Date: Wednesday, August 15, 2012 @ 10:08:23
  Author: andrea
Revision: 165317

Add the shebang in the mysqld-post script (FS#31127); Install the tmpfile in 
/usr/lib

Modified:
  mysql/trunk/PKGBUILD
  mysql/trunk/mysqld-post.sh

+
 PKGBUILD   |4 ++--
 mysqld-post.sh |2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-15 13:47:42 UTC (rev 165316)
+++ PKGBUILD2012-08-15 14:08:23 UTC (rev 165317)
@@ -5,7 +5,7 @@
 pkgbase=mysql
 pkgname=('libmysqlclient' 'mysql-clients' 'mysql')
 pkgver=5.5.27
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('GPL')
 url=https://www.mysql.com/products/community/;
@@ -111,7 +111,7 @@
   install -Dm644 ${srcdir}/my.cnf ${pkgdir}/etc/mysql/my.cnf
   install -Dm755 ${srcdir}/mysqld.rc ${pkgdir}/etc/rc.d/mysqld
   install -Dm755 ${srcdir}/mysqld-post.sh ${pkgdir}/usr/bin/mysqld-post
-  install -Dm644 ${srcdir}/mysqld-tmpfile.conf 
${pkgdir}/etc/tmpfiles.d/mysqld.conf
+  install -Dm644 ${srcdir}/mysqld-tmpfile.conf 
${pkgdir}/usr/lib/tmpfiles.d/mysqld.conf
   install -d ${pkgdir}/usr/lib/systemd/system
   install -Dm644 ${srcdir}/mysqld.service ${pkgdir}/usr/lib/systemd/system/
 

Modified: mysqld-post.sh
===
--- mysqld-post.sh  2012-08-15 13:47:42 UTC (rev 165316)
+++ mysqld-post.sh  2012-08-15 14:08:23 UTC (rev 165317)
@@ -1,3 +1,5 @@
+#!/bin/sh
+
 while true; do
 response=`/usr/bin/mysqladmin -uUNKNOWN_USER ping 21`  break
 echo $response | grep -q mysqld is alive  break



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

2012-08-15 Thread Andrea Scarpino
Date: Wednesday, August 15, 2012 @ 10:53:30
  Author: andrea
Revision: 165318

upgpkg: mysql 5.5.27-3

update checksum

Modified:
  mysql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-15 14:08:23 UTC (rev 165317)
+++ PKGBUILD2012-08-15 14:53:30 UTC (rev 165318)
@@ -16,7 +16,7 @@
 md5sums=('82baf46acfced6eef072e9d8a479c86e'
  'e7eb2faeab755cbb2fe03542bf328da9'
  '1c949c0dbea5206af0db14942d9927b6'
- 'f772d69f43f6563c6e5434e988612b00'
+ '6ea6ceb360d09a774e87335ee098ddd5'
  '2fa6e456964d4ff5e6d4f9ff0126aed6'
  'a0e1460c276a50a9666c331de83271f2')
 



[arch-commits] Commit in mysql/repos (28 files)

2012-08-15 Thread Andrea Scarpino
Date: Wednesday, August 15, 2012 @ 10:54:28
  Author: andrea
Revision: 165319

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  mysql/repos/testing-i686/PKGBUILD
(from rev 165318, mysql/trunk/PKGBUILD)
  mysql/repos/testing-i686/my.cnf
(from rev 165318, mysql/trunk/my.cnf)
  mysql/repos/testing-i686/mysql.install
(from rev 165318, mysql/trunk/mysql.install)
  mysql/repos/testing-i686/mysqld-post.sh
(from rev 165318, mysql/trunk/mysqld-post.sh)
  mysql/repos/testing-i686/mysqld-tmpfile.conf
(from rev 165318, mysql/trunk/mysqld-tmpfile.conf)
  mysql/repos/testing-i686/mysqld.rc
(from rev 165318, mysql/trunk/mysqld.rc)
  mysql/repos/testing-i686/mysqld.service
(from rev 165318, mysql/trunk/mysqld.service)
  mysql/repos/testing-x86_64/PKGBUILD
(from rev 165318, mysql/trunk/PKGBUILD)
  mysql/repos/testing-x86_64/my.cnf
(from rev 165318, mysql/trunk/my.cnf)
  mysql/repos/testing-x86_64/mysql.install
(from rev 165318, mysql/trunk/mysql.install)
  mysql/repos/testing-x86_64/mysqld-post.sh
(from rev 165318, mysql/trunk/mysqld-post.sh)
  mysql/repos/testing-x86_64/mysqld-tmpfile.conf
(from rev 165318, mysql/trunk/mysqld-tmpfile.conf)
  mysql/repos/testing-x86_64/mysqld.rc
(from rev 165318, mysql/trunk/mysqld.rc)
  mysql/repos/testing-x86_64/mysqld.service
(from rev 165318, mysql/trunk/mysqld.service)
Deleted:
  mysql/repos/testing-i686/PKGBUILD
  mysql/repos/testing-i686/my.cnf
  mysql/repos/testing-i686/mysql.install
  mysql/repos/testing-i686/mysqld-post.sh
  mysql/repos/testing-i686/mysqld-tmpfile.conf
  mysql/repos/testing-i686/mysqld.rc
  mysql/repos/testing-i686/mysqld.service
  mysql/repos/testing-x86_64/PKGBUILD
  mysql/repos/testing-x86_64/my.cnf
  mysql/repos/testing-x86_64/mysql.install
  mysql/repos/testing-x86_64/mysqld-post.sh
  mysql/repos/testing-x86_64/mysqld-tmpfile.conf
  mysql/repos/testing-x86_64/mysqld.rc
  mysql/repos/testing-x86_64/mysqld.service

+
 testing-i686/PKGBUILD  |  266 
 testing-i686/my.cnf|  290 +--
 testing-i686/mysql.install |   56 +++---
 testing-i686/mysqld-post.sh|   12 -
 testing-i686/mysqld-tmpfile.conf   |2 
 testing-i686/mysqld.rc |  154 +-
 testing-i686/mysqld.service|   22 +-
 testing-x86_64/PKGBUILD|  266 
 testing-x86_64/my.cnf  |  290 +--
 testing-x86_64/mysql.install   |   56 +++---
 testing-x86_64/mysqld-post.sh  |   12 -
 testing-x86_64/mysqld-tmpfile.conf |2 
 testing-x86_64/mysqld.rc   |  154 +-
 testing-x86_64/mysqld.service  |   22 +-
 14 files changed, 804 insertions(+), 800 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 165318:165319 to see the changes.


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

2012-08-15 Thread Gaetan Bisson
Date: Wednesday, August 15, 2012 @ 11:22:20
  Author: bisson
Revision: 165320

update URLs

Modified:
  libhangul/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-15 14:54:28 UTC (rev 165319)
+++ PKGBUILD2012-08-15 15:22:20 UTC (rev 165320)
@@ -5,14 +5,12 @@
 pkgname=libhangul
 pkgver=0.1.0
 pkgrel=1
-_filecode=6000
+url='http://code.google.com/p/libhangul/'
 pkgdesc='Input method library for Korean'
-arch=('i686' 'x86_64')
-url='http://kldp.net/projects/hangul/'
 license=('LGPL')
 options=('!libtool')
-DLAGENTS=(http::/usr/bin/curl -A '' -fLC - --retry 3 --retry-delay 3 -o %o 
%u) # moronic httpd bans curl's user-agent
-source=(http://kldp.net/frs/download.php/${_filecode}/${pkgname}-${pkgver}.tar.gz;)
+arch=('i686' 'x86_64')
+source=(http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('9c6f3a82f2d4068771215f1b9f13a0d4bdbbfc77')
 
 build() {



[arch-commits] Commit in scim-pinyin/trunk (PKGBUILD gcc43.patch)

2012-08-15 Thread Gaetan Bisson
Date: Wednesday, August 15, 2012 @ 11:28:02
  Author: bisson
Revision: 165321

upstream update

Modified:
  scim-pinyin/trunk/PKGBUILD
Deleted:
  scim-pinyin/trunk/gcc43.patch

-+
 PKGBUILD|   12 
 gcc43.patch |   44 
 2 files changed, 4 insertions(+), 52 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-15 15:22:20 UTC (rev 165320)
+++ PKGBUILD2012-08-15 15:28:02 UTC (rev 165321)
@@ -3,24 +3,20 @@
 # Contributer: Gan Lu rhythm@gmail.com
 
 pkgname=scim-pinyin
-pkgver=0.5.91
-pkgrel=6
+pkgver=0.5.92
+pkgrel=1
 pkgdesc='Chinese pinyin input for SCIM'
 url='http://www.scim-im.org/'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('scim')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz;
-'gcc43.patch')
-sha1sums=('58bea437a211b7af8420057541a38933a41841c7'
-  'b78ecec237ee0e04ec43604fcc344ff43ccfb7b3')
+source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d7c2d52a5712753af241a5301db23527ba438ea1')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 
-   patch -p1 -i ../gcc43.patch
-
./configure \
--prefix=/usr \
--sysconfdir=/etc \

Deleted: gcc43.patch
===
--- gcc43.patch 2012-08-15 15:22:20 UTC (rev 165320)
+++ gcc43.patch 2012-08-15 15:28:02 UTC (rev 165321)
@@ -1,44 +0,0 @@
-diff -up scim-pinyin-0.5.91/src/scim_phrase.cpp.gcc43 
scim-pinyin-0.5.91/src/scim_phrase.cpp
 scim-pinyin-0.5.91/src/scim_phrase.cpp.gcc43   2008-02-25 
16:27:05.0 +0800
-+++ scim-pinyin-0.5.91/src/scim_phrase.cpp 2008-02-25 16:26:41.0 
+0800
-@@ -28,6 +28,7 @@
- #define SCIM_PHRASE_MAX_RELATION 1000
- 
- #include scim.h
-+#include cstring
- #include scim_pinyin_private.h
- #include scim_phrase.h
- 
-diff -up scim-pinyin-0.5.91/src/scim_special_table.cpp.gcc43 
scim-pinyin-0.5.91/src/scim_special_table.cpp
 scim-pinyin-0.5.91/src/scim_special_table.cpp.gcc432008-02-25 
16:27:55.0 +0800
-+++ scim-pinyin-0.5.91/src/scim_special_table.cpp  2008-02-25 
16:28:08.0 +0800
-@@ -22,6 +22,7 @@
- 
- #include time.h
- #include scim.h
-+#include cstring
- #include scim_pinyin_private.h
- #include scim_special_table.h
- 
-diff -up scim-pinyin-0.5.91/src/scim_pinyin.cpp.gcc43 
scim-pinyin-0.5.91/src/scim_pinyin.cpp
 scim-pinyin-0.5.91/src/scim_pinyin.cpp.gcc43   2008-02-25 
16:26:10.0 +0800
-+++ scim-pinyin-0.5.91/src/scim_pinyin.cpp 2008-02-25 16:26:26.0 
+0800
-@@ -29,6 +29,7 @@
- #define Uses_SCIM_LOOKUP_TABLE
- 
- #include scim.h
-+#include cstring
- #include scim_pinyin.h
- 
- // Internal functions
-diff -up scim-pinyin-0.5.91/src/scim_pinyin_phrase.cpp.gcc43 
scim-pinyin-0.5.91/src/scim_pinyin_phrase.cpp
 scim-pinyin-0.5.91/src/scim_pinyin_phrase.cpp.gcc432008-02-25 
16:27:15.0 +0800
-+++ scim-pinyin-0.5.91/src/scim_pinyin_phrase.cpp  2008-02-25 
16:27:28.0 +0800
-@@ -27,6 +27,7 @@
- #define Uses_SCIM_LOOKUP_TABLE
- 
- #include scim.h
-+#include cstring
- #include scim_pinyin_private.h
- #include scim_phrase.h
- #include scim_pinyin.h



[arch-commits] Commit in scim-pinyin/repos (6 files)

2012-08-15 Thread Gaetan Bisson
Date: Wednesday, August 15, 2012 @ 11:28:33
  Author: bisson
Revision: 165322

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  scim-pinyin/repos/extra-i686/PKGBUILD
(from rev 165321, scim-pinyin/trunk/PKGBUILD)
  scim-pinyin/repos/extra-x86_64/PKGBUILD
(from rev 165321, scim-pinyin/trunk/PKGBUILD)
Deleted:
  scim-pinyin/repos/extra-i686/PKGBUILD
  scim-pinyin/repos/extra-i686/gcc43.patch
  scim-pinyin/repos/extra-x86_64/PKGBUILD
  scim-pinyin/repos/extra-x86_64/gcc43.patch

--+
 extra-i686/PKGBUILD  |   66 +
 extra-i686/gcc43.patch   |   44 --
 extra-x86_64/PKGBUILD|   66 +
 extra-x86_64/gcc43.patch |   44 --
 4 files changed, 62 insertions(+), 158 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-15 15:28:02 UTC (rev 165321)
+++ extra-i686/PKGBUILD 2012-08-15 15:28:33 UTC (rev 165322)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributer: Gan Lu rhythm@gmail.com
-
-pkgname=scim-pinyin
-pkgver=0.5.91
-pkgrel=6
-pkgdesc='Chinese pinyin input for SCIM'
-url='http://www.scim-im.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('scim')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz;
-'gcc43.patch')
-sha1sums=('58bea437a211b7af8420057541a38933a41841c7'
-  'b78ecec237ee0e04ec43604fcc344ff43ccfb7b3')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   patch -p1 -i ../gcc43.patch
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --disable-static \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: scim-pinyin/repos/extra-i686/PKGBUILD (from rev 165321, 
scim-pinyin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-15 15:28:33 UTC (rev 165322)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributer: Gan Lu rhythm@gmail.com
+
+pkgname=scim-pinyin
+pkgver=0.5.92
+pkgrel=1
+pkgdesc='Chinese pinyin input for SCIM'
+url='http://www.scim-im.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('scim')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d7c2d52a5712753af241a5301db23527ba438ea1')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --disable-static \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/gcc43.patch
===
--- extra-i686/gcc43.patch  2012-08-15 15:28:02 UTC (rev 165321)
+++ extra-i686/gcc43.patch  2012-08-15 15:28:33 UTC (rev 165322)
@@ -1,44 +0,0 @@
-diff -up scim-pinyin-0.5.91/src/scim_phrase.cpp.gcc43 
scim-pinyin-0.5.91/src/scim_phrase.cpp
 scim-pinyin-0.5.91/src/scim_phrase.cpp.gcc43   2008-02-25 
16:27:05.0 +0800
-+++ scim-pinyin-0.5.91/src/scim_phrase.cpp 2008-02-25 16:26:41.0 
+0800
-@@ -28,6 +28,7 @@
- #define SCIM_PHRASE_MAX_RELATION 1000
- 
- #include scim.h
-+#include cstring
- #include scim_pinyin_private.h
- #include scim_phrase.h
- 
-diff -up scim-pinyin-0.5.91/src/scim_special_table.cpp.gcc43 
scim-pinyin-0.5.91/src/scim_special_table.cpp
 scim-pinyin-0.5.91/src/scim_special_table.cpp.gcc432008-02-25 
16:27:55.0 +0800
-+++ scim-pinyin-0.5.91/src/scim_special_table.cpp  2008-02-25 
16:28:08.0 +0800
-@@ -22,6 +22,7 @@
- 
- #include time.h
- #include scim.h
-+#include cstring
- #include scim_pinyin_private.h
- #include scim_special_table.h
- 
-diff -up scim-pinyin-0.5.91/src/scim_pinyin.cpp.gcc43 
scim-pinyin-0.5.91/src/scim_pinyin.cpp
 scim-pinyin-0.5.91/src/scim_pinyin.cpp.gcc43   2008-02-25 
16:26:10.0 +0800
-+++ scim-pinyin-0.5.91/src/scim_pinyin.cpp 2008-02-25 16:26:26.0 
+0800
-@@ -29,6 +29,7 @@
- #define Uses_SCIM_LOOKUP_TABLE
- 
- #include scim.h
-+#include cstring
- #include scim_pinyin.h
- 
- // Internal functions
-diff -up scim-pinyin-0.5.91/src/scim_pinyin_phrase.cpp.gcc43 
scim-pinyin-0.5.91/src/scim_pinyin_phrase.cpp
 scim-pinyin-0.5.91/src/scim_pinyin_phrase.cpp.gcc432008-02-25 
16:27:15.0 +0800
-+++ scim-pinyin-0.5.91/src/scim_pinyin_phrase.cpp  2008-02-25 
16:27:28.0 +0800
-@@ -27,6 +27,7 @@
- #define Uses_SCIM_LOOKUP_TABLE
- 
- #include scim.h
-+#include cstring
- #include scim_pinyin_private.h
- 

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

2012-08-15 Thread Gaetan Bisson
Date: Wednesday, August 15, 2012 @ 11:29:02
  Author: bisson
Revision: 165323

upstream update

Modified:
  scim-tables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-15 15:28:33 UTC (rev 165322)
+++ PKGBUILD2012-08-15 15:29:02 UTC (rev 165323)
@@ -4,16 +4,16 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=scim-tables
-pkgver=0.5.10
-pkgrel=2
+pkgver=0.5.11
+pkgrel=1
 pkgdesc='Generic table input method module for SCIM'
 url='http://www.scim-im.org/'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('scim')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('c6e6fbdceba5cb982349fee8391e16a9c2fe')
+source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('25dd1fcc809f57671e7df369f4011c14ba225b6b')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2012-08-15 Thread Gaetan Bisson
Date: Wednesday, August 15, 2012 @ 11:29:35
  Author: bisson
Revision: 165324

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  scim-tables/repos/extra-i686/PKGBUILD
(from rev 165323, scim-tables/trunk/PKGBUILD)
  scim-tables/repos/extra-x86_64/PKGBUILD
(from rev 165323, scim-tables/trunk/PKGBUILD)
Deleted:
  scim-tables/repos/extra-i686/PKGBUILD
  scim-tables/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   54 
 extra-x86_64/PKGBUILD |   54 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-15 15:29:02 UTC (rev 165323)
+++ extra-i686/PKGBUILD 2012-08-15 15:29:35 UTC (rev 165324)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: damir da...@archlinux.org
-# Contributor: Gan Lu rhythm@gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=scim-tables
-pkgver=0.5.10
-pkgrel=2
-pkgdesc='Generic table input method module for SCIM'
-url='http://www.scim-im.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('scim')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('c6e6fbdceba5cb982349fee8391e16a9c2fe')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --enable-static=no
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: scim-tables/repos/extra-i686/PKGBUILD (from rev 165323, 
scim-tables/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-15 15:29:35 UTC (rev 165324)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Contributor: Gan Lu rhythm@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=scim-tables
+pkgver=0.5.11
+pkgrel=1
+pkgdesc='Generic table input method module for SCIM'
+url='http://www.scim-im.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('scim')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('25dd1fcc809f57671e7df369f4011c14ba225b6b')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --enable-static=no
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-08-15 15:29:02 UTC (rev 165323)
+++ extra-x86_64/PKGBUILD   2012-08-15 15:29:35 UTC (rev 165324)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: damir da...@archlinux.org
-# Contributor: Gan Lu rhythm@gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=scim-tables
-pkgver=0.5.10
-pkgrel=2
-pkgdesc='Generic table input method module for SCIM'
-url='http://www.scim-im.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('scim')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('c6e6fbdceba5cb982349fee8391e16a9c2fe')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --enable-static=no
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: scim-tables/repos/extra-x86_64/PKGBUILD (from rev 165323, 
scim-tables/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-08-15 15:29:35 UTC (rev 165324)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Contributor: Gan Lu rhythm@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=scim-tables
+pkgver=0.5.11
+pkgrel=1
+pkgdesc='Generic table input method module for SCIM'
+url='http://www.scim-im.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('scim')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('25dd1fcc809f57671e7df369f4011c14ba225b6b')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --enable-static=no
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in scim-hangul/trunk (2012.patch PKGBUILD gcc43.patch)

2012-08-15 Thread Gaetan Bisson
Date: Wednesday, August 15, 2012 @ 11:46:31
  Author: bisson
Revision: 165325

upstream update

Added:
  scim-hangul/trunk/2012.patch
Modified:
  scim-hangul/trunk/PKGBUILD
Deleted:
  scim-hangul/trunk/gcc43.patch

-+
 2012.patch  |   23 +++
 PKGBUILD|   17 -
 gcc43.patch |   22 --
 3 files changed, 31 insertions(+), 31 deletions(-)

Added: 2012.patch
===
--- 2012.patch  (rev 0)
+++ 2012.patch  2012-08-15 15:46:31 UTC (rev 165325)
@@ -0,0 +1,23 @@
+diff -aur old/src/scim_hangul_imengine.cpp new/src/scim_hangul_imengine.cpp
+--- old/src/scim_hangul_imengine.cpp   2012-08-16 01:33:25.996258740 +1000
 new/src/scim_hangul_imengine.cpp   2012-08-16 01:33:41.932950046 +1000
+@@ -33,6 +33,7 @@
+   #include config.h
+ #endif
+ 
++#include unistd.h
+ #include cstring
+ #include scim.h
+ #include scim_hangul_imengine.h
+diff -aur old/src/scim_hangul_imengine_setup.cpp 
new/src/scim_hangul_imengine_setup.cpp
+--- old/src/scim_hangul_imengine_setup.cpp 2012-08-16 01:33:25.996258740 
+1000
 new/src/scim_hangul_imengine_setup.cpp 2012-08-16 01:43:39.823860324 
+1000
+@@ -346,7 +346,7 @@
+ for (i = 0; i  n; i++) {
+   const char* name = hangul_ic_get_keyboard_name(i);
+ #if GTK_CHECK_VERSION(2, 24, 0)
+-  gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(combo_box), NULL, name);
++  gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(combo_box), name);
+ #else
+   gtk_combo_box_append_text(GTK_COMBO_BOX(combo_box), name);
+ #endif

Modified: PKGBUILD
===
--- PKGBUILD2012-08-15 15:29:35 UTC (rev 165324)
+++ PKGBUILD2012-08-15 15:46:31 UTC (rev 165325)
@@ -3,23 +3,22 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=scim-hangul
-pkgver=0.3.2
-pkgrel=4
+pkgver=0.4.0
+pkgrel=1
 pkgdesc='Korean input method module for SCIM'
-arch=('i686' 'x86_64')
 url='http://www.scim-im.org/'
 license=('GPL')
+arch=('i686' 'x86_64')
 depends=('libhangul' 'scim')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/scim/$pkgname-$pkgver.tar.gz;
-'gcc43.patch')
-sha1sums=('d1f4a2114d284c926d64fbfe8ea83307b8d8e2ec'
-  '956bb2b6bd75b3d2756895f8ade429f95bacc0ff')
+source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz;
+'2012.patch')
+sha1sums=('2ba06a6d851a1d86c5a9b659c573bfd87e6a7555'
+  'a046c40b78521f85418b8ad2138b51815d47abec')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../gcc43.patch
-   ./bootstrap # skim complains; it's alright
+   patch -p1 -i ../2012.patch
./configure --prefix=/usr --enable-skim-support
make
 }

Deleted: gcc43.patch
===
--- gcc43.patch 2012-08-15 15:29:35 UTC (rev 165324)
+++ gcc43.patch 2012-08-15 15:46:31 UTC (rev 165325)
@@ -1,22 +0,0 @@
-diff -Naur scim-hangul-0.3.2-orig/src/scim_hangul_imengine.cpp 
scim-hangul-0.3.2/src/scim_hangul_imengine.cpp
 scim-hangul-0.3.2-orig/src/scim_hangul_imengine.cpp2008-03-26 
09:33:43.0 +0100
-+++ scim-hangul-0.3.2/src/scim_hangul_imengine.cpp 2008-03-26 
09:34:41.0 +0100
-@@ -33,6 +33,7 @@
-   #include config.h
- #endif
- 
-+#include cstring
- #include scim.h
- #include scim_hangul_imengine.h
- 
-diff -Naur scim-hangul-0.3.2-orig/src/scim_hangul_imengine_setup.cpp 
scim-hangul-0.3.2/src/scim_hangul_imengine_setup.cpp
 scim-hangul-0.3.2-orig/src/scim_hangul_imengine_setup.cpp  2008-03-26 
09:33:43.0 +0100
-+++ scim-hangul-0.3.2/src/scim_hangul_imengine_setup.cpp   2008-03-26 
09:34:53.0 +0100
-@@ -34,6 +34,7 @@
-   #include config.h
- #endif
- 
-+#include cstring
- #include scim.h
- #include gtk/scimkeyselection.h
- 



[arch-commits] Commit in scim-hangul/repos (8 files)

2012-08-15 Thread Gaetan Bisson
Date: Wednesday, August 15, 2012 @ 11:47:04
  Author: bisson
Revision: 165326

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  scim-hangul/repos/extra-i686/2012.patch
(from rev 165325, scim-hangul/trunk/2012.patch)
  scim-hangul/repos/extra-i686/PKGBUILD
(from rev 165325, scim-hangul/trunk/PKGBUILD)
  scim-hangul/repos/extra-x86_64/2012.patch
(from rev 165325, scim-hangul/trunk/2012.patch)
  scim-hangul/repos/extra-x86_64/PKGBUILD
(from rev 165325, scim-hangul/trunk/PKGBUILD)
Deleted:
  scim-hangul/repos/extra-i686/PKGBUILD
  scim-hangul/repos/extra-i686/gcc43.patch
  scim-hangul/repos/extra-x86_64/PKGBUILD
  scim-hangul/repos/extra-x86_64/gcc43.patch

--+
 extra-i686/2012.patch|   23 +
 extra-i686/PKGBUILD  |   59 ++---
 extra-i686/gcc43.patch   |   22 
 extra-x86_64/2012.patch  |   23 +
 extra-x86_64/PKGBUILD|   59 ++---
 extra-x86_64/gcc43.patch |   22 
 6 files changed, 104 insertions(+), 104 deletions(-)

Copied: scim-hangul/repos/extra-i686/2012.patch (from rev 165325, 
scim-hangul/trunk/2012.patch)
===
--- extra-i686/2012.patch   (rev 0)
+++ extra-i686/2012.patch   2012-08-15 15:47:04 UTC (rev 165326)
@@ -0,0 +1,23 @@
+diff -aur old/src/scim_hangul_imengine.cpp new/src/scim_hangul_imengine.cpp
+--- old/src/scim_hangul_imengine.cpp   2012-08-16 01:33:25.996258740 +1000
 new/src/scim_hangul_imengine.cpp   2012-08-16 01:33:41.932950046 +1000
+@@ -33,6 +33,7 @@
+   #include config.h
+ #endif
+ 
++#include unistd.h
+ #include cstring
+ #include scim.h
+ #include scim_hangul_imengine.h
+diff -aur old/src/scim_hangul_imengine_setup.cpp 
new/src/scim_hangul_imengine_setup.cpp
+--- old/src/scim_hangul_imengine_setup.cpp 2012-08-16 01:33:25.996258740 
+1000
 new/src/scim_hangul_imengine_setup.cpp 2012-08-16 01:43:39.823860324 
+1000
+@@ -346,7 +346,7 @@
+ for (i = 0; i  n; i++) {
+   const char* name = hangul_ic_get_keyboard_name(i);
+ #if GTK_CHECK_VERSION(2, 24, 0)
+-  gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(combo_box), NULL, name);
++  gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(combo_box), name);
+ #else
+   gtk_combo_box_append_text(GTK_COMBO_BOX(combo_box), name);
+ #endif

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-15 15:46:31 UTC (rev 165325)
+++ extra-i686/PKGBUILD 2012-08-15 15:47:04 UTC (rev 165326)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: damir da...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=scim-hangul
-pkgver=0.3.2
-pkgrel=4
-pkgdesc='Korean input method module for SCIM'
-arch=('i686' 'x86_64')
-url='http://www.scim-im.org/'
-license=('GPL')
-depends=('libhangul' 'scim')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/scim/$pkgname-$pkgver.tar.gz;
-'gcc43.patch')
-sha1sums=('d1f4a2114d284c926d64fbfe8ea83307b8d8e2ec'
-  '956bb2b6bd75b3d2756895f8ade429f95bacc0ff')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../gcc43.patch
-   ./bootstrap # skim complains; it's alright
-   ./configure --prefix=/usr --enable-skim-support
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: scim-hangul/repos/extra-i686/PKGBUILD (from rev 165325, 
scim-hangul/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-15 15:47:04 UTC (rev 165326)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=scim-hangul
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='Korean input method module for SCIM'
+url='http://www.scim-im.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libhangul' 'scim')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz;
+'2012.patch')
+sha1sums=('2ba06a6d851a1d86c5a9b659c573bfd87e6a7555'
+  'a046c40b78521f85418b8ad2138b51815d47abec')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../2012.patch
+   ./configure --prefix=/usr --enable-skim-support
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/gcc43.patch
===
--- extra-i686/gcc43.patch  2012-08-15 15:46:31 UTC (rev 165325)
+++ extra-i686/gcc43.patch  2012-08-15 15:47:04 UTC (rev 165326)
@@ -1,22 +0,0 @@
-diff -Naur scim-hangul-0.3.2-orig/src/scim_hangul_imengine.cpp 

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

2012-08-15 Thread Tobias Powalowski
Date: Wednesday, August 15, 2012 @ 14:27:18
  Author: tpowa
Revision: 165327

upgpkg: linux 3.5.2-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/linux.install
Deleted:
  linux/trunk/avmfritz-only-few-bytes-are-transfered-on-a-conn.patch

+
 PKGBUILD   |   15 +---
 avmfritz-only-few-bytes-are-transfered-on-a-conn.patch |   48 ---
 linux.install  |2 
 3 files changed, 5 insertions(+), 60 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-15 15:47:04 UTC (rev 165326)
+++ PKGBUILD2012-08-15 18:27:18 UTC (rev 165327)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.5
-pkgver=3.5.1
+pkgver=3.5.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -18,17 +18,15 @@
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
-'change-default-console-loglevel.patch'
-'avmfritz-only-few-bytes-are-transfered-on-a-conn.patch')
+'change-default-console-loglevel.patch')
 
 _kernelname=${pkgbase#linux}
 md5sums=('24153eaaa81dedc9481ada8cd9c3b83d'
- '35add5b2e64d1cbc8d123980c967e7ca'
+ '8e9f9cfd5fbd33ac4b265a4d47949edc'
  '31dade2f50803beaebf947732f39b51e'
  '34bf41248c2ab68ddb0a7b3b5f4a68ce'
  'eb14dcfd80c00852ef81ded6e826826a'
- '9d3c56a4b999c8bfbd4018089a62f662'
- '2afcc001cc178be72e3a19d95f4bd5eb')
+ '9d3c56a4b999c8bfbd4018089a62f662')
 
 build() {
   cd ${srcdir}/${_srcname}
@@ -44,11 +42,6 @@
   # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
   patch -Np1 -i ${srcdir}/change-default-console-loglevel.patch
 
-  # fix avmfritz capi20 functionallity
-  # will be added to 3.5.2
-  # https://bugzilla.kernel.org/show_bug.cgi?id=45271
-  patch -Np1 -i 
${srcdir}/avmfritz-only-few-bytes-are-transfered-on-a-conn.patch
-
   if [ ${CARCH} = x86_64 ]; then
 cat ${srcdir}/config.x86_64  ./.config
   else

Deleted: avmfritz-only-few-bytes-are-transfered-on-a-conn.patch
===
--- avmfritz-only-few-bytes-are-transfered-on-a-conn.patch  2012-08-15 
15:47:04 UTC (rev 165326)
+++ avmfritz-only-few-bytes-are-transfered-on-a-conn.patch  2012-08-15 
18:27:18 UTC (rev 165327)
@@ -1,48 +0,0 @@
-From 285c08154eede7dc4387bfc925967c884594dcc9 Mon Sep 17 00:00:00 2001
-From: Karsten Keil k...@b1-systems.de
-Date: Sat, 28 Jul 2012 20:10:04 +0200
-Subject: [PATCH] mISDN: Bugfix only few bytes are transfered on a connection
-
-The test for the fillempty condition was wrong in one place.
-Changed the variable to the right boolean type.
-
-Signed-off-by: Karsten Keil k...@b1-systems.de

- drivers/isdn/hardware/mISDN/avmfritz.c |7 ---
- 1 files changed, 4 insertions(+), 3 deletions(-)
-
-diff --git a/drivers/isdn/hardware/mISDN/avmfritz.c 
b/drivers/isdn/hardware/mISDN/avmfritz.c
-index c08fc60..fa6ca47 100644
 a/drivers/isdn/hardware/mISDN/avmfritz.c
-+++ b/drivers/isdn/hardware/mISDN/avmfritz.c
-@@ -449,7 +449,8 @@ hdlc_fill_fifo(struct bchannel *bch)
- {
-   struct fritzcard *fc = bch-hw;
-   struct hdlc_hw *hdlc;
--  int count, fs, cnt = 0, idx, fillempty = 0;
-+  int count, fs, cnt = 0, idx;
-+  bool fillempty = false;
-   u8 *p;
-   u32 *ptr, val, addr;
- 
-@@ -462,7 +463,7 @@ hdlc_fill_fifo(struct bchannel *bch)
-   return;
-   count = fs;
-   p = bch-fill;
--  fillempty = 1;
-+  fillempty = true;
-   } else {
-   count = bch-tx_skb-len - bch-tx_idx;
-   if (count = 0)
-@@ -477,7 +478,7 @@ hdlc_fill_fifo(struct bchannel *bch)
-   hdlc-ctrl.sr.cmd |= HDLC_CMD_XME;
-   }
-   ptr = (u32 *)p;
--  if (fillempty) {
-+  if (!fillempty) {
-   pr_debug(%s.B%d: %d/%d/%d, fc-name, bch-nr, count,
-bch-tx_idx, bch-tx_skb-len);
-   bch-tx_idx += count;
--- 
-1.7.7
-

Modified: linux.install
===
--- linux.install   2012-08-15 15:47:04 UTC (rev 165326)
+++ linux.install   2012-08-15 18:27:18 UTC (rev 165327)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.5.1-1-ARCH
+KERNEL_VERSION=3.5.2-1-ARCH
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux/repos (30 files)

2012-08-15 Thread Tobias Powalowski
Date: Wednesday, August 15, 2012 @ 14:37:38
  Author: tpowa
Revision: 165328

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  linux/repos/testing-i686/PKGBUILD
(from rev 165327, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 165327, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 165327, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 165327, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 165327, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 165327, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 165327, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 165327, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 165327, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 165327, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 165327, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 165327, linux/trunk/linux.preset)
Modified:
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/linux.install
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/linux.install
Deleted:
  linux/repos/testing-i686/PKGBUILD
  
linux/repos/testing-i686/avmfritz-only-few-bytes-are-transfered-on-a-conn.patch
  linux/repos/testing-i686/change-default-console-loglevel.patch
  linux/repos/testing-i686/config
  linux/repos/testing-i686/config.x86_64
  linux/repos/testing-i686/linux.install
  linux/repos/testing-i686/linux.preset
  linux/repos/testing-x86_64/PKGBUILD
  
linux/repos/testing-x86_64/avmfritz-only-few-bytes-are-transfered-on-a-conn.patch
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
  linux/repos/testing-x86_64/config
  linux/repos/testing-x86_64/config.x86_64
  linux/repos/testing-x86_64/linux.install
  linux/repos/testing-x86_64/linux.preset

---+
 core-i686/PKGBUILD|4 
 core-i686/linux.install   |2 
 core-x86_64/PKGBUILD  |4 
 core-x86_64/linux.install |2 
 testing-i686/PKGBUILD |  625 
 testing-i686/avmfritz-only-few-bytes-are-transfered-on-a-conn.patch   |   48 
 testing-i686/change-default-console-loglevel.patch|   24 
 testing-i686/config   |11942 
+-
 testing-i686/config.x86_64|11480 
-
 testing-i686/linux.install|  130 
 testing-i686/linux.preset |   28 
 testing-x86_64/PKGBUILD   |  625 
 testing-x86_64/avmfritz-only-few-bytes-are-transfered-on-a-conn.patch |   48 
 testing-x86_64/change-default-console-loglevel.patch  |   24 
 testing-x86_64/config |11942 
+-
 testing-x86_64/config.x86_64  |11480 
-
 testing-x86_64/linux.install  |  130 
 testing-x86_64/linux.preset   |   28 
 18 files changed, 24228 insertions(+), 24338 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 165327:165328 to see the changes.


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

2012-08-15 Thread Jan Steffens
Date: Wednesday, August 15, 2012 @ 17:11:37
  Author: heftig
Revision: 165329

Drop cpufrequtils, remove from gnome group

Modified:
  gnome-applets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-15 18:37:38 UTC (rev 165328)
+++ PKGBUILD2012-08-15 21:11:37 UTC (rev 165329)
@@ -3,15 +3,14 @@
 
 pkgname=gnome-applets
 pkgver=3.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc=GNOME Applets
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gnome-panel' 'libgtop' 'gucharmap' 'libnotify' 'cpufrequtils')
+depends=('gnome-panel' 'libgtop' 'gucharmap' 'libnotify')
 makedepends=('gnome-doc-utils' 'intltool' 'gnome-settings-daemon' 
'networkmanager')
 options=(!emptydirs)
 url=http://www.gnome.org;
-groups=(gnome)
 install=gnome-applets.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('ec5487eb81fb29851b6336de94a329f5623e73830d61022e0e20fe3d038a415e')



[arch-commits] Commit in gnome-applets/repos (8 files)

2012-08-15 Thread Jan Steffens
Date: Wednesday, August 15, 2012 @ 17:16:25
  Author: heftig
Revision: 165330

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnome-applets/repos/extra-i686/PKGBUILD
(from rev 165329, gnome-applets/trunk/PKGBUILD)
  gnome-applets/repos/extra-i686/gnome-applets.install
(from rev 165329, gnome-applets/trunk/gnome-applets.install)
  gnome-applets/repos/extra-x86_64/PKGBUILD
(from rev 165329, gnome-applets/trunk/PKGBUILD)
  gnome-applets/repos/extra-x86_64/gnome-applets.install
(from rev 165329, gnome-applets/trunk/gnome-applets.install)
Deleted:
  gnome-applets/repos/extra-i686/PKGBUILD
  gnome-applets/repos/extra-i686/gnome-applets.install
  gnome-applets/repos/extra-x86_64/PKGBUILD
  gnome-applets/repos/extra-x86_64/gnome-applets.install

+
 extra-i686/PKGBUILD|   71 +--
 extra-i686/gnome-applets.install   |   44 ++---
 extra-x86_64/PKGBUILD  |   71 +--
 extra-x86_64/gnome-applets.install |   44 ++---
 4 files changed, 114 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-15 21:11:37 UTC (rev 165329)
+++ extra-i686/PKGBUILD 2012-08-15 21:16:25 UTC (rev 165330)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-applets
-pkgver=3.4.1
-pkgrel=1
-pkgdesc=GNOME Applets
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gnome-panel' 'libgtop' 'gucharmap' 'libnotify' 'cpufrequtils')
-makedepends=('gnome-doc-utils' 'intltool' 'gnome-settings-daemon' 
'networkmanager')
-options=(!emptydirs)
-url=http://www.gnome.org;
-groups=(gnome)
-install=gnome-applets.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ec5487eb81fb29851b6336de94a329f5623e73830d61022e0e20fe3d038a415e')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --sysconfdir=/etc --libexecdir=/usr/lib/gnome-applets \
-  --localstatedir=/var --disable-static \
-  --disable-scrollkeeper --disable-schemas-install \
-  --without-hal
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
-
-  install -m755 -d $pkgdir/usr/share/gconf/schemas
-  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain gnome-applets-3.0 $pkgdir/etc/gconf/schemas/*.schemas
-  rm -f $pkgdir/etc/gconf/schemas/*.schemas
-}

Copied: gnome-applets/repos/extra-i686/PKGBUILD (from rev 165329, 
gnome-applets/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-15 21:16:25 UTC (rev 165330)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-applets
+pkgver=3.4.1
+pkgrel=2
+pkgdesc=GNOME Applets
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gnome-panel' 'libgtop' 'gucharmap' 'libnotify')
+makedepends=('gnome-doc-utils' 'intltool' 'gnome-settings-daemon' 
'networkmanager')
+options=(!emptydirs)
+url=http://www.gnome.org;
+install=gnome-applets.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ec5487eb81fb29851b6336de94a329f5623e73830d61022e0e20fe3d038a415e')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc --libexecdir=/usr/lib/gnome-applets \
+  --localstatedir=/var --disable-static \
+  --disable-scrollkeeper --disable-schemas-install \
+  --without-hal
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain gnome-applets-3.0 $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/gnome-applets.install
===
--- extra-i686/gnome-applets.install2012-08-15 21:11:37 UTC (rev 165329)
+++ extra-i686/gnome-applets.install2012-08-15 21:16:25 UTC (rev 165330)
@@ -1,22 +0,0 @@
-pkgname=gnome-applets
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: gnome-applets/repos/extra-i686/gnome-applets.install (from rev 165329, 
gnome-applets/trunk/gnome-applets.install)
===
--- 

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

2012-08-15 Thread andyrtr
Date: Wednesday, August 15, 2012 @ 17:17:41
  Author: andyrtr
Revision: 165331

upgpkg: libreoffice 3.5.6-1

upstream update 3.5.6

Modified:
  libreoffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-15 21:16:25 UTC (rev 165330)
+++ PKGBUILD2012-08-15 21:17:41 UTC (rev 165331)
@@ -24,9 +24,9 @@
'libreoffice-extension-scripting-python'
'libreoffice-extension-wiki-publisher'
'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built
-_LOver=3.5.5.3
-pkgver=3.5.5
-pkgrel=2
+_LOver=3.5.6.2
+pkgver=3.5.6
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
@@ -52,7 +52,7 @@
 source=(${_mirror}/${pkgbase}-{core,help,translations}-${_LOver}.tar.xz

${_additional_source_url}/18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz

${_additional_source_url}/f02578f5218f217a9f20e9c30e119c6a-boost_1_44_0.tar.bz2
-   
${_additional_source_url}/a9a1db27688bad49418667b434d29c1f-libvisio-0.0.18.tar.bz2
+   
${_additional_source_url}/94e7f271e38c976462558b4278590178-libvisio-0.0.19.tar.bz2

${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz

${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip

${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
@@ -83,7 +83,7 @@

smp_buildfix.diff::http://cgit.freedesktop.org/libreoffice/core/patch/?id=cf23f57ae6bb7af689a45e0a850c3c2f67a8f810
fix_broken_hebrew_wordwrapping.diff
libreoffice-common.sh libreoffice-common.csh)
-noextract=(a9a1db27688bad49418667b434d29c1f-libvisio-0.0.18.tar.bz2
+noextract=(94e7f271e38c976462558b4278590178-libvisio-0.0.19.tar.bz2
18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz
f02578f5218f217a9f20e9c30e119c6a-boost_1_44_0.tar.bz2
185d60944ea767075d27247c3162b3bc-unowinreg.dll
@@ -112,12 +112,12 @@
ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip
db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip)
-md5sums=('ccb80344ae1ac546b3a6b6d85f3ae26a'
- '09153713133bddc49af99bd76129e929'
- 'c2e66522b8adf0b3fb5789e295129ba9'
+md5sums=('f8bfdb449dd6748d99b1f23a5702e5a1'
+ 'ecf485e13adfe8d5d4428b68787d390f'
+ '41696d482cb90db0acb6c45acd9047ea'
  '18f577b374d60b3c760a3a3350407632'
  'f02578f5218f217a9f20e9c30e119c6a'
- 'a9a1db27688bad49418667b434d29c1f'
+ '94e7f271e38c976462558b4278590178'
  '1f24ab1d39f4a51faf22244c94a6203f'
  '35c94d2df8893241173de1d16b6034c0'
  '798b2ffdc8bcfe7bca2cf92b62caf685'



[arch-commits] Commit in libreoffice/repos (52 files)

2012-08-15 Thread andyrtr
Date: Wednesday, August 15, 2012 @ 17:19:58
  Author: andyrtr
Revision: 165332

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libreoffice/repos/testing-i686/PKGBUILD
(from rev 165331, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/testing-i686/PKGBUILD.36
(from rev 165331, libreoffice/trunk/PKGBUILD.36)
  libreoffice/repos/testing-i686/buildfix.diff
(from rev 165331, libreoffice/trunk/buildfix.diff)
  libreoffice/repos/testing-i686/buildfix_icu49.diff
(from rev 165331, libreoffice/trunk/buildfix_icu49.diff)
  libreoffice/repos/testing-i686/fix_broken_hebrew_wordwrapping.diff
(from rev 165331, libreoffice/trunk/fix_broken_hebrew_wordwrapping.diff)
  libreoffice/repos/testing-i686/libreoffice-base.install
(from rev 165331, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/testing-i686/libreoffice-calc.install
(from rev 165331, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/testing-i686/libreoffice-common.csh
(from rev 165331, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/testing-i686/libreoffice-common.install
(from rev 165331, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/testing-i686/libreoffice-common.sh
(from rev 165331, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/testing-i686/libreoffice-draw.install
(from rev 165331, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/testing-i686/libreoffice-impress.install
(from rev 165331, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/testing-i686/libreoffice-writer.install
(from rev 165331, libreoffice/trunk/libreoffice-writer.install)
  libreoffice/repos/testing-x86_64/PKGBUILD
(from rev 165331, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/testing-x86_64/PKGBUILD.36
(from rev 165331, libreoffice/trunk/PKGBUILD.36)
  libreoffice/repos/testing-x86_64/buildfix.diff
(from rev 165331, libreoffice/trunk/buildfix.diff)
  libreoffice/repos/testing-x86_64/buildfix_icu49.diff
(from rev 165331, libreoffice/trunk/buildfix_icu49.diff)
  libreoffice/repos/testing-x86_64/fix_broken_hebrew_wordwrapping.diff
(from rev 165331, libreoffice/trunk/fix_broken_hebrew_wordwrapping.diff)
  libreoffice/repos/testing-x86_64/libreoffice-base.install
(from rev 165331, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/testing-x86_64/libreoffice-calc.install
(from rev 165331, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/testing-x86_64/libreoffice-common.csh
(from rev 165331, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/testing-x86_64/libreoffice-common.install
(from rev 165331, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/testing-x86_64/libreoffice-common.sh
(from rev 165331, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/testing-x86_64/libreoffice-draw.install
(from rev 165331, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/testing-x86_64/libreoffice-impress.install
(from rev 165331, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/testing-x86_64/libreoffice-writer.install
(from rev 165331, libreoffice/trunk/libreoffice-writer.install)
Deleted:
  libreoffice/repos/testing-i686/PKGBUILD
  libreoffice/repos/testing-i686/PKGBUILD.36
  libreoffice/repos/testing-i686/buildfix.diff
  libreoffice/repos/testing-i686/buildfix_icu49.diff
  libreoffice/repos/testing-i686/fix_broken_hebrew_wordwrapping.diff
  libreoffice/repos/testing-i686/libreoffice-base.install
  libreoffice/repos/testing-i686/libreoffice-calc.install
  libreoffice/repos/testing-i686/libreoffice-common.csh
  libreoffice/repos/testing-i686/libreoffice-common.install
  libreoffice/repos/testing-i686/libreoffice-common.sh
  libreoffice/repos/testing-i686/libreoffice-draw.install
  libreoffice/repos/testing-i686/libreoffice-impress.install
  libreoffice/repos/testing-i686/libreoffice-writer.install
  libreoffice/repos/testing-x86_64/PKGBUILD
  libreoffice/repos/testing-x86_64/PKGBUILD.36
  libreoffice/repos/testing-x86_64/buildfix.diff
  libreoffice/repos/testing-x86_64/buildfix_icu49.diff
  libreoffice/repos/testing-x86_64/fix_broken_hebrew_wordwrapping.diff
  libreoffice/repos/testing-x86_64/libreoffice-base.install
  libreoffice/repos/testing-x86_64/libreoffice-calc.install
  libreoffice/repos/testing-x86_64/libreoffice-common.csh
  libreoffice/repos/testing-x86_64/libreoffice-common.install
  libreoffice/repos/testing-x86_64/libreoffice-common.sh
  libreoffice/repos/testing-x86_64/libreoffice-draw.install
  libreoffice/repos/testing-x86_64/libreoffice-impress.install
  libreoffice/repos/testing-x86_64/libreoffice-writer.install

+
 testing-i686/PKGBUILD  | 1436 +--
 testing-i686/PKGBUILD.36   | 1430 +-
 testing-i686/buildfix.diff   

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

2012-08-15 Thread Justin Davis
Date: Wednesday, August 15, 2012 @ 17:22:00
  Author: juster
Revision: 165333

upgpkg: perl-mailtools 2.09-1

Modified:
  perl-mailtools/trunk/PKGBUILD

--+
 PKGBUILD |   60 +++-
 1 file changed, 39 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-15 21:19:58 UTC (rev 165332)
+++ PKGBUILD2012-08-15 21:22:00 UTC (rev 165333)
@@ -1,28 +1,46 @@
+# Packager: Justin Davis (juster) jrc...@gmail.com
 # $Id$
-# Maintainer: Kevin Piche ke...@archlinux.org
-# Contributor: Eric Johnson e...@coding-zone.com
 
 pkgname=perl-mailtools
-_realname=MailTools
-pkgver=2.08
+pkgver=2.09
 pkgrel=1
-pkgdesc=Perl module that provides email tools
-arch=('any')
-url=http://search.cpan.org/dist/${_realname}/;
-license=('PerlArtistic')
-depends=('perl=5.10.0')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/${_realname}-${pkgver}.tar.gz)
-md5sums=('0245bf7985c6661e0cf31a59657a18f0')
+pkgdesc='Various e-mail related modules'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl-timedate)
+url=https://metacpan.org/release/MailTools
+source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-$pkgver.tar.gz;)
+md5sums=(2ab874c4202d647e0fc58dd7cffb59f6)
+sha512sums=(2309a7b698afe7309d8c1cda99ed937fd2b3f8ac2e955cfb3fb933ba1e874a8aaf3b34d41f7ab4e3781610ea12d72c1eccd9d782fd03023dd25fc80ff7800f0c)
+_dir=$srcdir/MailTools-$pkgver
 
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
+build()
+(
+  cd $_dir
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
   make
-}
+)
 
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}
+check()
+(
+  cd $_dir
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd $_dir
+  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



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

2012-08-15 Thread Justin Davis
Date: Wednesday, August 15, 2012 @ 17:22:08
  Author: juster
Revision: 165334

archrelease: copy trunk to extra-any

Added:
  perl-mailtools/repos/extra-any/PKGBUILD
(from rev 165333, perl-mailtools/trunk/PKGBUILD)
Deleted:
  perl-mailtools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   74 +
 1 file changed, 46 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-08-15 21:22:00 UTC (rev 165333)
+++ PKGBUILD2012-08-15 21:22:08 UTC (rev 165334)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche ke...@archlinux.org
-# Contributor: Eric Johnson e...@coding-zone.com
-
-pkgname=perl-mailtools
-_realname=MailTools
-pkgver=2.08
-pkgrel=1
-pkgdesc=Perl module that provides email tools
-arch=('any')
-url=http://search.cpan.org/dist/${_realname}/;
-license=('PerlArtistic')
-depends=('perl=5.10.0')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/${_realname}-${pkgver}.tar.gz)
-md5sums=('0245bf7985c6661e0cf31a59657a18f0')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-mailtools/repos/extra-any/PKGBUILD (from rev 165333, 
perl-mailtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-08-15 21:22:08 UTC (rev 165334)
@@ -0,0 +1,46 @@
+# Packager: Justin Davis (juster) jrc...@gmail.com
+# $Id$
+
+pkgname=perl-mailtools
+pkgver=2.09
+pkgrel=1
+pkgdesc='Various e-mail related modules'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl-timedate)
+url=https://metacpan.org/release/MailTools
+source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-$pkgver.tar.gz;)
+md5sums=(2ab874c4202d647e0fc58dd7cffb59f6)
+sha512sums=(2309a7b698afe7309d8c1cda99ed937fd2b3f8ac2e955cfb3fb933ba1e874a8aaf3b34d41f7ab4e3781610ea12d72c1eccd9d782fd03023dd25fc80ff7800f0c)
+_dir=$srcdir/MailTools-$pkgver
+
+build()
+(
+  cd $_dir
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd $_dir
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd $_dir
+  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



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

2012-08-15 Thread andyrtr
Date: Wednesday, August 15, 2012 @ 17:51:42
  Author: andyrtr
Revision: 165335

upgpkg: libreoffice-i18n 3.5.6-1

upstream update 3.5.6

Modified:
  libreoffice-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  318 ++---
 1 file changed, 159 insertions(+), 159 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-15 21:22:08 UTC (rev 165334)
+++ PKGBUILD2012-08-15 21:51:42 UTC (rev 165335)
@@ -21,8 +21,8 @@
 'libreoffice-tn''libreoffice-tr''libreoffice-ts'
'libreoffice-ug''libreoffice-uk' #   'libreoffice-ur'
 'libreoffice-uz''libreoffice-ve''libreoffice-vi'
'libreoffice-xh''libreoffice-zh-CN' 'libreoffice-zh-TW'
 'libreoffice-zu')
-_rcver=3.5.5rc3
-pkgver=3.5.5
+_rcver=3.5.6rc2
+pkgver=3.5.6
 pkgrel=1
 
 _oodlver=${pkgver}
@@ -206,163 +206,163 @@
${_url}/LibO_${_oodlver}_Linux_x86_{langpack,helppack}-rpm_zh-TW.tar.gz
#${_url}/LibO_${_oodlver}_Linux_x86_{langpack,helppack}-rpm_zu.tar.gz
${_url}/LibO_${_oodlver}_Linux_x86_langpack-rpm_zu.tar.gz)
-md5sums=('87614ca439cf8b10c5eee31c96be041b'
- '2e6b129fadb28c62947f541b1bc68f16'
- '9ec73fdbca502ea7bddb0dc4dba71837'
- 'cea3bee392111755e7e13256c6daef01'
- '487c78d33e1ea55af513a0d86a32f1dd'
- '7e76003700bc98b756a5c73dd8eb8cd2'
- '1c9f7a58ae1335d442b0e13483659117'
- '60662cfe0d9813a377ab2c4a24a5418f'
- '7820dee6c12566f96a18862e370bf3b6'
- 'b4fdeb879c0b92ffe21887a05541d9d7'
- '68bfbdaa60eaed771decd1d9b2208c9f'
- 'f8c4806008af619b11c0039d014a5d13'
- 'e37f7e66c2732d150d9c95172c9edba0'
- 'bca86393e1389f8cd94a574fbf8cff6d'
- 'a4c88f0fde06f961d4ab0c6f09495ec9'
- '51000bb8c355fa26cfdb4d2f479a99e7'
- '42f04e66c32088bbbffa82686b30dc29'
- '64a9013860c24a2dd4897991a0ecd9ae'
- '1c7d7b9a6cd95d5402871ac2fa761605'
- 'c484e82e6b8aa6b30dd7eb4b37665f15'
- '4a92843f4cf7424a3637db9743bbff22'
- 'f7049de0bc4410b77e1cfcd1184fa7c7'
- 'f149dc452ef5fa101bbb46fb0c68c70d'
- 'be73cc62f47051e969805b8a40d7aecc'
- '988fbe888d1991d19eb6d465a0ce39a0'
- 'd731e9c9a207751945bd1eb14b1872f0'
- '1781064bab4337c1ff8846884fd8b9d9'
- '7cded41cfec0d1746f429f2fb8d0e50b'
- 'ab1b23f631bf6c1ddf964752faefd0c0'
- '37a7485fd3363203c5e71c48c8485d60'
- 'ab07b09e169f1e002a98138c0c878e67'
- '9535cf0c2aec04770ee09612d08eecf7'
- 'e696cc7f9e272f309fdf2cb4de3b9d1d'
- 'e63c578312aa9fc699c8ad802321ea4a'
- '3dc699821b8d5ef4545e58debb81ea45'
- '8c9bf2fb32bce7d91455944702778118'
- 'dbb2d5d466496b2bce779195ded015f9'
- '0a063f162bec62b30ab3f236a60fe483'
- '0647c25f5d349729cc6f141a4f9b990b'
- '09763d466e8c52428ca06f79a182b0fb'
- 'e745953ca7b6e8a2e60288237a9a83d6'
- '62fdcca78e10e7ae0c44f8ab4b9c208e'
- 'eebd98d597e7327b716304b37796fa0d'
- 'b90e7275473114507b056c671e422e02'
- '45373311485b6f120ae18d2ccb98bb50'
- '3bdcea9b721e1811a5b997b82009b974'
- '35a86a1d652a9763b8fff800fc95358c'
- 'b5ae44f927e4ea438dc0932ca99da044'
- '17dfca7cf33f48272174dfc4c9de5eb6'
- 'bdfc646c509ec966bd4d200f4b90dc4f'
- '2d6e90e273f59482f7e60d2343a5352e'
- 'b8e0586e312e6f1d744e4b82ea15f245'
- 'b9f06d287416fd4e4be7964ffb215dc4'
- '276ed8817651f4b8e35a2c7ec5d067c0'
- '24f8aa37291c5155046585d5c062'
- 'fab78b48f8bda3bd59135862dba5068b'
- '38fc1a57bebb100373d07af325207431'
- 'adfd22534ed5f715711dc7789b2a5a4b'
- 'f43197cfd3182dd322e5d17eb58a295a'
- 'e874220dc25cce265501acd1d05ee52a'
- '439d79806f4631a5c0b91be2654241fb'
- 'ed8f6c159d307fd8ccc848b2c46e52ae'
- '0d5dab3ab98acd7603148fc81b796540'
- '375523a7e54f20049db3828157c1ec94'
- '28443d53e042805d02e367e129d688aa'
- '81ddbefe856b4ae0651fc9c72b26793c'
- '5c48bed653055b4953adb9cc62df991b'
- '15dd912ed0a68c2dc8e5e90a2ef7a374'
- '501ee742fda309b54a132451bd94011b'
- '7df285b9be8ab62f861b9a5527bd3f48'
- '9b71d3f60f3fa4e29e290f574b11ebf1'
- 'e1980ac6e86c27e04fb884b167d4c256'
- '5ef08b74f6bcb2cc7fdcb7bc06d946b4'
- '073ad8e0ccc3b0453ea8e9bcf04ee189'
- '2d930caa483048e32bcb7cd1645af935'
- '4e0f18d1218fefd9f2fae7b901e49a9d'
- 'c10ec637550d3dc352bcb44f36c84ea6'
- 'c8091a88516fc56596e7574bb11dffa9'
- '034786f5ee761858ce4abd6b8aef31e3'
- 'ac68ce9e55d4c5c39410fb2b2a34b4cd'
- '513a53a0c99486b1a57bc0368f934cdc'
- 'fa5eceef1280b493cfd0fe08408ee7e6'
- 'e78f593512dcf8b0e2a16af86a375362'
- '815539bb3f74e719b38d3847e7b9f49d'
- 'eed38d62cd83aad1137cb6f9890c99a2'
-   

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

2012-08-15 Thread andyrtr
Date: Wednesday, August 15, 2012 @ 17:52:27
  Author: andyrtr
Revision: 165336

archrelease: copy trunk to testing-any

Added:
  libreoffice-i18n/repos/testing-any/
  libreoffice-i18n/repos/testing-any/PKGBUILD
(from rev 165335, libreoffice-i18n/trunk/PKGBUILD)
  libreoffice-i18n/repos/testing-any/PKGBUILD.36
(from rev 165335, libreoffice-i18n/trunk/PKGBUILD.36)

-+
 PKGBUILD| 1513 ++
 PKGBUILD.36 | 1612 ++
 2 files changed, 3125 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 165335:165336 to see the changes.


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

2012-08-15 Thread Justin Davis
Date: Wednesday, August 15, 2012 @ 17:57:55
  Author: juster
Revision: 165337

upgpkg: perl-anyevent 4:7.02-1

Export environment variables to enable more testing.

Modified:
  perl-anyevent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-15 21:52:27 UTC (rev 165336)
+++ PKGBUILD2012-08-15 21:57:55 UTC (rev 165337)
@@ -2,10 +2,10 @@
 # $Id$
 
 pkgname=perl-anyevent
-pkgver=7.01
+pkgver=7.02
 pkgrel=1
 pkgdesc='the DBI of event loop programming'
-epoch=3
+epoch=4
 arch=(any)
 license=(PerlArtistic GPL)
 options=(!emptydirs)
@@ -14,8 +14,8 @@
 'perl-json-xs: send or receive JSON with AnyEvent::Handle')
 url=https://metacpan.org/release/AnyEvent
 
source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-$pkgver.tar.gz;)
-md5sums=(f26c1d03d7f5fe7d82e6885e5887bf8f)
-sha512sums=(3f98f917c6298a2f22e7f295ac8596afd03ef279511d3a25e602a9bfc401e0a380345b58cc9932bdb04765377031d0ac865de9caf9f8bb6ccedb0f0a8c2bad93)
+md5sums=(4eaf54ed326578ae5e3be39dadd13c5f)
+sha512sums=(6a7a98cb7d5d135cc7a697dfba02723f64d2ec40669f609e087c4d55a50ac6fbddb68b827863ba123844b4e5bcd7a4546673ffdb34391dd8156aa7c5bce86f40)
 _dir=$srcdir/AnyEvent-$pkgver
 
 build()
@@ -32,6 +32,7 @@
   cd $_dir
   export PERL_MM_USE_DEFAULT=1
   unset PERL5LIB
+  export PERL_ANYEVENT_LOOP_TESTS=1 PERL_ANYEVENT_NEW_TESTS=1
   make test
 )
 



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

2012-08-15 Thread Justin Davis
Date: Wednesday, August 15, 2012 @ 17:58:03
  Author: juster
Revision: 165338

archrelease: copy trunk to extra-any

Added:
  perl-anyevent/repos/extra-any/PKGBUILD
(from rev 165337, perl-anyevent/trunk/PKGBUILD)
Deleted:
  perl-anyevent/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   99 ++---
 1 file changed, 50 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-08-15 21:57:55 UTC (rev 165337)
+++ PKGBUILD2012-08-15 21:58:03 UTC (rev 165338)
@@ -1,49 +0,0 @@
-# Packager: Justin Davis (juster) jrc...@gmail.com
-# $Id$
-
-pkgname=perl-anyevent
-pkgver=7.01
-pkgrel=1
-pkgdesc='the DBI of event loop programming'
-epoch=3
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl 'perl-ev=4.00' 'perl-guard=1.02' 'perl-async-interrupt=1.0')
-optdepends=('perl-net-ssleay: TLS/SSL connections with AnyEvent::Handle'
-'perl-json-xs: send or receive JSON with AnyEvent::Handle')
-url=https://metacpan.org/release/AnyEvent
-source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-$pkgver.tar.gz;)
-md5sums=(f26c1d03d7f5fe7d82e6885e5887bf8f)
-sha512sums=(3f98f917c6298a2f22e7f295ac8596afd03ef279511d3a25e602a9bfc401e0a380345b58cc9932bdb04765377031d0ac865de9caf9f8bb6ccedb0f0a8c2bad93)
-_dir=$srcdir/AnyEvent-$pkgver
-
-build()
-(
-  cd $_dir
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd $_dir
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd $_dir
-  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
-  find $pkgdir -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-anyevent/repos/extra-any/PKGBUILD (from rev 165337, 
perl-anyevent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-08-15 21:58:03 UTC (rev 165338)
@@ -0,0 +1,50 @@
+# Packager: Justin Davis (juster) jrc...@gmail.com
+# $Id$
+
+pkgname=perl-anyevent
+pkgver=7.02
+pkgrel=1
+pkgdesc='the DBI of event loop programming'
+epoch=4
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl 'perl-ev=4.00' 'perl-guard=1.02' 'perl-async-interrupt=1.0')
+optdepends=('perl-net-ssleay: TLS/SSL connections with AnyEvent::Handle'
+'perl-json-xs: send or receive JSON with AnyEvent::Handle')
+url=https://metacpan.org/release/AnyEvent
+source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-$pkgver.tar.gz;)
+md5sums=(4eaf54ed326578ae5e3be39dadd13c5f)
+sha512sums=(6a7a98cb7d5d135cc7a697dfba02723f64d2ec40669f609e087c4d55a50ac6fbddb68b827863ba123844b4e5bcd7a4546673ffdb34391dd8156aa7c5bce86f40)
+_dir=$srcdir/AnyEvent-$pkgver
+
+build()
+(
+  cd $_dir
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd $_dir
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  export PERL_ANYEVENT_LOOP_TESTS=1 PERL_ANYEVENT_NEW_TESTS=1
+  make test
+)
+
+package()
+(
+  cd $_dir
+  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in gcc/repos (42 files)

2012-08-15 Thread Allan McRae
Date: Wednesday, August 15, 2012 @ 21:57:21
  Author: allan
Revision: 165339

db-move: moved gcc from [testing] to [core] (i686, x86_64)

Added:
  gcc/repos/core-i686/PKGBUILD
(from rev 165338, gcc/repos/testing-i686/PKGBUILD)
  gcc/repos/core-i686/gcc-4.7.1-libada-pic.patch
(from rev 165338, gcc/repos/testing-i686/gcc-4.7.1-libada-pic.patch)
  gcc/repos/core-i686/gcc-4.7.1-libgo-mksysinfo.patch
(from rev 165338, gcc/repos/testing-i686/gcc-4.7.1-libgo-mksysinfo.patch)
  gcc/repos/core-i686/gcc-4.7.1-libgo-write.patch
(from rev 165338, gcc/repos/testing-i686/gcc-4.7.1-libgo-write.patch)
  gcc/repos/core-i686/gcc-ada.install
(from rev 165338, gcc/repos/testing-i686/gcc-ada.install)
  gcc/repos/core-i686/gcc-fortran.install
(from rev 165338, gcc/repos/testing-i686/gcc-fortran.install)
  gcc/repos/core-i686/gcc-go.install
(from rev 165338, gcc/repos/testing-i686/gcc-go.install)
  gcc/repos/core-i686/gcc-libs.install
(from rev 165338, gcc/repos/testing-i686/gcc-libs.install)
  gcc/repos/core-i686/gcc.install
(from rev 165338, gcc/repos/testing-i686/gcc.install)
  gcc/repos/core-i686/gcc_pure64.patch
(from rev 165338, gcc/repos/testing-i686/gcc_pure64.patch)
  gcc/repos/core-x86_64/PKGBUILD
(from rev 165338, gcc/repos/testing-x86_64/PKGBUILD)
  gcc/repos/core-x86_64/gcc-4.7.1-libada-pic.patch
(from rev 165338, gcc/repos/testing-x86_64/gcc-4.7.1-libada-pic.patch)
  gcc/repos/core-x86_64/gcc-4.7.1-libgo-mksysinfo.patch
(from rev 165338, gcc/repos/testing-x86_64/gcc-4.7.1-libgo-mksysinfo.patch)
  gcc/repos/core-x86_64/gcc-4.7.1-libgo-write.patch
(from rev 165338, gcc/repos/testing-x86_64/gcc-4.7.1-libgo-write.patch)
  gcc/repos/core-x86_64/gcc-ada.install
(from rev 165338, gcc/repos/testing-x86_64/gcc-ada.install)
  gcc/repos/core-x86_64/gcc-fortran.install
(from rev 165338, gcc/repos/testing-x86_64/gcc-fortran.install)
  gcc/repos/core-x86_64/gcc-go.install
(from rev 165338, gcc/repos/testing-x86_64/gcc-go.install)
  gcc/repos/core-x86_64/gcc-libs.install
(from rev 165338, gcc/repos/testing-x86_64/gcc-libs.install)
  gcc/repos/core-x86_64/gcc.install
(from rev 165338, gcc/repos/testing-x86_64/gcc.install)
  gcc/repos/core-x86_64/gcc_pure64.patch
(from rev 165338, gcc/repos/testing-x86_64/gcc_pure64.patch)
Deleted:
  gcc/repos/core-i686/PKGBUILD
  gcc/repos/core-i686/gcc-4.7.1-libada-pic.patch
  gcc/repos/core-i686/gcc-4.7.1-libgo-mksysinfo.patch
  gcc/repos/core-i686/gcc-4.7.1-libgo-write.patch
  gcc/repos/core-i686/gcc-ada.install
  gcc/repos/core-i686/gcc-fortran.install
  gcc/repos/core-i686/gcc-go.install
  gcc/repos/core-i686/gcc-libs.install
  gcc/repos/core-i686/gcc.install
  gcc/repos/core-i686/gcc_pure64.patch
  gcc/repos/core-x86_64/PKGBUILD
  gcc/repos/core-x86_64/gcc-4.7.1-libada-pic.patch
  gcc/repos/core-x86_64/gcc-4.7.1-libgo-mksysinfo.patch
  gcc/repos/core-x86_64/gcc-4.7.1-libgo-write.patch
  gcc/repos/core-x86_64/gcc-ada.install
  gcc/repos/core-x86_64/gcc-fortran.install
  gcc/repos/core-x86_64/gcc-go.install
  gcc/repos/core-x86_64/gcc-libs.install
  gcc/repos/core-x86_64/gcc.install
  gcc/repos/core-x86_64/gcc_pure64.patch
  gcc/repos/testing-i686/
  gcc/repos/testing-x86_64/

-+
 core-i686/PKGBUILD  |  541 --
 core-i686/gcc-4.7.1-libada-pic.patch|   24 -
 core-i686/gcc-4.7.1-libgo-mksysinfo.patch   |   30 -
 core-i686/gcc-4.7.1-libgo-write.patch   |   26 -
 core-i686/gcc-ada.install   |   40 -
 core-i686/gcc-fortran.install   |   32 -
 core-i686/gcc-go.install|   40 -
 core-i686/gcc-libs.install  |   32 -
 core-i686/gcc.install   |   40 -
 core-i686/gcc_pure64.patch  |   52 +-
 core-x86_64/PKGBUILD|  541 --
 core-x86_64/gcc-4.7.1-libada-pic.patch  |   24 -
 core-x86_64/gcc-4.7.1-libgo-mksysinfo.patch |   30 -
 core-x86_64/gcc-4.7.1-libgo-write.patch |   26 -
 core-x86_64/gcc-ada.install |   40 -
 core-x86_64/gcc-fortran.install |   32 -
 core-x86_64/gcc-go.install  |   40 -
 core-x86_64/gcc-libs.install|   32 -
 core-x86_64/gcc.install |   40 -
 core-x86_64/gcc_pure64.patch|   52 +-
 20 files changed, 856 insertions(+), 858 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 165338:165339 to see the changes.


[arch-commits] Commit in linux-api-headers/repos (6 files)

2012-08-15 Thread Allan McRae
Date: Wednesday, August 15, 2012 @ 21:57:25
  Author: allan
Revision: 165340

db-move: moved linux-api-headers from [testing] to [core] (i686, x86_64)

Added:
  linux-api-headers/repos/core-i686/PKGBUILD
(from rev 165338, linux-api-headers/repos/testing-i686/PKGBUILD)
  linux-api-headers/repos/core-x86_64/PKGBUILD
(from rev 165338, linux-api-headers/repos/testing-x86_64/PKGBUILD)
Deleted:
  linux-api-headers/repos/core-i686/PKGBUILD
  linux-api-headers/repos/core-x86_64/PKGBUILD
  linux-api-headers/repos/testing-i686/
  linux-api-headers/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |   78 -
 core-x86_64/PKGBUILD |   78 -
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-08-16 01:57:21 UTC (rev 165339)
+++ core-i686/PKGBUILD  2012-08-16 01:57:25 UTC (rev 165340)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
-
-pkgname=linux-api-headers
-pkgver=3.4.6
-_basever=3.4
-pkgrel=1
-pkgdesc=Kernel headers sanitized for use in userspace
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/libc;
-license=('GPL2')
-source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
-http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
-# NOTE: signatures are not automatically verified by makepkg
-#http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
-#http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
-md5sums=('967f72983655e2479f951195953e8480'
- '14443e53d3ab88e6eac45d954d891e00')
-
-build() {
-  cd ${srcdir}/linux-${_basever}
-  [[ $pkgver != $_basever ]]  patch -p1 -i ${srcdir}/patch-${pkgver}
-
-  make mrproper
-  make headers_check
-}
-
-package() {
-  cd ${srcdir}/linux-${_basever}
-  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
-
-  # use headers from libdrm
-  rm -rf ${pkgdir}/usr/include/drm
-  
-  # clean-up unnecessary files generated during install
-  find ${pkgdir} \( -name .install -o -name ..install.cmd \) -delete
-}

Copied: linux-api-headers/repos/core-i686/PKGBUILD (from rev 165338, 
linux-api-headers/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-08-16 01:57:25 UTC (rev 165340)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=linux-api-headers
+pkgver=3.5.1
+_basever=3.5
+pkgrel=1
+pkgdesc=Kernel headers sanitized for use in userspace
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libc;
+license=('GPL2')
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
+http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
+# NOTE: signatures are not automatically verified by makepkg
+#http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
+#http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
+md5sums=('24153eaaa81dedc9481ada8cd9c3b83d'
+ '35add5b2e64d1cbc8d123980c967e7ca')
+
+build() {
+  cd ${srcdir}/linux-${_basever}
+  [[ $pkgver != $_basever ]]  patch -p1 -i ${srcdir}/patch-${pkgver}
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd ${srcdir}/linux-${_basever}
+  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
+
+  # use headers from libdrm
+  rm -rf ${pkgdir}/usr/include/drm
+  
+  # clean-up unnecessary files generated during install
+  find ${pkgdir} \( -name .install -o -name ..install.cmd \) -delete
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-08-16 01:57:21 UTC (rev 165339)
+++ core-x86_64/PKGBUILD2012-08-16 01:57:25 UTC (rev 165340)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
-
-pkgname=linux-api-headers
-pkgver=3.4.6
-_basever=3.4
-pkgrel=1
-pkgdesc=Kernel headers sanitized for use in userspace
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/libc;
-license=('GPL2')
-source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
-http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
-# NOTE: signatures are not automatically verified by makepkg
-#http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
-#http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
-md5sums=('967f72983655e2479f951195953e8480'
- '14443e53d3ab88e6eac45d954d891e00')
-
-build() {
-  cd 

[arch-commits] Commit in libmpc/repos (14 files)

2012-08-15 Thread Allan McRae
Date: Wednesday, August 15, 2012 @ 21:57:32
  Author: allan
Revision: 165341

db-move: moved libmpc from [testing] to [core] (i686, x86_64)

Added:
  libmpc/repos/core-i686/PKGBUILD
(from rev 165338, libmpc/repos/testing-i686/PKGBUILD)
  libmpc/repos/core-i686/libmpc-0.9-configure_cflags_egrep_issue.patch
(from rev 165338, 
libmpc/repos/testing-i686/libmpc-0.9-configure_cflags_egrep_issue.patch)
  libmpc/repos/core-i686/libmpc.install
(from rev 165338, libmpc/repos/testing-i686/libmpc.install)
  libmpc/repos/core-x86_64/PKGBUILD
(from rev 165338, libmpc/repos/testing-x86_64/PKGBUILD)
  libmpc/repos/core-x86_64/libmpc-0.9-configure_cflags_egrep_issue.patch
(from rev 165338, 
libmpc/repos/testing-x86_64/libmpc-0.9-configure_cflags_egrep_issue.patch)
  libmpc/repos/core-x86_64/libmpc.install
(from rev 165338, libmpc/repos/testing-x86_64/libmpc.install)
Deleted:
  libmpc/repos/core-i686/PKGBUILD
  libmpc/repos/core-i686/libmpc-0.9-configure_cflags_egrep_issue.patch
  libmpc/repos/core-i686/libmpc.install
  libmpc/repos/core-x86_64/PKGBUILD
  libmpc/repos/core-x86_64/libmpc-0.9-configure_cflags_egrep_issue.patch
  libmpc/repos/core-x86_64/libmpc.install
  libmpc/repos/testing-i686/
  libmpc/repos/testing-x86_64/

---+
 core-i686/PKGBUILD|   71 +++---
 core-i686/libmpc-0.9-configure_cflags_egrep_issue.patch   |  126 ++--
 core-i686/libmpc.install  |   40 +--
 core-x86_64/PKGBUILD  |   71 +++---
 core-x86_64/libmpc-0.9-configure_cflags_egrep_issue.patch |  126 ++--
 core-x86_64/libmpc.install|   40 +--
 6 files changed, 230 insertions(+), 244 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-08-16 01:57:25 UTC (rev 165340)
+++ core-i686/PKGBUILD  2012-08-16 01:57:32 UTC (rev 165341)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-pkgname=libmpc
-pkgver=0.9
-pkgrel=2
-pkgdesc=Library for the arithmetic of complex numbers with arbitrarily high 
precision
-arch=('i686' 'x86_64')
-url=http://www.multiprecision.org/;
-license=('LGPL')
-depends=('mpfr=3.0.0')
-options=('!libtool')
-install=libmpc.install
-source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz
-libmpc-0.9-configure_cflags_egrep_issue.patch)
-md5sums=('0d6acab8d214bd7d1fbbc593e83dd00d'
- '35d5bb02dc6c1153e581b7c34a738a08')
-
-build() {
-  cd ${srcdir}/mpc-${pkgver}
-
-  # 
http://lists.gforge.inria.fr/pipermail/mpc-discuss/2011-February/000805.html
-  patch -Np1 -i $srcdir/libmpc-0.9-configure_cflags_egrep_issue.patch
-  autoreconf
-  
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/mpc-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/mpc-${pkgver}
-  make DESTDIR=${pkgdir} install
-  mv ${pkgdir}/usr/share/info/{mpc,libmpc}.info
-}

Copied: libmpc/repos/core-i686/PKGBUILD (from rev 165338, 
libmpc/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-08-16 01:57:32 UTC (rev 165341)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=libmpc
+pkgver=1.0
+pkgrel=1
+pkgdesc=Library for the arithmetic of complex numbers with arbitrarily high 
precision
+arch=('i686' 'x86_64')
+url=http://www.multiprecision.org/;
+license=('LGPL')
+depends=('mpfr=3.0.0')
+options=('!libtool')
+install=libmpc.install
+source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz)
+md5sums=('13370ceb2e266c5eeb2f7e78c24b7858')
+
+build() {
+  cd ${srcdir}/mpc-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/mpc-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/mpc-${pkgver}
+  make DESTDIR=${pkgdir} install
+  mv ${pkgdir}/usr/share/info/{mpc,libmpc}.info
+}

Deleted: core-i686/libmpc-0.9-configure_cflags_egrep_issue.patch
===
--- core-i686/libmpc-0.9-configure_cflags_egrep_issue.patch 2012-08-16 
01:57:25 UTC (rev 165340)
+++ core-i686/libmpc-0.9-configure_cflags_egrep_issue.patch 2012-08-16 
01:57:32 UTC (rev 165341)
@@ -1,63 +0,0 @@
 trunk/configure.ac 2011/02/21 12:18:31 932
-+++ trunk/configure.ac 2011/02/21 16:41:09 936
-@@ -33,7 +33,7 @@
- AC_CANONICAL_HOST
- AC_CONFIG_MACRO_DIR([m4])
- 
--dnl Extra arguments to configure
-+# Extra arguments to configure
- AC_ARG_WITH([mpfr_include],
- [AC_HELP_STRING([--with-mpfr-include=DIR],
- [MPFR include directory])],
-@@ -85,18 +85,19 @@
-  )
- 
- 
--dnl Setup CC and CFLAGS
-+# Setup CC and CFLAGS
-+AC_PROG_CC
-+AC_LANG(C)
- 
--dnl Check for user specification of CC or CFLAGS

[arch-commits] Commit in binutils/repos (10 files)

2012-08-15 Thread Allan McRae
Date: Wednesday, August 15, 2012 @ 21:57:38
  Author: allan
Revision: 165342

db-move: moved binutils from [testing] to [core] (i686, x86_64)

Added:
  binutils/repos/core-i686/PKGBUILD
(from rev 165338, binutils/repos/testing-i686/PKGBUILD)
  binutils/repos/core-i686/binutils.install
(from rev 165338, binutils/repos/testing-i686/binutils.install)
  binutils/repos/core-x86_64/PKGBUILD
(from rev 165338, binutils/repos/testing-x86_64/PKGBUILD)
  binutils/repos/core-x86_64/binutils.install
(from rev 165338, binutils/repos/testing-x86_64/binutils.install)
Deleted:
  binutils/repos/core-i686/PKGBUILD
  binutils/repos/core-i686/binutils.install
  binutils/repos/core-x86_64/PKGBUILD
  binutils/repos/core-x86_64/binutils.install
  binutils/repos/testing-i686/
  binutils/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |  192 -
 core-i686/binutils.install   |   34 +++
 core-x86_64/PKGBUILD |  192 -
 core-x86_64/binutils.install |   34 +++
 4 files changed, 226 insertions(+), 226 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-08-16 01:57:32 UTC (rev 165341)
+++ core-i686/PKGBUILD  2012-08-16 01:57:38 UTC (rev 165342)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
-
-pkgname=binutils
-pkgver=2.22
-pkgrel=9
-_date=20120323
-pkgdesc=A set of programs to assemble and manipulate binary and object files
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/binutils/;
-license=('GPL')
-groups=('base-devel')
-depends=('glibc=2.16' 'zlib')
-checkdepends=('dejagnu')
-options=('!libtool' '!distcc' '!ccache')
-install=binutils.install
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}_${_date}.tar.bz2)
-md5sums=('de2ac4298732827f8af706fc24020330')
-
-mksource() {
-  mkdir ${pkgname}-${_date}
-  cd ${pkgname}-${_date}
-  export _TAG=binutils-2_22-branch
-  export 'CVSROOT=:pserver:anon...@sourceware.org:/cvs/src'
-  cvs -z9 co -r $_TAG binutils || return 1
-  mv src binutils
-  tar -cvjf ../binutils-${pkgver}_${_date}.tar.bz2 binutils/*
-}
-
-build() {
-  cd ${srcdir}
-  mkdir binutils-build  cd binutils-build
-
-  [[ $CARCH == x86_64 ]]  CONFIGFLAG=--enable-64-bit-bfd 
--disable-multilib
-
-  ${srcdir}/binutils/configure --prefix=/usr \
---with-lib-path=/usr/lib:/usr/local/lib \
---enable-ld=default --enable-gold \
---enable-plugins --enable-threads \
---enable-shared $CONFIGFLAG
-
-  # check the host environment and makes sure all the necessary tools are 
available
-  make configure-host
-
-  make tooldir=${pkgdir}/usr
-
-  # Rebuild libiberty.a with -fPIC
-  cp -a libiberty libiberty-pic
-  make -C libiberty-pic clean
-  make CFLAGS=$CFLAGS -fPIC -C libiberty-pic
-
-  # Rebuild libbfd.a with -fPIC
-  # hidden visability prevent 3rd party shared libraries exporting bfd 
non-stable API
-  cp -a bfd bfd-pic
-  make -C bfd-pic clean
-  make CFLAGS=$CFLAGS -fPIC -fvisibility=hidden -C bfd-pic
-
-  # Rebuild libopcodes.a with -fPIC
-  cp -a opcodes opcodes-pic
-  make -C opcodes-pic clean 
-  make CFLAGS=$CFLAGS -fPIC -C opcodes-pic
-}
-
-check() {
-  cd ${srcdir}/binutils-build
-
-  # do not abort on errors - manually check log files
-  # gold testsuite does not build with _FORTIFY_SOURCE (due to -O0 -Werror)
-  make CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2/} \
-   CXXFLAGS=${CXXFLAGS/-D_FORTIFY_SOURCE=2/} -k check || true
-}
-
-package() {
-  cd ${srcdir}/binutils-build
-  make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
-  
-  # Add some useful headers
-  install -m644 ${srcdir}/binutils/include/libiberty.h ${pkgdir}/usr/include
-  install -m644 ${srcdir}/binutils/include/demangle.h ${pkgdir}/usr/include
-
-  # install libraries rebuilt with -fPIC
-  install -m644 libiberty-pic/libiberty.a ${pkgdir}/usr/lib
-  install -m644 bfd-pic/libbfd.a ${pkgdir}/usr/lib
-  install -m644 opcodes/libopcodes.a ${pkgdir}/usr/lib
-
-  # Remove Windows/Novell specific man pages
-  rm -f ${pkgdir}/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
-
-  # Remove these symlinks, they are not ABI stable.
-  # Programs should compile static to the .a file.
-  rm -f ${pkgdir}/usr/lib/lib{bfd,opcodes}.so
-  echo INPUT ( /usr/lib/libbfd.a -liberty -lz ) ${pkgdir}/usr/lib/libbfd.so
-  echo INPUT ( /usr/lib/libopcodes.a -lbfd ) ${pkgdir}/usr/lib/libopcodes.so
-}

Copied: binutils/repos/core-i686/PKGBUILD (from rev 165338, 
binutils/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-08-16 01:57:38 UTC (rev 165342)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 

[arch-commits] Commit in glibc/repos (40 files)

2012-08-15 Thread Allan McRae
Date: Wednesday, August 15, 2012 @ 21:57:59
  Author: allan
Revision: 165343

db-move: moved glibc from [testing] to [core] (i686, x86_64)

Added:
  glibc/repos/core-i686/PKGBUILD
(from rev 165338, glibc/repos/testing-i686/PKGBUILD)
  glibc/repos/core-i686/glibc-2.15-fix-res_query-assert.patch
(from rev 165338, 
glibc/repos/testing-i686/glibc-2.15-fix-res_query-assert.patch)
  glibc/repos/core-i686/glibc-2.15-revert-c5a0802a.patch
(from rev 165338, glibc/repos/testing-i686/glibc-2.15-revert-c5a0802a.patch)
  glibc/repos/core-i686/glibc-2.16-rpcgen-cpp-path.patch
(from rev 165338, glibc/repos/testing-i686/glibc-2.16-rpcgen-cpp-path.patch)
  glibc/repos/core-i686/glibc.install
(from rev 165338, glibc/repos/testing-i686/glibc.install)
  glibc/repos/core-i686/locale-gen
(from rev 165338, glibc/repos/testing-i686/locale-gen)
  glibc/repos/core-i686/locale.gen.txt
(from rev 165338, glibc/repos/testing-i686/locale.gen.txt)
  glibc/repos/core-i686/nscd.rcd
(from rev 165338, glibc/repos/testing-i686/nscd.rcd)
  glibc/repos/core-i686/nscd.service
(from rev 165338, glibc/repos/testing-i686/nscd.service)
  glibc/repos/core-i686/nscd.tmpfiles
(from rev 165338, glibc/repos/testing-i686/nscd.tmpfiles)
  glibc/repos/core-x86_64/PKGBUILD
(from rev 165338, glibc/repos/testing-x86_64/PKGBUILD)
  glibc/repos/core-x86_64/glibc-2.15-fix-res_query-assert.patch
(from rev 165338, 
glibc/repos/testing-x86_64/glibc-2.15-fix-res_query-assert.patch)
  glibc/repos/core-x86_64/glibc-2.15-revert-c5a0802a.patch
(from rev 165338, 
glibc/repos/testing-x86_64/glibc-2.15-revert-c5a0802a.patch)
  glibc/repos/core-x86_64/glibc-2.16-rpcgen-cpp-path.patch
(from rev 165338, 
glibc/repos/testing-x86_64/glibc-2.16-rpcgen-cpp-path.patch)
  glibc/repos/core-x86_64/glibc.install
(from rev 165338, glibc/repos/testing-x86_64/glibc.install)
  glibc/repos/core-x86_64/locale-gen
(from rev 165338, glibc/repos/testing-x86_64/locale-gen)
  glibc/repos/core-x86_64/locale.gen.txt
(from rev 165338, glibc/repos/testing-x86_64/locale.gen.txt)
  glibc/repos/core-x86_64/nscd.rcd
(from rev 165338, glibc/repos/testing-x86_64/nscd.rcd)
  glibc/repos/core-x86_64/nscd.service
(from rev 165338, glibc/repos/testing-x86_64/nscd.service)
  glibc/repos/core-x86_64/nscd.tmpfiles
(from rev 165338, glibc/repos/testing-x86_64/nscd.tmpfiles)
Deleted:
  glibc/repos/core-i686/PKGBUILD
  glibc/repos/core-i686/glibc-2.15-fix-res_query-assert.patch
  glibc/repos/core-i686/glibc-2.15-revert-c5a0802a.patch
  glibc/repos/core-i686/glibc.install
  glibc/repos/core-i686/locale-gen
  glibc/repos/core-i686/locale.gen.txt
  glibc/repos/core-i686/nscd.rcd
  glibc/repos/core-i686/nscd.service
  glibc/repos/core-i686/nscd.tmpfiles
  glibc/repos/core-x86_64/PKGBUILD
  glibc/repos/core-x86_64/glibc-2.15-fix-res_query-assert.patch
  glibc/repos/core-x86_64/glibc-2.15-revert-c5a0802a.patch
  glibc/repos/core-x86_64/glibc.install
  glibc/repos/core-x86_64/locale-gen
  glibc/repos/core-x86_64/locale.gen.txt
  glibc/repos/core-x86_64/nscd.rcd
  glibc/repos/core-x86_64/nscd.service
  glibc/repos/core-x86_64/nscd.tmpfiles
  glibc/repos/testing-i686/
  glibc/repos/testing-x86_64/

---+
 core-i686/PKGBUILD|  312 +++--
 core-i686/glibc-2.15-fix-res_query-assert.patch   |  102 ++--
 core-i686/glibc-2.15-revert-c5a0802a.patch|  452 ++--
 core-i686/glibc-2.16-rpcgen-cpp-path.patch|   68 +++
 core-i686/glibc.install   |   40 -
 core-i686/locale-gen  |   84 +--
 core-i686/locale.gen.txt  |   46 +-
 core-i686/nscd.rcd|  130 ++---
 core-i686/nscd.service|   34 -
 core-i686/nscd.tmpfiles   |2 
 core-x86_64/PKGBUILD  |  312 +++--
 core-x86_64/glibc-2.15-fix-res_query-assert.patch |  102 ++--
 core-x86_64/glibc-2.15-revert-c5a0802a.patch  |  452 ++--
 core-x86_64/glibc-2.16-rpcgen-cpp-path.patch  |   68 +++
 core-x86_64/glibc.install |   40 -
 core-x86_64/locale-gen|   84 +--
 core-x86_64/locale.gen.txt|   46 +-
 core-x86_64/nscd.rcd  |  130 ++---
 core-x86_64/nscd.service  |   34 -
 core-x86_64/nscd.tmpfiles |2 
 20 files changed, 1344 insertions(+), 1196 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 165342:165343 to see the changes.


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

2012-08-15 Thread Dan McGee
Date: Wednesday, August 15, 2012 @ 22:46:30
  Author: dan
Revision: 165344

upgpkg: git 1.7.11.5-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-16 01:57:59 UTC (rev 165343)
+++ PKGBUILD2012-08-16 02:46:30 UTC (rev 165344)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=git
-pkgver=1.7.11.4
+pkgver=1.7.11.5
 pkgrel=1
 pkgdesc=the fast distributed version control system
 arch=(i686 x86_64)
@@ -100,7 +100,7 @@
   install -D -m644 $srcdir/git-daemon.conf 
$pkgdir/etc/conf.d/git-daemon.conf
 }
 
-md5sums=('21c7100cddee8579233a924111e829ab'
- '397af842126a5099968238ab946580a5'
+md5sums=('9985d35c11531d546426ebefb327c847'
+ 'f08a5a60e57f00399bbd384cfd7791f3'
  '8e2648910fd5dd4f1c41d3c7fa9e9156'
  '2e42bf97779a1c6411d89043334c9e78')



[arch-commits] Commit in git/repos (16 files)

2012-08-15 Thread Dan McGee
Date: Wednesday, August 15, 2012 @ 22:47:11
  Author: dan
Revision: 165345

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 165344, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 165344, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 165344, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 165344, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 165344, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 165344, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 165344, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 165344, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 +++---
 extra-i686/PKGBUILD  |  212 -
 extra-i686/git-daemon|  140 +--
 extra-i686/git-daemon.conf   |   10 -
 extra-x86_64/ChangeLog   |  114 +++---
 extra-x86_64/PKGBUILD|  212 -
 extra-x86_64/git-daemon  |  140 +--
 extra-x86_64/git-daemon.conf |   10 -
 8 files changed, 476 insertions(+), 476 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-08-16 02:46:30 UTC (rev 165344)
+++ extra-i686/ChangeLog2012-08-16 02:47:11 UTC (rev 165345)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@archlinux.org
-   Version 1.5.4-1
-   * Upstream version 1.5.4
-   * Enable pthreads support in pack-objects. To use, set the pack.threads
- git config option. Read manpages of pack-objects and config for more
- details.
-   * Changelog added (with entries going back a bit).
-
-2008-01-28 Kevin Piche ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 165344, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-08-16 02:47:11 UTC (rev 165345)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files (FS#17968)
+