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

2011-11-06 Thread Gaetan Bisson
Date: Sunday, November 6, 2011 @ 02:21:55
  Author: bisson
Revision: 142202

db-remove: ntp removed by bisson

Deleted:
  ntp/repos/testing-i686/



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

2011-11-06 Thread Gaetan Bisson
Date: Sunday, November 6, 2011 @ 02:22:01
  Author: bisson
Revision: 142203

db-remove: ntp removed by bisson

Deleted:
  ntp/repos/testing-x86_64/



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

2011-11-06 Thread andyrtr
Date: Sunday, November 6, 2011 @ 03:47:45
  Author: andyrtr
Revision: 142204

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

Added:
  libpipeline/repos/core-i686/PKGBUILD
(from rev 142203, libpipeline/repos/testing-i686/PKGBUILD)
Deleted:
  libpipeline/repos/core-i686/PKGBUILD
  libpipeline/repos/testing-i686/

--+
 PKGBUILD |   61 ++---
 1 file changed, 30 insertions(+), 31 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-11-06 07:22:01 UTC (rev 142203)
+++ core-i686/PKGBUILD  2011-11-06 08:47:45 UTC (rev 142204)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=libpipeline
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=a C library for manipulating pipelines of subprocesses in a flexible 
and convenient way
-arch=('i686' 'x86_64')
-url=http://libpipeline.nongnu.org/;
-license=('GPL')
-groups=('base')
-depends=('glibc')
-options=('!libtool')
-source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz)
-md5sums=('dd3a987a0d2b594716baee2f73d61ae3')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: libpipeline/repos/core-i686/PKGBUILD (from rev 142203, 
libpipeline/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-11-06 08:47:45 UTC (rev 142204)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libpipeline
+pkgver=1.2.0
+pkgrel=2
+pkgdesc=a C library for manipulating pipelines of subprocesses in a flexible 
and convenient way
+arch=('i686' 'x86_64')
+url=http://libpipeline.nongnu.org/;
+license=('GPL')
+depends=('glibc')
+options=('!libtool')
+source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz)
+md5sums=('dd3a987a0d2b594716baee2f73d61ae3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



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

2011-11-06 Thread andyrtr
Date: Sunday, November 6, 2011 @ 03:47:46
  Author: andyrtr
Revision: 142205

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

Added:
  libpipeline/repos/core-x86_64/PKGBUILD
(from rev 142203, libpipeline/repos/testing-x86_64/PKGBUILD)
Deleted:
  libpipeline/repos/core-x86_64/PKGBUILD
  libpipeline/repos/testing-x86_64/

--+
 PKGBUILD |   61 ++---
 1 file changed, 30 insertions(+), 31 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-11-06 08:47:45 UTC (rev 142204)
+++ core-x86_64/PKGBUILD2011-11-06 08:47:46 UTC (rev 142205)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=libpipeline
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=a C library for manipulating pipelines of subprocesses in a flexible 
and convenient way
-arch=('i686' 'x86_64')
-url=http://libpipeline.nongnu.org/;
-license=('GPL')
-groups=('base')
-depends=('glibc')
-options=('!libtool')
-source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz)
-md5sums=('dd3a987a0d2b594716baee2f73d61ae3')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: libpipeline/repos/core-x86_64/PKGBUILD (from rev 142203, 
libpipeline/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-11-06 08:47:46 UTC (rev 142205)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libpipeline
+pkgver=1.2.0
+pkgrel=2
+pkgdesc=a C library for manipulating pipelines of subprocesses in a flexible 
and convenient way
+arch=('i686' 'x86_64')
+url=http://libpipeline.nongnu.org/;
+license=('GPL')
+depends=('glibc')
+options=('!libtool')
+source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz)
+md5sums=('dd3a987a0d2b594716baee2f73d61ae3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



[arch-commits] Commit in nano/repos (5 files)

2011-11-06 Thread andyrtr
Date: Sunday, November 6, 2011 @ 03:47:46
  Author: andyrtr
Revision: 142206

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

Added:
  nano/repos/core-i686/PKGBUILD
(from rev 142203, nano/repos/testing-i686/PKGBUILD)
  nano/repos/core-i686/nano.install
(from rev 142203, nano/repos/testing-i686/nano.install)
Deleted:
  nano/repos/core-i686/PKGBUILD
  nano/repos/core-i686/nano.install
  nano/repos/testing-i686/

--+
 PKGBUILD |   68 -
 nano.install |   40 -
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-11-06 08:47:46 UTC (rev 142205)
+++ core-i686/PKGBUILD  2011-11-06 08:47:46 UTC (rev 142206)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Judd j...@archlinux.org
-
-pkgname=nano
-pkgver=2.2.6
-pkgrel=1
-pkgdesc=Pico editor clone with enhancements
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.nano-editor.org;
-groups=('base')
-depends=('ncurses' 'sh')
-backup=('etc/nanorc')
-install=nano.install
-source=(http://www.nano-editor.org/dist/v2.2/${pkgname}-${pkgver}.tar.gz)
-md5sums=('03233ae480689a008eb98feb1b599807')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-color \
---enable-nanorc \
---enable-multibuffer \
---disable-wrapping-as-root
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/nanorc.sample 
${pkgdir}/etc/nanorc
-}

Copied: nano/repos/core-i686/PKGBUILD (from rev 142203, 
nano/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-11-06 08:47:46 UTC (rev 142206)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Judd j...@archlinux.org
+
+pkgname=nano
+pkgver=2.2.6
+pkgrel=2
+pkgdesc=Pico editor clone with enhancements
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.nano-editor.org;
+groups=('base')
+depends=('ncurses' 'sh')
+backup=('etc/nanorc')
+install=nano.install
+source=(http://www.nano-editor.org/dist/v2.2/${pkgname}-${pkgver}.tar.gz)
+md5sums=('03233ae480689a008eb98feb1b599807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer \
+--disable-wrapping-as-root
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/nanorc.sample 
${pkgdir}/etc/nanorc
+}

Deleted: core-i686/nano.install
===
--- core-i686/nano.install  2011-11-06 08:47:46 UTC (rev 142205)
+++ core-i686/nano.install  2011-11-06 08:47:46 UTC (rev 142206)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(nano.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $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 $infodir/dir 2 /dev/null
-  done
-}

Copied: nano/repos/core-i686/nano.install (from rev 142203, 
nano/repos/testing-i686/nano.install)
===
--- core-i686/nano.install  (rev 0)
+++ core-i686/nano.install  2011-11-06 08:47:46 UTC (rev 142206)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(nano.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $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 $infodir/dir 2 /dev/null
+  done
+}



[arch-commits] Commit in nano/repos (5 files)

2011-11-06 Thread andyrtr
Date: Sunday, November 6, 2011 @ 03:47:48
  Author: andyrtr
Revision: 142207

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

Added:
  nano/repos/core-x86_64/PKGBUILD
(from rev 142203, nano/repos/testing-x86_64/PKGBUILD)
  nano/repos/core-x86_64/nano.install
(from rev 142203, nano/repos/testing-x86_64/nano.install)
Deleted:
  nano/repos/core-x86_64/PKGBUILD
  nano/repos/core-x86_64/nano.install
  nano/repos/testing-x86_64/

--+
 PKGBUILD |   68 -
 nano.install |   40 -
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-11-06 08:47:46 UTC (rev 142206)
+++ core-x86_64/PKGBUILD2011-11-06 08:47:48 UTC (rev 142207)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Judd j...@archlinux.org
-
-pkgname=nano
-pkgver=2.2.6
-pkgrel=1
-pkgdesc=Pico editor clone with enhancements
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.nano-editor.org;
-groups=('base')
-depends=('ncurses' 'sh')
-backup=('etc/nanorc')
-install=nano.install
-source=(http://www.nano-editor.org/dist/v2.2/${pkgname}-${pkgver}.tar.gz)
-md5sums=('03233ae480689a008eb98feb1b599807')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-color \
---enable-nanorc \
---enable-multibuffer \
---disable-wrapping-as-root
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/nanorc.sample 
${pkgdir}/etc/nanorc
-}

Copied: nano/repos/core-x86_64/PKGBUILD (from rev 142203, 
nano/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-11-06 08:47:48 UTC (rev 142207)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Judd j...@archlinux.org
+
+pkgname=nano
+pkgver=2.2.6
+pkgrel=2
+pkgdesc=Pico editor clone with enhancements
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.nano-editor.org;
+groups=('base')
+depends=('ncurses' 'sh')
+backup=('etc/nanorc')
+install=nano.install
+source=(http://www.nano-editor.org/dist/v2.2/${pkgname}-${pkgver}.tar.gz)
+md5sums=('03233ae480689a008eb98feb1b599807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer \
+--disable-wrapping-as-root
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/nanorc.sample 
${pkgdir}/etc/nanorc
+}

Deleted: core-x86_64/nano.install
===
--- core-x86_64/nano.install2011-11-06 08:47:46 UTC (rev 142206)
+++ core-x86_64/nano.install2011-11-06 08:47:48 UTC (rev 142207)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(nano.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $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 $infodir/dir 2 /dev/null
-  done
-}

Copied: nano/repos/core-x86_64/nano.install (from rev 142203, 
nano/repos/testing-x86_64/nano.install)
===
--- core-x86_64/nano.install(rev 0)
+++ core-x86_64/nano.install2011-11-06 08:47:48 UTC (rev 142207)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(nano.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $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 $infodir/dir 2 /dev/null
+  done
+}



[arch-commits] Commit in expat/repos (7 files)

2011-11-06 Thread Allan McRae
Date: Sunday, November 6, 2011 @ 03:56:52
  Author: allan
Revision: 142208

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

Added:
  expat/repos/core-i686/CVE-2009-3560.patch
(from rev 142207, expat/repos/testing-i686/CVE-2009-3560.patch)
  expat/repos/core-i686/CVE-2009-3720.patch
(from rev 142207, expat/repos/testing-i686/CVE-2009-3720.patch)
  expat/repos/core-i686/PKGBUILD
(from rev 142207, expat/repos/testing-i686/PKGBUILD)
Deleted:
  expat/repos/core-i686/CVE-2009-3560.patch
  expat/repos/core-i686/CVE-2009-3720.patch
  expat/repos/core-i686/PKGBUILD
  expat/repos/testing-i686/

-+
 CVE-2009-3560.patch |   26 +-
 CVE-2009-3720.patch |   24 
 PKGBUILD|   71 ++
 3 files changed, 63 insertions(+), 58 deletions(-)

Deleted: core-i686/CVE-2009-3560.patch
===
--- core-i686/CVE-2009-3560.patch   2011-11-06 08:47:48 UTC (rev 142207)
+++ core-i686/CVE-2009-3560.patch   2011-11-06 08:56:52 UTC (rev 142208)
@@ -1,13 +0,0 @@
-diff -urNad trunk~/lib/xmlparse.c trunk/lib/xmlparse.c
 trunk~/lib/xmlparse.c  2007-05-08 04:25:35.0 +0200
-+++ trunk/lib/xmlparse.c   2009-12-29 21:57:22.141732904 +0100
-@@ -3703,6 +3703,9 @@
- return XML_ERROR_UNCLOSED_TOKEN;
-   case XML_TOK_PARTIAL_CHAR:
- return XML_ERROR_PARTIAL_CHAR;
-+  case -XML_TOK_PROLOG_S:
-+tok = -tok;
-+break;
-   case XML_TOK_NONE:
- #ifdef XML_DTD
- /* for internal PE NOT referenced between declarations */

Copied: expat/repos/core-i686/CVE-2009-3560.patch (from rev 142207, 
expat/repos/testing-i686/CVE-2009-3560.patch)
===
--- core-i686/CVE-2009-3560.patch   (rev 0)
+++ core-i686/CVE-2009-3560.patch   2011-11-06 08:56:52 UTC (rev 142208)
@@ -0,0 +1,13 @@
+diff -urNad trunk~/lib/xmlparse.c trunk/lib/xmlparse.c
+--- trunk~/lib/xmlparse.c  2007-05-08 04:25:35.0 +0200
 trunk/lib/xmlparse.c   2009-12-29 21:57:22.141732904 +0100
+@@ -3703,6 +3703,9 @@
+ return XML_ERROR_UNCLOSED_TOKEN;
+   case XML_TOK_PARTIAL_CHAR:
+ return XML_ERROR_PARTIAL_CHAR;
++  case -XML_TOK_PROLOG_S:
++tok = -tok;
++break;
+   case XML_TOK_NONE:
+ #ifdef XML_DTD
+ /* for internal PE NOT referenced between declarations */

Deleted: core-i686/CVE-2009-3720.patch
===
--- core-i686/CVE-2009-3720.patch   2011-11-06 08:47:48 UTC (rev 142207)
+++ core-i686/CVE-2009-3720.patch   2011-11-06 08:56:52 UTC (rev 142208)
@@ -1,12 +0,0 @@
-diff -urNad trunk~/lib/xmltok_impl.c trunk/lib/xmltok_impl.c
 trunk~/lib/xmltok_impl.c   2006-11-26 18:34:46.0 +0100
-+++ trunk/lib/xmltok_impl.c2009-10-22 21:42:41.0 +0200
-@@ -1744,7 +1744,7 @@
-const char *end,
-POSITION *pos)
- {
--  while (ptr != end) {
-+  while (ptr  end) {
- switch (BYTE_TYPE(enc, ptr)) {
- #define LEAD_CASE(n) \
- case BT_LEAD ## n: \

Copied: expat/repos/core-i686/CVE-2009-3720.patch (from rev 142207, 
expat/repos/testing-i686/CVE-2009-3720.patch)
===
--- core-i686/CVE-2009-3720.patch   (rev 0)
+++ core-i686/CVE-2009-3720.patch   2011-11-06 08:56:52 UTC (rev 142208)
@@ -0,0 +1,12 @@
+diff -urNad trunk~/lib/xmltok_impl.c trunk/lib/xmltok_impl.c
+--- trunk~/lib/xmltok_impl.c   2006-11-26 18:34:46.0 +0100
 trunk/lib/xmltok_impl.c2009-10-22 21:42:41.0 +0200
+@@ -1744,7 +1744,7 @@
+const char *end,
+POSITION *pos)
+ {
+-  while (ptr != end) {
++  while (ptr  end) {
+ switch (BYTE_TYPE(enc, ptr)) {
+ #define LEAD_CASE(n) \
+ case BT_LEAD ## n: \

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-11-06 08:47:48 UTC (rev 142207)
+++ core-i686/PKGBUILD  2011-11-06 08:56:52 UTC (rev 142208)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: dorphell dorph...@archlinux.org
-# Committer: Judd Vinet jvi...@zeroflux.org
-
-pkgname=expat
-pkgver=2.0.1
-pkgrel=6
-pkgdesc=An XML parser library
-arch=('i686' 'x86_64')
-url=http://expat.sourceforge.net;
-license=('custom')
-depends=('glibc')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/expat/${pkgname}-${pkgver}.tar.gz
-CVE-2009-3560.patch
-CVE-2009-3720.patch)
-md5sums=('ee8b492592568805593f81f8cdf2a04c'
- '50603cac0f03aabc7087415251f592be'
- 'f3eeb796f28945899216b815e5901996')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i $srcdir/CVE-2009-3560.patch
-  patch -Np1 -i $srcdir/CVE-2009-3720.patch
-  

[arch-commits] Commit in expat/repos (7 files)

2011-11-06 Thread Allan McRae
Date: Sunday, November 6, 2011 @ 03:56:53
  Author: allan
Revision: 142209

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

Added:
  expat/repos/core-x86_64/CVE-2009-3560.patch
(from rev 142207, expat/repos/testing-x86_64/CVE-2009-3560.patch)
  expat/repos/core-x86_64/CVE-2009-3720.patch
(from rev 142207, expat/repos/testing-x86_64/CVE-2009-3720.patch)
  expat/repos/core-x86_64/PKGBUILD
(from rev 142207, expat/repos/testing-x86_64/PKGBUILD)
Deleted:
  expat/repos/core-x86_64/CVE-2009-3560.patch
  expat/repos/core-x86_64/CVE-2009-3720.patch
  expat/repos/core-x86_64/PKGBUILD
  expat/repos/testing-x86_64/

-+
 CVE-2009-3560.patch |   26 +-
 CVE-2009-3720.patch |   24 
 PKGBUILD|   71 ++
 3 files changed, 63 insertions(+), 58 deletions(-)

Deleted: core-x86_64/CVE-2009-3560.patch
===
--- core-x86_64/CVE-2009-3560.patch 2011-11-06 08:56:52 UTC (rev 142208)
+++ core-x86_64/CVE-2009-3560.patch 2011-11-06 08:56:53 UTC (rev 142209)
@@ -1,13 +0,0 @@
-diff -urNad trunk~/lib/xmlparse.c trunk/lib/xmlparse.c
 trunk~/lib/xmlparse.c  2007-05-08 04:25:35.0 +0200
-+++ trunk/lib/xmlparse.c   2009-12-29 21:57:22.141732904 +0100
-@@ -3703,6 +3703,9 @@
- return XML_ERROR_UNCLOSED_TOKEN;
-   case XML_TOK_PARTIAL_CHAR:
- return XML_ERROR_PARTIAL_CHAR;
-+  case -XML_TOK_PROLOG_S:
-+tok = -tok;
-+break;
-   case XML_TOK_NONE:
- #ifdef XML_DTD
- /* for internal PE NOT referenced between declarations */

Copied: expat/repos/core-x86_64/CVE-2009-3560.patch (from rev 142207, 
expat/repos/testing-x86_64/CVE-2009-3560.patch)
===
--- core-x86_64/CVE-2009-3560.patch (rev 0)
+++ core-x86_64/CVE-2009-3560.patch 2011-11-06 08:56:53 UTC (rev 142209)
@@ -0,0 +1,13 @@
+diff -urNad trunk~/lib/xmlparse.c trunk/lib/xmlparse.c
+--- trunk~/lib/xmlparse.c  2007-05-08 04:25:35.0 +0200
 trunk/lib/xmlparse.c   2009-12-29 21:57:22.141732904 +0100
+@@ -3703,6 +3703,9 @@
+ return XML_ERROR_UNCLOSED_TOKEN;
+   case XML_TOK_PARTIAL_CHAR:
+ return XML_ERROR_PARTIAL_CHAR;
++  case -XML_TOK_PROLOG_S:
++tok = -tok;
++break;
+   case XML_TOK_NONE:
+ #ifdef XML_DTD
+ /* for internal PE NOT referenced between declarations */

Deleted: core-x86_64/CVE-2009-3720.patch
===
--- core-x86_64/CVE-2009-3720.patch 2011-11-06 08:56:52 UTC (rev 142208)
+++ core-x86_64/CVE-2009-3720.patch 2011-11-06 08:56:53 UTC (rev 142209)
@@ -1,12 +0,0 @@
-diff -urNad trunk~/lib/xmltok_impl.c trunk/lib/xmltok_impl.c
 trunk~/lib/xmltok_impl.c   2006-11-26 18:34:46.0 +0100
-+++ trunk/lib/xmltok_impl.c2009-10-22 21:42:41.0 +0200
-@@ -1744,7 +1744,7 @@
-const char *end,
-POSITION *pos)
- {
--  while (ptr != end) {
-+  while (ptr  end) {
- switch (BYTE_TYPE(enc, ptr)) {
- #define LEAD_CASE(n) \
- case BT_LEAD ## n: \

Copied: expat/repos/core-x86_64/CVE-2009-3720.patch (from rev 142207, 
expat/repos/testing-x86_64/CVE-2009-3720.patch)
===
--- core-x86_64/CVE-2009-3720.patch (rev 0)
+++ core-x86_64/CVE-2009-3720.patch 2011-11-06 08:56:53 UTC (rev 142209)
@@ -0,0 +1,12 @@
+diff -urNad trunk~/lib/xmltok_impl.c trunk/lib/xmltok_impl.c
+--- trunk~/lib/xmltok_impl.c   2006-11-26 18:34:46.0 +0100
 trunk/lib/xmltok_impl.c2009-10-22 21:42:41.0 +0200
+@@ -1744,7 +1744,7 @@
+const char *end,
+POSITION *pos)
+ {
+-  while (ptr != end) {
++  while (ptr  end) {
+ switch (BYTE_TYPE(enc, ptr)) {
+ #define LEAD_CASE(n) \
+ case BT_LEAD ## n: \

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-11-06 08:56:52 UTC (rev 142208)
+++ core-x86_64/PKGBUILD2011-11-06 08:56:53 UTC (rev 142209)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: dorphell dorph...@archlinux.org
-# Committer: Judd Vinet jvi...@zeroflux.org
-
-pkgname=expat
-pkgver=2.0.1
-pkgrel=6
-pkgdesc=An XML parser library
-arch=('i686' 'x86_64')
-url=http://expat.sourceforge.net;
-license=('custom')
-depends=('glibc')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/expat/${pkgname}-${pkgver}.tar.gz
-CVE-2009-3560.patch
-CVE-2009-3720.patch)
-md5sums=('ee8b492592568805593f81f8cdf2a04c'
- '50603cac0f03aabc7087415251f592be'
- 'f3eeb796f28945899216b815e5901996')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i $srcdir/CVE-2009-3560.patch

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

2011-11-06 Thread Allan McRae
Date: Sunday, November 6, 2011 @ 03:56:54
  Author: allan
Revision: 142210

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

Added:
  libcap/repos/core-i686/PKGBUILD
(from rev 142207, libcap/repos/testing-i686/PKGBUILD)
Deleted:
  libcap/repos/core-i686/PKGBUILD
  libcap/repos/testing-i686/

--+
 PKGBUILD |   53 +++--
 1 file changed, 27 insertions(+), 26 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-11-06 08:56:53 UTC (rev 142209)
+++ core-i686/PKGBUILD  2011-11-06 08:56:54 UTC (rev 142210)
@@ -1,26 +0,0 @@
-#$Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=libcap
-pkgver=2.22
-pkgrel=1
-pkgdesc=POSIX 1003.1e capabilities
-arch=('i686' 'x86_64')
-url=http://sites.google.com/site/fullycapable/;
-license=('GPL2')
-depends=('glibc' 'attr')
-source=(http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b4896816b626bea445f0b3849bdd4077')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make prefix=/usr DESTDIR=${pkgdir} LIBDIR=${pkgdir}/lib RAISE_SETFCAP=no 
install
-  rm ${pkgdir}/lib/*.a
-  chmod 755 ${pkgdir}/lib/libcap.so.${pkgver}
-}

Copied: libcap/repos/core-i686/PKGBUILD (from rev 142207, 
libcap/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-11-06 08:56:54 UTC (rev 142210)
@@ -0,0 +1,27 @@
+#$Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libcap
+pkgver=2.22
+pkgrel=2
+pkgdesc=POSIX 1003.1e capabilities
+arch=('i686' 'x86_64')
+url=http://sites.google.com/site/fullycapable/;
+license=('GPL2')
+depends=('glibc' 'attr')
+source=(http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('b4896816b626bea445f0b3849bdd4077'
+ '9d0983e25e5a251d098507f9561d2b27')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=/usr DESTDIR=${pkgdir} LIBDIR=${pkgdir}/lib RAISE_SETFCAP=no 
install
+  rm ${pkgdir}/lib/*.a
+  chmod 755 ${pkgdir}/lib/libcap.so.${pkgver}
+}



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

2011-11-06 Thread Allan McRae
Date: Sunday, November 6, 2011 @ 03:56:56
  Author: allan
Revision: 142211

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

Added:
  libcap/repos/core-x86_64/PKGBUILD
(from rev 142207, libcap/repos/testing-x86_64/PKGBUILD)
Deleted:
  libcap/repos/core-x86_64/PKGBUILD
  libcap/repos/testing-x86_64/

--+
 PKGBUILD |   53 +++--
 1 file changed, 27 insertions(+), 26 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-11-06 08:56:54 UTC (rev 142210)
+++ core-x86_64/PKGBUILD2011-11-06 08:56:56 UTC (rev 142211)
@@ -1,26 +0,0 @@
-#$Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=libcap
-pkgver=2.22
-pkgrel=1
-pkgdesc=POSIX 1003.1e capabilities
-arch=('i686' 'x86_64')
-url=http://sites.google.com/site/fullycapable/;
-license=('GPL2')
-depends=('glibc' 'attr')
-source=(http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b4896816b626bea445f0b3849bdd4077')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make prefix=/usr DESTDIR=${pkgdir} LIBDIR=${pkgdir}/lib RAISE_SETFCAP=no 
install
-  rm ${pkgdir}/lib/*.a
-  chmod 755 ${pkgdir}/lib/libcap.so.${pkgver}
-}

Copied: libcap/repos/core-x86_64/PKGBUILD (from rev 142207, 
libcap/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-11-06 08:56:56 UTC (rev 142211)
@@ -0,0 +1,27 @@
+#$Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libcap
+pkgver=2.22
+pkgrel=2
+pkgdesc=POSIX 1003.1e capabilities
+arch=('i686' 'x86_64')
+url=http://sites.google.com/site/fullycapable/;
+license=('GPL2')
+depends=('glibc' 'attr')
+source=(http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('b4896816b626bea445f0b3849bdd4077'
+ '9d0983e25e5a251d098507f9561d2b27')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=/usr DESTDIR=${pkgdir} LIBDIR=${pkgdir}/lib RAISE_SETFCAP=no 
install
+  rm ${pkgdir}/lib/*.a
+  chmod 755 ${pkgdir}/lib/libcap.so.${pkgver}
+}



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

2011-11-06 Thread Pierre Schmitz
Date: Sunday, November 6, 2011 @ 04:41:30
  Author: pierre
Revision: 142212

upgpkg: devtools 2006-1

Modified:
  devtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-06 08:56:56 UTC (rev 142211)
+++ PKGBUILD2011-11-06 09:41:30 UTC (rev 142212)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=devtools
-pkgver=2001
+pkgver=2006
 pkgrel=1
 pkgdesc='Tools for Arch Linux package maintainers'
 arch=('any')
@@ -11,8 +11,8 @@
 depends=('namcap' 'openssh' 'subversion' 'rsync')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-md5sums=('4b9b8f3ed8126a2bd43afa58cee19bd9'
- 'fa4c0e8da22c493098fc88288364d7d8')
+md5sums=('ffb187423d059558fe39d9960e262403'
+ '9b73263cc078f6d58bfacaa3a31d342e')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in devtools/repos/testing-any (PKGBUILD PKGBUILD)

2011-11-06 Thread Pierre Schmitz
Date: Sunday, November 6, 2011 @ 04:41:48
  Author: pierre
Revision: 142213

archrelease: copy trunk to testing-any

Added:
  devtools/repos/testing-any/PKGBUILD
(from rev 142212, devtools/trunk/PKGBUILD)
Deleted:
  devtools/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2011-11-06 09:41:30 UTC (rev 142212)
+++ PKGBUILD2011-11-06 09:41:48 UTC (rev 142213)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=devtools
-pkgver=2001
-pkgrel=1
-pkgdesc='Tools for Arch Linux package maintainers'
-arch=('any')
-license=('GPL')
-url='http://projects.archlinux.org/devtools.git/'
-depends=('namcap' 'openssh' 'subversion' 'rsync')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-md5sums=('4b9b8f3ed8126a2bd43afa58cee19bd9'
- 'fa4c0e8da22c493098fc88288364d7d8')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr DESTDIR=${pkgdir} install
-}

Copied: devtools/repos/testing-any/PKGBUILD (from rev 142212, 
devtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-11-06 09:41:48 UTC (rev 142213)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=devtools
+pkgver=2006
+pkgrel=1
+pkgdesc='Tools for Arch Linux package maintainers'
+arch=('any')
+license=('GPL')
+url='http://projects.archlinux.org/devtools.git/'
+depends=('namcap' 'openssh' 'subversion' 'rsync')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+md5sums=('ffb187423d059558fe39d9960e262403'
+ '9b73263cc078f6d58bfacaa3a31d342e')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in libpcap/repos (5 files)

2011-11-06 Thread Thomas Bächler
Date: Sunday, November 6, 2011 @ 05:21:26
  Author: thomas
Revision: 142214

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

Added:
  
libpcap/repos/core-i686/Add-support-for-libnl-2.x-adapted-from-a-newer-versi.patch
(from rev 142213, 
libpcap/repos/testing-i686/Add-support-for-libnl-2.x-adapted-from-a-newer-versi.patch)
  
libpcap/repos/core-i686/Libnl-2.x-returns-its-own-error-codes-not-errnos-han.patch
(from rev 142213, 
libpcap/repos/testing-i686/Libnl-2.x-returns-its-own-error-codes-not-errnos-han.patch)
  libpcap/repos/core-i686/PKGBUILD
(from rev 142213, libpcap/repos/testing-i686/PKGBUILD)
Deleted:
  libpcap/repos/core-i686/PKGBUILD
  libpcap/repos/testing-i686/

+
 Add-support-for-libnl-2.x-adapted-from-a-newer-versi.patch |  344 +++
 Libnl-2.x-returns-its-own-error-codes-not-errnos-han.patch |  159 +
 PKGBUILD   |   77 +-
 3 files changed, 544 insertions(+), 36 deletions(-)

Copied: 
libpcap/repos/core-i686/Add-support-for-libnl-2.x-adapted-from-a-newer-versi.patch
 (from rev 142213, 
libpcap/repos/testing-i686/Add-support-for-libnl-2.x-adapted-from-a-newer-versi.patch)
===
--- core-i686/Add-support-for-libnl-2.x-adapted-from-a-newer-versi.patch
(rev 0)
+++ core-i686/Add-support-for-libnl-2.x-adapted-from-a-newer-versi.patch
2011-11-06 10:21:26 UTC (rev 142214)
@@ -0,0 +1,344 @@
+From bc937fc4ff6715e9bee939041fa02be0755d7d58 Mon Sep 17 00:00:00 2001
+From: Guy Harris g...@alum.mit.edu
+Date: Sat, 13 Nov 2010 17:42:47 -0800
+Subject: [PATCH] Add support for libnl 2.x, adapted from a newer version of 
the iw command.
+
+---
+ config.h.in  |3 ++
+ configure|  108 +++---
+ configure.in |   40 ++
+ pcap-linux.c |   58 ---
+ 4 files changed, 184 insertions(+), 25 deletions(-)
+
+diff --git a/config.h.in b/config.h.in
+index f988e8f..3b9ce3c 100644
+--- a/config.h.in
 b/config.h.in
+@@ -52,6 +52,9 @@
+ /* if libnl exists */
+ #undef HAVE_LIBNL
+ 
++/* if libnl exists and is version 2.x */
++#undef HAVE_LIBNL_2_x
++
+ /* Define to 1 if you have the limits.h header file. */
+ #undef HAVE_LIMITS_H
+ 
+diff --git a/configure b/configure
+index c99c1ab..7338dee 100755
+--- a/configure
 b/configure
+@@ -7340,7 +7340,93 @@ fi
+ 
+ 
+   if test x$with_libnl != xno ; then
+-  { echo $as_me:$LINENO: checking for nl_handle_alloc in -lnl 
5
++  #
++  # Try libnl 2.x first.
++  #
++  { echo $as_me:$LINENO: checking for nl_socket_alloc in -lnl 
5
++echo $ECHO_N checking for nl_socket_alloc in -lnl... $ECHO_C 6; }
++if test ${ac_cv_lib_nl_nl_socket_alloc+set} = set; then
++  echo $ECHO_N (cached) $ECHO_C 6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS=-lnl  $LIBS
++cat conftest.$ac_ext _ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h conftest.$ac_ext
++cat conftest.$ac_ext _ACEOF
++/* end confdefs.h.  */
++
++/* Override any GCC internal prototype to avoid an error.
++   Use char because int might match the return type of a GCC
++   builtin and then its argument prototype would still apply.  */
++#ifdef __cplusplus
++extern C
++#endif
++char nl_socket_alloc ();
++int
++main ()
++{
++return nl_socket_alloc ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (ac_try=$ac_link
++case (($ac_try in
++  *\* | *\`* | *\\*) ac_try_echo=\$ac_try;;
++  *) ac_try_echo=$ac_try;;
++esac
++eval echo \\$as_me:$LINENO: $ac_try_echo\) 5
++  (eval $ac_link) 2conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 conftest.err
++  rm -f conftest.er1
++  cat conftest.err 5
++  echo $as_me:$LINENO: \$? = $ac_status 5
++  (exit $ac_status); }  {
++   test -z $ac_c_werror_flag ||
++   test ! -s conftest.err
++   }  test -s conftest$ac_exeext 
++   $as_test_x conftest$ac_exeext; then
++  ac_cv_lib_nl_nl_socket_alloc=yes
++else
++  echo $as_me: failed program was: 5
++sed 's/^/| /' conftest.$ac_ext 5
++
++  ac_cv_lib_nl_nl_socket_alloc=no
++fi
++
++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
++  conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++{ echo $as_me:$LINENO: result: $ac_cv_lib_nl_nl_socket_alloc 5
++echo ${ECHO_T}$ac_cv_lib_nl_nl_socket_alloc 6; }
++if test $ac_cv_lib_nl_nl_socket_alloc = yes; then
++
++  #
++  # Yes, we have libnl 2.x.
++  #
++  LIBS=-lnl-genl -lnl $LIBS
++
++cat confdefs.h \_ACEOF
++#define HAVE_LIBNL 1
++_ACEOF
++
++
++cat confdefs.h \_ACEOF
++#define HAVE_LIBNL_2_x 1
++_ACEOF
++
++
++else
++
++  #
++  # No, we don't; do we have libnl 1.x?
++  

[arch-commits] Commit in libpcap/repos (5 files)

2011-11-06 Thread Thomas Bächler
Date: Sunday, November 6, 2011 @ 05:21:27
  Author: thomas
Revision: 142215

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

Added:
  
libpcap/repos/core-x86_64/Add-support-for-libnl-2.x-adapted-from-a-newer-versi.patch
(from rev 142213, 
libpcap/repos/testing-x86_64/Add-support-for-libnl-2.x-adapted-from-a-newer-versi.patch)
  
libpcap/repos/core-x86_64/Libnl-2.x-returns-its-own-error-codes-not-errnos-han.patch
(from rev 142213, 
libpcap/repos/testing-x86_64/Libnl-2.x-returns-its-own-error-codes-not-errnos-han.patch)
  libpcap/repos/core-x86_64/PKGBUILD
(from rev 142213, libpcap/repos/testing-x86_64/PKGBUILD)
Deleted:
  libpcap/repos/core-x86_64/PKGBUILD
  libpcap/repos/testing-x86_64/

+
 Add-support-for-libnl-2.x-adapted-from-a-newer-versi.patch |  344 +++
 Libnl-2.x-returns-its-own-error-codes-not-errnos-han.patch |  159 +
 PKGBUILD   |   77 +-
 3 files changed, 544 insertions(+), 36 deletions(-)

Copied: 
libpcap/repos/core-x86_64/Add-support-for-libnl-2.x-adapted-from-a-newer-versi.patch
 (from rev 142213, 
libpcap/repos/testing-x86_64/Add-support-for-libnl-2.x-adapted-from-a-newer-versi.patch)
===
--- core-x86_64/Add-support-for-libnl-2.x-adapted-from-a-newer-versi.patch  
(rev 0)
+++ core-x86_64/Add-support-for-libnl-2.x-adapted-from-a-newer-versi.patch  
2011-11-06 10:21:27 UTC (rev 142215)
@@ -0,0 +1,344 @@
+From bc937fc4ff6715e9bee939041fa02be0755d7d58 Mon Sep 17 00:00:00 2001
+From: Guy Harris g...@alum.mit.edu
+Date: Sat, 13 Nov 2010 17:42:47 -0800
+Subject: [PATCH] Add support for libnl 2.x, adapted from a newer version of 
the iw command.
+
+---
+ config.h.in  |3 ++
+ configure|  108 +++---
+ configure.in |   40 ++
+ pcap-linux.c |   58 ---
+ 4 files changed, 184 insertions(+), 25 deletions(-)
+
+diff --git a/config.h.in b/config.h.in
+index f988e8f..3b9ce3c 100644
+--- a/config.h.in
 b/config.h.in
+@@ -52,6 +52,9 @@
+ /* if libnl exists */
+ #undef HAVE_LIBNL
+ 
++/* if libnl exists and is version 2.x */
++#undef HAVE_LIBNL_2_x
++
+ /* Define to 1 if you have the limits.h header file. */
+ #undef HAVE_LIMITS_H
+ 
+diff --git a/configure b/configure
+index c99c1ab..7338dee 100755
+--- a/configure
 b/configure
+@@ -7340,7 +7340,93 @@ fi
+ 
+ 
+   if test x$with_libnl != xno ; then
+-  { echo $as_me:$LINENO: checking for nl_handle_alloc in -lnl 
5
++  #
++  # Try libnl 2.x first.
++  #
++  { echo $as_me:$LINENO: checking for nl_socket_alloc in -lnl 
5
++echo $ECHO_N checking for nl_socket_alloc in -lnl... $ECHO_C 6; }
++if test ${ac_cv_lib_nl_nl_socket_alloc+set} = set; then
++  echo $ECHO_N (cached) $ECHO_C 6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS=-lnl  $LIBS
++cat conftest.$ac_ext _ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h conftest.$ac_ext
++cat conftest.$ac_ext _ACEOF
++/* end confdefs.h.  */
++
++/* Override any GCC internal prototype to avoid an error.
++   Use char because int might match the return type of a GCC
++   builtin and then its argument prototype would still apply.  */
++#ifdef __cplusplus
++extern C
++#endif
++char nl_socket_alloc ();
++int
++main ()
++{
++return nl_socket_alloc ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (ac_try=$ac_link
++case (($ac_try in
++  *\* | *\`* | *\\*) ac_try_echo=\$ac_try;;
++  *) ac_try_echo=$ac_try;;
++esac
++eval echo \\$as_me:$LINENO: $ac_try_echo\) 5
++  (eval $ac_link) 2conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 conftest.err
++  rm -f conftest.er1
++  cat conftest.err 5
++  echo $as_me:$LINENO: \$? = $ac_status 5
++  (exit $ac_status); }  {
++   test -z $ac_c_werror_flag ||
++   test ! -s conftest.err
++   }  test -s conftest$ac_exeext 
++   $as_test_x conftest$ac_exeext; then
++  ac_cv_lib_nl_nl_socket_alloc=yes
++else
++  echo $as_me: failed program was: 5
++sed 's/^/| /' conftest.$ac_ext 5
++
++  ac_cv_lib_nl_nl_socket_alloc=no
++fi
++
++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
++  conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++{ echo $as_me:$LINENO: result: $ac_cv_lib_nl_nl_socket_alloc 5
++echo ${ECHO_T}$ac_cv_lib_nl_nl_socket_alloc 6; }
++if test $ac_cv_lib_nl_nl_socket_alloc = yes; then
++
++  #
++  # Yes, we have libnl 2.x.
++  #
++  LIBS=-lnl-genl -lnl $LIBS
++
++cat confdefs.h \_ACEOF
++#define HAVE_LIBNL 1
++_ACEOF
++
++
++cat confdefs.h \_ACEOF
++#define HAVE_LIBNL_2_x 1
++_ACEOF
++
++
++else
++
++  #
++  # No, we don't; do we have 

[arch-commits] Commit in wpa_supplicant/repos (7 files)

2011-11-06 Thread Thomas Bächler
Date: Sunday, November 6, 2011 @ 05:21:28
  Author: thomas
Revision: 142216

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

Added:
  wpa_supplicant/repos/core-i686/PKGBUILD
(from rev 142213, wpa_supplicant/repos/testing-i686/PKGBUILD)
  wpa_supplicant/repos/core-i686/config
(from rev 142213, wpa_supplicant/repos/testing-i686/config)
  wpa_supplicant/repos/core-i686/dbus.patch
(from rev 142213, wpa_supplicant/repos/testing-i686/dbus.patch)
Deleted:
  wpa_supplicant/repos/core-i686/PKGBUILD
  wpa_supplicant/repos/core-i686/config
  wpa_supplicant/repos/core-i686/dbus.patch
  wpa_supplicant/repos/testing-i686/

+
 PKGBUILD   |   90 +++---
 config |  808 +--
 dbus.patch |  122 
 3 files changed, 510 insertions(+), 510 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-11-06 10:21:27 UTC (rev 142215)
+++ core-i686/PKGBUILD  2011-11-06 10:21:28 UTC (rev 142216)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=wpa_supplicant
-pkgver=0.7.3
-pkgrel=3
-pkgdesc=A utility providing key negotiation for WPA wireless networks
-url=http://hostap.epitest.fi/wpa_supplicant;
-arch=('i686' 'x86_64')
-depends=('openssl' 'dbus-core=1.2.4' 'readline=6.0' 'libnl')
-optdepends=('wpa_supplicant_gui: wpa_gui program')
-license=('GPL')
-groups=('base')
-backup=('etc/wpa_supplicant.conf')
-source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz
-config dbus.patch)
-sha256sums=('d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443'
-'6a0837f18e5ff179ccd6954f7952dfc2e6aa69f353194ee4cb29c1ed2ef68c5d'
-'13effa9ed6a1bb940ffc056a3eabcf64c8cc057069eca5cc1822b98ed769812a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
-  # Required by NetworkManager 0.8.995
-  patch -Np2 -i $srcdir/dbus.patch
-  cp ${srcdir}/config ./.config
-  sed -i 's@/usr/local@$(PREFIX)@g' Makefile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/etc
-  install -m644 wpa_supplicant.conf ${pkgdir}/etc/wpa_supplicant.conf
-  install -d -m755 ${pkgdir}/usr/share/man/man{5,8}
-  install -m644 doc/docbook/*.5 ${pkgdir}/usr/share/man/man5/
-  install -m644 doc/docbook/*.8 ${pkgdir}/usr/share/man/man8/
-  rm -f ${pkgdir}/usr/share/man/man8/wpa_{priv,gui}.8
-
-  install -m755 -d ${pkgdir}/usr/share/dbus-1/system-services
-  install -m644 
dbus/{fi.epitest.hostap.WPASupplicant.service,fi.w1.wpa_supplicant1.service} 
${pkgdir}/usr/share/dbus-1/system-services/
-  sed -e 's/sbin/usr\/sbin/' -i 
${pkgdir}/usr/share/dbus-1/system-services/*.service
-  install -m755 -d ${pkgdir}/etc/dbus-1/system.d
-  install -m644 dbus/dbus-wpa_supplicant.conf 
${pkgdir}/etc/dbus-1/system.d/wpa_supplicant.conf
-}

Copied: wpa_supplicant/repos/core-i686/PKGBUILD (from rev 142213, 
wpa_supplicant/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-11-06 10:21:28 UTC (rev 142216)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=wpa_supplicant
+pkgver=0.7.3
+pkgrel=4
+pkgdesc=A utility providing key negotiation for WPA wireless networks
+url=http://hostap.epitest.fi/wpa_supplicant;
+arch=('i686' 'x86_64')
+depends=('openssl' 'dbus-core=1.2.4' 'readline=6.0' 'libnl')
+optdepends=('wpa_supplicant_gui: wpa_gui program')
+license=('GPL')
+groups=('base')
+backup=('etc/wpa_supplicant.conf')
+source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz
+config dbus.patch)
+sha256sums=('d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443'
+'6a0837f18e5ff179ccd6954f7952dfc2e6aa69f353194ee4cb29c1ed2ef68c5d'
+'13effa9ed6a1bb940ffc056a3eabcf64c8cc057069eca5cc1822b98ed769812a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
+  # Required by NetworkManager 0.8.995
+  patch -Np2 -i $srcdir/dbus.patch
+  cp ${srcdir}/config ./.config
+  sed -i 's@/usr/local@$(PREFIX)@g' Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc
+  install -m644 wpa_supplicant.conf ${pkgdir}/etc/wpa_supplicant.conf
+  install -d -m755 ${pkgdir}/usr/share/man/man{5,8}
+  install -m644 doc/docbook/*.5 ${pkgdir}/usr/share/man/man5/
+  install -m644 doc/docbook/*.8 ${pkgdir}/usr/share/man/man8/
+  rm -f ${pkgdir}/usr/share/man/man8/wpa_{priv,gui}.8
+
+  install -m755 -d ${pkgdir}/usr/share/dbus-1/system-services
+  install -m644 
dbus/{fi.epitest.hostap.WPASupplicant.service,fi.w1.wpa_supplicant1.service} 
${pkgdir}/usr/share/dbus-1/system-services/
+  sed -e 's/sbin/usr\/sbin/' -i 

[arch-commits] Commit in wpa_supplicant/repos (7 files)

2011-11-06 Thread Thomas Bächler
Date: Sunday, November 6, 2011 @ 05:21:29
  Author: thomas
Revision: 142217

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

Added:
  wpa_supplicant/repos/core-x86_64/PKGBUILD
(from rev 142213, wpa_supplicant/repos/testing-x86_64/PKGBUILD)
  wpa_supplicant/repos/core-x86_64/config
(from rev 142213, wpa_supplicant/repos/testing-x86_64/config)
  wpa_supplicant/repos/core-x86_64/dbus.patch
(from rev 142213, wpa_supplicant/repos/testing-x86_64/dbus.patch)
Deleted:
  wpa_supplicant/repos/core-x86_64/PKGBUILD
  wpa_supplicant/repos/core-x86_64/config
  wpa_supplicant/repos/core-x86_64/dbus.patch
  wpa_supplicant/repos/testing-x86_64/

+
 PKGBUILD   |   90 +++---
 config |  808 +--
 dbus.patch |  122 
 3 files changed, 510 insertions(+), 510 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-11-06 10:21:28 UTC (rev 142216)
+++ core-x86_64/PKGBUILD2011-11-06 10:21:29 UTC (rev 142217)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=wpa_supplicant
-pkgver=0.7.3
-pkgrel=3
-pkgdesc=A utility providing key negotiation for WPA wireless networks
-url=http://hostap.epitest.fi/wpa_supplicant;
-arch=('i686' 'x86_64')
-depends=('openssl' 'dbus-core=1.2.4' 'readline=6.0' 'libnl')
-optdepends=('wpa_supplicant_gui: wpa_gui program')
-license=('GPL')
-groups=('base')
-backup=('etc/wpa_supplicant.conf')
-source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz
-config dbus.patch)
-sha256sums=('d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443'
-'6a0837f18e5ff179ccd6954f7952dfc2e6aa69f353194ee4cb29c1ed2ef68c5d'
-'13effa9ed6a1bb940ffc056a3eabcf64c8cc057069eca5cc1822b98ed769812a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
-  # Required by NetworkManager 0.8.995
-  patch -Np2 -i $srcdir/dbus.patch
-  cp ${srcdir}/config ./.config
-  sed -i 's@/usr/local@$(PREFIX)@g' Makefile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/etc
-  install -m644 wpa_supplicant.conf ${pkgdir}/etc/wpa_supplicant.conf
-  install -d -m755 ${pkgdir}/usr/share/man/man{5,8}
-  install -m644 doc/docbook/*.5 ${pkgdir}/usr/share/man/man5/
-  install -m644 doc/docbook/*.8 ${pkgdir}/usr/share/man/man8/
-  rm -f ${pkgdir}/usr/share/man/man8/wpa_{priv,gui}.8
-
-  install -m755 -d ${pkgdir}/usr/share/dbus-1/system-services
-  install -m644 
dbus/{fi.epitest.hostap.WPASupplicant.service,fi.w1.wpa_supplicant1.service} 
${pkgdir}/usr/share/dbus-1/system-services/
-  sed -e 's/sbin/usr\/sbin/' -i 
${pkgdir}/usr/share/dbus-1/system-services/*.service
-  install -m755 -d ${pkgdir}/etc/dbus-1/system.d
-  install -m644 dbus/dbus-wpa_supplicant.conf 
${pkgdir}/etc/dbus-1/system.d/wpa_supplicant.conf
-}

Copied: wpa_supplicant/repos/core-x86_64/PKGBUILD (from rev 142213, 
wpa_supplicant/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-11-06 10:21:29 UTC (rev 142217)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=wpa_supplicant
+pkgver=0.7.3
+pkgrel=4
+pkgdesc=A utility providing key negotiation for WPA wireless networks
+url=http://hostap.epitest.fi/wpa_supplicant;
+arch=('i686' 'x86_64')
+depends=('openssl' 'dbus-core=1.2.4' 'readline=6.0' 'libnl')
+optdepends=('wpa_supplicant_gui: wpa_gui program')
+license=('GPL')
+groups=('base')
+backup=('etc/wpa_supplicant.conf')
+source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz
+config dbus.patch)
+sha256sums=('d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443'
+'6a0837f18e5ff179ccd6954f7952dfc2e6aa69f353194ee4cb29c1ed2ef68c5d'
+'13effa9ed6a1bb940ffc056a3eabcf64c8cc057069eca5cc1822b98ed769812a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
+  # Required by NetworkManager 0.8.995
+  patch -Np2 -i $srcdir/dbus.patch
+  cp ${srcdir}/config ./.config
+  sed -i 's@/usr/local@$(PREFIX)@g' Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc
+  install -m644 wpa_supplicant.conf ${pkgdir}/etc/wpa_supplicant.conf
+  install -d -m755 ${pkgdir}/usr/share/man/man{5,8}
+  install -m644 doc/docbook/*.5 ${pkgdir}/usr/share/man/man5/
+  install -m644 doc/docbook/*.8 ${pkgdir}/usr/share/man/man8/
+  rm -f ${pkgdir}/usr/share/man/man8/wpa_{priv,gui}.8
+
+  install -m755 -d ${pkgdir}/usr/share/dbus-1/system-services
+  install -m644 
dbus/{fi.epitest.hostap.WPASupplicant.service,fi.w1.wpa_supplicant1.service} 

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

2011-11-06 Thread Thomas Bächler
Date: Sunday, November 6, 2011 @ 05:21:31
  Author: thomas
Revision: 142218

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

Added:
  wpa_actiond/repos/core-i686/PKGBUILD
(from rev 142213, wpa_actiond/repos/testing-i686/PKGBUILD)
Deleted:
  wpa_actiond/repos/core-i686/PKGBUILD
  wpa_actiond/repos/testing-i686/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-11-06 10:21:29 UTC (rev 142217)
+++ core-i686/PKGBUILD  2011-11-06 10:21:31 UTC (rev 142218)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-pkgname=wpa_actiond
-pkgver=1.1
-pkgrel=2
-pkgdesc=Daemon that connects to wpa_supplicant and handles connect and 
disconnect events
-arch=('i686' 'x86_64')
-url=http://projects.archlinux.org/wpa_actiond.git/;
-license=('GPL')
-depends=('glibc' 'wpa_supplicant')
-source=(ftp://ftp.archlinux.org/other/wpa_actiond/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('d50a49cb5d56c31345d18e58f017b4ff923e8959a7e4e709abd156744f1668c3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make CFLAGS=${CFLAGS}
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  install -D -m755 wpa_actiond ${pkgdir}/usr/sbin/wpa_actiond
-}
-# vim:set ts=2 sw=2 et:

Copied: wpa_actiond/repos/core-i686/PKGBUILD (from rev 142213, 
wpa_actiond/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-11-06 10:21:31 UTC (rev 142218)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+pkgname=wpa_actiond
+pkgver=1.1
+pkgrel=3
+pkgdesc=Daemon that connects to wpa_supplicant and handles connect and 
disconnect events
+arch=('i686' 'x86_64')
+url=http://projects.archlinux.org/wpa_actiond.git/;
+license=('GPL')
+depends=('glibc' 'wpa_supplicant')
+source=(ftp://ftp.archlinux.org/other/wpa_actiond/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d50a49cb5d56c31345d18e58f017b4ff923e8959a7e4e709abd156744f1668c3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make CFLAGS=${CFLAGS}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  install -D -m755 wpa_actiond ${pkgdir}/usr/sbin/wpa_actiond
+}
+# vim:set ts=2 sw=2 et:



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

2011-11-06 Thread Thomas Bächler
Date: Sunday, November 6, 2011 @ 05:21:32
  Author: thomas
Revision: 142219

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

Added:
  wpa_actiond/repos/core-x86_64/PKGBUILD
(from rev 142213, wpa_actiond/repos/testing-x86_64/PKGBUILD)
Deleted:
  wpa_actiond/repos/core-x86_64/PKGBUILD
  wpa_actiond/repos/testing-x86_64/

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

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-11-06 10:21:31 UTC (rev 142218)
+++ core-x86_64/PKGBUILD2011-11-06 10:21:32 UTC (rev 142219)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-pkgname=wpa_actiond
-pkgver=1.1
-pkgrel=2
-pkgdesc=Daemon that connects to wpa_supplicant and handles connect and 
disconnect events
-arch=('i686' 'x86_64')
-url=http://projects.archlinux.org/wpa_actiond.git/;
-license=('GPL')
-depends=('glibc' 'wpa_supplicant')
-source=(ftp://ftp.archlinux.org/other/wpa_actiond/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('d50a49cb5d56c31345d18e58f017b4ff923e8959a7e4e709abd156744f1668c3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make CFLAGS=${CFLAGS}
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  install -D -m755 wpa_actiond ${pkgdir}/usr/sbin/wpa_actiond
-}
-# vim:set ts=2 sw=2 et:

Copied: wpa_actiond/repos/core-x86_64/PKGBUILD (from rev 142213, 
wpa_actiond/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-11-06 10:21:32 UTC (rev 142219)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+pkgname=wpa_actiond
+pkgver=1.1
+pkgrel=3
+pkgdesc=Daemon that connects to wpa_supplicant and handles connect and 
disconnect events
+arch=('i686' 'x86_64')
+url=http://projects.archlinux.org/wpa_actiond.git/;
+license=('GPL')
+depends=('glibc' 'wpa_supplicant')
+source=(ftp://ftp.archlinux.org/other/wpa_actiond/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d50a49cb5d56c31345d18e58f017b4ff923e8959a7e4e709abd156744f1668c3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make CFLAGS=${CFLAGS}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  install -D -m755 wpa_actiond ${pkgdir}/usr/sbin/wpa_actiond
+}
+# vim:set ts=2 sw=2 et:



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

2011-11-06 Thread Andrea Scarpino
Date: Sunday, November 6, 2011 @ 06:38:06
  Author: andrea
Revision: 142220

upgpkg: talloc 2.0.7-1

Upstream release; add docbook-xsl to build the manpage

Modified:
  talloc/trunk/PKGBUILD

--+
 PKGBUILD |   25 +
 1 file changed, 13 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-06 10:21:32 UTC (rev 142219)
+++ PKGBUILD2011-11-06 11:38:06 UTC (rev 142220)
@@ -1,30 +1,31 @@
 # $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Maintainer:
+# Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=talloc
-pkgver=2.0.5
+pkgver=2.0.7
 pkgrel=1
 pkgdesc=A hierarchical pool based memory allocator with destructors
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL3')
 url=http://talloc.samba.org/;
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-makedepends=('python2')
 depends=('glibc')
+makedepends=('python2' 'docbook-xsl')
 optdepends=('python2: for python bindings')
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('dbfb3146f4cc47054e13b8a2988299f9')
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${srcdir}/${pkgname}-${pkgver}
sed -i -e 's#python#python2#g' buildtools/bin/waf
./configure --prefix=/usr \
-   --sysconfdir=/etc/samba \
-   --localstatedir=/var \
-   --enable-talloc-compat1
+ --sysconfdir=/etc/samba \
+ --localstatedir=/var \
+ --enable-talloc-compat1
make
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=$pkgdir/ install
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
 }
-md5sums=('6e3fdfbc43dde8ccba27b6af894b8fb2')



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

2011-11-06 Thread Andrea Scarpino
Date: Sunday, November 6, 2011 @ 06:39:12
  Author: andrea
Revision: 142221

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-06 11:38:06 UTC (rev 142220)
+++ extra-i686/PKGBUILD 2011-11-06 11:39:12 UTC (rev 142221)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=talloc
-pkgver=2.0.5
-pkgrel=1
-pkgdesc=A hierarchical pool based memory allocator with destructors
-arch=(i686 x86_64)
-license=('GPL3')
-url=http://talloc.samba.org/;
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-makedepends=('python2')
-depends=('glibc')
-optdepends=('python2: for python bindings')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed -i -e 's#python#python2#g' buildtools/bin/waf
-   ./configure --prefix=/usr \
-   --sysconfdir=/etc/samba \
-   --localstatedir=/var \
-   --enable-talloc-compat1
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=$pkgdir/ install
-}
-md5sums=('6e3fdfbc43dde8ccba27b6af894b8fb2')

Copied: talloc/repos/extra-i686/PKGBUILD (from rev 142220, 
talloc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-06 11:39:12 UTC (rev 142221)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=talloc
+pkgver=2.0.7
+pkgrel=1
+pkgdesc=A hierarchical pool based memory allocator with destructors
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://talloc.samba.org/;
+depends=('glibc')
+makedepends=('python2' 'docbook-xsl')
+optdepends=('python2: for python bindings')
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('dbfb3146f4cc47054e13b8a2988299f9')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed -i -e 's#python#python2#g' buildtools/bin/waf
+   ./configure --prefix=/usr \
+ --sysconfdir=/etc/samba \
+ --localstatedir=/var \
+ --enable-talloc-compat1
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-06 11:38:06 UTC (rev 142220)
+++ extra-x86_64/PKGBUILD   2011-11-06 11:39:12 UTC (rev 142221)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=talloc
-pkgver=2.0.5
-pkgrel=1
-pkgdesc=A hierarchical pool based memory allocator with destructors
-arch=(i686 x86_64)
-license=('GPL3')
-url=http://talloc.samba.org/;
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-makedepends=('python2')
-depends=('glibc')
-optdepends=('python2: for python bindings')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed -i -e 's#python#python2#g' buildtools/bin/waf
-   ./configure --prefix=/usr \
-   --sysconfdir=/etc/samba \
-   --localstatedir=/var \
-   --enable-talloc-compat1
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=$pkgdir/ install
-}
-md5sums=('6e3fdfbc43dde8ccba27b6af894b8fb2')

Copied: talloc/repos/extra-x86_64/PKGBUILD (from rev 142220, 
talloc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-06 11:39:12 UTC (rev 142221)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=talloc
+pkgver=2.0.7
+pkgrel=1
+pkgdesc=A hierarchical pool based memory allocator with destructors
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://talloc.samba.org/;
+depends=('glibc')
+makedepends=('python2' 'docbook-xsl')
+optdepends=('python2: for python bindings')
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('dbfb3146f4cc47054e13b8a2988299f9')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed -i -e 's#python#python2#g' buildtools/bin/waf
+   ./configure --prefix=/usr \
+ --sysconfdir=/etc/samba \
+ --localstatedir=/var \
+ --enable-talloc-compat1
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



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

2011-11-06 Thread Stéphane Gaudreault
Date: Sunday, November 6, 2011 @ 08:03:24
  Author: stephane
Revision: 14

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

Added:
  krb5/repos/core-i686/PKGBUILD
(from rev 142221, krb5/repos/testing-i686/PKGBUILD)
  krb5/repos/core-i686/krb5-1.9.1-2011-006.patch
(from rev 142221, krb5/repos/testing-i686/krb5-1.9.1-2011-006.patch)
  krb5/repos/core-i686/krb5-1.9.1-canonicalize-fallback.patch
(from rev 142221, 
krb5/repos/testing-i686/krb5-1.9.1-canonicalize-fallback.patch)
  krb5/repos/core-i686/krb5-1.9.1-config-script.patch
(from rev 142221, krb5/repos/testing-i686/krb5-1.9.1-config-script.patch)
  krb5/repos/core-i686/krb5-kadmind
(from rev 142221, krb5/repos/testing-i686/krb5-kadmind)
  krb5/repos/core-i686/krb5-kdc
(from rev 142221, krb5/repos/testing-i686/krb5-kdc)
  krb5/repos/core-i686/krb5-kpropd
(from rev 142221, krb5/repos/testing-i686/krb5-kpropd)
Deleted:
  krb5/repos/core-i686/PKGBUILD
  krb5/repos/core-i686/krb5-1.9.1-2011-006.patch
  krb5/repos/core-i686/krb5-1.9.1-canonicalize-fallback.patch
  krb5/repos/core-i686/krb5-1.9.1-config-script.patch
  krb5/repos/core-i686/krb5-kadmind
  krb5/repos/core-i686/krb5-kdc
  krb5/repos/testing-i686/

+
 PKGBUILD   |  174 ++-
 krb5-1.9.1-2011-006.patch  |  150 +-
 krb5-1.9.1-canonicalize-fallback.patch |  116 ++--
 krb5-1.9.1-config-script.patch |   54 -
 krb5-kadmind   |   80 +++---
 krb5-kdc   |   80 +++---
 krb5-kpropd|   40 +++
 7 files changed, 363 insertions(+), 331 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-11-06 11:39:12 UTC (rev 142221)
+++ core-i686/PKGBUILD  2011-11-06 13:03:24 UTC (rev 14)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-
-pkgname=krb5
-pkgver=1.9.1
-pkgrel=5
-pkgdesc=The Kerberos network authentication system
-arch=('i686' 'x86_64')
-url=http://web.mit.edu/kerberos/;
-license=('custom')
-depends=('e2fsprogs' 'libldap' 'keyutils')
-makedepends=('perl')
-provides=('heimdal')
-replaces=('heimdal')
-conflicts=('heimdal')
-backup=('etc/krb5.conf' 'var/lib/krb5kdc/kdc.conf')
-source=(http://web.mit.edu/kerberos/dist/${pkgname}/1.9/${pkgname}-${pkgver}-signed.tar
-krb5-kadmind
-krb5-kdc
-krb5-1.9.1-config-script.patch
-krb5-1.9.1-canonicalize-fallback.patch
-krb5-1.9.1-2011-006.patch)
-sha1sums=('e23a1795a237521493da9cf3443ac8b98a90c066'
-  '2aa229369079ed1bbb201a1ef72c47bf143f4dbe'
-  '77d2312ecd8bf12a6e72cc8fd871a8ac93b23393'
-  '7342410760cf44bfa01bb99bb4c49e12496cb46f'
-  '238c268fa6cb42fc7324ab54db9abda5cd77f833'
-  '0b0016b0e341dcf720f67925b0d451b328e02583')
-options=('!emptydirs')
-
-build() {
-   tar zxvf ${pkgname}-${pkgver}.tar.gz
-   cd ${srcdir}/${pkgname}-${pkgver}/src
-
-   # - Make krb5-config suppress CFLAGS output when called with --libs
-   #   cf https://bugzilla.redhat.com/show_bug.cgi?id=544391
-   #
-   # - Omit extra libraries because their interfaces are not exposed to 
applications
-   #   by libkrb5, unless do_deps is set to 1, which indicates that the caller
-   #   wants the whole list.
-   #
-   #   Patch from upstream : 
-   #   
http://anonsvn.mit.edu/viewvc/krb5/trunk/src/krb5-config.in?r1=23662r2=25236
-   patch -Np2 -i ${srcdir}/krb5-1.9.1-config-script.patch
-
-   # FS#25515
-   patch -Np2 -i ${srcdir}/krb5-1.9.1-canonicalize-fallback.patch
-
-   # FS#25384
-   sed -i /KRB5ROOT=/s/\/local// util/ac_check_krb5.m4
-
-   # KDC denial of service vulnerabilities
-   # http://web.mit.edu/kerberos/advisories/MITKRB5-SA-2011-006.txt
-   patch -Np2 -i ${srcdir}/krb5-1.9.1-2011-006.patch
-
-   export CFLAGS+= -fPIC -fno-strict-aliasing -fstack-protector-all
-   export CPPFLAGS+= -I/usr/include/et
-   ./configure --prefix=/usr \
-   --mandir=/usr/share/man \
-   --localstatedir=/var/lib \
-   --enable-shared \
-   --with-system-et \
-   --with-system-ss \
-   --disable-rpath \
-   --without-tcl \
-   --enable-dns-for-realm \
-   --with-ldap
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}/src
-   make DESTDIR=${pkgdir} EXAMPLEDIR=/usr/share/doc/${pkgname}/examples 
install
-
-   # Sample KDC config file
-   install -dm 755 ${pkgdir}/var/lib/krb5kdc
-   install -pm 644 config-files/kdc.conf ${pkgdir}/var/lib/krb5kdc/kdc.conf
-
-   # Default configuration file
-   install -dm 755 ${pkgdir}/etc
-   install -pm 644 config-files/krb5.conf ${pkgdir}/etc/krb5.conf
-
-   install -dm 755 ${pkgdir}/etc/rc.d
-   install -m 755 ../../krb5-kdc ${pkgdir}/etc/rc.d
-   install -m 755 

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

2011-11-06 Thread Stéphane Gaudreault
Date: Sunday, November 6, 2011 @ 08:03:25
  Author: stephane
Revision: 142223

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

Added:
  krb5/repos/core-x86_64/PKGBUILD
(from rev 142221, krb5/repos/testing-x86_64/PKGBUILD)
  krb5/repos/core-x86_64/krb5-1.9.1-2011-006.patch
(from rev 142221, krb5/repos/testing-x86_64/krb5-1.9.1-2011-006.patch)
  krb5/repos/core-x86_64/krb5-1.9.1-canonicalize-fallback.patch
(from rev 142221, 
krb5/repos/testing-x86_64/krb5-1.9.1-canonicalize-fallback.patch)
  krb5/repos/core-x86_64/krb5-1.9.1-config-script.patch
(from rev 142221, krb5/repos/testing-x86_64/krb5-1.9.1-config-script.patch)
  krb5/repos/core-x86_64/krb5-kadmind
(from rev 142221, krb5/repos/testing-x86_64/krb5-kadmind)
  krb5/repos/core-x86_64/krb5-kdc
(from rev 142221, krb5/repos/testing-x86_64/krb5-kdc)
  krb5/repos/core-x86_64/krb5-kpropd
(from rev 142221, krb5/repos/testing-x86_64/krb5-kpropd)
Deleted:
  krb5/repos/core-x86_64/PKGBUILD
  krb5/repos/core-x86_64/krb5-1.9.1-2011-006.patch
  krb5/repos/core-x86_64/krb5-1.9.1-canonicalize-fallback.patch
  krb5/repos/core-x86_64/krb5-1.9.1-config-script.patch
  krb5/repos/core-x86_64/krb5-kadmind
  krb5/repos/core-x86_64/krb5-kdc
  krb5/repos/testing-x86_64/

+
 PKGBUILD   |  174 ++-
 krb5-1.9.1-2011-006.patch  |  150 +-
 krb5-1.9.1-canonicalize-fallback.patch |  116 ++--
 krb5-1.9.1-config-script.patch |   54 -
 krb5-kadmind   |   80 +++---
 krb5-kdc   |   80 +++---
 krb5-kpropd|   40 +++
 7 files changed, 363 insertions(+), 331 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-11-06 13:03:24 UTC (rev 14)
+++ core-x86_64/PKGBUILD2011-11-06 13:03:25 UTC (rev 142223)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-
-pkgname=krb5
-pkgver=1.9.1
-pkgrel=5
-pkgdesc=The Kerberos network authentication system
-arch=('i686' 'x86_64')
-url=http://web.mit.edu/kerberos/;
-license=('custom')
-depends=('e2fsprogs' 'libldap' 'keyutils')
-makedepends=('perl')
-provides=('heimdal')
-replaces=('heimdal')
-conflicts=('heimdal')
-backup=('etc/krb5.conf' 'var/lib/krb5kdc/kdc.conf')
-source=(http://web.mit.edu/kerberos/dist/${pkgname}/1.9/${pkgname}-${pkgver}-signed.tar
-krb5-kadmind
-krb5-kdc
-krb5-1.9.1-config-script.patch
-krb5-1.9.1-canonicalize-fallback.patch
-krb5-1.9.1-2011-006.patch)
-sha1sums=('e23a1795a237521493da9cf3443ac8b98a90c066'
-  '2aa229369079ed1bbb201a1ef72c47bf143f4dbe'
-  '77d2312ecd8bf12a6e72cc8fd871a8ac93b23393'
-  '7342410760cf44bfa01bb99bb4c49e12496cb46f'
-  '238c268fa6cb42fc7324ab54db9abda5cd77f833'
-  '0b0016b0e341dcf720f67925b0d451b328e02583')
-options=('!emptydirs')
-
-build() {
-   tar zxvf ${pkgname}-${pkgver}.tar.gz
-   cd ${srcdir}/${pkgname}-${pkgver}/src
-
-   # - Make krb5-config suppress CFLAGS output when called with --libs
-   #   cf https://bugzilla.redhat.com/show_bug.cgi?id=544391
-   #
-   # - Omit extra libraries because their interfaces are not exposed to 
applications
-   #   by libkrb5, unless do_deps is set to 1, which indicates that the caller
-   #   wants the whole list.
-   #
-   #   Patch from upstream : 
-   #   
http://anonsvn.mit.edu/viewvc/krb5/trunk/src/krb5-config.in?r1=23662r2=25236
-   patch -Np2 -i ${srcdir}/krb5-1.9.1-config-script.patch
-
-   # FS#25515
-   patch -Np2 -i ${srcdir}/krb5-1.9.1-canonicalize-fallback.patch
-
-   # FS#25384
-   sed -i /KRB5ROOT=/s/\/local// util/ac_check_krb5.m4
-
-   # KDC denial of service vulnerabilities
-   # http://web.mit.edu/kerberos/advisories/MITKRB5-SA-2011-006.txt
-   patch -Np2 -i ${srcdir}/krb5-1.9.1-2011-006.patch
-
-   export CFLAGS+= -fPIC -fno-strict-aliasing -fstack-protector-all
-   export CPPFLAGS+= -I/usr/include/et
-   ./configure --prefix=/usr \
-   --mandir=/usr/share/man \
-   --localstatedir=/var/lib \
-   --enable-shared \
-   --with-system-et \
-   --with-system-ss \
-   --disable-rpath \
-   --without-tcl \
-   --enable-dns-for-realm \
-   --with-ldap
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}/src
-   make DESTDIR=${pkgdir} EXAMPLEDIR=/usr/share/doc/${pkgname}/examples 
install
-
-   # Sample KDC config file
-   install -dm 755 ${pkgdir}/var/lib/krb5kdc
-   install -pm 644 config-files/kdc.conf ${pkgdir}/var/lib/krb5kdc/kdc.conf
-
-   # Default configuration file
-   install -dm 755 ${pkgdir}/etc
-   install -pm 644 config-files/krb5.conf ${pkgdir}/etc/krb5.conf
-
-   install -dm 755 ${pkgdir}/etc/rc.d
-   install -m 

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

2011-11-06 Thread Tom Gundersen
Date: Sunday, November 6, 2011 @ 08:11:10
  Author: tomegun
Revision: 142224

.keep not needed with pacman 4

Modified:
  filesystem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-06 13:03:25 UTC (rev 142223)
+++ PKGBUILD2011-11-06 13:11:10 UTC (rev 142224)
@@ -69,10 +69,7 @@
# allow setgid games to write scores
install -d -m775 -g games ${pkgdir}/var/games
ln -s spool/mail ${pkgdir}/var/mail
-   # prevent pacman from removing directory (FS#16886)
-   touch ${pkgdir}/var/empty/.keep
 
-
#
# setup /usr hierarchy
#



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

2011-11-06 Thread Ionut Biru
Date: Sunday, November 6, 2011 @ 12:00:27
  Author: ibiru
Revision: 142225

update to 2.4.28

Modified:
  gmime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-06 13:11:10 UTC (rev 142224)
+++ PKGBUILD2011-11-06 17:00:27 UTC (rev 142225)
@@ -3,7 +3,7 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=gmime
-pkgver=2.4.26
+pkgver=2.4.28
 pkgrel=1
 pkgdesc=Core mime parsing library
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('gtk-sharp-2' 'pkgconfig')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('bad2c9ceb36a685a8f31eccf047be9d761da781c777c7657b093f9ff0bba401f')
+sha256sums=('8487faf949ca60c7fb814338e6457d4b4260fcba361158667e1f3fe3e7cce13e')
 
 build() {
   # get rid of that .wapi errors in fakeroot



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

2011-11-06 Thread Ionut Biru
Date: Sunday, November 6, 2011 @ 12:01:40
  Author: ibiru
Revision: 142226

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-06 17:00:27 UTC (rev 142225)
+++ extra-i686/PKGBUILD 2011-11-06 17:01:40 UTC (rev 142226)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Ben b...@benmazer.net
-
-pkgname=gmime
-pkgver=2.4.26
-pkgrel=1
-pkgdesc=Core mime parsing library
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://spruce.sourceforge.net/gmime/;
-depends=('glib2' 'zlib')
-makedepends=('gtk-sharp-2' 'pkgconfig')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('bad2c9ceb36a685a8f31eccf047be9d761da781c777c7657b093f9ff0bba401f')
-
-build() {
-  # get rid of that .wapi errors in fakeroot
-  export MONO_SHARED_DIR=${srcdir}/weird
-  mkdir -p ${MONO_SHARED_DIR}
-
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # These are gmime alternatives for the same shareutils tools
-  mv ${pkgdir}/usr/bin/uuencode ${pkgdir}/usr/bin/guuencode
-  mv ${pkgdir}/usr/bin/uudecode ${pkgdir}/usr/bin/guudecode
-}

Copied: gmime/repos/extra-i686/PKGBUILD (from rev 142225, gmime/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-06 17:01:40 UTC (rev 142226)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Ben b...@benmazer.net
+
+pkgname=gmime
+pkgver=2.4.28
+pkgrel=1
+pkgdesc=Core mime parsing library
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://spruce.sourceforge.net/gmime/;
+depends=('glib2' 'zlib')
+makedepends=('gtk-sharp-2' 'pkgconfig')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('8487faf949ca60c7fb814338e6457d4b4260fcba361158667e1f3fe3e7cce13e')
+
+build() {
+  # get rid of that .wapi errors in fakeroot
+  export MONO_SHARED_DIR=${srcdir}/weird
+  mkdir -p ${MONO_SHARED_DIR}
+
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # These are gmime alternatives for the same shareutils tools
+  mv ${pkgdir}/usr/bin/uuencode ${pkgdir}/usr/bin/guuencode
+  mv ${pkgdir}/usr/bin/uudecode ${pkgdir}/usr/bin/guudecode
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-06 17:00:27 UTC (rev 142225)
+++ extra-x86_64/PKGBUILD   2011-11-06 17:01:40 UTC (rev 142226)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Ben b...@benmazer.net
-
-pkgname=gmime
-pkgver=2.4.26
-pkgrel=1
-pkgdesc=Core mime parsing library
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://spruce.sourceforge.net/gmime/;
-depends=('glib2' 'zlib')
-makedepends=('gtk-sharp-2' 'pkgconfig')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('bad2c9ceb36a685a8f31eccf047be9d761da781c777c7657b093f9ff0bba401f')
-
-build() {
-  # get rid of that .wapi errors in fakeroot
-  export MONO_SHARED_DIR=${srcdir}/weird
-  mkdir -p ${MONO_SHARED_DIR}
-
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # These are gmime alternatives for the same shareutils tools
-  mv ${pkgdir}/usr/bin/uuencode ${pkgdir}/usr/bin/guuencode
-  mv ${pkgdir}/usr/bin/uudecode ${pkgdir}/usr/bin/guudecode
-}

Copied: gmime/repos/extra-x86_64/PKGBUILD (from rev 142225, 
gmime/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-06 17:01:40 UTC (rev 142226)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Ben b...@benmazer.net
+
+pkgname=gmime
+pkgver=2.4.28
+pkgrel=1
+pkgdesc=Core mime parsing library
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://spruce.sourceforge.net/gmime/;

[arch-commits] Commit in firefox/trunk (PKGBUILD firefox-version.patch mozconfig)

2011-11-06 Thread Ionut Biru
Date: Sunday, November 6, 2011 @ 12:36:18
  Author: ibiru
Revision: 142227

update to 8.0 \n\n simplify mozconfig by dropping options that doesn't exist 
and that are default

Modified:
  firefox/trunk/PKGBUILD
  firefox/trunk/mozconfig
Deleted:
  firefox/trunk/firefox-version.patch

---+
 PKGBUILD  |   25 +
 firefox-version.patch |   12 
 mozconfig |   43 +--
 3 files changed, 26 insertions(+), 54 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-06 17:01:40 UTC (rev 142226)
+++ PKGBUILD2011-11-06 17:36:18 UTC (rev 142227)
@@ -2,7 +2,7 @@
 # Contributor: Jakub Schmidtke sja...@gmail.com
 
 pkgname=firefox
-pkgver=7.0.1
+pkgver=8.0
 pkgrel=1
 pkgdesc=Standalone web browser from mozilla.org
 arch=('i686' 'x86_64')
@@ -12,25 +12,25 @@
 url=http://www.mozilla.org/projects/firefox;
 install=firefox.install
 
source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//${pkgver}/source/firefox-${pkgver}.source.tar.bz2
-mozconfig firefox.desktop mozilla-firefox-1.0-lang.patch 
firefox-version.patch)
-md5sums=('5b212db48630ba93bb30ec63cca17f4d'
- 'd88607e98806db2a7eb222b0c8635af0'
+mozconfig firefox.desktop mozilla-firefox-1.0-lang.patch 
firefox-install-dir.patch)
+md5sums=('9395a5be13da119bd8d53c3225e5d17c'
+ '4b925c654eb2484e26d08f743df118fa'
  'bdeb0380c7fae30dd0ead6d2d3bc5873'
  'bd5db57c23c72a02a489592644f18995'
- 'ff4654144499faf630271cddc2261b7c')
+ '594523c536a9be951b52c90dd85aff18')
 
 build() {
   cd $srcdir/mozilla-release
 
   cp $srcdir/mozconfig .mozconfig
   patch -Np1 -i $srcdir/mozilla-firefox-1.0-lang.patch
-  patch -Np1 -i $srcdir/firefox-version.patch
+  patch -Np1 -i $srcdir/firefox-install-dir.patch
 
   # Fix PRE_RELEASE_SUFFIX
   sed -i '/^PRE_RELEASE_SUFFIX := /s/ //' \
   browser/base/Makefile.in
 
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/firefox-7.0
+  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/firefox
   export PYTHON=/usr/bin/python2
 
   LD_PRELOAD= /usr/bin/Xvfb -nolisten tcp -extension GLX -screen 0 
1280x1024x24 :99 
@@ -50,14 +50,15 @@
   install -Dm644 $srcdir/firefox.desktop \
 $pkgdir/usr/share/applications/firefox.desktop
 
-  rm -rf $pkgdir/usr/lib/firefox-7.0/{dictionaries,hyphenation}
-  ln -sf /usr/share/hunspell $pkgdir/usr/lib/firefox-7.0/dictionaries
-  ln -sf /usr/share/hyphen $pkgdir/usr/lib/firefox-7.0/hyphenation
+  rm -rf $pkgdir/usr/lib/firefox/{dictionaries,hyphenation}
+  ln -sf /usr/share/hunspell $pkgdir/usr/lib/firefox/dictionaries
+  ln -sf /usr/share/hyphen $pkgdir/usr/lib/firefox/hyphenation
 
+
   # We don't want the development stuff
-  rm -r $pkgdir/usr/{include,lib/firefox-devel-7.0,share/idl}
+  rm -r $pkgdir/usr/{include,lib/firefox-devel,share/idl}
 
   #workaround for now
   #https://bugzilla.mozilla.org/show_bug.cgi?id=658850
-  ln -sf /usr/lib/firefox-7.0/firefox-bin $pkgdir/usr/lib/firefox-7.0/firefox
+  ln -sf /usr/lib/firefox/firefox-bin $pkgdir/usr/lib/firefox/firefox
 }

Deleted: firefox-version.patch
===
--- firefox-version.patch   2011-11-06 17:01:40 UTC (rev 142226)
+++ firefox-version.patch   2011-11-06 17:36:18 UTC (rev 142227)
@@ -1,12 +0,0 @@
-diff -Nur mozilla-release.orig/browser/installer/Makefile.in 
mozilla-release/browser/installer/Makefile.in
 mozilla-release.orig/browser/installer/Makefile.in 2011-09-30 
08:45:28.858668017 +
-+++ mozilla-release/browser/installer/Makefile.in  2011-09-30 
08:51:01.548314685 +
-@@ -43,6 +43,8 @@
- 
- include $(DEPTH)/config/autoconf.mk
- 
-+MOZ_APP_VERSION=7.0
-+
- include $(topsrcdir)/config/rules.mk
- 
- MOZ_PKG_REMOVALS = $(srcdir)/removed-files.in

Modified: mozconfig
===
--- mozconfig   2011-11-06 17:01:40 UTC (rev 142226)
+++ mozconfig   2011-11-06 17:36:18 UTC (rev 142227)
@@ -2,6 +2,8 @@
 
 ac_add_options --prefix=/usr
 ac_add_options --libdir=/usr/lib
+
+# System libraries
 ac_add_options --with-system-nspr
 ac_add_options --with-system-nss
 ac_add_options --with-system-jpeg
@@ -12,51 +14,32 @@
 ac_add_options --with-system-libvpx
 ac_add_options --enable-system-hunspell
 ac_add_options --enable-system-sqlite
+ac_add_options --enable-system-ffi
 ac_add_options --enable-system-cairo
+ac_add_options --enable-system-pixman
 ac_add_options --with-pthreads
 
-ac_add_options --enable-default-toolkit=cairo-gtk2
+# Features
+ac_add_options --enable-official-branding
 ac_add_options --enable-safe-browsing
-ac_add_options --enable-extensions=default
 ac_add_options --enable-startup-notification
-ac_add_options --enable-pango
-ac_add_options --enable-svg
-ac_add_options --enable-canvas
-ac_add_options --enable-smil
-ac_add_options --enable-canvas3d
-ac_add_options 

[arch-commits] Commit in firefox/trunk (firefox-install-dir.patch)

2011-11-06 Thread Ionut Biru
Date: Sunday, November 6, 2011 @ 12:40:52
  Author: ibiru
Revision: 142228

Add missing patch

Added:
  firefox/trunk/firefox-install-dir.patch

---+
 firefox-install-dir.patch |   28 
 1 file changed, 28 insertions(+)

Added: firefox-install-dir.patch
===
--- firefox-install-dir.patch   (rev 0)
+++ firefox-install-dir.patch   2011-11-06 17:40:52 UTC (rev 142228)
@@ -0,0 +1,28 @@
+diff -Nur mozilla-release.orig/config/autoconf.mk.in 
mozilla-release/config/autoconf.mk.in
+--- mozilla-release.orig/config/autoconf.mk.in 2011-11-06 14:06:44.462920048 
+
 mozilla-release/config/autoconf.mk.in  2011-11-06 14:20:45.124169469 
+
+@@ -68,8 +68,8 @@
+ mandir= @mandir@
+ idldir= $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
+ 
+-installdir= $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
+-sdkdir= $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
++installdir= $(libdir)/$(MOZ_APP_NAME)
++sdkdir= $(libdir)/$(MOZ_APP_NAME)-devel
+ 
+ DIST  = $(DEPTH)/dist
+ LIBXUL_SDK  = @LIBXUL_SDK@
+diff -Nur mozilla-release.orig/js/src/config/autoconf.mk.in 
mozilla-release/js/src/config/autoconf.mk.in
+--- mozilla-release.orig/js/src/config/autoconf.mk.in  2011-11-06 
14:06:45.586263727 +
 mozilla-release/js/src/config/autoconf.mk.in   2011-11-06 
14:21:01.770993669 +
+@@ -61,8 +61,8 @@
+ datadir   = @datadir@
+ mandir= @mandir@
+ 
+-installdir= $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
+-sdkdir= $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
++installdir= $(libdir)/$(MOZ_APP_NAME)
++sdkdir= $(libdir)/$(MOZ_APP_NAME)-devel
+ 
+ TOP_DIST  = @TOP_DIST@
+ ifneq (,$(filter /%,$(TOP_DIST)))



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

2011-11-06 Thread Ionut Biru
Date: Sunday, November 6, 2011 @ 12:42:01
  Author: ibiru
Revision: 142229

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

Added:
  firefox/repos/testing-i686/
  firefox/repos/testing-i686/PKGBUILD
(from rev 142228, firefox/trunk/PKGBUILD)
  firefox/repos/testing-i686/firefox-install-dir.patch
(from rev 142228, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/testing-i686/firefox.desktop
(from rev 142228, firefox/trunk/firefox.desktop)
  firefox/repos/testing-i686/firefox.install
(from rev 142228, firefox/trunk/firefox.install)
  firefox/repos/testing-i686/mozconfig
(from rev 142228, firefox/trunk/mozconfig)
  firefox/repos/testing-i686/mozilla-firefox-1.0-lang.patch
(from rev 142228, firefox/trunk/mozilla-firefox-1.0-lang.patch)
  firefox/repos/testing-x86_64/
  firefox/repos/testing-x86_64/PKGBUILD
(from rev 142228, firefox/trunk/PKGBUILD)
  firefox/repos/testing-x86_64/firefox-install-dir.patch
(from rev 142228, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/testing-x86_64/firefox.desktop
(from rev 142228, firefox/trunk/firefox.desktop)
  firefox/repos/testing-x86_64/firefox.install
(from rev 142228, firefox/trunk/firefox.install)
  firefox/repos/testing-x86_64/mozconfig
(from rev 142228, firefox/trunk/mozconfig)
  firefox/repos/testing-x86_64/mozilla-firefox-1.0-lang.patch
(from rev 142228, firefox/trunk/mozilla-firefox-1.0-lang.patch)

---+
 testing-i686/PKGBUILD |   64 ++
 testing-i686/firefox-install-dir.patch|   28 
 testing-i686/firefox.desktop  |   81 
 testing-i686/firefox.install  |   13 +++
 testing-i686/mozconfig|   45 +
 testing-i686/mozilla-firefox-1.0-lang.patch   |   12 +++
 testing-x86_64/PKGBUILD   |   64 ++
 testing-x86_64/firefox-install-dir.patch  |   28 
 testing-x86_64/firefox.desktop|   81 
 testing-x86_64/firefox.install|   13 +++
 testing-x86_64/mozconfig  |   45 +
 testing-x86_64/mozilla-firefox-1.0-lang.patch |   12 +++
 12 files changed, 486 insertions(+)

Copied: firefox/repos/testing-i686/PKGBUILD (from rev 142228, 
firefox/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-06 17:42:01 UTC (rev 142229)
@@ -0,0 +1,64 @@
+# $Id$
+# Contributor: Jakub Schmidtke sja...@gmail.com
+
+pkgname=firefox
+pkgver=8.0
+pkgrel=1
+pkgdesc=Standalone web browser from mozilla.org
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'mozilla-common' 'nss' 'libxt' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'sqlite3' 
'libnotify' 'desktop-file-utils' 'libvpx' 'libevent' 'hicolor-icon-theme')
+makedepends=('unzip' 'zip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools' 
'yasm' 'mesa' 'autoconf2.13' 'libidl2' 'xorg-server-xvfb')
+url=http://www.mozilla.org/projects/firefox;
+install=firefox.install
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//${pkgver}/source/firefox-${pkgver}.source.tar.bz2
+mozconfig firefox.desktop mozilla-firefox-1.0-lang.patch 
firefox-install-dir.patch)
+md5sums=('9395a5be13da119bd8d53c3225e5d17c'
+ '4b925c654eb2484e26d08f743df118fa'
+ 'bdeb0380c7fae30dd0ead6d2d3bc5873'
+ 'bd5db57c23c72a02a489592644f18995'
+ '594523c536a9be951b52c90dd85aff18')
+
+build() {
+  cd $srcdir/mozilla-release
+
+  cp $srcdir/mozconfig .mozconfig
+  patch -Np1 -i $srcdir/mozilla-firefox-1.0-lang.patch
+  patch -Np1 -i $srcdir/firefox-install-dir.patch
+
+  # Fix PRE_RELEASE_SUFFIX
+  sed -i '/^PRE_RELEASE_SUFFIX := /s/ //' \
+  browser/base/Makefile.in
+
+  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/firefox
+  export PYTHON=/usr/bin/python2
+
+  LD_PRELOAD= /usr/bin/Xvfb -nolisten tcp -extension GLX -screen 0 
1280x1024x24 :99 
+  LD_PRELOAD= DISPLAY=:99 make -j1 -f client.mk profiledbuild 
MOZ_MAKE_FLAGS=$MAKEFLAGS
+  kill $! || true
+}
+
+package() {
+  cd $srcdir/mozilla-release
+  make -j1 -f client.mk DESTDIR=$pkgdir install
+
+  for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
+  install -Dm644 browser/branding/official/default${i/x*/}.png \
+$pkgdir/usr/share/icons/hicolor/$i/apps/firefox.png
+  done
+
+  install -Dm644 $srcdir/firefox.desktop \
+$pkgdir/usr/share/applications/firefox.desktop
+
+  rm -rf $pkgdir/usr/lib/firefox/{dictionaries,hyphenation}
+  ln -sf /usr/share/hunspell $pkgdir/usr/lib/firefox/dictionaries
+  ln -sf /usr/share/hyphen $pkgdir/usr/lib/firefox/hyphenation
+
+
+  # We don't want the development stuff
+  rm -r $pkgdir/usr/{include,lib/firefox-devel,share/idl}
+
+  #workaround for now
+  

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

2011-11-06 Thread Ionut Biru
Date: Sunday, November 6, 2011 @ 12:49:07
  Author: ibiru
Revision: 142230

update to 8.0
use the new path

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  164 ++---
 1 file changed, 82 insertions(+), 82 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-06 17:42:01 UTC (rev 142229)
+++ PKGBUILD2011-11-06 17:49:07 UTC (rev 142230)
@@ -86,7 +86,7 @@
 'firefox-i18n-zh-cn'
 'firefox-i18n-zh-tw'
 'firefox-i18n-zu')
-pkgver=7.0.1
+pkgver=8.0
 pkgrel=1
 arch=('any')
 license=('MPL')
@@ -179,7 +179,7 @@
 # Don't extract anything
 noextract=(${source[@]##*/})
 
-_path=/usr/lib/firefox-7.0/extensions/
+_path=/usr/lib/firefox/extensions/
 
 
 package_firefox-i18n () {
@@ -745,83 +745,83 @@
   cd ${srcdir}
   install -Dm644 firefox-i18n-$pkgver-zu.xpi 
${pkgdir}/$_path/langpack...@firefox.mozilla.org.xpi
 }
-md5sums=('1f549dea30496982671964000c240c25'
- 'eb87c9374a7229a3594937dc9782dca4'
- 'b6860e130d824c4c9847d7463382b2ef'
- '73d1a45ce9cc3aa367ba716656328d8c'
- '10e16301a1713d786d80b197b2ffe328'
- 'dcb76930d46bc40514728ff9e0bce2bf'
- '3e1bd943c516b7efd7ffb9379a8f66a2'
- 'c0a79418548bc1d442a0ed036f41f97d'
- '28e6e3118ab4f164cc81c8f33678c86e'
- 'd6a06d0d9c9731cd195756b48a868a7c'
- '4b9386f26b8a896da9fff45eee397694'
- '5f44db47a4a3c3f4e981e75a37ff4788'
- 'd0659bcf836ab3cc76fbc3ccef728757'
- '4df316debf508656f0c6068c106bf88d'
- '5011ec4c38fc89134b23eb2030fa2443'
- '7d459b2236f4cf2da5dbc03cd4068b58'
- '20f789a557b493fc7a39fcc5b1509a44'
- 'f0af8e4c06b1e14a270ca35a844d14f6'
- '83379fadfb7a9816e54bc003c1bbcec6'
- 'a35c0127c7f7efce3af7168dcaa7db85'
- 'b8dfd0915b3562f61f6548a7f04e02d7'
- 'c8ea4630f44646a78ff8bffb989f8c89'
- '8db59036e068fe16484a5374db7b760e'
- '49204da27e47dc6d5ba31cea1b80db82'
- '9099723702737115292991dee415928c'
- '6684a42a4c7e50b8284bbc8c9740c616'
- 'f69e32e91d4bc29e9503ffc4c8d650e2'
- 'd1bbdcd4dd259889fd5c8c3b3c658433'
- 'f284a8ca7b0af4029cffd1692f36a63b'
- '7367d2d1bec3ed8c3cdd21a28daeae6f'
- '2397e316affba2fcedfaee4efcb16cc5'
- '36ae9b0d7b45929c674c5757996aceab'
- '82c7672f62ea7978528d552d2303897b'
- '61176c42fbc694973cf8ef8c651fbbf2'
- 'f58b31e6a7e00b85733fd6fe08307d28'
- 'a9563067a7e8804686d34fc54490b756'
- '5e23f9edff021668d376a7380376bb47'
- 'ba3ccbe759d8d8055cbe98ea8ea78bb3'
- '0eebcff8b36f83801c1c8d5aa0ea30f0'
- 'bc6d540e2a71c1f2892e0c30377c7874'
- '656581e6233fbf581ccd6f3008d250b6'
- 'da4a09b971e84f064e2d02886728c3f8'
- '120c8c797b130ab4858a47f65855a32f'
- '35631b25f6ffcfaec22968e9a7010916'
- 'a70db8635de5ff2908f13655a6517bbf'
- 'd69cce286617c343b6209dc4e84e3dbe'
- '98b60a9f6310b02d0cd3f80a0ae2cf6f'
- '806c50580773b50f3a1098408f8a7e97'
- 'c72d08f1792dc7cba178e79756056231'
- '3494ae90f3f896325aa38058329f4122'
- '7f0ffd892fa3cd577d2562ce5aa2f759'
- 'afe9d2972272512b15bf5f5adb0f066c'
- '3dde6a21fa46590993c80b72b22514ba'
- '95b02b2d816097aa13ddd7e28cf7761a'
- 'f30977b18074ab73ecb5f233e68ea2fc'
- '59e96fee72739b31a515d59631a2f459'
- '0ea9d53f30d0308ee53255a2379b1bc8'
- '8af21b87cee6191828588377ca65a465'
- 'dd4d5828e8c43594e7ff52209bb1de13'
- '3be707722216dfb48d5a607b989c2fb7'
- '2bbfc8c9652830d642015fc0819c5aab'
- 'c79c3f22c6b014057eeea298743719bb'
- 'd26908e2ec04bebcfa3c4a57e38b70ce'
- 'be24714ce57393e3294ccb695a811ebc'
- 'e9cac84bbd4a6ce5b17836013c353ec9'
- '27d234b015a434efa0d1b035ad4e483e'
- '0f31bb19dfa0ca2205a759f5d6acdae9'
- '39e06be108efe342ac278c260a26237d'
- '97b709d507d8207a6ed1f7860863a8fd'
- '61b170bd5eac975ad70c5e3573803e47'
- 'b859d82956c17ef8f8cbb7c527a5cab7'
- '1305c817604b2eb8bd6bc87144da4e81'
- '171ce5fba692cec75d5fc30b6bcc1b2b'
- '2d653e2e0054d67f05f266d4762a2204'
- 'f24ece9ae923f23dfd8dde7f73860542'
- '4386ecd83b2e36ac70d274de59357e95'
- '38e8339aec8f06ba7229cb9fc0ea8010'
- 'f067a1c3ed1a5479cea19353bbdc67f8'
- 'bf01d773f5ce96e1ebefaff1f381199a'
- 'f8acf08a230837f7182365d52bb67efd')
+md5sums=('b31ff934c50e09d4cf482a25cfb957ac'
+ 'e0eeb40d7a7adb4c47c76fec75705526'
+ '39221a74b8162bdef7103c233de282fe'
+ '1d28484b9247d156cafac7d8247759cc'
+ 'c1c9f02c583b77388e5274d285090740'
+ '6300ef3e170a7175837bbda44e3a27a1'
+ 'ed352ca2ae9bd7883e442efab996df8e'
+ '2713a79a26bbbe94a95aed5b56a07c9b'
+ 'b06f8317315d1854d02594f2e0d062a5'
+ 

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

2011-11-06 Thread Ionut Biru
Date: Sunday, November 6, 2011 @ 12:58:44
  Author: ibiru
Revision: 142231

archrelease: copy trunk to testing-any

Added:
  firefox-i18n/repos/testing-any/
  firefox-i18n/repos/testing-any/PKGBUILD
(from rev 142230, firefox-i18n/trunk/PKGBUILD)
  firefox-i18n/repos/testing-any/firefox-i18n.install
(from rev 142230, firefox-i18n/trunk/firefox-i18n.install)

--+
 PKGBUILD |  827 +
 firefox-i18n.install |8 
 2 files changed, 835 insertions(+)

Copied: firefox-i18n/repos/testing-any/PKGBUILD (from rev 142230, 
firefox-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-11-06 17:58:44 UTC (rev 142231)
@@ -0,0 +1,827 @@
+# $Id$
+# Maintainer: Thomas Baechler tho...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Michal Hybner dta...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgbase=firefox-i18n
+pkgname=('firefox-i18n'
+'firefox-i18n-af'
+'firefox-i18n-ak'
+'firefox-i18n-ar'
+'firefox-i18n-ast'
+'firefox-i18n-be'
+'firefox-i18n-bg'
+'firefox-i18n-bn-bd'
+'firefox-i18n-bn-in'
+'firefox-i18n-br'
+'firefox-i18n-bs'
+'firefox-i18n-ca'
+'firefox-i18n-cs'
+'firefox-i18n-cy'
+'firefox-i18n-da'
+'firefox-i18n-de'
+'firefox-i18n-el'
+'firefox-i18n-en-gb'
+'firefox-i18n-eo'
+'firefox-i18n-es-ar'
+'firefox-i18n-es-cl'
+'firefox-i18n-es-es'
+'firefox-i18n-es-mx'
+'firefox-i18n-et'
+'firefox-i18n-eu'
+'firefox-i18n-fa'
+'firefox-i18n-fi'
+'firefox-i18n-fr'
+'firefox-i18n-fy-nl'
+'firefox-i18n-ga-ie'
+'firefox-i18n-gl'
+'firefox-i18n-gu-in'
+'firefox-i18n-he'
+'firefox-i18n-hi-in'
+'firefox-i18n-hr'
+'firefox-i18n-hu'
+'firefox-i18n-hy-am'
+'firefox-i18n-id'
+'firefox-i18n-is'
+'firefox-i18n-it'
+'firefox-i18n-ja'
+'firefox-i18n-kk'
+'firefox-i18n-kn'
+'firefox-i18n-ko'
+'firefox-i18n-ku'
+'firefox-i18n-lg'
+'firefox-i18n-lt'
+'firefox-i18n-lv'
+'firefox-i18n-mai'
+'firefox-i18n-mk'
+'firefox-i18n-ml'
+'firefox-i18n-mr'
+'firefox-i18n-nb-no'
+'firefox-i18n-nl'
+'firefox-i18n-nn-no'
+'firefox-i18n-nso'
+'firefox-i18n-or'
+'firefox-i18n-pa-in'
+'firefox-i18n-pl'
+'firefox-i18n-pt-br'
+'firefox-i18n-pt-pt'
+'firefox-i18n-rm'
+'firefox-i18n-ro'
+'firefox-i18n-ru'
+'firefox-i18n-si'
+'firefox-i18n-sk'
+'firefox-i18n-sl'
+'firefox-i18n-son'
+'firefox-i18n-sq'
+'firefox-i18n-sr'
+'firefox-i18n-sv-se'
+'firefox-i18n-ta-lk'
+'firefox-i18n-ta'
+'firefox-i18n-te'
+'firefox-i18n-th'
+'firefox-i18n-tr'
+'firefox-i18n-uk'
+'firefox-i18n-vi'
+'firefox-i18n-zh-cn'
+'firefox-i18n-zh-tw'
+'firefox-i18n-zu')
+pkgver=8.0
+pkgrel=1
+arch=('any')
+license=('MPL')
+url=http://www.mozilla.com/;
+depends=(firefox=${pkgver})
+_url=ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/linux-i686/xpi
+
+source=(firefox-i18n-$pkgver-af.xpi::$_url/af.xpi
+firefox-i18n-$pkgver-ak.xpi::$_url/ak.xpi
+firefox-i18n-$pkgver-ar.xpi::$_url/ar.xpi
+firefox-i18n-$pkgver-ast.xpi::$_url/ast.xpi
+firefox-i18n-$pkgver-be.xpi::$_url/be.xpi
+firefox-i18n-$pkgver-bg.xpi::$_url/bg.xpi
+firefox-i18n-$pkgver-bn-BD.xpi::$_url/bn-BD.xpi
+firefox-i18n-$pkgver-bn-IN.xpi::$_url/bn-IN.xpi
+firefox-i18n-$pkgver-br.xpi::$_url/br.xpi
+firefox-i18n-$pkgver-bs.xpi::$_url/bs.xpi
+firefox-i18n-$pkgver-ca.xpi::$_url/ca.xpi
+firefox-i18n-$pkgver-cs.xpi::$_url/cs.xpi
+firefox-i18n-$pkgver-cy.xpi::$_url/cy.xpi
+firefox-i18n-$pkgver-da.xpi::$_url/da.xpi
+firefox-i18n-$pkgver-de.xpi::$_url/de.xpi
+firefox-i18n-$pkgver-el.xpi::$_url/el.xpi
+firefox-i18n-$pkgver-en-GB.xpi::$_url/en-GB.xpi
+firefox-i18n-$pkgver-eo.xpi::$_url/eo.xpi
+firefox-i18n-$pkgver-es-AR.xpi::$_url/es-AR.xpi
+firefox-i18n-$pkgver-es-CL.xpi::$_url/es-CL.xpi
+firefox-i18n-$pkgver-es-ES.xpi::$_url/es-ES.xpi
+firefox-i18n-$pkgver-es-MX.xpi::$_url/es-MX.xpi
+firefox-i18n-$pkgver-et.xpi::$_url/et.xpi
+firefox-i18n-$pkgver-eu.xpi::$_url/eu.xpi
+firefox-i18n-$pkgver-fa.xpi::$_url/fa.xpi
+firefox-i18n-$pkgver-fi.xpi::$_url/fi.xpi
+firefox-i18n-$pkgver-fr.xpi::$_url/fr.xpi
+firefox-i18n-$pkgver-fy-NL.xpi::$_url/fy-NL.xpi
+firefox-i18n-$pkgver-ga-IE.xpi::$_url/ga-IE.xpi
+firefox-i18n-$pkgver-gl.xpi::$_url/gl.xpi
+firefox-i18n-$pkgver-gu-IN.xpi::$_url/gu-IN.xpi
+firefox-i18n-$pkgver-he.xpi::$_url/he.xpi
+firefox-i18n-$pkgver-hi-IN.xpi::$_url/hi-IN.xpi
+

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

2011-11-06 Thread Jan Steffens
Date: Sunday, November 6, 2011 @ 14:40:47
  Author: heftig
Revision: 142232

make firefox-bin the symlink instead of firefox. also, use a relative path

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-06 17:58:44 UTC (rev 142231)
+++ PKGBUILD2011-11-06 19:40:47 UTC (rev 142232)
@@ -28,7 +28,7 @@
 
   # Fix PRE_RELEASE_SUFFIX
   sed -i '/^PRE_RELEASE_SUFFIX := /s/ //' \
-  browser/base/Makefile.in
+browser/base/Makefile.in
 
   export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/firefox
   export PYTHON=/usr/bin/python2
@@ -60,5 +60,5 @@
 
   #workaround for now
   #https://bugzilla.mozilla.org/show_bug.cgi?id=658850
-  ln -sf /usr/lib/firefox/firefox-bin $pkgdir/usr/lib/firefox/firefox
+  ln -sf firefox $pkgdir/usr/lib/firefox/firefox-bin
 }



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

2011-11-06 Thread Eric Bélanger
Date: Sunday, November 6, 2011 @ 16:12:16
  Author: eric
Revision: 142233

Upstream update, Add check function

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-06 19:40:47 UTC (rev 142232)
+++ PKGBUILD2011-11-06 21:12:16 UTC (rev 142233)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.7.3.1
+pkgver=6.7.3.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.imagemagick.org/;
@@ -12,7 +12,7 @@
 makedepends=('ghostscript' 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 
'libpng')
 
source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
 perlmagick.rpath.patch)
-sha1sums=('67e20cf171fa50e76c30bf6e703d37419164ce70'
+sha1sums=('317dbb760c0ff8a22f031c3864d3c13f03b93a4c'
   '23405f80904b1de94ebd7bd6fe2a332471b8c283')
 
 build() {
@@ -20,7 +20,7 @@
 
   sed '/AC_PATH_XTRA/d' -i configure.ac
   autoreconf
-  patch -Np0 -i ../perlmagick.rpath.patch
+  patch -p0 -i ../perlmagick.rpath.patch
 
   LIBS=$LIBS -L/usr/lib/perl5/core_perl/CORE -lperl \
 ./configure --prefix=/usr --sysconfdir=/etc --with-modules 
--disable-static \
@@ -32,6 +32,11 @@
   make
 }
 
+check() {
+  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
+  make check
+}
+
 package_imagemagick() {
   pkgdesc=An image viewing/manipulation program
   optdepends=('ghostscript: for Ghostscript support' 



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

2011-11-06 Thread Eric Bélanger
Date: Sunday, November 6, 2011 @ 16:12:47
  Author: eric
Revision: 142234

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 142233, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 142233, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 142233, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 142233, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 extra-i686/PKGBUILD |  163 +-
 extra-i686/perlmagick.rpath.patch   |   20 ++--
 extra-x86_64/PKGBUILD   |  163 +-
 extra-x86_64/perlmagick.rpath.patch |   20 ++--
 4 files changed, 188 insertions(+), 178 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-06 21:12:16 UTC (rev 142233)
+++ extra-i686/PKGBUILD 2011-11-06 21:12:47 UTC (rev 142234)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.7.3.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.imagemagick.org/;
-license=('custom')
-depends=('libltdl' 'lcms2' 'libxt' 'bzip2' 'xz' 'fontconfig' 'libxext' 
'libjpeg-turbo')
-makedepends=('ghostscript' 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 
'libpng')
-source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
-perlmagick.rpath.patch)
-sha1sums=('67e20cf171fa50e76c30bf6e703d37419164ce70'
-  '23405f80904b1de94ebd7bd6fe2a332471b8c283')
-
-build() {
-  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
-
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf
-  patch -Np0 -i ../perlmagick.rpath.patch
-
-  LIBS=$LIBS -L/usr/lib/perl5/core_perl/CORE -lperl \
-./configure --prefix=/usr --sysconfdir=/etc --with-modules 
--disable-static \
---enable-openmp --with-wmf --with-openexr --with-xml --with-lcms2 
--with-jp2 \
---with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options=INSTALLDIRS=vendor \
---without-gvc --without-djvu --without-autotrace --without-webp \
---without-jbig --without-fpx --without-dps --without-fftw --without-lqr
-  make
-}
-
-package_imagemagick() {
-  pkgdesc=An image viewing/manipulation program
-  optdepends=('ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'jasper: for JPEG-2000 support' 
-  'libpng: for PNG support')
-  backup=('etc/ImageMagick/coder.xml'
-  'etc/ImageMagick/colors.xml'
-  'etc/ImageMagick/delegates.xml'
-  'etc/ImageMagick/log.xml'
-  'etc/ImageMagick/magic.xml'
-  'etc/ImageMagick/mime.xml'
-  'etc/ImageMagick/policy.xml'
-  'etc/ImageMagick/sRGB.icc'
-  'etc/ImageMagick/thresholds.xml'
-  'etc/ImageMagick/type.xml'
-  'etc/ImageMagick/type-dejavu.xml'
-  'etc/ImageMagick/type-ghostscript.xml'
-  'etc/ImageMagick/type-windows.xml')
-  options=('!makeflags' '!docs' 'libtool')
-
-  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR=${pkgdir} install
-  chmod 755 ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Image/Magick/Magick.so 
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
-
-#Cleaning
-  find ${pkgdir} -name '*.bs' -delete
-  rm -f ${pkgdir}/usr/lib/*.la
-}
-
-package_imagemagick-doc() {
-  pkgdesc=The ImageMagick documentation (utilities manuals and libraries API)
-  depends=()
-  options=('!makeflags')
-
-  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR=${pkgdir} install-data-html
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick-doc/NOTICE
-}

Copied: imagemagick/repos/extra-i686/PKGBUILD (from rev 142233, 
imagemagick/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-06 21:12:47 UTC (rev 142234)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=imagemagick
+pkgname=('imagemagick' 'imagemagick-doc')
+pkgver=6.7.3.4
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.imagemagick.org/;
+license=('custom')
+depends=('libltdl' 

[arch-commits] Commit in wxpython/trunk (PKGBUILD wxpython-cairo.patch)

2011-11-06 Thread Eric Bélanger
Date: Sunday, November 6, 2011 @ 19:37:39
  Author: eric
Revision: 142235

upgpkg: wxpython 2.8.12.1-2

Fix issue with pycairo 1.10 (close FS#26770)

Added:
  wxpython/trunk/wxpython-cairo.patch
Modified:
  wxpython/trunk/PKGBUILD

--+
 PKGBUILD |9 
 wxpython-cairo.patch |   51 +
 2 files changed, 56 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-06 21:12:47 UTC (rev 142234)
+++ PKGBUILD2011-11-07 00:37:39 UTC (rev 142235)
@@ -3,16 +3,16 @@
 
 pkgname=wxpython
 pkgver=2.8.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A wxWidgets GUI toolkit for Python
 arch=('i686' 'x86_64')
 license=('custom:wxWindows')
 url=http://www.wxpython.org;
 depends=('wxgtk' 'python2')
 makedepends=('mesa')
-source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2)
-md5sums=('8c06c5941477beee213b4f2fa78be620')
-sha1sums=('05688dc03d61631750f5904273122bb40a2115f5')
+source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
 wxpython-cairo.patch)
+sha1sums=('05688dc03d61631750f5904273122bb40a2115f5'
+  '420700b0a216b853352ffafd054f406a82a30bb3')
 
 build() {
   cd ${srcdir}/wxPython-src-${pkgver}
@@ -22,6 +22,7 @@
 --enable-graphics_ctx --with-gnomeprint --disable-optimize 
--enable-mediactrl \
 --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys
   cd ${srcdir}/wxPython-src-${pkgver}/wxPython
+  patch -p2 -i ${srcdir}/wxpython-cairo.patch
   python2 setup.py WXPORT=gtk2 UNICODE=1 build
 }
 

Added: wxpython-cairo.patch
===
--- wxpython-cairo.patch(rev 0)
+++ wxpython-cairo.patch2011-11-07 00:37:39 UTC (rev 142235)
@@ -0,0 +1,51 @@
+--- wxPython/trunk/wx/lib/wxcairo.py   2011/08/25 18:50:02 68894
 wxPython/trunk/wx/lib/wxcairo.py   2011/09/22 00:30:25 69181
+@@ -401,6 +401,48 @@
+   ctypes.py_object)),
+ ('Check_Status', ctypes.PYFUNCTYPE(ctypes.c_int, ctypes.c_int))]
+ 
++# This structure is known good with pycairo 1.10.0. The keep adding stuff
++# to the middle of the structure instead of only adding to the end!
++elif cairo.version_info  (1,11):  
++_fields_ = [
++('Context_Type', ctypes.py_object),
++('Context_FromContext', ctypes.PYFUNCTYPE(ctypes.py_object,
++  ctypes.c_void_p,
++  ctypes.py_object,
++  ctypes.py_object)),
++('FontFace_Type', ctypes.py_object),
++('ToyFontFace_Type', ctypes.py_object),  #** new in 1.8.4
++('FontFace_FromFontFace', ctypes.PYFUNCTYPE(ctypes.py_object, 
ctypes.c_void_p)),
++('FontOptions_Type', ctypes.py_object),
++('FontOptions_FromFontOptions', 
ctypes.PYFUNCTYPE(ctypes.py_object, ctypes.c_void_p)),
++('Matrix_Type', ctypes.py_object),
++('Matrix_FromMatrix', ctypes.PYFUNCTYPE(ctypes.py_object, 
ctypes.c_void_p)),
++('Path_Type', ctypes.py_object),
++('Path_FromPath', ctypes.PYFUNCTYPE(ctypes.py_object, 
ctypes.c_void_p)),
++('Pattern_Type', ctypes.py_object),
++('SolidPattern_Type', ctypes.py_object),
++('SurfacePattern_Type', ctypes.py_object),
++('Gradient_Type', ctypes.py_object),
++('LinearGradient_Type', ctypes.py_object),
++('RadialGradient_Type', ctypes.py_object),
++('Pattern_FromPattern', ctypes.PYFUNCTYPE(ctypes.py_object, 
ctypes.c_void_p,
++  ctypes.py_object)), #** 
changed in 1.8.4
++('ScaledFont_Type', ctypes.py_object),
++('ScaledFont_FromScaledFont', ctypes.PYFUNCTYPE(ctypes.py_object, 
ctypes.c_void_p)),
++('Surface_Type', ctypes.py_object),
++('ImageSurface_Type', ctypes.py_object),
++('PDFSurface_Type', ctypes.py_object),
++('PSSurface_Type', ctypes.py_object),
++('SVGSurface_Type', ctypes.py_object),
++('Win32Surface_Type', ctypes.py_object),
++('Win32PrintingSurface_Type', ctypes.py_object),
++('XCBSurface_Type', ctypes.py_object),
++('XlibSurface_Type', ctypes.py_object),
++('Surface_FromSurface', ctypes.PYFUNCTYPE(ctypes.py_object,
++  ctypes.c_void_p,
++  ctypes.py_object)),
++('Check_Status', ctypes.PYFUNCTYPE(ctypes.c_int, ctypes.c_int))]
++
+ 
+ def _loadPycairoAPI():
+ global pycairoAPI



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

2011-11-06 Thread Eric Bélanger
Date: Sunday, November 6, 2011 @ 19:38:07
  Author: eric
Revision: 142236

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

Added:
  wxpython/repos/extra-i686/PKGBUILD
(from rev 142235, wxpython/trunk/PKGBUILD)
  wxpython/repos/extra-i686/wxpython-cairo.patch
(from rev 142235, wxpython/trunk/wxpython-cairo.patch)
  wxpython/repos/extra-x86_64/PKGBUILD
(from rev 142235, wxpython/trunk/PKGBUILD)
  wxpython/repos/extra-x86_64/wxpython-cairo.patch
(from rev 142235, wxpython/trunk/wxpython-cairo.patch)
Deleted:
  wxpython/repos/extra-i686/PKGBUILD
  wxpython/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   65 ++--
 extra-i686/wxpython-cairo.patch   |   51 
 extra-x86_64/PKGBUILD |   65 ++--
 extra-x86_64/wxpython-cairo.patch |   51 
 4 files changed, 168 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-07 00:37:39 UTC (rev 142235)
+++ extra-i686/PKGBUILD 2011-11-07 00:38:07 UTC (rev 142236)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=wxpython
-pkgver=2.8.12.1
-pkgrel=1
-pkgdesc=A wxWidgets GUI toolkit for Python
-arch=('i686' 'x86_64')
-license=('custom:wxWindows')
-url=http://www.wxpython.org;
-depends=('wxgtk' 'python2')
-makedepends=('mesa')
-source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2)
-md5sums=('8c06c5941477beee213b4f2fa78be620')
-sha1sums=('05688dc03d61631750f5904273122bb40a2115f5')
-
-build() {
-  cd ${srcdir}/wxPython-src-${pkgver}
-  find . -type f -exec sed -i 's/env python/env python2/' {} \;
-  mv wxPython/wx/tools/Editra/editra wxPython/wx/tools/Editra/Editra
-  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
---enable-graphics_ctx --with-gnomeprint --disable-optimize 
--enable-mediactrl \
---with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys
-  cd ${srcdir}/wxPython-src-${pkgver}/wxPython
-  python2 setup.py WXPORT=gtk2 UNICODE=1 build
-}
-
-package() {
-  cd ${srcdir}/wxPython-src-${pkgver}/wxPython
-  python2 setup.py WXPORT=gtk2 UNICODE=1 install --root=${pkgdir}
-  install -D -m644 ../docs/licence.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: wxpython/repos/extra-i686/PKGBUILD (from rev 142235, 
wxpython/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-07 00:38:07 UTC (rev 142236)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=wxpython
+pkgver=2.8.12.1
+pkgrel=2
+pkgdesc=A wxWidgets GUI toolkit for Python
+arch=('i686' 'x86_64')
+license=('custom:wxWindows')
+url=http://www.wxpython.org;
+depends=('wxgtk' 'python2')
+makedepends=('mesa')
+source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
 wxpython-cairo.patch)
+sha1sums=('05688dc03d61631750f5904273122bb40a2115f5'
+  '420700b0a216b853352ffafd054f406a82a30bb3')
+
+build() {
+  cd ${srcdir}/wxPython-src-${pkgver}
+  find . -type f -exec sed -i 's/env python/env python2/' {} \;
+  mv wxPython/wx/tools/Editra/editra wxPython/wx/tools/Editra/Editra
+  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
+--enable-graphics_ctx --with-gnomeprint --disable-optimize 
--enable-mediactrl \
+--with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys
+  cd ${srcdir}/wxPython-src-${pkgver}/wxPython
+  patch -p2 -i ${srcdir}/wxpython-cairo.patch
+  python2 setup.py WXPORT=gtk2 UNICODE=1 build
+}
+
+package() {
+  cd ${srcdir}/wxPython-src-${pkgver}/wxPython
+  python2 setup.py WXPORT=gtk2 UNICODE=1 install --root=${pkgdir}
+  install -D -m644 ../docs/licence.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: wxpython/repos/extra-i686/wxpython-cairo.patch (from rev 142235, 
wxpython/trunk/wxpython-cairo.patch)
===
--- extra-i686/wxpython-cairo.patch (rev 0)
+++ extra-i686/wxpython-cairo.patch 2011-11-07 00:38:07 UTC (rev 142236)
@@ -0,0 +1,51 @@
+--- wxPython/trunk/wx/lib/wxcairo.py   2011/08/25 18:50:02 68894
 wxPython/trunk/wx/lib/wxcairo.py   2011/09/22 00:30:25 69181
+@@ -401,6 +401,48 @@
+   ctypes.py_object)),
+ ('Check_Status', ctypes.PYFUNCTYPE(ctypes.c_int, ctypes.c_int))]
+ 
++# This structure is known good with pycairo 1.10.0. The keep adding stuff
++# to the middle of the structure instead of only adding to the end!
++elif cairo.version_info  (1,11):  
++_fields_ = [
++('Context_Type', 

[arch-commits] Commit in mpfr/trunk (PKGBUILD mpfr-3.1.0.p1.patch mpfr-3.1.0.p3.patch)

2011-11-06 Thread Allan McRae
Date: Sunday, November 6, 2011 @ 22:25:43
  Author: allan
Revision: 142237

upgpkg: mpfr 3.1.0.p3-1

upstream patch level bump

Added:
  mpfr/trunk/mpfr-3.1.0.p3.patch
Modified:
  mpfr/trunk/PKGBUILD
Deleted:
  mpfr/trunk/mpfr-3.1.0.p1.patch

-+
 PKGBUILD|7 
 mpfr-3.1.0.p1.patch |   50 --
 mpfr-3.1.0.p3.patch |  393 ++
 3 files changed, 397 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-07 00:38:07 UTC (rev 142236)
+++ PKGBUILD2011-11-07 03:25:43 UTC (rev 142237)
@@ -4,7 +4,7 @@
 
 pkgname=mpfr
 _pkgver=3.1.0
-_patchlevel=p1
+_patchlevel=p3
 pkgver=${_pkgver}.${_patchlevel}
 pkgrel=1
 pkgdesc=Multiple-precision floating-point library
@@ -14,10 +14,11 @@
 depends=('gmp=5.0')
 options=('!libtool')
 install=mpfr.install
-source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz
+source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc}
 mpfr-${_pkgver}.${_patchlevel}.patch)
 md5sums=('6e495841bb026481567006cec0f821c3'
- 'ec988293368d4988c76f50d6a3460166')
+ '293374ee4b01527f8f7889fdfa9016f8'
+ 'd65858ccddbea968d6580124320fb6a0')
 
 build() {
   cd ${srcdir}/${pkgname}-${_pkgver}

Deleted: mpfr-3.1.0.p1.patch
===
--- mpfr-3.1.0.p1.patch 2011-11-07 00:38:07 UTC (rev 142236)
+++ mpfr-3.1.0.p1.patch 2011-11-07 03:25:43 UTC (rev 142237)
@@ -1,50 +0,0 @@
-diff -Naurd mpfr-3.1.0-a/PATCHES mpfr-3.1.0-b/PATCHES
 mpfr-3.1.0-a/PATCHES   2011-10-05 21:39:57.0 +
-+++ mpfr-3.1.0-b/PATCHES   2011-10-05 21:39:57.0 +
-@@ -0,0 +1 @@
-+mpfr_unlikely
-diff -Naurd mpfr-3.1.0-a/VERSION mpfr-3.1.0-b/VERSION
 mpfr-3.1.0-a/VERSION   2011-10-03 08:17:15.0 +
-+++ mpfr-3.1.0-b/VERSION   2011-10-05 21:39:57.0 +
-@@ -1 +1 @@
--3.1.0
-+3.1.0-p1
-diff -Naurd mpfr-3.1.0-a/src/mpfr-impl.h mpfr-3.1.0-b/src/mpfr-impl.h
 mpfr-3.1.0-a/src/mpfr-impl.h   2011-10-03 08:17:09.0 +
-+++ mpfr-3.1.0-b/src/mpfr-impl.h   2011-10-05 21:39:57.0 +
-@@ -988,10 +988,11 @@
-  **/
- 
- /* Theses macros help the compiler to determine if a test is
-- * likely or unlikely. */
-+   likely or unlikely. The !! is necessary in case x is larger
-+   than a long. */
- #if __MPFR_GNUC(3,0) || __MPFR_ICC(8,1,0)
- # define MPFR_LIKELY(x) (__builtin_expect(!!(x),1))
--# define MPFR_UNLIKELY(x) (__builtin_expect((x),0))
-+# define MPFR_UNLIKELY(x) (__builtin_expect(!!(x),0))
- #else
- # define MPFR_LIKELY(x) (x)
- # define MPFR_UNLIKELY(x) (x)
-diff -Naurd mpfr-3.1.0-a/src/mpfr.h mpfr-3.1.0-b/src/mpfr.h
 mpfr-3.1.0-a/src/mpfr.h2011-10-03 08:17:09.0 +
-+++ mpfr-3.1.0-b/src/mpfr.h2011-10-05 21:39:57.0 +
-@@ -27,7 +27,7 @@
- #define MPFR_VERSION_MAJOR 3
- #define MPFR_VERSION_MINOR 1
- #define MPFR_VERSION_PATCHLEVEL 0
--#define MPFR_VERSION_STRING 3.1.0
-+#define MPFR_VERSION_STRING 3.1.0-p1
- 
- /* Macros dealing with MPFR VERSION */
- #define MPFR_VERSION_NUM(a,b,c) (((a)  16L) | ((b)  8) | (c))
-diff -Naurd mpfr-3.1.0-a/src/version.c mpfr-3.1.0-b/src/version.c
 mpfr-3.1.0-a/src/version.c 2011-10-03 08:17:09.0 +
-+++ mpfr-3.1.0-b/src/version.c 2011-10-05 21:39:57.0 +
-@@ -25,5 +25,5 @@
- const char *
- mpfr_get_version (void)
- {
--  return 3.1.0;
-+  return 3.1.0-p1;
- }

Added: mpfr-3.1.0.p3.patch
===
--- mpfr-3.1.0.p3.patch (rev 0)
+++ mpfr-3.1.0.p3.patch 2011-11-07 03:25:43 UTC (rev 142237)
@@ -0,0 +1,393 @@
+diff -Naurd mpfr-3.1.0-a/PATCHES mpfr-3.1.0-b/PATCHES
+--- mpfr-3.1.0-a/PATCHES   2011-10-05 21:39:57.0 +
 mpfr-3.1.0-b/PATCHES   2011-10-05 21:39:57.0 +
+@@ -0,0 +1 @@
++mpfr_unlikely
+diff -Naurd mpfr-3.1.0-a/VERSION mpfr-3.1.0-b/VERSION
+--- mpfr-3.1.0-a/VERSION   2011-10-03 08:17:15.0 +
 mpfr-3.1.0-b/VERSION   2011-10-05 21:39:57.0 +
+@@ -1 +1 @@
+-3.1.0
++3.1.0-p1
+diff -Naurd mpfr-3.1.0-a/src/mpfr-impl.h mpfr-3.1.0-b/src/mpfr-impl.h
+--- mpfr-3.1.0-a/src/mpfr-impl.h   2011-10-03 08:17:09.0 +
 mpfr-3.1.0-b/src/mpfr-impl.h   2011-10-05 21:39:57.0 +
+@@ -988,10 +988,11 @@
+  **/
+ 
+ /* Theses macros help the compiler to determine if a test is
+- * likely or unlikely. */
++   likely or unlikely. The !! is necessary in case x is larger
++   than a long. */
+ #if __MPFR_GNUC(3,0) || __MPFR_ICC(8,1,0)
+ # define MPFR_LIKELY(x) (__builtin_expect(!!(x),1))
+-# define MPFR_UNLIKELY(x) (__builtin_expect((x),0))
++# define MPFR_UNLIKELY(x) (__builtin_expect(!!(x),0))
+ #else
+ # define MPFR_LIKELY(x) (x)
+ # 

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

2011-11-06 Thread Allan McRae
Date: Sunday, November 6, 2011 @ 22:27:16
  Author: allan
Revision: 142238

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

Added:
  mpfr/repos/testing-i686/
  mpfr/repos/testing-i686/PKGBUILD
(from rev 142237, mpfr/trunk/PKGBUILD)
  mpfr/repos/testing-i686/mpfr-3.1.0.p3.patch
(from rev 142237, mpfr/trunk/mpfr-3.1.0.p3.patch)
  mpfr/repos/testing-i686/mpfr.install
(from rev 142237, mpfr/trunk/mpfr.install)
  mpfr/repos/testing-x86_64/
  mpfr/repos/testing-x86_64/PKGBUILD
(from rev 142237, mpfr/trunk/PKGBUILD)
  mpfr/repos/testing-x86_64/mpfr-3.1.0.p3.patch
(from rev 142237, mpfr/trunk/mpfr-3.1.0.p3.patch)
  mpfr/repos/testing-x86_64/mpfr.install
(from rev 142237, mpfr/trunk/mpfr.install)

+
 testing-i686/PKGBUILD  |   38 +++
 testing-i686/mpfr-3.1.0.p3.patch   |  393 +++
 testing-i686/mpfr.install  |   20 +
 testing-x86_64/PKGBUILD|   38 +++
 testing-x86_64/mpfr-3.1.0.p3.patch |  393 +++
 testing-x86_64/mpfr.install|   20 +
 6 files changed, 902 insertions(+)

Copied: mpfr/repos/testing-i686/PKGBUILD (from rev 142237, mpfr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-07 03:27:16 UTC (rev 142238)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=mpfr
+_pkgver=3.1.0
+_patchlevel=p3
+pkgver=${_pkgver}.${_patchlevel}
+pkgrel=1
+pkgdesc=Multiple-precision floating-point library
+arch=('i686' 'x86_64')
+url=http://www.mpfr.org/;
+license=('LGPL')
+depends=('gmp=5.0')
+options=('!libtool')
+install=mpfr.install
+source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc}
+mpfr-${_pkgver}.${_patchlevel}.patch)
+md5sums=('6e495841bb026481567006cec0f821c3'
+ '293374ee4b01527f8f7889fdfa9016f8'
+ 'd65858ccddbea968d6580124320fb6a0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  patch -Np1 -i $srcdir/mpfr-${_pkgver}.${_patchlevel}.patch
+  ./configure --prefix=/usr --enable-thread-safe --enable-shared
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: mpfr/repos/testing-i686/mpfr-3.1.0.p3.patch (from rev 142237, 
mpfr/trunk/mpfr-3.1.0.p3.patch)
===
--- testing-i686/mpfr-3.1.0.p3.patch(rev 0)
+++ testing-i686/mpfr-3.1.0.p3.patch2011-11-07 03:27:16 UTC (rev 142238)
@@ -0,0 +1,393 @@
+diff -Naurd mpfr-3.1.0-a/PATCHES mpfr-3.1.0-b/PATCHES
+--- mpfr-3.1.0-a/PATCHES   2011-10-05 21:39:57.0 +
 mpfr-3.1.0-b/PATCHES   2011-10-05 21:39:57.0 +
+@@ -0,0 +1 @@
++mpfr_unlikely
+diff -Naurd mpfr-3.1.0-a/VERSION mpfr-3.1.0-b/VERSION
+--- mpfr-3.1.0-a/VERSION   2011-10-03 08:17:15.0 +
 mpfr-3.1.0-b/VERSION   2011-10-05 21:39:57.0 +
+@@ -1 +1 @@
+-3.1.0
++3.1.0-p1
+diff -Naurd mpfr-3.1.0-a/src/mpfr-impl.h mpfr-3.1.0-b/src/mpfr-impl.h
+--- mpfr-3.1.0-a/src/mpfr-impl.h   2011-10-03 08:17:09.0 +
 mpfr-3.1.0-b/src/mpfr-impl.h   2011-10-05 21:39:57.0 +
+@@ -988,10 +988,11 @@
+  **/
+ 
+ /* Theses macros help the compiler to determine if a test is
+- * likely or unlikely. */
++   likely or unlikely. The !! is necessary in case x is larger
++   than a long. */
+ #if __MPFR_GNUC(3,0) || __MPFR_ICC(8,1,0)
+ # define MPFR_LIKELY(x) (__builtin_expect(!!(x),1))
+-# define MPFR_UNLIKELY(x) (__builtin_expect((x),0))
++# define MPFR_UNLIKELY(x) (__builtin_expect(!!(x),0))
+ #else
+ # define MPFR_LIKELY(x) (x)
+ # define MPFR_UNLIKELY(x) (x)
+diff -Naurd mpfr-3.1.0-a/src/mpfr.h mpfr-3.1.0-b/src/mpfr.h
+--- mpfr-3.1.0-a/src/mpfr.h2011-10-03 08:17:09.0 +
 mpfr-3.1.0-b/src/mpfr.h2011-10-05 21:39:57.0 +
+@@ -27,7 +27,7 @@
+ #define MPFR_VERSION_MAJOR 3
+ #define MPFR_VERSION_MINOR 1
+ #define MPFR_VERSION_PATCHLEVEL 0
+-#define MPFR_VERSION_STRING 3.1.0
++#define MPFR_VERSION_STRING 3.1.0-p1
+ 
+ /* Macros dealing with MPFR VERSION */
+ #define MPFR_VERSION_NUM(a,b,c) (((a)  16L) | ((b)  8) | (c))
+diff -Naurd mpfr-3.1.0-a/src/version.c mpfr-3.1.0-b/src/version.c
+--- mpfr-3.1.0-a/src/version.c 2011-10-03 08:17:09.0 +
 mpfr-3.1.0-b/src/version.c 2011-10-05 21:39:57.0 +
+@@ -25,5 +25,5 @@
+ const char *
+ mpfr_get_version (void)
+ {
+-  return 3.1.0;
++  return 3.1.0-p1;
+ }
+diff -Naurd mpfr-3.1.0-a/PATCHES mpfr-3.1.0-b/PATCHES
+--- mpfr-3.1.0-a/PATCHES   2011-10-14 10:43:32.0 +
 mpfr-3.1.0-b/PATCHES   2011-10-14 10:43:32.0 +
+@@ -0,0 +1 @@

[arch-commits] Commit in postfix/repos (9 files)

2011-11-06 Thread Gaetan Bisson
Date: Sunday, November 6, 2011 @ 23:19:16
  Author: bisson
Revision: 142239

db-move: moved postfix from [testing] to [extra] (i686)

Added:
  postfix/repos/extra-i686/PKGBUILD
(from rev 142238, postfix/repos/testing-i686/PKGBUILD)
  postfix/repos/extra-i686/aliases.patch
(from rev 142238, postfix/repos/testing-i686/aliases.patch)
  postfix/repos/extra-i686/install
(from rev 142238, postfix/repos/testing-i686/install)
  postfix/repos/extra-i686/rc.d
(from rev 142238, postfix/repos/testing-i686/rc.d)
Deleted:
  postfix/repos/extra-i686/PKGBUILD
  postfix/repos/extra-i686/aliases.patch
  postfix/repos/extra-i686/install
  postfix/repos/extra-i686/rc.d
  postfix/repos/testing-i686/

---+
 PKGBUILD  |  128 
 aliases.patch |   36 +++
 install   |   68 ++---
 rc.d  |   72 +++
 4 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-07 03:27:16 UTC (rev 142238)
+++ extra-i686/PKGBUILD 2011-11-07 04:19:16 UTC (rev 142239)
@@ -1,64 +0,0 @@
-# $Id$
-# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
-# Contributor: Paul Mattal p...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=postfix
-pkgver=2.8.6
-pkgrel=1
-pkgdesc='Fast, easy to administer, secure mail server'
-url='http://www.postfix.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 
'libldap' 'db')
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
-'aliases.patch' \
-'rc.d')
-sha1sums=('32613ad01cad10ae04aad626f9a69ac9126b3d28'
-  '5fc3de6c7df1e5851a0a379e825148868808318b'
-  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
-
-provides=('smtp-server' 'smtp-forwarder')
-replaces=('postfix-mysql' 'postfix-pgsql')
-conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make makefiles DEBUG='' CCARGS=' \
-   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
-   -DHAS_LDAP \
-   -DUSE_TLS \
-   -DHAS_MYSQL -I/usr/include/mysql \
-   -DHAS_PGSQL -I/usr/include/postgresql \
-   -DHAS_SQLITE \
-   ' AUXLIBS=' \
-   -lsasl2 \
-   -lldap -llber \
-   -lssl -lcrypto \
-   -lmysqlclient -lz -lm \
-   -lpq \
-   -lsqlite3 -lpthread \
-   ' OPT=${CFLAGS} ${LDFLAGS}
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   sh postfix-install -non-interactive \
-   install_root=${pkgdir} \
-   daemon_directory=/usr/lib/${pkgname} \
-   sample_directory=/etc/${pkgname}/sample \
-   manpage_directory=/usr/share/man
-
-   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
-   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-   cd ${pkgdir}
-   patch -p0 -i ${srcdir}/aliases.patch
-}

Copied: postfix/repos/extra-i686/PKGBUILD (from rev 142238, 
postfix/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-07 04:19:16 UTC (rev 142239)
@@ -0,0 +1,64 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=2.8.7
+pkgrel=1
+pkgdesc='Fast, easy to administer, secure mail server'
+url='http://www.postfix.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 
'libldap' 'db')
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
+'aliases.patch' \
+'rc.d')
+sha1sums=('81c87aceff4d9af67a304354bab9c99ac98fc8a0'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
+
+provides=('smtp-server' 'smtp-forwarder')
+replaces=('postfix-mysql' 'postfix-pgsql')
+conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make makefiles DEBUG='' CCARGS=' \
+   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
+   -DHAS_LDAP \
+   -DUSE_TLS \
+

[arch-commits] Commit in postfix/repos (9 files)

2011-11-06 Thread Gaetan Bisson
Date: Sunday, November 6, 2011 @ 23:19:17
  Author: bisson
Revision: 142240

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

Added:
  postfix/repos/extra-x86_64/PKGBUILD
(from rev 142238, postfix/repos/testing-x86_64/PKGBUILD)
  postfix/repos/extra-x86_64/aliases.patch
(from rev 142238, postfix/repos/testing-x86_64/aliases.patch)
  postfix/repos/extra-x86_64/install
(from rev 142238, postfix/repos/testing-x86_64/install)
  postfix/repos/extra-x86_64/rc.d
(from rev 142238, postfix/repos/testing-x86_64/rc.d)
Deleted:
  postfix/repos/extra-x86_64/PKGBUILD
  postfix/repos/extra-x86_64/aliases.patch
  postfix/repos/extra-x86_64/install
  postfix/repos/extra-x86_64/rc.d
  postfix/repos/testing-x86_64/

---+
 PKGBUILD  |  128 
 aliases.patch |   36 +++
 install   |   68 ++---
 rc.d  |   72 +++
 4 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-07 04:19:16 UTC (rev 142239)
+++ extra-x86_64/PKGBUILD   2011-11-07 04:19:17 UTC (rev 142240)
@@ -1,64 +0,0 @@
-# $Id$
-# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
-# Contributor: Paul Mattal p...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=postfix
-pkgver=2.8.6
-pkgrel=1
-pkgdesc='Fast, easy to administer, secure mail server'
-url='http://www.postfix.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 
'libldap' 'db')
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
-'aliases.patch' \
-'rc.d')
-sha1sums=('32613ad01cad10ae04aad626f9a69ac9126b3d28'
-  '5fc3de6c7df1e5851a0a379e825148868808318b'
-  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
-
-provides=('smtp-server' 'smtp-forwarder')
-replaces=('postfix-mysql' 'postfix-pgsql')
-conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make makefiles DEBUG='' CCARGS=' \
-   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
-   -DHAS_LDAP \
-   -DUSE_TLS \
-   -DHAS_MYSQL -I/usr/include/mysql \
-   -DHAS_PGSQL -I/usr/include/postgresql \
-   -DHAS_SQLITE \
-   ' AUXLIBS=' \
-   -lsasl2 \
-   -lldap -llber \
-   -lssl -lcrypto \
-   -lmysqlclient -lz -lm \
-   -lpq \
-   -lsqlite3 -lpthread \
-   ' OPT=${CFLAGS} ${LDFLAGS}
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   sh postfix-install -non-interactive \
-   install_root=${pkgdir} \
-   daemon_directory=/usr/lib/${pkgname} \
-   sample_directory=/etc/${pkgname}/sample \
-   manpage_directory=/usr/share/man
-
-   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
-   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-   cd ${pkgdir}
-   patch -p0 -i ${srcdir}/aliases.patch
-}

Copied: postfix/repos/extra-x86_64/PKGBUILD (from rev 142238, 
postfix/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-07 04:19:17 UTC (rev 142240)
@@ -0,0 +1,64 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=2.8.7
+pkgrel=1
+pkgdesc='Fast, easy to administer, secure mail server'
+url='http://www.postfix.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 
'libldap' 'db')
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
+'aliases.patch' \
+'rc.d')
+sha1sums=('81c87aceff4d9af67a304354bab9c99ac98fc8a0'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
+
+provides=('smtp-server' 'smtp-forwarder')
+replaces=('postfix-mysql' 'postfix-pgsql')
+conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make makefiles DEBUG='' CCARGS=' \
+   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \

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

2011-11-06 Thread Gaetan Bisson
Date: Monday, November 7, 2011 @ 00:35:35
  Author: bisson
Revision: 142241

tiny upstream update

Modified:
  conky/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-07 04:19:17 UTC (rev 142240)
+++ PKGBUILD2011-11-07 05:35:35 UTC (rev 142241)
@@ -5,7 +5,7 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=conky
-pkgver=1.8.2git20111026
+pkgver=1.8.2git2007
 pkgrel=1
 pkgdesc='Lightweight system monitor for X'
 url='http://conky.sourceforge.net/'
@@ -16,7 +16,7 @@
 depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 
'libxdamage' 'imlib2')
 backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('735861b284ad4feb86a9febaf4e457a4fcc7b39b')
+sha1sums=('133fc6fdc725162af9a98c72c1b7349efc22447c')
 
 # git clone git://git.omp.am/conky.git; cd conky; git archive 
--prefix=${pkgname}-${pkgver}/ origin/1.8.2 | xz  
../${pkgname}-${pkgver}.tar.xz
 
@@ -27,7 +27,7 @@
 
sh autogen.sh
 
-   CPPFLAGS=$CXXFLAGS LIBS=$LDFLAGS ./configure \
+   CPPFLAGS=${CXXFLAGS} LIBS=${LDFLAGS} ./configure \
--prefix=/usr \
--sysconfdir=/etc \
--enable-ibm \



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

2011-11-06 Thread andyrtr
Date: Monday, November 7, 2011 @ 02:11:30
  Author: andyrtr
Revision: 142243

upgpkg: libreoffice-i18n 3.4.4-1

3.4.4rc2

Modified:
  libreoffice-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  337 ++---
 1 file changed, 170 insertions(+), 167 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-07 05:35:59 UTC (rev 142242)
+++ PKGBUILD2011-11-07 07:11:30 UTC (rev 142243)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgbase=libreoffice-i18n
-pkgname=('libreoffice-af''libreoffice-ar''libreoffice-as'
'libreoffice-ast'  'libreoffice-be''libreoffice-bg''libreoffice-bn'
+pkgname=(#'libreoffice-af''libreoffice-ar''libreoffice-as'
'libreoffice-ast' 'libreoffice-be''libreoffice-bg'
'libreoffice-bn'
 'libreoffice-bo''libreoffice-br''libreoffice-brx'   
'libreoffice-bs''libreoffice-ca''libreoffice-ca-XV' 'libreoffice-cs'
 'libreoffice-cy''libreoffice-da''libreoffice-de'
'libreoffice-dgo'   'libreoffice-dz''libreoffice-el'
 'libreoffice-en-GB' 'libreoffice-en-ZA' 'libreoffice-eo'
'libreoffice-es''libreoffice-et''libreoffice-eu'
@@ -21,7 +21,7 @@
 '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')
-pkgver=3.4.3
+pkgver=3.4.4
 pkgrel=1
 pkgdesc=LibreOffice language/localisation files
 arch=('any')
@@ -34,18 +34,21 @@
 
 #http://download.documentfoundation.org/mirrors/all.html
 #_url=http://dev-builds.libreoffice.org/pre-releases;
-_url=http://download.documentfoundation.org/libreoffice/stable;
-#_url=http://download.documentfoundation.org/libreoffice/testing; 
+#_url=http://download.documentfoundation.org/libreoffice/stable;
+_url=http://download.documentfoundation.org/libreoffice/testing; 
 #_url=http://www.libreoffice.org/download/pre-releases;
-_oover=3.4.3
-_oodlver=3.4.3
+_oover=3.4.4
+#_oodlver=3.4.3
+_oodlver=3.4.4rc2
 _oomainver=3.4
 #_helpver=3.3.0-5
-#_helpver=3.4.0rc2
-_helpver=${_oodlver}rc2
-_dirver=${_oodlver}rc2
+#_helpver=${_oodlver}rc2
+_helpver=${_oodlver}
+#_dirver=${_oodlver}rc2
+_dirver=${_oodlver}
 
-_url+=/${_oodlver}
+#_url+=/${_oodlver}
+_url+=/${pkgver}-rc2
 
 
source=(#${_url}/rpm/x86/LibO_${_oodlver}_Linux_x86_{langpack,helppack}-rpm_af.tar.gz
${_url}/rpm/x86/LibO_${_oodlver}_Linux_x86_langpack-rpm_af.tar.gz
@@ -208,163 +211,163 @@

${_url}/rpm/x86/LibO_${_oodlver}_Linux_x86_{langpack,helppack}-rpm_zh-TW.tar.gz

#${_url}/rpm/x86/LibO_${_oodlver}_Linux_x86_{langpack,helppack}-rpm_zu.tar.gz
${_url}/rpm/x86/LibO_${_oodlver}_Linux_x86_langpack-rpm_zu.tar.gz)
-md5sums=('945982b28aadcb40c6eb14757fb0fd28'
- 'b0dd46d4b0fc88860acf9c55d80697d4'
- 'c9ca95d4c179fc46b3c6eb8a0120bb85'
- 'dcef9e6cb25b8e1642a5fefffc7ece4a'
- 'bcb3b7400631e172ef0f85dc7c8b8098'
- '9308fff803eef10a33f62adc776f34e8'
- 'a0dfc1ba8c07bc8a1806e0ce120c5dde'
- '61b3f6c1c379a3466736509412616e9d'
- 'e754bdefe81a0080d01b4ade6eb2d90c'
- 'fbb135929bc2df5be3a6c2d6c965ca12'
- 'f80dc3ebae79f7557fda076cac8b9f61'
- '800f0842d8f4f086f10bd78f84075f75'
- 'e618eddd5bea506809e516ff4480d814'
- '2ae087bc06649dec0b6276756e8e159a'
- '720ab6ec5a93ac67ab5c5d8382e91126'
- '327239b7a2fad974bb3faca3c702033a'
- 'e1d0fcae4af7ac96b87e36b916f5c126'
- 'a17a5da871db0a2bf23e218d5c90d17a'
- '4e739c150074f294bf53017dc1106cbd'
- '0f9ed0502fa4e2f3dff8fa2666366828'
- '5d653feed1af8f06ea254434b85d864f'
- '58ada12ac119df0d791724f5e35dc180'
- 'c2df6eefaf33cea1819e1b73c8b9ec1a'
- '0869700a1b5dc23570a8d7e3724d2445'
- 'cfb16feed496a448118be12abbf3bfa1'
- '67724fc7464dcd081c7cbe0db49c9ec2'
- '8d26ef9cb58cdc31c027822e1ea3cfb9'
- 'c1865971dcdecd810c20c5e54770ccf1'
- 'c7705dd52a41cf4042117d798dcc2baa'
- '93a09bc290b3cf47ef18a488ac3ad016'
- 'b84261c1bce181a55a0440f8a7df9a35'
- '7e9c00f71abb2ef3fe5e441e761c415f'
- '58bee8913752637f107de4dd0f37b1f2'
- '3ce6b2bd5d197403c4a7a67b43cdbca9'
- 'de45967c7e2b1ea418e3b7359283f98d'
- 'fb7152b0bcf27ed0221bf7c04ccb216b'
- '9e9791f91058b3f72185ae64d738edb1'
- 'd6c2957f451961a148bda68b635d39fd'
- 'f70db4ca1bf7ac18b9dd5919006596ed'
- 'bf8e796a1bf664a59ca30225b509070e'
- '2e2a8d605eb54155f8671aa4f9450c2d'
- '8a3479e4259203466a4f1a263619e820'
- 'e6366ebfdf8d84f308d531597049387f'
- '91380c37a02f4b346e92a38f16b903ae'
- 'e74105d53bf282bb770149f72509c90b'
- 

[arch-commits] Commit in libreoffice-i18n/repos (staging-any staging-any/PKGBUILD)

2011-11-06 Thread andyrtr
Date: Monday, November 7, 2011 @ 02:12:21
  Author: andyrtr
Revision: 142244

archrelease: copy trunk to staging-any

Added:
  libreoffice-i18n/repos/staging-any/
  libreoffice-i18n/repos/staging-any/PKGBUILD
(from rev 142243, libreoffice-i18n/trunk/PKGBUILD)

--+
 PKGBUILD | 1521 +
 1 file changed, 1521 insertions(+)

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