[arch-commits] Commit in ydcv/repos/community-any (PKGBUILD PKGBUILD)

2014-06-17 Thread Felix Yan
Date: Wednesday, June 18, 2014 @ 08:54:23
  Author: fyan
Revision: 113318

archrelease: copy trunk to community-any

Added:
  ydcv/repos/community-any/PKGBUILD
(from rev 113317, ydcv/trunk/PKGBUILD)
Deleted:
  ydcv/repos/community-any/PKGBUILD

--+
 PKGBUILD |   40 
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-18 06:53:10 UTC (rev 113317)
+++ PKGBUILD2014-06-18 06:54:23 UTC (rev 113318)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=ydcv
-pkgdesc="YouDao Console Version - Simple wrapper for Youdao online translate 
(Chinese <-> English) service API, as an alternative to the StarDict Console 
Version(sdcv)"
-pkgver=0.3.4
-pkgrel=1
-arch=("any")
-url="https://github.com/felixonmars/ydcv";
-license=("GPL")
-depends=('python')
-makedepends=('git')
-source=("git+https://github.com/felixonmars/${pkgname}.git#tag=$pkgver";)
-md5sums=('SKIP')
-
-package() {
-  install -Dm755 $pkgname/${pkgname}.py "${pkgdir}/usr/bin/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ydcv/repos/community-any/PKGBUILD (from rev 113317, ydcv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-18 06:54:23 UTC (rev 113318)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=ydcv
+pkgdesc="YouDao Console Version - Simple wrapper for Youdao online translate 
(Chinese <-> English) service API, as an alternative to the StarDict Console 
Version(sdcv)"
+pkgver=0.3.5
+pkgrel=1
+arch=("any")
+url="https://github.com/felixonmars/ydcv";
+license=("GPL")
+depends=('python')
+makedepends=('git')
+source=("git+https://github.com/felixonmars/${pkgname}.git#tag=$pkgver";)
+md5sums=('SKIP')
+
+package() {
+  install -Dm755 $pkgname/${pkgname}.py "${pkgdir}/usr/bin/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-06-17 Thread Felix Yan
Date: Wednesday, June 18, 2014 @ 08:53:10
  Author: fyan
Revision: 113317

upgpkg: ydcv 0.3.5-1

Modified:
  ydcv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-18 00:42:08 UTC (rev 113316)
+++ PKGBUILD2014-06-18 06:53:10 UTC (rev 113317)
@@ -3,7 +3,7 @@
 
 pkgname=ydcv
 pkgdesc="YouDao Console Version - Simple wrapper for Youdao online translate 
(Chinese <-> English) service API, as an alternative to the StarDict Console 
Version(sdcv)"
-pkgver=0.3.4
+pkgver=0.3.5
 pkgrel=1
 arch=("any")
 url="https://github.com/felixonmars/ydcv";



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

2014-06-17 Thread Tobias Powalowski
Date: Wednesday, June 18, 2014 @ 08:09:14
  Author: tpowa
Revision: 215276

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

Added:
  alsa-utils/repos/extra-i686/90alsa
(from rev 215275, alsa-utils/trunk/90alsa)
  alsa-utils/repos/extra-i686/PKGBUILD
(from rev 215275, alsa-utils/trunk/PKGBUILD)
  alsa-utils/repos/extra-x86_64/90alsa
(from rev 215275, alsa-utils/trunk/90alsa)
  alsa-utils/repos/extra-x86_64/PKGBUILD
(from rev 215275, alsa-utils/trunk/PKGBUILD)
Deleted:
  alsa-utils/repos/extra-i686/90alsa
  alsa-utils/repos/extra-i686/PKGBUILD
  alsa-utils/repos/extra-x86_64/90alsa
  alsa-utils/repos/extra-x86_64/PKGBUILD

---+
 /90alsa   |   26 ++
 /PKGBUILD |   84 
 extra-i686/90alsa |   13 ---
 extra-i686/PKGBUILD   |   42 
 extra-x86_64/90alsa   |   13 ---
 extra-x86_64/PKGBUILD |   42 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: extra-i686/90alsa
===
--- extra-i686/90alsa   2014-06-18 06:09:07 UTC (rev 215275)
+++ extra-i686/90alsa   2014-06-18 06:09:14 UTC (rev 215276)
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# 90alsa: suspend/wakeup ALSA devices
-
-case "$1" in
-hibernate|suspend)
-;;
-thaw|resume)
-aplay -d 1 /dev/zero
-;;
-*) exit $NA
-;;
-esac

Copied: alsa-utils/repos/extra-i686/90alsa (from rev 215275, 
alsa-utils/trunk/90alsa)
===
--- extra-i686/90alsa   (rev 0)
+++ extra-i686/90alsa   2014-06-18 06:09:14 UTC (rev 215276)
@@ -0,0 +1,13 @@
+#!/bin/sh
+#
+# 90alsa: suspend/wakeup ALSA devices
+
+case "$1" in
+hibernate|suspend)
+;;
+thaw|resume)
+aplay -d 1 /dev/zero
+;;
+*) exit $NA
+;;
+esac

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-18 06:09:07 UTC (rev 215275)
+++ extra-i686/PKGBUILD 2014-06-18 06:09:14 UTC (rev 215276)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-
-pkgname=alsa-utils
-pkgver=1.0.27.2
-pkgrel=1
-pkgdesc="An alternative implementation of Linux sound support"
-arch=('i686' 'x86_64')
-url="http://www.alsa-project.org";
-#can not use >=$pkgver due to use of letters in alsa-lib update versioning
-depends=("alsa-lib>1.0.24" 'dialog' 'pciutils' 'ncurses' 'psmisc' 
'libsamplerate')
-makedepends=('xmlto' 'docbook-xsl')
-license=('GPL')
-source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
-90alsa)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-alsaconf --sbindir=/usr/bin \
---with-udev-rules-dir=/usr/lib/udev/rules.d \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-  # fix udev rules genaration
-  cd alsactl
-  make 90-alsa-restore.rules
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m755 ../90alsa ${pkgdir}/etc/pm/sleep.d/90alsa
-
-  # install alsa udev rule file
-  install -D -m644 alsactl/90-alsa-restore.rules \
-  ${pkgdir}/usr/lib/udev/rules.d/90-alsa-restore.rules
-
-  # dir where to save ALSA state
-  install -d ${pkgdir}/var/lib/alsa
-}
-md5sums=('b65e9a04181bd7c9db7667a4566f8dc3'
- '529216f6a46e61a546640e08ea7a0879')

Copied: alsa-utils/repos/extra-i686/PKGBUILD (from rev 215275, 
alsa-utils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-18 06:09:14 UTC (rev 215276)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=alsa-utils
+pkgver=1.0.28
+pkgrel=1
+pkgdesc="An alternative implementation of Linux sound support"
+arch=('i686' 'x86_64')
+url="http://www.alsa-project.org";
+#can not use >=$pkgver due to use of letters in alsa-lib update versioning
+depends=("alsa-lib>1.0.24" 'dialog' 'pciutils' 'ncurses' 'psmisc' 
'libsamplerate')
+makedepends=('xmlto' 'docbook-xsl')
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
+90alsa)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-alsaconf --sbindir=/usr/bin \
+--with-udev-rules-dir=/usr/lib/udev/rules.d \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+  # fix udev rules genaration
+  cd alsactl
+  make 90-alsa-restore.rules
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m755 ../90alsa ${pkgdir}/etc/pm/sleep.d/90alsa
+
+  # install alsa udev rule file
+  install -D -m644 alsactl/90-alsa-restore.rules \
+  ${pkgdir}/usr/lib/udev/rules.d/90-alsa-restore.rules
+
+  # dir where to save ALSA state
+  install -d ${pkgdir}/var/lib/alsa
+}
+md5sums=('361552d5b1cacd0a1e7ba09e6999

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

2014-06-17 Thread Tobias Powalowski
Date: Wednesday, June 18, 2014 @ 08:09:07
  Author: tpowa
Revision: 215275

upgpkg: alsa-utils 1.0.28-1

bump to latest version

Modified:
  alsa-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-18 06:07:56 UTC (rev 215274)
+++ PKGBUILD2014-06-18 06:09:07 UTC (rev 215275)
@@ -3,7 +3,7 @@
 # Contributor: judd 
 
 pkgname=alsa-utils
-pkgver=1.0.27.2
+pkgver=1.0.28
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
@@ -38,5 +38,5 @@
   # dir where to save ALSA state
   install -d ${pkgdir}/var/lib/alsa
 }
-md5sums=('b65e9a04181bd7c9db7667a4566f8dc3'
+md5sums=('361552d5b1cacd0a1e7ba09e69990211'
  '529216f6a46e61a546640e08ea7a0879')



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

2014-06-17 Thread Tobias Powalowski
Date: Wednesday, June 18, 2014 @ 08:07:56
  Author: tpowa
Revision: 215274

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

Added:
  alsa-plugins/repos/extra-i686/PKGBUILD
(from rev 215273, alsa-plugins/trunk/PKGBUILD)
  alsa-plugins/repos/extra-x86_64/PKGBUILD
(from rev 215273, alsa-plugins/trunk/PKGBUILD)
Deleted:
  alsa-plugins/repos/extra-i686/PKGBUILD
  alsa-plugins/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   40 
 extra-x86_64/PKGBUILD |   40 
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-18 06:07:48 UTC (rev 215273)
+++ extra-i686/PKGBUILD 2014-06-18 06:07:56 UTC (rev 215274)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Daniel Ehlers 
-
-pkgname=alsa-plugins
-pkgver=1.0.27
-pkgrel=2
-pkgdesc="Extra alsa plugins"
-arch=(i686 x86_64)
-url="http://www.alsa-project.org";
-license=(GPL)
-depends=(alsa-lib)
-makedepends=(libpulse jack ffmpeg)
-optdepends=('libpulse: PulseAudio plugin'
-'jack: Jack plugin'
-'ffmpeg: libavcodec resampling plugin, a52 plugin'
-'libsamplerate: libsamplerate resampling plugin'
-'speex: libspeexdsp resampling plugin')
-source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2";)
-md5sums=('ada0163e0e84c787bfc929ad0f3f5cb8')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/ && LIBAVCODEC_VERSION_MINOR >= 34//' a52/pcm_a52.c
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: alsa-plugins/repos/extra-i686/PKGBUILD (from rev 215273, 
alsa-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-18 06:07:56 UTC (rev 215274)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Daniel Ehlers 
+
+pkgname=alsa-plugins
+pkgver=1.0.28
+pkgrel=1
+pkgdesc="Extra alsa plugins"
+arch=(i686 x86_64)
+url="http://www.alsa-project.org";
+license=(GPL)
+depends=(alsa-lib)
+makedepends=(libpulse jack ffmpeg)
+optdepends=('libpulse: PulseAudio plugin'
+'jack: Jack plugin'
+'ffmpeg: libavcodec resampling plugin, a52 plugin'
+'libsamplerate: libsamplerate resampling plugin'
+'speex: libspeexdsp resampling plugin')
+source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2";)
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/ && LIBAVCODEC_VERSION_MINOR >= 34//' a52/pcm_a52.c
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
+}
+md5sums=('6fcbbb31e96f8ebc5fb926184a717aa4')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-18 06:07:48 UTC (rev 215273)
+++ extra-x86_64/PKGBUILD   2014-06-18 06:07:56 UTC (rev 215274)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Daniel Ehlers 
-
-pkgname=alsa-plugins
-pkgver=1.0.27
-pkgrel=2
-pkgdesc="Extra alsa plugins"
-arch=(i686 x86_64)
-url="http://www.alsa-project.org";
-license=(GPL)
-depends=(alsa-lib)
-makedepends=(libpulse jack ffmpeg)
-optdepends=('libpulse: PulseAudio plugin'
-'jack: Jack plugin'
-'ffmpeg: libavcodec resampling plugin, a52 plugin'
-'libsamplerate: libsamplerate resampling plugin'
-'speex: libspeexdsp resampling plugin')
-source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2";)
-md5sums=('ada0163e0e84c787bfc929ad0f3f5cb8')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/ && LIBAVCODEC_VERSION_MINOR >= 34//' a52/pcm_a52.c
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: alsa-plugins/repos/extra-x86_64/PKGBUILD (from rev 215273, 
alsa-plugins/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-18 06:0

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

2014-06-17 Thread Tobias Powalowski
Date: Wednesday, June 18, 2014 @ 08:07:48
  Author: tpowa
Revision: 215273

upgpkg: alsa-plugins 1.0.28-1

bump to latest version

Modified:
  alsa-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-18 06:04:23 UTC (rev 215272)
+++ PKGBUILD2014-06-18 06:07:48 UTC (rev 215273)
@@ -4,8 +4,8 @@
 # Contributor: Daniel Ehlers 
 
 pkgname=alsa-plugins
-pkgver=1.0.27
-pkgrel=2
+pkgver=1.0.28
+pkgrel=1
 pkgdesc="Extra alsa plugins"
 arch=(i686 x86_64)
 url="http://www.alsa-project.org";
@@ -18,7 +18,6 @@
 'libsamplerate: libsamplerate resampling plugin'
 'speex: libspeexdsp resampling plugin')
 source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2";)
-md5sums=('ada0163e0e84c787bfc929ad0f3f5cb8')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -38,3 +37,4 @@
   install -d "$pkgdir/usr/share/doc/$pkgname"
   install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
 }
+md5sums=('6fcbbb31e96f8ebc5fb926184a717aa4')



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

2014-06-17 Thread Tobias Powalowski
Date: Wednesday, June 18, 2014 @ 08:04:16
  Author: tpowa
Revision: 215271

upgpkg: alsa-oss 1.0.28-1

bump to latest version

Modified:
  alsa-oss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-18 06:02:46 UTC (rev 215270)
+++ PKGBUILD2014-06-18 06:04:16 UTC (rev 215271)
@@ -2,8 +2,8 @@
 # Contributor: judd 
 
 pkgname=alsa-oss
-pkgver=1.0.25
-pkgrel=2
+pkgver=1.0.28
+pkgrel=1
 pkgdesc="OSS compatibility library"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -21,4 +21,4 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
-md5sums=('922ea177db15c72f1b5037181c73f934')
+md5sums=('91f57e8cee1ad4cc956caa8b62ac5d43')



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

2014-06-17 Thread Tobias Powalowski
Date: Wednesday, June 18, 2014 @ 08:04:23
  Author: tpowa
Revision: 215272

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

Added:
  alsa-oss/repos/extra-i686/PKGBUILD
(from rev 215271, alsa-oss/trunk/PKGBUILD)
  alsa-oss/repos/extra-x86_64/PKGBUILD
(from rev 215271, alsa-oss/trunk/PKGBUILD)
Deleted:
  alsa-oss/repos/extra-i686/PKGBUILD
  alsa-oss/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   48 
 extra-i686/PKGBUILD   |   24 
 extra-x86_64/PKGBUILD |   24 
 3 files changed, 48 insertions(+), 48 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-18 06:04:16 UTC (rev 215271)
+++ extra-i686/PKGBUILD 2014-06-18 06:04:23 UTC (rev 215272)
@@ -1,24 +0,0 @@
-# $Id$
-# Contributor: judd 
-
-pkgname=alsa-oss
-pkgver=1.0.25
-pkgrel=2
-pkgdesc="OSS compatibility library"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.alsa-project.org";
-depends=('alsa-lib')
-source=("ftp://ftp.alsa-project.org/pub/oss-lib/$pkgname-$pkgver.tar.bz2";)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-md5sums=('922ea177db15c72f1b5037181c73f934')

Copied: alsa-oss/repos/extra-i686/PKGBUILD (from rev 215271, 
alsa-oss/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-18 06:04:23 UTC (rev 215272)
@@ -0,0 +1,24 @@
+# $Id$
+# Contributor: judd 
+
+pkgname=alsa-oss
+pkgver=1.0.28
+pkgrel=1
+pkgdesc="OSS compatibility library"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.alsa-project.org";
+depends=('alsa-lib')
+source=("ftp://ftp.alsa-project.org/pub/oss-lib/$pkgname-$pkgver.tar.bz2";)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+md5sums=('91f57e8cee1ad4cc956caa8b62ac5d43')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-18 06:04:16 UTC (rev 215271)
+++ extra-x86_64/PKGBUILD   2014-06-18 06:04:23 UTC (rev 215272)
@@ -1,24 +0,0 @@
-# $Id$
-# Contributor: judd 
-
-pkgname=alsa-oss
-pkgver=1.0.25
-pkgrel=2
-pkgdesc="OSS compatibility library"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.alsa-project.org";
-depends=('alsa-lib')
-source=("ftp://ftp.alsa-project.org/pub/oss-lib/$pkgname-$pkgver.tar.bz2";)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-md5sums=('922ea177db15c72f1b5037181c73f934')

Copied: alsa-oss/repos/extra-x86_64/PKGBUILD (from rev 215271, 
alsa-oss/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-18 06:04:23 UTC (rev 215272)
@@ -0,0 +1,24 @@
+# $Id$
+# Contributor: judd 
+
+pkgname=alsa-oss
+pkgver=1.0.28
+pkgrel=1
+pkgdesc="OSS compatibility library"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.alsa-project.org";
+depends=('alsa-lib')
+source=("ftp://ftp.alsa-project.org/pub/oss-lib/$pkgname-$pkgver.tar.bz2";)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+md5sums=('91f57e8cee1ad4cc956caa8b62ac5d43')



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

2014-06-17 Thread Tobias Powalowski
Date: Wednesday, June 18, 2014 @ 08:02:41
  Author: tpowa
Revision: 215269

upgpkg: alsa-firmware 1.0.28-1

bump to latest version

Modified:
  alsa-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-18 06:00:49 UTC (rev 215268)
+++ PKGBUILD2014-06-18 06:02:41 UTC (rev 215269)
@@ -2,8 +2,8 @@
 # Maintainer: Tobias Powalowski 
 # Contributor: Jochen Immendörfer 
 pkgname=alsa-firmware
-pkgver=1.0.27
-pkgrel=2
+pkgver=1.0.28
+pkgrel=1
 pkgdesc="ALSA firmware package"
 arch=('any')
 url="http://alsa-project.org/";
@@ -27,4 +27,4 @@
   # remove empty dir
   rm -rf ${pkgdir}/usr/bin
 }
-md5sums=('b373b350d5151dd7d64db2fc12936b04')
+md5sums=('0615aedafe8251fdf835b68ea3463559')



[arch-commits] Commit in alsa-firmware/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-17 Thread Tobias Powalowski
Date: Wednesday, June 18, 2014 @ 08:02:46
  Author: tpowa
Revision: 215270

archrelease: copy trunk to extra-any

Added:
  alsa-firmware/repos/extra-any/PKGBUILD
(from rev 215269, alsa-firmware/trunk/PKGBUILD)
Deleted:
  alsa-firmware/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-18 06:02:41 UTC (rev 215269)
+++ PKGBUILD2014-06-18 06:02:46 UTC (rev 215270)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Jochen Immendörfer 
-pkgname=alsa-firmware
-pkgver=1.0.27
-pkgrel=2
-pkgdesc="ALSA firmware package"
-arch=('any')
-url="http://alsa-project.org/";
-license=('GPL')
-source=(ftp://ftp.alsa-project.org/pub/firmware/$pkgname-$pkgver.tar.bz2)
-options=(!strip)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-hotplug-dir=/usr/lib/firmware
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # remove files which conflicts with linux-firmware
-  rm -rf ${pkgdir}/usr/lib/firmware/{ct{efx,speq}.bin,ess,korg,sb16,yamaha}
-  # remove broken symlinks (broken upstream)
-  rm -rf ${pkgdir}/usr/lib/firmware/turtlebeach
-  # remove empty dir
-  rm -rf ${pkgdir}/usr/bin
-}
-md5sums=('b373b350d5151dd7d64db2fc12936b04')

Copied: alsa-firmware/repos/extra-any/PKGBUILD (from rev 215269, 
alsa-firmware/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-18 06:02:46 UTC (rev 215270)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Jochen Immendörfer 
+pkgname=alsa-firmware
+pkgver=1.0.28
+pkgrel=1
+pkgdesc="ALSA firmware package"
+arch=('any')
+url="http://alsa-project.org/";
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/firmware/$pkgname-$pkgver.tar.bz2)
+options=(!strip)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-hotplug-dir=/usr/lib/firmware
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # remove files which conflicts with linux-firmware
+  rm -rf ${pkgdir}/usr/lib/firmware/{ct{efx,speq}.bin,ess,korg,sb16,yamaha}
+  # remove broken symlinks (broken upstream)
+  rm -rf ${pkgdir}/usr/lib/firmware/turtlebeach
+  # remove empty dir
+  rm -rf ${pkgdir}/usr/bin
+}
+md5sums=('0615aedafe8251fdf835b68ea3463559')



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

2014-06-17 Thread Tobias Powalowski
Date: Wednesday, June 18, 2014 @ 08:00:49
  Author: tpowa
Revision: 215268

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

Added:
  alsa-lib/repos/extra-i686/PKGBUILD
(from rev 215267, alsa-lib/trunk/PKGBUILD)
  alsa-lib/repos/extra-x86_64/PKGBUILD
(from rev 215267, alsa-lib/trunk/PKGBUILD)
Deleted:
  alsa-lib/repos/extra-i686/PKGBUILD
  alsa-lib/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   52 
 extra-i686/PKGBUILD   |   26 
 extra-x86_64/PKGBUILD |   26 
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-18 06:00:38 UTC (rev 215267)
+++ extra-i686/PKGBUILD 2014-06-18 06:00:49 UTC (rev 215268)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: judd 
-
-pkgname=alsa-lib
-pkgver=1.0.27.2
-pkgrel=1
-pkgdesc="An alternative implementation of Linux sound support"
-arch=('i686' 'x86_64')
-url="http://www.alsa-project.org";
-depends=('glibc')
-optdepends=('python2: for python smixer plugin')
-makedepends=('python2')
-license=('GPL')
-source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --with-pythonlibs="-lpthread -lm -ldl -lpython2.7" 
--with-pythonincludes=-I/usr/include/python2.7
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-md5sums=('69129a7c37697f81ac092335e9fa452b')

Copied: alsa-lib/repos/extra-i686/PKGBUILD (from rev 215267, 
alsa-lib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-18 06:00:49 UTC (rev 215268)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: judd 
+
+pkgname=alsa-lib
+pkgver=1.0.28
+pkgrel=1
+pkgdesc="An alternative implementation of Linux sound support"
+arch=('i686' 'x86_64')
+url="http://www.alsa-project.org";
+depends=('glibc')
+optdepends=('python2: for python smixer plugin')
+makedepends=('python2')
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --with-pythonlibs="-lpthread -lm -ldl -lpython2.7" 
--with-pythonincludes=-I/usr/include/python2.7
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('c9e21b88a2b3e6e12ea7ba0f3b271fc3')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-18 06:00:38 UTC (rev 215267)
+++ extra-x86_64/PKGBUILD   2014-06-18 06:00:49 UTC (rev 215268)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: judd 
-
-pkgname=alsa-lib
-pkgver=1.0.27.2
-pkgrel=1
-pkgdesc="An alternative implementation of Linux sound support"
-arch=('i686' 'x86_64')
-url="http://www.alsa-project.org";
-depends=('glibc')
-optdepends=('python2: for python smixer plugin')
-makedepends=('python2')
-license=('GPL')
-source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --with-pythonlibs="-lpthread -lm -ldl -lpython2.7" 
--with-pythonincludes=-I/usr/include/python2.7
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-md5sums=('69129a7c37697f81ac092335e9fa452b')

Copied: alsa-lib/repos/extra-x86_64/PKGBUILD (from rev 215267, 
alsa-lib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-18 06:00:49 UTC (rev 215268)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: judd 
+
+pkgname=alsa-lib
+pkgver=1.0.28
+pkgrel=1
+pkgdesc="An alternative implementation of Linux sound support"
+arch=('i686' 'x86_64')
+url="http://www.alsa-project.org";
+depends=('glibc')
+optdepends=('python2: for python smixer plugin')
+makedepends=('python2')
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --with-pythonlibs="-lpthread -lm -ldl -lpython2.7" 
--with-pythonincludes=-I/usr/include/python2.7
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('c9e21b88a2b3e6e12ea7ba0f3b271fc3')



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

2014-06-17 Thread Tobias Powalowski
Date: Wednesday, June 18, 2014 @ 08:00:38
  Author: tpowa
Revision: 215267

upgpkg: alsa-lib 1.0.28-1

bump to latest version

Modified:
  alsa-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-18 05:01:53 UTC (rev 215266)
+++ PKGBUILD2014-06-18 06:00:38 UTC (rev 215267)
@@ -2,7 +2,7 @@
 # Maintainer: judd 
 
 pkgname=alsa-lib
-pkgver=1.0.27.2
+pkgver=1.0.28
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
@@ -23,4 +23,4 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
-md5sums=('69129a7c37697f81ac092335e9fa452b')
+md5sums=('c9e21b88a2b3e6e12ea7ba0f3b271fc3')



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

2014-06-17 Thread Eric Bélanger
Date: Wednesday, June 18, 2014 @ 07:01:53
  Author: eric
Revision: 215266

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

Added:
  netpbm/repos/extra-i686/PKGBUILD
(from rev 215265, netpbm/trunk/PKGBUILD)
  netpbm/repos/extra-i686/netpbm-CAN-2005-2471.patch
(from rev 215265, netpbm/trunk/netpbm-CAN-2005-2471.patch)
  netpbm/repos/extra-i686/netpbm-security-code.patch
(from rev 215265, netpbm/trunk/netpbm-security-code.patch)
  netpbm/repos/extra-i686/netpbm-security-scripts.patch
(from rev 215265, netpbm/trunk/netpbm-security-scripts.patch)
  netpbm/repos/extra-x86_64/PKGBUILD
(from rev 215265, netpbm/trunk/PKGBUILD)
  netpbm/repos/extra-x86_64/netpbm-CAN-2005-2471.patch
(from rev 215265, netpbm/trunk/netpbm-CAN-2005-2471.patch)
  netpbm/repos/extra-x86_64/netpbm-security-code.patch
(from rev 215265, netpbm/trunk/netpbm-security-code.patch)
  netpbm/repos/extra-x86_64/netpbm-security-scripts.patch
(from rev 215265, netpbm/trunk/netpbm-security-scripts.patch)
Deleted:
  netpbm/repos/extra-i686/PKGBUILD
  netpbm/repos/extra-i686/netpbm-CAN-2005-2471.patch
  netpbm/repos/extra-i686/netpbm-security-code.patch
  netpbm/repos/extra-i686/netpbm-security-scripts.patch
  netpbm/repos/extra-x86_64/PKGBUILD
  netpbm/repos/extra-x86_64/netpbm-CAN-2005-2471.patch
  netpbm/repos/extra-x86_64/netpbm-security-code.patch
  netpbm/repos/extra-x86_64/netpbm-security-scripts.patch

+
 /PKGBUILD  |  162 +
 /netpbm-CAN-2005-2471.patch|   32 
 /netpbm-security-code.patch| 3320 +++
 /netpbm-security-scripts.patch |  746 ++
 extra-i686/PKGBUILD|   81 
 extra-i686/netpbm-CAN-2005-2471.patch  |   16 
 extra-i686/netpbm-security-code.patch  | 1660 -
 extra-i686/netpbm-security-scripts.patch   |  373 ---
 extra-x86_64/PKGBUILD  |   81 
 extra-x86_64/netpbm-CAN-2005-2471.patch|   16 
 extra-x86_64/netpbm-security-code.patch| 1660 -
 extra-x86_64/netpbm-security-scripts.patch |  373 ---
 12 files changed, 4260 insertions(+), 4260 deletions(-)

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


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

2014-06-17 Thread Eric Bélanger
Date: Wednesday, June 18, 2014 @ 04:06:21
  Author: eric
Revision: 215265

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

Added:
  netpbm/repos/extra-i686/PKGBUILD
(from rev 215264, netpbm/trunk/PKGBUILD)
  netpbm/repos/extra-i686/netpbm-CAN-2005-2471.patch
(from rev 215264, netpbm/trunk/netpbm-CAN-2005-2471.patch)
  netpbm/repos/extra-i686/netpbm-security-code.patch
(from rev 215264, netpbm/trunk/netpbm-security-code.patch)
  netpbm/repos/extra-i686/netpbm-security-scripts.patch
(from rev 215264, netpbm/trunk/netpbm-security-scripts.patch)
  netpbm/repos/extra-x86_64/PKGBUILD
(from rev 215264, netpbm/trunk/PKGBUILD)
  netpbm/repos/extra-x86_64/netpbm-CAN-2005-2471.patch
(from rev 215264, netpbm/trunk/netpbm-CAN-2005-2471.patch)
  netpbm/repos/extra-x86_64/netpbm-security-code.patch
(from rev 215264, netpbm/trunk/netpbm-security-code.patch)
  netpbm/repos/extra-x86_64/netpbm-security-scripts.patch
(from rev 215264, netpbm/trunk/netpbm-security-scripts.patch)
Deleted:
  netpbm/repos/extra-i686/PKGBUILD
  netpbm/repos/extra-i686/netpbm-CAN-2005-2471.patch
  netpbm/repos/extra-i686/netpbm-security-code.patch
  netpbm/repos/extra-i686/netpbm-security-scripts.patch
  netpbm/repos/extra-x86_64/PKGBUILD
  netpbm/repos/extra-x86_64/netpbm-CAN-2005-2471.patch
  netpbm/repos/extra-x86_64/netpbm-security-code.patch
  netpbm/repos/extra-x86_64/netpbm-security-scripts.patch

+
 /PKGBUILD  |  162 +
 /netpbm-CAN-2005-2471.patch|   32 
 /netpbm-security-code.patch| 3320 +++
 /netpbm-security-scripts.patch |  746 ++
 extra-i686/PKGBUILD|   82 
 extra-i686/netpbm-CAN-2005-2471.patch  |   16 
 extra-i686/netpbm-security-code.patch  | 1682 -
 extra-i686/netpbm-security-scripts.patch   |  375 ---
 extra-x86_64/PKGBUILD  |   82 
 extra-x86_64/netpbm-CAN-2005-2471.patch|   16 
 extra-x86_64/netpbm-security-code.patch| 1682 -
 extra-x86_64/netpbm-security-scripts.patch |  375 ---
 12 files changed, 4260 insertions(+), 4310 deletions(-)

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


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

2014-06-17 Thread Eric Bélanger
Date: Wednesday, June 18, 2014 @ 04:02:25
  Author: eric
Revision: 215264

upgpkg: netpbm 10.66.03-1

Upstream update, Update patches

Modified:
  netpbm/trunk/PKGBUILD
  netpbm/trunk/netpbm-security-code.patch
  netpbm/trunk/netpbm-security-scripts.patch

---+
 PKGBUILD  |   31 +---
 netpbm-security-code.patch|   62 
 netpbm-security-scripts.patch |   16 --
 3 files changed, 42 insertions(+), 67 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 21:40:59 UTC (rev 215263)
+++ PKGBUILD2014-06-18 02:02:25 UTC (rev 215264)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Kevin Piche 
+# Maintainer: 
 
 pkgname=netpbm
-pkgver=10.61.02
-pkgrel=3
+pkgver=10.66.03
+pkgrel=1
 pkgdesc="A toolkit for manipulation of graphic images"
 arch=('i686' 'x86_64')
 license=('custom' 'BSD' 'GPL' 'LGPL')
@@ -11,25 +11,24 @@
 depends=('perl' 'libpng' 'libtiff' 'libxml2')
 makedepends=('python2')
 options=('!makeflags')
-source=(ftp://ftp.archlinux.org/other/packages/netpbm/${pkgname}-${pkgver}.tar.gz{,.sig}
 \
-
ftp://ftp.archlinux.org/other/packages/netpbm/netpbm-doc-22Feb2009.tar.xz{,.sig}
 \
+source=(ftp://ftp.archlinux.org/other/packages/netpbm/${pkgname}-${pkgver}.tar.xz{,.sig}
 \
+
ftp://ftp.archlinux.org/other/packages/netpbm/netpbm-doc-31Jan2014.tar.xz{,.sig}
 \
 netpbm-CAN-2005-2471.patch netpbm-security-code.patch 
netpbm-security-scripts.patch)
-sha1sums=('dc2354716996c8fe4c4836386e6c403ec2f15589'
-  '253df0e79f9344e68ee907a43347d630ff6b1b95'
-  'dfeba9f9a5fe987d64db0aadb5ca8c1b20fcead2'
-  'e9513608a661beb05a63270931f6191029e935f8'
+sha1sums=('b396dfde402b6979a8b551cf60ba1030278a233d'
+  'SKIP'
+  '25a58975bd8cd383238b4ae31f4405c60914faac'
+  'SKIP'
   'b79cf9d42488fea065ba16262ed97694c47af08d'
-  'cde27f75fa5ca8010a3b1f08d8e247d42243d0f5'
-  '300a2386d3207005f4cb4120bbb2f3788a9b7716')
+  '4213468c44a63c0575896f6781987a09cfcc2d30'
+  'c67a63c010353de3ecac3ad72ba76bbb85e4ed4c')
 
 # source PKGBUILD && mksource
 mksource() {
 # Get docs with: wget --recursive --relative -nH 
http://netpbm.sourceforge.net/doc/
-  curl -o advanced.tar.gz 
'http://netpbm.svn.sourceforge.net/viewvc/netpbm/advanced.tar.gz?view=tar'
-  tar -xf advanced.tar.gz advanced/version.mk
+  svn checkout svn://svn.code.sf.net/p/netpbm/code/advanced advanced
   _pkgver=$(grep MAJOR advanced/version.mk |cut -d ' ' -f 3).$(grep MINOR 
advanced/version.mk |cut -d ' ' -f 3).0$(grep POINT advanced/version.mk |cut -d 
' ' -f 3)
-  mv advanced.tar.gz ${pkgname}-${_pkgver}.tar.gz
-  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${_pkgver}.tar.gz
+  tar -cf ${pkgname}-${_pkgver}.tar.xz advanced
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${_pkgver}.tar.xz
   rm -r advanced
 }
 
@@ -52,7 +51,7 @@
 
   sed -i 's|misc|share/netpbm|' common.mk
   sed -i 's|/link|/lib|' lib/Makefile
-  sed -i 's|install.manweb install.man|install.man|' GNUmakefile
+  sed -i 's|install.manwebmain install.manweb install.man|install.man|' 
GNUmakefile
 }
 
 build() {

Modified: netpbm-security-code.patch
===
--- netpbm-security-code.patch  2014-06-17 21:40:59 UTC (rev 215263)
+++ netpbm-security-code.patch  2014-06-18 02:02:25 UTC (rev 215264)
@@ -748,14 +748,6 @@
  MALLOCARRAY_NOFAIL(compr_row, cols * 2);
  
  if( maxval != 15 ) {
-@@ -1785,6 +1787,7 @@ make_val_table(oldmaxval, newmaxval)
- unsigned int i;
- int * table;
- 
-+overflow_add(oldmaxval, 1);
- MALLOCARRAY_NOFAIL(table, oldmaxval + 1);
- for (i = 0; i <= oldmaxval; ++i)
- table[i] = ROUNDDIV(i * newmaxval, oldmaxval);
 @@ -2293,8 +2296,11 @@ main(int argc, char ** argv) {
  MALLOCARRAY_NOFAIL(coded_rowbuf, RowBytes(cols));
  for (i = 0; i < RowBytes(cols); ++i)
@@ -988,17 +980,6 @@
  header->colors = (Color *)calloc((unsigned int)header->ncolors,
  sizeof(Color));
  if (header->colors == NULL) {
-diff -up netpbm-10.58.01/converter/ppm/yuvtoppm.c.security-code 
netpbm-10.58.01/converter/ppm/yuvtoppm.c
 netpbm-10.58.01/converter/ppm/yuvtoppm.c.security-code 2012-04-09 
15:31:44.0 +0200
-+++ netpbm-10.58.01/converter/ppm/yuvtoppm.c   2012-04-09 15:40:03.218619602 
+0200
-@@ -72,6 +72,7 @@ main(argc, argv)
- 
-   ppm_writeppminit(stdout, cols, rows, (pixval) 255, 0);
-   pixrow = ppm_allocrow(cols);
-+overflow_add(cols, 1);
- MALLOCARRAY(yuvbuf, (cols+1)/2);
- if (yuvbuf == NULL)
- pm_error("Unable to allocate YUV buffer for %d columns.", cols);
 diff -up netpbm-10.58.01/editor/pamcut.c.security-code 
netpbm-10.58.01/editor/pamcut.c
 --- netpbm-10.58.01/editor/pamcut.c.security-code  2012-04-09 
15:31:33.0 +

[arch-commits] Commit in mongodb/repos (22 files)

2014-06-17 Thread Felix Yan
Date: Wednesday, June 18, 2014 @ 02:42:08
  Author: fyan
Revision: 113316

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

Added:
  mongodb/repos/community-i686/PKGBUILD
(from rev 113315, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-i686/SConscript.client.patch
(from rev 113315, mongodb/trunk/SConscript.client.patch)
  mongodb/repos/community-i686/mongodb.conf
(from rev 113315, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-i686/mongodb.install
(from rev 113315, mongodb/trunk/mongodb.install)
  mongodb/repos/community-i686/mongodb.service
(from rev 113315, mongodb/trunk/mongodb.service)
  mongodb/repos/community-x86_64/PKGBUILD
(from rev 113315, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-x86_64/SConscript.client.patch
(from rev 113315, mongodb/trunk/SConscript.client.patch)
  mongodb/repos/community-x86_64/mongodb.conf
(from rev 113315, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-x86_64/mongodb.install
(from rev 113315, mongodb/trunk/mongodb.install)
  mongodb/repos/community-x86_64/mongodb.service
(from rev 113315, mongodb/trunk/mongodb.service)
Deleted:
  mongodb/repos/community-i686/PKGBUILD
  mongodb/repos/community-i686/SConscript.client.patch
  mongodb/repos/community-i686/mongodb.conf
  mongodb/repos/community-i686/mongodb.install
  mongodb/repos/community-i686/mongodb.service
  mongodb/repos/community-i686/removeWerror.patch
  mongodb/repos/community-x86_64/PKGBUILD
  mongodb/repos/community-x86_64/SConscript.client.patch
  mongodb/repos/community-x86_64/mongodb.conf
  mongodb/repos/community-x86_64/mongodb.install
  mongodb/repos/community-x86_64/mongodb.service
  mongodb/repos/community-x86_64/removeWerror.patch

--+
 /PKGBUILD|  160 +
 /SConscript.client.patch |   26 
 /mongodb.conf|   16 ++
 /mongodb.install |   64 +++
 /mongodb.service |   20 +++
 community-i686/PKGBUILD  |   85 ---
 community-i686/SConscript.client.patch   |   13 --
 community-i686/mongodb.conf  |8 -
 community-i686/mongodb.install   |   32 -
 community-i686/mongodb.service   |   10 -
 community-i686/removeWerror.patch|   11 -
 community-x86_64/PKGBUILD|   85 ---
 community-x86_64/SConscript.client.patch |   13 --
 community-x86_64/mongodb.conf|8 -
 community-x86_64/mongodb.install |   32 -
 community-x86_64/mongodb.service |   10 -
 community-x86_64/removeWerror.patch  |   11 -
 17 files changed, 286 insertions(+), 318 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-18 00:39:52 UTC (rev 113315)
+++ community-i686/PKGBUILD 2014-06-18 00:42:08 UTC (rev 113316)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Mathias Stearn 
-# Contributor: Alec Thomas
-
-pkgname=mongodb
-pkgver=2.6.1
-pkgrel=2
-pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org'
-license=('AGPL3')
-depends=('pcre' 'snappy' 'openssl' 'gperftools' 'libsasl' 'boost-libs') # 
'libyaml' 'yaml-cpp' 'v8')
-makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost' 'clang')
-checkdepends=('python2-pymongo')
-optdepends=('libpcap: needed for mongosniff')
-backup=('etc/mongodb.conf')
-install=mongodb.install
-source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
-'mongodb.conf' 'mongodb.service' 'removeWerror.patch')
-
-build() {
-  # fucking mongo aint no fun to package
-  export SCONSFLAGS="$MAKEFLAGS"
-
-  cd mongodb-src-r${pkgver}
-
-  # failed to build with -Werror since 2.4.0
-  patch -Np1 -i "$srcdir/removeWerror.patch"
-
-  scons all \
---use-system-pcre \
---use-system-snappy \
---use-system-tcmalloc \
---use-sasl-client \
---use-system-boost \
---ssl --cc=clang --cxx=clang++
-# --use-system-yaml
-# --use-system-v8
-}
-
-check() {
-  # Tests not passing
-  export SCONSFLAGS="$MAKEFLAGS"
-
-  cd mongodb-src-r${pkgver}
-
-  scons smokeAll \
---use-system-pcre \
---use-system-snappy \
---use-system-tcmalloc \
---use-sasl-client \
---use-system-boost \
---ssl --cc=clang --cxx=clang++ \
---smokedbprefix="$srcdir" || :
-}
-
-package() {
-  export SCONSFLAGS="$MAKEFLAGS"
-
-  cd mongodb-src-r${pkgver}
-
-  scons install \
---use-system-pcre \
---use-system-snappy \
---use-system-tcmalloc \
---use-sasl-client \
---use-system-boost \
---ssl --cc=clang --cxx=clang++ \
---prefix="$pkgdir/usr"
-# --use-system-yaml
-# --use-system-v8

[arch-commits] Commit in mongodb/trunk (PKGBUILD removeWerror.patch)

2014-06-17 Thread Felix Yan
Date: Wednesday, June 18, 2014 @ 02:39:52
  Author: fyan
Revision: 113315

upgpkg: mongodb 2.6.2-1

Modified:
  mongodb/trunk/PKGBUILD
Deleted:
  mongodb/trunk/removeWerror.patch

+
 PKGBUILD   |   15 +--
 removeWerror.patch |   11 ---
 2 files changed, 5 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 19:25:57 UTC (rev 113314)
+++ PKGBUILD2014-06-18 00:39:52 UTC (rev 113315)
@@ -6,8 +6,8 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.6.1
-pkgrel=2
+pkgver=2.6.2
+pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
@@ -19,17 +19,13 @@
 backup=('etc/mongodb.conf')
 install=mongodb.install
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
-'mongodb.conf' 'mongodb.service' 'removeWerror.patch')
+'mongodb.conf' 'mongodb.service')
 
 build() {
-  # fucking mongo aint no fun to package
   export SCONSFLAGS="$MAKEFLAGS"
 
   cd mongodb-src-r${pkgver}
 
-  # failed to build with -Werror since 2.4.0
-  patch -Np1 -i "$srcdir/removeWerror.patch"
-
   scons all \
 --use-system-pcre \
 --use-system-snappy \
@@ -79,7 +75,6 @@
   install -dm755 "$pkgdir/var/log/mongodb"
 }
 
-sha512sums=('a07168a8fa609d2a22b04db6b761e486e58fb63c66ea4974e5cc53a1255d514cd065a84b4dc62efbb27c39a6e3881d98a3f7025c2391a78d91d5cd515b8a2e56'
+sha512sums=('b1e0fd64d6c93a3ea9b81d48fabf25f4b9d4eabd7fae19b2e97c2676b711515fbd6bc928c0e6f8a146fa83c7a43d3c40d68c377f1ebd1937cf379caff29e5e55'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
-
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9'
-
'868e5f93ba3c087f80982ffbe01411644d01329a51e4a1811cf8dd6de5e155f604a924be933623b70903fb4dabb27eed100a7eb6f6edcf4bb7a0fdfddd485270')
+
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')

Deleted: removeWerror.patch
===
--- removeWerror.patch  2014-06-17 19:25:57 UTC (rev 113314)
+++ removeWerror.patch  2014-06-18 00:39:52 UTC (rev 113315)
@@ -1,11 +0,0 @@
 a/SConstruct   2014-04-08 22:55:57.206075327 +0800
-+++ b/SConstruct   2014-04-08 22:57:58.692240224 +0800
-@@ -819,7 +819,7 @@
-  "-Winvalid-pch"] )
- # env.Append( " -Wconversion" ) TODO: this doesn't really work yet
- if linux or darwin:
--env.Append( CCFLAGS=["-Werror", "-pipe"] )
-+env.Append( CCFLAGS=["-pipe"] )
- 
- env.Append( CPPDEFINES=["_FILE_OFFSET_BITS=64"] )
- env.Append( CXXFLAGS=["-Wnon-virtual-dtor", "-Woverloaded-virtual"] )



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

2014-06-17 Thread Anatol Pomozov
Date: Tuesday, June 17, 2014 @ 23:40:59
  Author: anatolik
Revision: 215263

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

Added:
  syslinux/repos/testing-i686/
  syslinux/repos/testing-i686/PKGBUILD
(from rev 215262, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-i686/syslinux-6.02-fix-bios-isolinux.patch
(from rev 215262, syslinux/trunk/syslinux-6.02-fix-bios-isolinux.patch)
  syslinux/repos/testing-i686/syslinux-6.02-fix-chainloading.patch
(from rev 215262, syslinux/trunk/syslinux-6.02-fix-chainloading.patch)
  syslinux/repos/testing-i686/syslinux-6.02-fix-efi-ovmf.patch
(from rev 215262, syslinux/trunk/syslinux-6.02-fix-efi-ovmf.patch)
  syslinux/repos/testing-i686/syslinux-install_update
(from rev 215262, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-i686/syslinux.cfg
(from rev 215262, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-i686/syslinux.install
(from rev 215262, syslinux/trunk/syslinux.install)
  syslinux/repos/testing-x86_64/
  syslinux/repos/testing-x86_64/PKGBUILD
(from rev 215262, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-x86_64/syslinux-6.02-fix-bios-isolinux.patch
(from rev 215262, syslinux/trunk/syslinux-6.02-fix-bios-isolinux.patch)
  syslinux/repos/testing-x86_64/syslinux-6.02-fix-chainloading.patch
(from rev 215262, syslinux/trunk/syslinux-6.02-fix-chainloading.patch)
  syslinux/repos/testing-x86_64/syslinux-6.02-fix-efi-ovmf.patch
(from rev 215262, syslinux/trunk/syslinux-6.02-fix-efi-ovmf.patch)
  syslinux/repos/testing-x86_64/syslinux-install_update
(from rev 215262, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-x86_64/syslinux.cfg
(from rev 215262, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-x86_64/syslinux.install
(from rev 215262, syslinux/trunk/syslinux.install)

--+
 testing-i686/PKGBUILD|  271 +++
 testing-i686/syslinux-6.02-fix-bios-isolinux.patch   |   12 
 testing-i686/syslinux-6.02-fix-chainloading.patch|   47 +
 testing-i686/syslinux-6.02-fix-efi-ovmf.patch|  621 +
 testing-i686/syslinux-install_update |  453 
 testing-i686/syslinux.cfg|   78 ++
 testing-i686/syslinux.install|   43 +
 testing-x86_64/PKGBUILD  |  271 +++
 testing-x86_64/syslinux-6.02-fix-bios-isolinux.patch |   12 
 testing-x86_64/syslinux-6.02-fix-chainloading.patch  |   47 +
 testing-x86_64/syslinux-6.02-fix-efi-ovmf.patch  |  621 +
 testing-x86_64/syslinux-install_update   |  453 
 testing-x86_64/syslinux.cfg  |   78 ++
 testing-x86_64/syslinux.install  |   43 +
 14 files changed, 3050 insertions(+)

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


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

2014-06-17 Thread Anatol Pomozov
Date: Tuesday, June 17, 2014 @ 23:39:49
  Author: anatolik
Revision: 215262

upgpkg: syslinux 6.03pre17-1

Modified:
  syslinux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 21:23:14 UTC (rev 215261)
+++ PKGBUILD2014-06-17 21:39:49 UTC (rev 215262)
@@ -5,7 +5,7 @@
 ## "1" to enable IA32-EFI build in Arch x86_64, "0" to disable
 _IA32_EFI_IN_ARCH_X64="1"
 
-_VER="6.03-pre14"
+_VER="6.03-pre17"
 _GIT_TAG="syslinux-${_VER}"
 
 pkgname="syslinux"



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

2014-06-17 Thread Eric Bélanger
Date: Tuesday, June 17, 2014 @ 23:23:14
  Author: eric
Revision: 215261

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

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

---+
 /PKGBUILD |   32 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 32 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-17 20:44:25 UTC (rev 215260)
+++ extra-i686/PKGBUILD 2014-06-17 21:23:14 UTC (rev 215261)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=wxgtk
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="GTK+ implementation of wxWidgets API for GUI"
-arch=('i686' 'x86_64')
-url="http://wxwidgets.org";
-license=('custom:wxWindows')
-depends=('gtk2' 'gstreamer0.10-base' 'libsm')
-makedepends=('gstreamer0.10-base-plugins' 'gconf' 'webkitgtk2' 'glu')
-optdepends=('webkitgtk2: for webview support')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2)
-sha1sums=('73e58521d6871c9f4d1e7974c6e3a81629fddcf8')
-
-build() {
-  cd wxWidgets-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
---enable-graphics_ctx --enable-mediactrl --enable-webview --enable-stl 
--with-regex=builtin \
---with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
---disable-precomp-headers
-  make
-  make -C locale allmo
-}
-
-package() {
-  cd wxWidgets-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 docs/licence.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: wxgtk/repos/extra-i686/PKGBUILD (from rev 215260, wxgtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-17 21:23:14 UTC (rev 215261)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=wxgtk
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="GTK+ implementation of wxWidgets API for GUI"
+arch=('i686' 'x86_64')
+url="http://wxwidgets.org";
+license=('custom:wxWindows')
+depends=('gtk2' 'gstreamer0.10-base' 'libsm')
+makedepends=('gstreamer0.10-base-plugins' 'gconf' 'webkitgtk2' 'glu')
+optdepends=('webkitgtk2: for webview support')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2)
+sha1sums=('73e58521d6871c9f4d1e7974c6e3a81629fddcf8')
+
+build() {
+  cd wxWidgets-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
+--enable-graphics_ctx --enable-mediactrl --enable-webview --enable-stl 
--with-regex=builtin \
+--with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
+--disable-precomp-headers
+  make
+  make -C locale allmo
+}
+
+package() {
+  cd wxWidgets-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 docs/licence.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: wxgtk/repos/extra-x86_64/PKGBUILD (from rev 215260, 
wxgtk/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-17 21:23:14 UTC (rev 215261)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=wxgtk
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="GTK+ implementation of wxWidgets API for GUI"
+arch=('i686' 'x86_64')
+url="http://wxwidgets.org";
+license=('custom:wxWindows')
+depends=('gtk2' 'gstreamer0.10-base' 'libsm')
+makedepends=('gstreamer0.10-base-plugins' 'gconf' 'webkitgtk2' 'glu')
+optdepends=('webkitgtk2: for webview support')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2)
+sha1sums=('73e58521d6871c9f4d1e7974c6e3a81629fddcf8')
+
+build() {
+  cd wxWidgets-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
+--enable-graphics_ctx --enable-mediactrl --enable-webview --enable-stl 
--with-regex=builtin \
+--with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
+--disable-precomp-headers
+  make
+  make -C locale allmo
+}
+
+package() {
+  cd wxWidgets-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 docs/licence.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2014-06-17 Thread Eric Bélanger
Date: Tuesday, June 17, 2014 @ 22:44:25
  Author: eric
Revision: 215260

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

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

---+
 /PKGBUILD |   32 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 32 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-17 20:41:43 UTC (rev 215259)
+++ extra-i686/PKGBUILD 2014-06-17 20:44:25 UTC (rev 215260)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=wxgtk
-pkgver=3.0.0
-pkgrel=3
-pkgdesc="GTK+ implementation of wxWidgets API for GUI"
-arch=('i686' 'x86_64')
-url="http://wxwidgets.org";
-license=('custom:wxWindows')
-depends=('gtk2' 'gstreamer0.10-base' 'libsm')
-makedepends=('gstreamer0.10-base-plugins' 'gconf' 'webkitgtk2' 'glu')
-optdepends=('webkitgtk2: for webview support')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2)
-sha1sums=('756a9c54d1f411e262f03bacb78ccef085a9880a')
-
-build() {
-  cd wxWidgets-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
---enable-graphics_ctx --enable-mediactrl --enable-webview --enable-stl 
--with-regex=builtin \
---with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
---disable-precomp-headers
-  make
-  make -C locale allmo
-}
-
-package() {
-  cd wxWidgets-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 docs/licence.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: wxgtk/repos/extra-i686/PKGBUILD (from rev 215259, wxgtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-17 20:44:25 UTC (rev 215260)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=wxgtk
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="GTK+ implementation of wxWidgets API for GUI"
+arch=('i686' 'x86_64')
+url="http://wxwidgets.org";
+license=('custom:wxWindows')
+depends=('gtk2' 'gstreamer0.10-base' 'libsm')
+makedepends=('gstreamer0.10-base-plugins' 'gconf' 'webkitgtk2' 'glu')
+optdepends=('webkitgtk2: for webview support')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2)
+sha1sums=('73e58521d6871c9f4d1e7974c6e3a81629fddcf8')
+
+build() {
+  cd wxWidgets-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
+--enable-graphics_ctx --enable-mediactrl --enable-webview --enable-stl 
--with-regex=builtin \
+--with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
+--disable-precomp-headers
+  make
+  make -C locale allmo
+}
+
+package() {
+  cd wxWidgets-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 docs/licence.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-17 20:41:43 UTC (rev 215259)
+++ extra-x86_64/PKGBUILD   2014-06-17 20:44:25 UTC (rev 215260)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=wxgtk
-pkgver=3.0.0
-pkgrel=3
-pkgdesc="GTK+ implementation of wxWidgets API for GUI"
-arch=('i686' 'x86_64')
-url="http://wxwidgets.org";
-license=('custom:wxWindows')
-depends=('gtk2' 'gstreamer0.10-base' 'libsm')
-makedepends=('gstreamer0.10-base-plugins' 'gconf' 'webkitgtk2' 'glu')
-optdepends=('webkitgtk2: for webview support')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2)
-sha1sums=('756a9c54d1f411e262f03bacb78ccef085a9880a')
-
-build() {
-  cd wxWidgets-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
---enable-graphics_ctx --enable-mediactrl --enable-webview --enable-stl 
--with-regex=builtin \
---with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
---disable-precomp-headers
-  make
-  make -C locale allmo
-}
-
-package() {
-  cd wxWidgets-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 docs/licence.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}



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

2014-06-17 Thread Eric Bélanger
Date: Tuesday, June 17, 2014 @ 22:41:43
  Author: eric
Revision: 215259

upgpkg: wxgtk 3.0.1-1

Upstream update

Modified:
  wxgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 19:24:44 UTC (rev 215258)
+++ PKGBUILD2014-06-17 20:41:43 UTC (rev 215259)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=wxgtk
-pkgver=3.0.0
-pkgrel=3
+pkgver=3.0.1
+pkgrel=1
 pkgdesc="GTK+ implementation of wxWidgets API for GUI"
 arch=('i686' 'x86_64')
 url="http://wxwidgets.org";
@@ -13,7 +13,7 @@
 optdepends=('webkitgtk2: for webview support')
 options=('!emptydirs')
 source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2)
-sha1sums=('756a9c54d1f411e262f03bacb78ccef085a9880a')
+sha1sums=('73e58521d6871c9f4d1e7974c6e3a81629fddcf8')
 
 build() {
   cd wxWidgets-${pkgver}



[arch-commits] Commit in clonezilla/repos/community-any (4 files)

2014-06-17 Thread Jonathan Steel
Date: Tuesday, June 17, 2014 @ 21:15:17
  Author: jsteel
Revision: 113311

archrelease: copy trunk to community-any

Added:
  clonezilla/repos/community-any/PKGBUILD
(from rev 113310, clonezilla/trunk/PKGBUILD)
  clonezilla/repos/community-any/usrbin.patch
(from rev 113310, clonezilla/trunk/usrbin.patch)
Deleted:
  clonezilla/repos/community-any/PKGBUILD
  clonezilla/repos/community-any/usrbin.patch

--+
 PKGBUILD |   60 -
 usrbin.patch |   26 
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-17 19:14:56 UTC (rev 113310)
+++ PKGBUILD2014-06-17 19:15:17 UTC (rev 113311)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: M0Rf30
-
-pkgname=clonezilla
-pkgver=3.10.11
-pkgrel=1
-pkgdesc="The Free and Open Source Software for Disk Imaging and Cloning"
-arch=('any')
-url="http://clonezilla.org";
-license=('GPL')
-depends=('drbl' 'partclone' 'ntfs-3g' 'partimage' 'pigz' 'sshfs' 'parted'
- 'gptfdisk')
-backup=('etc/drbl/drbl-ocs.conf')
-source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.bz2
-usrbin.patch)
-md5sums=('3820052fbb32a5b2c1de9e7595c412f0'
- 'a976c9209f7bbccd352a9d0a5c8b41ae')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  patch -Np0 -i "$srcdir"/usrbin.patch
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir"/ install  
-}

Copied: clonezilla/repos/community-any/PKGBUILD (from rev 113310, 
clonezilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-17 19:15:17 UTC (rev 113311)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: M0Rf30
+
+pkgname=clonezilla
+pkgver=3.10.11
+pkgrel=2
+pkgdesc="The Free and Open Source Software for Disk Imaging and Cloning"
+arch=('any')
+url="http://clonezilla.org";
+license=('GPL')
+depends=('drbl' 'partclone' 'ntfs-3g' 'partimage' 'pigz' 'sshfs' 'parted'
+ 'gptfdisk' 'dosfstools')
+backup=('etc/drbl/drbl-ocs.conf')
+source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.bz2
+usrbin.patch)
+md5sums=('3820052fbb32a5b2c1de9e7595c412f0'
+ 'a976c9209f7bbccd352a9d0a5c8b41ae')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  patch -Np0 -i "$srcdir"/usrbin.patch
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir"/ install  
+}

Deleted: usrbin.patch
===
--- usrbin.patch2014-06-17 19:14:56 UTC (rev 113310)
+++ usrbin.patch2014-06-17 19:15:17 UTC (rev 113311)
@@ -1,13 +0,0 @@
 Makefile.orig  2013-05-30 17:42:49.851418658 +0100
-+++ Makefile   2013-05-30 17:44:41.157482402 +0100
-@@ -18,8 +18,8 @@
- 
- install:
-   # install exec files
--  install -d ${DESTDIR}/usr/
--  cp -a sbin bin ${DESTDIR}/usr/
-+  install -d ${DESTDIR}/usr/bin
-+  cp -a sbin/* bin/* ${DESTDIR}/usr/bin/
- 
-   # install setup dir
-   install -d $(DESTDIR)/$(SHAREDIR)/

Copied: clonezilla/repos/community-any/usrbin.patch (from rev 113310, 
clonezilla/trunk/usrbin.patch)
===
--- usrbin.patch(rev 0)
+++ usrbin.patch2014-06-17 19:15:17 UTC (rev 113311)
@@ -0,0 +1,13 @@
+--- Makefile.orig  2013-05-30 17:42:49.851418658 +0100
 Makefile   2013-05-30 17:44:41.157482402 +0100
+@@ -18,8 +18,8 @@
+ 
+ install:
+   # install exec files
+-  install -d ${DESTDIR}/usr/
+-  cp -a sbin bin ${DESTDIR}/usr/
++  install -d ${DESTDIR}/usr/bin
++  cp -a sbin/* bin/* ${DESTDIR}/usr/bin/
+ 
+   # install setup dir
+   install -d $(DESTDIR)/$(SHAREDIR)/



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

2014-06-17 Thread Jonathan Steel
Date: Tuesday, June 17, 2014 @ 21:14:56
  Author: jsteel
Revision: 113310

upgpkg: clonezilla 3.10.11-2

Modified:
  clonezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 18:47:21 UTC (rev 113309)
+++ PKGBUILD2014-06-17 19:14:56 UTC (rev 113310)
@@ -4,13 +4,13 @@
 
 pkgname=clonezilla
 pkgver=3.10.11
-pkgrel=1
+pkgrel=2
 pkgdesc="The Free and Open Source Software for Disk Imaging and Cloning"
 arch=('any')
 url="http://clonezilla.org";
 license=('GPL')
 depends=('drbl' 'partclone' 'ntfs-3g' 'partimage' 'pigz' 'sshfs' 'parted'
- 'gptfdisk')
+ 'gptfdisk' 'dosfstools')
 backup=('etc/drbl/drbl-ocs.conf')
 source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.bz2
 usrbin.patch)



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

2014-06-17 Thread Ike Devolder
Date: Tuesday, June 17, 2014 @ 20:47:21
  Author: idevolder
Revision: 113309

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

Added:
  
libnfs/repos/community-i686/0001-nfs_normalize_path-don-t-strip-trailing-slash-from.patch
(from rev 113308, 
libnfs/trunk/0001-nfs_normalize_path-don-t-strip-trailing-slash-from.patch)
  libnfs/repos/community-i686/PKGBUILD
(from rev 113308, libnfs/trunk/PKGBUILD)
  
libnfs/repos/community-x86_64/0001-nfs_normalize_path-don-t-strip-trailing-slash-from.patch
(from rev 113308, 
libnfs/trunk/0001-nfs_normalize_path-don-t-strip-trailing-slash-from.patch)
  libnfs/repos/community-x86_64/PKGBUILD
(from rev 113308, libnfs/trunk/PKGBUILD)
Deleted:
  libnfs/repos/community-i686/PKGBUILD
  libnfs/repos/community-x86_64/PKGBUILD

+
 /PKGBUILD  
|   78 ++
 community-i686/0001-nfs_normalize_path-don-t-strip-trailing-slash-from.patch   
|   29 +++
 community-i686/PKGBUILD
|   26 ---
 community-x86_64/0001-nfs_normalize_path-don-t-strip-trailing-slash-from.patch 
|   29 +++
 community-x86_64/PKGBUILD  
|   26 ---
 5 files changed, 136 insertions(+), 52 deletions(-)

Copied: 
libnfs/repos/community-i686/0001-nfs_normalize_path-don-t-strip-trailing-slash-from.patch
 (from rev 113308, 
libnfs/trunk/0001-nfs_normalize_path-don-t-strip-trailing-slash-from.patch)
===
--- 
community-i686/0001-nfs_normalize_path-don-t-strip-trailing-slash-from.patch
(rev 0)
+++ 
community-i686/0001-nfs_normalize_path-don-t-strip-trailing-slash-from.patch
2014-06-17 18:47:21 UTC (rev 113309)
@@ -0,0 +1,29 @@
+From d5f7880641c979b986f6c4d7b6502bd7e768a9ea Mon Sep 17 00:00:00 2001
+From: Arne Redlich 
+Date: Sun, 9 Mar 2014 21:55:42 +0100
+Subject: [PATCH] nfs_normalize_path: don't strip trailing slash from "/"
+
+Otherwise end up with a null string which is not permitted (RFC 1813, 3.2;
+the code checks for it right after the now fixed nullification of "/").
+
+Signed-off-by: Arne Redlich 
+---
+ lib/libnfs.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/libnfs.c b/lib/libnfs.c
+index a237f60..9053ab1 100644
+--- a/lib/libnfs.c
 b/lib/libnfs.c
+@@ -994,7 +994,7 @@ static int nfs_normalize_path(struct nfs_context *nfs, 
char *path)
+ 
+   /* /$ -> \0 */
+   len = strlen(path);
+-  if (len >= 1) {
++  if (len > 1) {
+   if (path[len - 1] == '/') {
+   path[len - 1] = '\0';
+   len--;
+-- 
+2.0.0
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-17 18:47:04 UTC (rev 113308)
+++ community-i686/PKGBUILD 2014-06-17 18:47:21 UTC (rev 113309)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-
-pkgname=libnfs
-pkgver=1.9.3
-pkgrel=1
-pkgdesc="client library for accessing NFS shares"
-arch=('i686' 'x86_64')
-url="https://github.com/sahlberg/libnfs";
-license=('GPL')
-depends=('glibc')
-source=("https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz";)
-
-build() {
-  cd "$pkgname-$pkgname-$pkgver"
-
-  autoreconf -vif
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-sha256sums=('9d1c988065b373ea25e195aedff4c33ca949fee41c61bdb38a26908bb618315a')

Copied: libnfs/repos/community-i686/PKGBUILD (from rev 113308, 
libnfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-17 18:47:21 UTC (rev 113309)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+
+pkgname=libnfs
+pkgver=1.9.3
+pkgrel=2
+pkgdesc="client library for accessing NFS shares"
+arch=('i686' 'x86_64')
+url="https://github.com/sahlberg/libnfs";
+license=('GPL')
+depends=('glibc')
+source=(
+   "https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz";
+   '0001-nfs_normalize_path-don-t-strip-trailing-slash-from.patch'
+)
+
+prepare() {
+  cd "$pkgname-$pkgname-$pkgver"
+
+  patch -p1 -i 
"$srcdir/0001-nfs_normalize_path-don-t-strip-trailing-slash-from.patch"
+}
+
+build() {
+   cd "$pkgname-$pkgname-$pkgver"
+
+   autoreconf -vif
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}
+
+sha256sums=(
+   '9d1c988065b373ea25e195aedff4c33ca949fee41c61bdb38a26908bb618315a'
+   '4a84a304a8364b89b90ef6bc43c9190e2ff600fd64fd15e6ecc20ab14eed78a5'
+)

Copied: 
libnfs/repos/community-x86_64/0001-nfs_normalize_path-don-t-strip-tra

[arch-commits] Commit in libnfs/trunk (1 file)

2014-06-17 Thread Ike Devolder
Date: Tuesday, June 17, 2014 @ 20:47:04
  Author: idevolder
Revision: 113308

libnfs :: add patch

Added:
  libnfs/trunk/0001-nfs_normalize_path-don-t-strip-trailing-slash-from.patch

---+
 0001-nfs_normalize_path-don-t-strip-trailing-slash-from.patch |   29 ++
 1 file changed, 29 insertions(+)

Added: 0001-nfs_normalize_path-don-t-strip-trailing-slash-from.patch
===
--- 0001-nfs_normalize_path-don-t-strip-trailing-slash-from.patch   
(rev 0)
+++ 0001-nfs_normalize_path-don-t-strip-trailing-slash-from.patch   
2014-06-17 18:47:04 UTC (rev 113308)
@@ -0,0 +1,29 @@
+From d5f7880641c979b986f6c4d7b6502bd7e768a9ea Mon Sep 17 00:00:00 2001
+From: Arne Redlich 
+Date: Sun, 9 Mar 2014 21:55:42 +0100
+Subject: [PATCH] nfs_normalize_path: don't strip trailing slash from "/"
+
+Otherwise end up with a null string which is not permitted (RFC 1813, 3.2;
+the code checks for it right after the now fixed nullification of "/").
+
+Signed-off-by: Arne Redlich 
+---
+ lib/libnfs.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/libnfs.c b/lib/libnfs.c
+index a237f60..9053ab1 100644
+--- a/lib/libnfs.c
 b/lib/libnfs.c
+@@ -994,7 +994,7 @@ static int nfs_normalize_path(struct nfs_context *nfs, 
char *path)
+ 
+   /* /$ -> \0 */
+   len = strlen(path);
+-  if (len >= 1) {
++  if (len > 1) {
+   if (path[len - 1] == '/') {
+   path[len - 1] = '\0';
+   len--;
+-- 
+2.0.0
+



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

2014-06-17 Thread Ike Devolder
Date: Tuesday, June 17, 2014 @ 20:43:19
  Author: idevolder
Revision: 113307

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

Added:
  php-mongo/repos/community-i686/PKGBUILD
(from rev 113306, php-mongo/trunk/PKGBUILD)
  php-mongo/repos/community-i686/mongo.ini
(from rev 113306, php-mongo/trunk/mongo.ini)
  php-mongo/repos/community-x86_64/PKGBUILD
(from rev 113306, php-mongo/trunk/PKGBUILD)
  php-mongo/repos/community-x86_64/mongo.ini
(from rev 113306, php-mongo/trunk/mongo.ini)
Deleted:
  php-mongo/repos/community-i686/PKGBUILD
  php-mongo/repos/community-i686/mongo.ini
  php-mongo/repos/community-x86_64/PKGBUILD
  php-mongo/repos/community-x86_64/mongo.ini

+
 /PKGBUILD  |   60 +++
 /mongo.ini |   56 
 community-i686/PKGBUILD|   30 -
 community-i686/mongo.ini   |   28 
 community-x86_64/PKGBUILD  |   30 -
 community-x86_64/mongo.ini |   28 
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-17 18:42:52 UTC (rev 113306)
+++ community-i686/PKGBUILD 2014-06-17 18:43:19 UTC (rev 113307)
@@ -1,30 +0,0 @@
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Jarek Sedlacek 
-
-pkgname=php-mongo
-pkgver=1.5.3
-pkgrel=1
-pkgdesc="Officially supported PHP driver for MongoDB"
-arch=("i686" "x86_64")
-url="http://www.mongodb.org/display/DOCS/PHP+Language+Center";
-license=("APACHE")
-depends=("php")
-backup=("etc/php/conf.d/mongo.ini")
-source=(
-   "http://pecl.php.net/get/mongo-$pkgver.tgz";
-   "mongo.ini"
-)
-
-build() {
-   cd mongo-$pkgver
-   phpize
-   ./configure --prefix=/usr --enable-mongo
-}
-
-package() {
-   cd mongo-$pkgver
-   make INSTALL_ROOT="$pkgdir" install
-   install -Dm644 "$srcdir/mongo.ini" "$pkgdir/etc/php/conf.d/mongo.ini"
-}
-sha256sums=('18e488300b7a5a85d8740a8d837ca7de4c79835bcd3081fbc9e15f7c2c720f59'
-'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')

Copied: php-mongo/repos/community-i686/PKGBUILD (from rev 113306, 
php-mongo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-17 18:43:19 UTC (rev 113307)
@@ -0,0 +1,30 @@
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Jarek Sedlacek 
+
+pkgname=php-mongo
+pkgver=1.5.4
+pkgrel=1
+pkgdesc="Officially supported PHP driver for MongoDB"
+arch=("i686" "x86_64")
+url="http://www.mongodb.org/display/DOCS/PHP+Language+Center";
+license=("APACHE")
+depends=("php")
+backup=("etc/php/conf.d/mongo.ini")
+source=(
+   "http://pecl.php.net/get/mongo-$pkgver.tgz";
+   "mongo.ini"
+)
+
+build() {
+   cd mongo-$pkgver
+   phpize
+   ./configure --prefix=/usr --enable-mongo
+}
+
+package() {
+   cd mongo-$pkgver
+   make INSTALL_ROOT="$pkgdir" install
+   install -Dm644 "$srcdir/mongo.ini" "$pkgdir/etc/php/conf.d/mongo.ini"
+}
+sha256sums=('19d01417f0c96c10fb9149fc6cb5cc9c1f096e9c6fa31ee4c454f229e33dbd30'
+'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')

Deleted: community-i686/mongo.ini
===
--- community-i686/mongo.ini2014-06-17 18:42:52 UTC (rev 113306)
+++ community-i686/mongo.ini2014-06-17 18:43:19 UTC (rev 113307)
@@ -1,28 +0,0 @@
-; Tell PHP to load the Mongo Extension on startup
-extension=mongo.so
-
-[mongo]
-; If the driver should reconnect to mongo
-mongo.auto_reconnect = False
-
-; Whether to allow persistent connections
-mongo.allow_persistent = On
-
-; Maximum number of persistent connections (-1 means unlimited)
-mongo.max_persistent = -1
-
-; Maximum number of links (persistent and non-persistent, -1 means unlimited)
-mongo.max_connections = -1
-
-; Default host for mongo connection
-mongo.default_host = localhost
-
-; Default port for mongo database
-mongo.default_port = 27017
-
-; When saving files to the database, size of chunks to split them into
-mongo.chunk_size = 262400
-
-; Specify an alternate character to $ to use for special db functions ($set, 
$push, $exists, etc.)
-mongo.cmd = "$"
-

Copied: php-mongo/repos/community-i686/mongo.ini (from rev 113306, 
php-mongo/trunk/mongo.ini)
===
--- community-i686/mongo.ini(rev 0)
+++ community-i686/mongo.ini2014-06-17 18:43:19 UTC (rev 113307)
@@ -0,0 +1,28 @@
+; Tell PHP to load the Mongo Extension on startup
+extension=mongo.so
+
+[mongo]
+; If the driver should reconnect to mongo
+mongo.auto_reconnect = F

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

2014-06-17 Thread Ike Devolder
Date: Tuesday, June 17, 2014 @ 20:42:52
  Author: idevolder
Revision: 113306

libnfs :: 1.9.3-2

FS#40867 - [libnfs] patch needed to allow xbmc to see nfs shares

Modified:
  libnfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 18:42:14 UTC (rev 113305)
+++ PKGBUILD2014-06-17 18:42:52 UTC (rev 113306)
@@ -3,24 +3,37 @@
 
 pkgname=libnfs
 pkgver=1.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc="client library for accessing NFS shares"
 arch=('i686' 'x86_64')
 url="https://github.com/sahlberg/libnfs";
 license=('GPL')
 depends=('glibc')
-source=("https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz";)
+source=(
+   "https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz";
+   '0001-nfs_normalize_path-don-t-strip-trailing-slash-from.patch'
+)
 
-build() {
+prepare() {
   cd "$pkgname-$pkgname-$pkgver"
 
-  autoreconf -vif
-  ./configure --prefix=/usr
-  make
+  patch -p1 -i 
"$srcdir/0001-nfs_normalize_path-don-t-strip-trailing-slash-from.patch"
 }
 
+build() {
+   cd "$pkgname-$pkgname-$pkgver"
+
+   autoreconf -vif
+   ./configure --prefix=/usr
+   make
+}
+
 package() {
-  cd "$pkgname-$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
+   cd "$pkgname-$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
 }
-sha256sums=('9d1c988065b373ea25e195aedff4c33ca949fee41c61bdb38a26908bb618315a')
+
+sha256sums=(
+   '9d1c988065b373ea25e195aedff4c33ca949fee41c61bdb38a26908bb618315a'
+   '4a84a304a8364b89b90ef6bc43c9190e2ff600fd64fd15e6ecc20ab14eed78a5'
+)



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

2014-06-17 Thread Ike Devolder
Date: Tuesday, June 17, 2014 @ 20:42:14
  Author: idevolder
Revision: 113305

php-mongo :: 1.5.4

Modified:
  php-mongo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 14:47:07 UTC (rev 113304)
+++ PKGBUILD2014-06-17 18:42:14 UTC (rev 113305)
@@ -2,7 +2,7 @@
 # Contributor: Jarek Sedlacek 
 
 pkgname=php-mongo
-pkgver=1.5.3
+pkgver=1.5.4
 pkgrel=1
 pkgdesc="Officially supported PHP driver for MongoDB"
 arch=("i686" "x86_64")
@@ -26,5 +26,5 @@
make INSTALL_ROOT="$pkgdir" install
install -Dm644 "$srcdir/mongo.ini" "$pkgdir/etc/php/conf.d/mongo.ini"
 }
-sha256sums=('18e488300b7a5a85d8740a8d837ca7de4c79835bcd3081fbc9e15f7c2c720f59'
+sha256sums=('19d01417f0c96c10fb9149fc6cb5cc9c1f096e9c6fa31ee4c454f229e33dbd30'
 'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')



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

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 17:51:51
  Author: tpowa
Revision: 215254

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

Added:
  qemu/repos/extra-i686/2.0.0-usb-stack.patch
(from rev 215253, qemu/trunk/2.0.0-usb-stack.patch)
  qemu/repos/extra-i686/65-kvm.rules
(from rev 215253, qemu/trunk/65-kvm.rules)
  qemu/repos/extra-i686/PKGBUILD
(from rev 215253, qemu/trunk/PKGBUILD)
  qemu/repos/extra-i686/qemu.install
(from rev 215253, qemu/trunk/qemu.install)
  qemu/repos/extra-x86_64/2.0.0-usb-stack.patch
(from rev 215253, qemu/trunk/2.0.0-usb-stack.patch)
  qemu/repos/extra-x86_64/65-kvm.rules
(from rev 215253, qemu/trunk/65-kvm.rules)
  qemu/repos/extra-x86_64/PKGBUILD
(from rev 215253, qemu/trunk/PKGBUILD)
  qemu/repos/extra-x86_64/qemu.install
(from rev 215253, qemu/trunk/qemu.install)
Deleted:
  qemu/repos/extra-i686/2.0.0-usb-stack.patch
  qemu/repos/extra-i686/65-kvm.rules
  qemu/repos/extra-i686/PKGBUILD
  qemu/repos/extra-i686/qemu.install
  qemu/repos/extra-x86_64/2.0.0-usb-stack.patch
  qemu/repos/extra-x86_64/65-kvm.rules
  qemu/repos/extra-x86_64/PKGBUILD
  qemu/repos/extra-x86_64/qemu.install

+
 /2.0.0-usb-stack.patch |   72 
 /65-kvm.rules  |4 
 /PKGBUILD  |  200 +++
 /qemu.install  |   46 
 extra-i686/2.0.0-usb-stack.patch   |   36 --
 extra-i686/65-kvm.rules|2 
 extra-i686/PKGBUILD|   94 
 extra-i686/qemu.install|   23 
 extra-x86_64/2.0.0-usb-stack.patch |   36 --
 extra-x86_64/65-kvm.rules  |2 
 extra-x86_64/PKGBUILD  |   94 
 extra-x86_64/qemu.install  |   23 
 12 files changed, 322 insertions(+), 310 deletions(-)

Deleted: extra-i686/2.0.0-usb-stack.patch
===
--- extra-i686/2.0.0-usb-stack.patch2014-06-17 15:51:38 UTC (rev 215253)
+++ extra-i686/2.0.0-usb-stack.patch2014-06-17 15:51:51 UTC (rev 215254)
@@ -1,36 +0,0 @@
-Correct post load checks:
-1. dev->setup_len == sizeof(dev->data_buf)
-seems fine, no need to fail migration
-2. When state is DATA, passing index > len
-   will cause memcpy with negative length,
-   resulting in heap overflow
-
-First of the issues was reported by dgilbert.
-
-Reported-by: "Dr. David Alan Gilbert"  redhat.com>
-Signed-off-by: Michael S. Tsirkin  redhat.com>

-
-changes from v1:
-- drop state check
-- lightly tested
-
- hw/usb/bus.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/hw/usb/bus.c b/hw/usb/bus.c
-index e48b19f..ff1dfe6 100644
 a/hw/usb/bus.c
-+++ b/hw/usb/bus.c
- -51,8 +51,8  static int usb_device_post_load(void 
*opaque, int version_id)
- }
- if (dev->setup_index < 0 ||
- dev->setup_len < 0 ||
--dev->setup_index >= sizeof(dev->data_buf) ||
--dev->setup_len >= sizeof(dev->data_buf)) {
-+dev->setup_index > dev->setup_len ||
-+dev->setup_len > sizeof(dev->data_buf)) {
- return -EINVAL;
- }
- return 0;
-

Copied: qemu/repos/extra-i686/2.0.0-usb-stack.patch (from rev 215253, 
qemu/trunk/2.0.0-usb-stack.patch)
===
--- extra-i686/2.0.0-usb-stack.patch(rev 0)
+++ extra-i686/2.0.0-usb-stack.patch2014-06-17 15:51:51 UTC (rev 215254)
@@ -0,0 +1,36 @@
+Correct post load checks:
+1. dev->setup_len == sizeof(dev->data_buf)
+seems fine, no need to fail migration
+2. When state is DATA, passing index > len
+   will cause memcpy with negative length,
+   resulting in heap overflow
+
+First of the issues was reported by dgilbert.
+
+Reported-by: "Dr. David Alan Gilbert"  redhat.com>
+Signed-off-by: Michael S. Tsirkin  redhat.com>
+---
+
+changes from v1:
+- drop state check
+- lightly tested
+
+ hw/usb/bus.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/hw/usb/bus.c b/hw/usb/bus.c
+index e48b19f..ff1dfe6 100644
+--- a/hw/usb/bus.c
 b/hw/usb/bus.c
+ -51,8 +51,8  static int usb_device_post_load(void 
*opaque, int version_id)
+ }
+ if (dev->setup_index < 0 ||
+ dev->setup_len < 0 ||
+-dev->setup_index >= sizeof(dev->data_buf) ||
+-dev->setup_len >= sizeof(dev->data_buf)) {
++dev->setup_index > dev->setup_len ||
++dev->setup_len > sizeof(dev->data_buf)) {
+ return -EINVAL;
+ }
+ return 0;
+

Deleted: extra-i686/65-kvm.rules
===
--- extra-i686/65-kvm.rules 2014-06-17 15:51:38 UTC (rev 215253)
+++ extra-i686/65-kvm.rules 2014-06-17 15:51:51 UTC (rev 215254)
@@ -1,2 +0,0 @@
-KERNEL=="kvm", GROUP="kvm", MODE="0660"
-KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="s

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

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 17:51:38
  Author: tpowa
Revision: 215253

upgpkg: qemu 2.0.0-4

remove conflicting seabios files

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 15:39:20 UTC (rev 215252)
+++ PKGBUILD2014-06-17 15:51:38 UTC (rev 215253)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski 
 pkgname=('qemu' 'libcacard')
 pkgver=2.0.0
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
 url="http://wiki.qemu.org/Index.html";
@@ -54,6 +54,12 @@
   rm "${pkgdir}/usr/share/qemu/bios.bin"
   rm "${pkgdir}/usr/share/qemu/acpi-dsdt.aml"
   rm "${pkgdir}/usr/share/qemu/q35-acpi-dsdt.aml"
+  rm "${pkgdir}/usr/share/qemu/bios-256k.bin"
+  rm "${pkgdir}/usr/share/qemu/vgabios-cirrus.bin"
+  rm "${pkgdir}/usr/share/qemu/vgabios-qxl.bin"
+  rm "${pkgdir}/usr/share/qemu/vgabios-stdvga.bin"
+  rm "${pkgdir}/usr/share/qemu/vgabios-vmware.bin"
+
   # remove conflicting /var/run directory
   rm -r "${pkgdir}/var"
   install -D -m644 "${srcdir}/65-kvm.rules" \



[arch-commits] Commit in seabios/repos/extra-any (11 files)

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 17:39:20
  Author: tpowa
Revision: 215252

archrelease: copy trunk to extra-any

Added:
  seabios/repos/extra-any/PKGBUILD
(from rev 215251, seabios/trunk/PKGBUILD)
  seabios/repos/extra-any/config.coreboot
(from rev 215251, seabios/trunk/config.coreboot)
  seabios/repos/extra-any/config.csm
(from rev 215251, seabios/trunk/config.csm)
  seabios/repos/extra-any/config.seabios-128k
(from rev 215251, seabios/trunk/config.seabios-128k)
  seabios/repos/extra-any/config.seabios-256k
(from rev 215251, seabios/trunk/config.seabios-256k)
  seabios/repos/extra-any/config.vga.cirrus
(from rev 215251, seabios/trunk/config.vga.cirrus)
  seabios/repos/extra-any/config.vga.isavga
(from rev 215251, seabios/trunk/config.vga.isavga)
  seabios/repos/extra-any/config.vga.qxl
(from rev 215251, seabios/trunk/config.vga.qxl)
  seabios/repos/extra-any/config.vga.stdvga
(from rev 215251, seabios/trunk/config.vga.stdvga)
  seabios/repos/extra-any/config.vga.vmware
(from rev 215251, seabios/trunk/config.vga.vmware)
Deleted:
  seabios/repos/extra-any/PKGBUILD

-+
 PKGBUILD|  104 --
 config.coreboot |2 
 config.csm  |2 
 config.seabios-128k |7 +++
 config.seabios-256k |3 +
 config.vga.cirrus   |3 +
 config.vga.isavga   |3 +
 config.vga.qxl  |6 ++
 config.vga.stdvga   |3 +
 config.vga.vmware   |6 ++
 10 files changed, 111 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-17 15:39:07 UTC (rev 215251)
+++ PKGBUILD2014-06-17 15:39:20 UTC (rev 215252)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgname=seabios
-pkgver=1.7.5
-pkgrel=1
-pkgdesc="A 16-bit x86 bios"
-arch=('any')
-url="http://www.coreboot.org/SeaBIOS";
-license=('GPL3' 'LGPL3')
-makedepends=('iasl' 'python2' 'inetutils')
-options=('!makeflags' '!strip')
-source=(http://code.coreboot.org/p/seabios/downloads/get/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('1ee607f720b848fa7a968741151991b645979f7e')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/python/python2/g' Makefile
-}
-
-build() {
-  make -C ${pkgname}-${pkgver}
-}
-
-package() {
-  install -Dm644 ${pkgname}-${pkgver}/out/bios.bin 
"${pkgdir}/usr/share/qemu/bios.bin"
-  install -Dm644 ${pkgname}-${pkgver}/out/src/fw/*.aml 
"${pkgdir}/usr/share/qemu/"
-}

Copied: seabios/repos/extra-any/PKGBUILD (from rev 215251, 
seabios/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-17 15:39:20 UTC (rev 215252)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=seabios
+pkgver=1.7.5
+pkgrel=2
+pkgdesc="A 16-bit x86 bios"
+arch=('any')
+url="http://www.coreboot.org/SeaBIOS";
+license=('GPL3' 'LGPL3')
+makedepends=('iasl' 'python2' 'inetutils')
+options=('!makeflags' '!strip')
+source=(http://code.coreboot.org/p/seabios/downloads/get/${pkgname}-${pkgver}.tar.gz
+config.coreboot
+config.seabios-128k
+config.seabios-256k
+config.vga.isavga
+config.vga.stdvga
+config.csm
+config.vga.cirrus
+config.vga.qxl
+config.vga.vmware)
+sha1sums=('1ee607f720b848fa7a968741151991b645979f7e'
+  '5f2adb09c9006def1719b8cbd4792f14a7c7f7c9'
+  'ca47a5bcab73dca8e6ff0d9c51f3f63fd2d2fd98'
+  '05b912a291994226049103cbe6754976cc03532d'
+  'd56482f6ee0bf9633c551b10e99e24c74d9ece1e'
+  '54d4edf6eccf30883aedca348b9d2f125502fcdb'
+  '590739c1d5dc6cb63bdf311ee1cfbcde6c0ccc0f'
+  '84a44c04e74a09affae0d1a6e50800d10997108f'
+  '5a1316a0081f91acc300f57372de18fa9c67415e'
+  '5b017b16aec445df873618aaebd154aa97107148')
+
+# build routine from fedora
+build_bios() {
+make clean distclean
+cp $1 .config
+make oldnoconfig V=1
+
+make V=1 $4
+
+cp out/$2 binaries/$3
+}
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  rm -rf binaries
+  sed -i 's/python/python2/g' Makefile
+  mkdir binaries
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  # seabios
+  build_bios ${srcdir}/config.csm Csm16.bin bios-csm.bin
+  build_bios ${srcdir}/config.coreboot bios.bin.elf bios-coreboot.bin
+  build_bios ${srcdir}/config.seabios-128k bios.bin bios.bin
+  build_bios ${srcdir}/config.seabios-256k bios.bin bios-256k.bin
+  cp out/src/fw/*dsdt*.aml binaries
+  # seavgabios
+  for config in 
${srcdir}/{config.vga.isavga,config.vga.stdvga,config.vga.cirrus,config.vga.qxl,config.vga.vmware};
 do
+name=${config#*config.vga.}
+build_bios ${config} vgabios.bin vgabios-${name}.bin out/vgabios.bin
+  done
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm644 binaries/bios.bin "${pkgdir}/usr/share/qemu/bios.bin"
+  install -Dm644 binaries/bios-256k.bin 
"${pkgdir}/usr/share/qemu/bios-256k.bin"
+ 

[arch-commits] Commit in seabios/trunk (10 files)

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 17:39:07
  Author: tpowa
Revision: 215251

upgpkg: seabios 1.7.5-2

#40590 make seabios complete and remove conflicting files from qemu package

Added:
  seabios/trunk/config.coreboot
  seabios/trunk/config.csm
  seabios/trunk/config.seabios-128k
  seabios/trunk/config.seabios-256k
  seabios/trunk/config.vga.cirrus
  seabios/trunk/config.vga.isavga
  seabios/trunk/config.vga.qxl
  seabios/trunk/config.vga.stdvga
  seabios/trunk/config.vga.vmware
Modified:
  seabios/trunk/PKGBUILD

-+
 PKGBUILD|   60 +-
 config.coreboot |2 +
 config.csm  |2 +
 config.seabios-128k |7 +
 config.seabios-256k |3 ++
 config.vga.cirrus   |3 ++
 config.vga.isavga   |3 ++
 config.vga.qxl  |6 +
 config.vga.stdvga   |3 ++
 config.vga.vmware   |6 +
 10 files changed, 89 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 12:06:26 UTC (rev 215250)
+++ PKGBUILD2014-06-17 15:39:07 UTC (rev 215251)
@@ -3,7 +3,7 @@
 
 pkgname=seabios
 pkgver=1.7.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A 16-bit x86 bios"
 arch=('any')
 url="http://www.coreboot.org/SeaBIOS";
@@ -10,19 +10,67 @@
 license=('GPL3' 'LGPL3')
 makedepends=('iasl' 'python2' 'inetutils')
 options=('!makeflags' '!strip')
-source=(http://code.coreboot.org/p/seabios/downloads/get/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('1ee607f720b848fa7a968741151991b645979f7e')
+source=(http://code.coreboot.org/p/seabios/downloads/get/${pkgname}-${pkgver}.tar.gz
+config.coreboot
+config.seabios-128k
+config.seabios-256k
+config.vga.isavga
+config.vga.stdvga
+config.csm
+config.vga.cirrus
+config.vga.qxl
+config.vga.vmware)
+sha1sums=('1ee607f720b848fa7a968741151991b645979f7e'
+  '5f2adb09c9006def1719b8cbd4792f14a7c7f7c9'
+  'ca47a5bcab73dca8e6ff0d9c51f3f63fd2d2fd98'
+  '05b912a291994226049103cbe6754976cc03532d'
+  'd56482f6ee0bf9633c551b10e99e24c74d9ece1e'
+  '54d4edf6eccf30883aedca348b9d2f125502fcdb'
+  '590739c1d5dc6cb63bdf311ee1cfbcde6c0ccc0f'
+  '84a44c04e74a09affae0d1a6e50800d10997108f'
+  '5a1316a0081f91acc300f57372de18fa9c67415e'
+  '5b017b16aec445df873618aaebd154aa97107148')
 
+# build routine from fedora
+build_bios() {
+make clean distclean
+cp $1 .config
+make oldnoconfig V=1
+
+make V=1 $4
+
+cp out/$2 binaries/$3
+}
+
 prepare() {
   cd ${pkgname}-${pkgver}
+  rm -rf binaries
   sed -i 's/python/python2/g' Makefile
+  mkdir binaries
 }
 
 build() {
-  make -C ${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
+  # seabios
+  build_bios ${srcdir}/config.csm Csm16.bin bios-csm.bin
+  build_bios ${srcdir}/config.coreboot bios.bin.elf bios-coreboot.bin
+  build_bios ${srcdir}/config.seabios-128k bios.bin bios.bin
+  build_bios ${srcdir}/config.seabios-256k bios.bin bios-256k.bin
+  cp out/src/fw/*dsdt*.aml binaries
+  # seavgabios
+  for config in 
${srcdir}/{config.vga.isavga,config.vga.stdvga,config.vga.cirrus,config.vga.qxl,config.vga.vmware};
 do
+name=${config#*config.vga.}
+build_bios ${config} vgabios.bin vgabios-${name}.bin out/vgabios.bin
+  done
 }
 
 package() {
-  install -Dm644 ${pkgname}-${pkgver}/out/bios.bin 
"${pkgdir}/usr/share/qemu/bios.bin"
-  install -Dm644 ${pkgname}-${pkgver}/out/src/fw/*.aml 
"${pkgdir}/usr/share/qemu/"
+  cd ${pkgname}-${pkgver}
+  install -Dm644 binaries/bios.bin "${pkgdir}/usr/share/qemu/bios.bin"
+  install -Dm644 binaries/bios-256k.bin 
"${pkgdir}/usr/share/qemu/bios-256k.bin"
+  install -Dm644 binaries/bios-csm.bin "${pkgdir}/usr/share/qemu/bios-csm.bin"
+  install -Dm644 binaries/bios-coreboot.bin 
"${pkgdir}/usr/share/qemu/bios-coreboot.bin"
+  install -Dm644 binaries/*.aml "${pkgdir}/usr/share/qemu"
+  install -Dm644 binaries/vgabios*.bin "${pkgdir}/usr/share/qemu"
 }
+

Added: config.coreboot
===
--- config.coreboot (rev 0)
+++ config.coreboot 2014-06-17 15:39:07 UTC (rev 215251)
@@ -0,0 +1,2 @@
+CONFIG_QEMU_HARDWARE=y
+CONFIG_COREBOOT=y

Added: config.csm
===
--- config.csm  (rev 0)
+++ config.csm  2014-06-17 15:39:07 UTC (rev 215251)
@@ -0,0 +1,2 @@
+CONFIG_QEMU_HARDWARE=y
+CONFIG_CSM=y

Added: config.seabios-128k
===
--- config.seabios-128k (rev 0)
+++ config.seabios-128k 2014-06-17 15:39:07 UTC (rev 215251)
@@ -0,0 +1,7 @@
+# for qemu machine types 1.7 + older
+# need to turn off features (xhci) to make it fit into 128k
+CONFIG_QEMU=y
+CONFIG_ROM_SIZE=128
+CONFIG_XEN=n
+CONFIG_USB_XHCI=n
+CONFIG_USB_UAS=n

Added: config.seabios-256k
==

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

2014-06-17 Thread Eric Bélanger
Date: Tuesday, June 17, 2014 @ 16:47:07
  Author: eric
Revision: 113304

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  converseen/repos/community-staging-i686/PKGBUILD
(from rev 113303, converseen/trunk/PKGBUILD)
  converseen/repos/community-staging-i686/converseen.install
(from rev 113303, converseen/trunk/converseen.install)
  converseen/repos/community-staging-x86_64/PKGBUILD
(from rev 113303, converseen/trunk/PKGBUILD)
  converseen/repos/community-staging-x86_64/converseen.install
(from rev 113303, converseen/trunk/converseen.install)
Deleted:
  converseen/repos/community-staging-i686/PKGBUILD
  converseen/repos/community-staging-i686/converseen.install
  converseen/repos/community-staging-x86_64/PKGBUILD
  converseen/repos/community-staging-x86_64/converseen.install

-+
 /PKGBUILD   |   64 ++
 /converseen.install |   22 
 community-staging-i686/PKGBUILD |   32 -
 community-staging-i686/converseen.install   |   11 
 community-staging-x86_64/PKGBUILD   |   32 -
 community-staging-x86_64/converseen.install |   11 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-06-17 14:42:56 UTC (rev 113303)
+++ community-staging-i686/PKGBUILD 2014-06-17 14:47:07 UTC (rev 113304)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: archtux 
-
-pkgname=converseen
-pkgver=0.7.2
-pkgrel=2
-pkgdesc="The batch image converter and resizer"
-arch=('i686' 'x86_64')
-url="http://converseen.sourceforge.net/";
-license=('GPL3')
-depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 
'librsvg' 'ghostscript')
-makedepends=('cmake')
-install=converseen.install
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('bf64fc74758be272f7a91e9480a7175e')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=/usr 
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: converseen/repos/community-staging-i686/PKGBUILD (from rev 113303, 
converseen/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-06-17 14:47:07 UTC (rev 113304)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: archtux 
+
+pkgname=converseen
+pkgver=0.7.2
+pkgrel=2
+pkgdesc="The batch image converter and resizer"
+arch=('i686' 'x86_64')
+url="http://converseen.sourceforge.net/";
+license=('GPL3')
+depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 
'librsvg' 'ghostscript')
+makedepends=('cmake')
+install=converseen.install
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('bf64fc74758be272f7a91e9480a7175e')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-staging-i686/converseen.install
===
--- community-staging-i686/converseen.install   2014-06-17 14:42:56 UTC (rev 
113303)
+++ community-staging-i686/converseen.install   2014-06-17 14:47:07 UTC (rev 
113304)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}

Copied: converseen/repos/community-staging-i686/converseen.install (from rev 
113303, converseen/trunk/converseen.install)
===
--- community-staging-i686/converseen.install   (rev 0)
+++ community-staging-i686/converseen.install   2014-06-17 14:47:07 UTC (rev 
113304)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2014-06-17 14:42:56 UTC (rev 113303)
+++ community-staging-x86_64/PKGBUILD   2014-06-17 14:47:07 UTC (rev 113304)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: archtux 
-
-pkgname=converseen
-pkgver=0.7.2
-pkgrel=2
-pkgdesc="The batch image converter and resizer"
-arch=

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

2014-06-17 Thread Eric Bélanger
Date: Tuesday, June 17, 2014 @ 16:42:56
  Author: eric
Revision: 113303

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  converseen/repos/community-staging-i686/
  converseen/repos/community-staging-i686/PKGBUILD
(from rev 113302, converseen/trunk/PKGBUILD)
  converseen/repos/community-staging-i686/converseen.install
(from rev 113302, converseen/trunk/converseen.install)
  converseen/repos/community-staging-x86_64/
  converseen/repos/community-staging-x86_64/PKGBUILD
(from rev 113302, converseen/trunk/PKGBUILD)
  converseen/repos/community-staging-x86_64/converseen.install
(from rev 113302, converseen/trunk/converseen.install)

-+
 community-staging-i686/PKGBUILD |   32 ++
 community-staging-i686/converseen.install   |   11 
 community-staging-x86_64/PKGBUILD   |   32 ++
 community-staging-x86_64/converseen.install |   11 
 4 files changed, 86 insertions(+)

Copied: converseen/repos/community-staging-i686/PKGBUILD (from rev 113302, 
converseen/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-06-17 14:42:56 UTC (rev 113303)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: archtux 
+
+pkgname=converseen
+pkgver=0.7.2
+pkgrel=2
+pkgdesc="The batch image converter and resizer"
+arch=('i686' 'x86_64')
+url="http://converseen.sourceforge.net/";
+license=('GPL3')
+depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 
'librsvg' 'ghostscript')
+makedepends=('cmake')
+install=converseen.install
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('bf64fc74758be272f7a91e9480a7175e')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: converseen/repos/community-staging-i686/converseen.install (from rev 
113302, converseen/trunk/converseen.install)
===
--- community-staging-i686/converseen.install   (rev 0)
+++ community-staging-i686/converseen.install   2014-06-17 14:42:56 UTC (rev 
113303)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}

Copied: converseen/repos/community-staging-x86_64/PKGBUILD (from rev 113302, 
converseen/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-06-17 14:42:56 UTC (rev 113303)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: archtux 
+
+pkgname=converseen
+pkgver=0.7.2
+pkgrel=2
+pkgdesc="The batch image converter and resizer"
+arch=('i686' 'x86_64')
+url="http://converseen.sourceforge.net/";
+license=('GPL3')
+depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 
'librsvg' 'ghostscript')
+makedepends=('cmake')
+install=converseen.install
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('bf64fc74758be272f7a91e9480a7175e')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: converseen/repos/community-staging-x86_64/converseen.install (from rev 
113302, converseen/trunk/converseen.install)
===
--- community-staging-x86_64/converseen.install (rev 0)
+++ community-staging-x86_64/converseen.install 2014-06-17 14:42:56 UTC (rev 
113303)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}



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

2014-06-17 Thread Eric Bélanger
Date: Tuesday, June 17, 2014 @ 16:40:55
  Author: eric
Revision: 113302

upgpkg: converseen 0.7.2-2

Rebuild for imagemagick-6.8.9.3-1, Add missing depends

Modified:
  converseen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 13:28:43 UTC (rev 113301)
+++ PKGBUILD2014-06-17 14:40:55 UTC (rev 113302)
@@ -4,12 +4,12 @@
 
 pkgname=converseen
 pkgver=0.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc="The batch image converter and resizer"
 arch=('i686' 'x86_64')
 url="http://converseen.sourceforge.net/";
 license=('GPL3')
-depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp')
+depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 
'librsvg' 'ghostscript')
 makedepends=('cmake')
 install=converseen.install
 
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)



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

2014-06-17 Thread Lukas Fleischer
Date: Tuesday, June 17, 2014 @ 15:28:43
  Author: lfleischer
Revision: 113301

archrelease: copy trunk to community-any

Added:
  vim-syntastic/repos/community-any/
  vim-syntastic/repos/community-any/PKGBUILD
(from rev 113300, vim-syntastic/trunk/PKGBUILD)
  vim-syntastic/repos/community-any/vimdoc.install
(from rev 113300, vim-syntastic/trunk/vimdoc.install)

+
 PKGBUILD   |   29 +
 vimdoc.install |   19 +++
 2 files changed, 48 insertions(+)

Copied: vim-syntastic/repos/community-any/PKGBUILD (from rev 113300, 
vim-syntastic/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-06-17 13:28:43 UTC (rev 113301)
@@ -0,0 +1,29 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Felip Manyer i Ballester 
+# Contributor: Alex Ferrando 
+# Contributor: Zhang Li 
+
+pkgname=vim-syntastic
+_pkgname=syntastic
+pkgver=3.4.0
+pkgrel=3
+pkgdesc='Automatic syntax checking for Vim'
+arch=('any')
+url='http://www.vim.org/scripts/script.php?script_id=2736'
+license=('MIT')
+depends=('vim')
+groups=('vim-plugins')
+install=vimdoc.install
+source=("https://github.com/scrooloose/${_pkgname}/archive/${pkgver}.tar.gz";)
+md5sums=('5f830b3203c07a91c7ba7597d67eeab2')
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+
+install -d 
"${pkgdir}/usr/share/vim/vimfiles/"{plugin,doc,autoload/syntastic/,syntax_checkers}
+find . -type d -exec chmod 755 '{}' \;
+cp -dr plugin/* "$pkgdir/usr/share/vim/vimfiles/plugin/"
+install -Dm0644 doc/syntastic.txt 
"${pkgdir}/usr/share/vim/vimfiles/doc/syntastic.txt"
+cp autoload/syntastic/* 
"$pkgdir/usr/share/vim/vimfiles/autoload/syntastic/"
+cp -dr syntax_checkers/* "$pkgdir/usr/share/vim/vimfiles/syntax_checkers/"
+}

Copied: vim-syntastic/repos/community-any/vimdoc.install (from rev 113300, 
vim-syntastic/trunk/vimdoc.install)
===
--- community-any/vimdoc.install(rev 0)
+++ community-any/vimdoc.install2014-06-17 13:28:43 UTC (rev 113301)
@@ -0,0 +1,19 @@
+post_install() {
+echo -n "Updating vim help tags..."
+/usr/bin/vim --noplugins -u NONE -U NONE \
+--cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 
2>&1
+echo "done."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install
+}
+
+op=$1
+shift
+
+$op $*



[arch-commits] Commit in (5 files)

2014-06-17 Thread Lukas Fleischer
Date: Tuesday, June 17, 2014 @ 15:28:02
  Author: lfleischer
Revision: 113300

Initial import of vim-syntastic

Added:
  vim-syntastic/
  vim-syntastic/repos/
  vim-syntastic/trunk/
  vim-syntastic/trunk/PKGBUILD
  vim-syntastic/trunk/vimdoc.install

+
 PKGBUILD   |   29 +
 vimdoc.install |   19 +++
 2 files changed, 48 insertions(+)

Added: vim-syntastic/trunk/PKGBUILD
===
--- vim-syntastic/trunk/PKGBUILD(rev 0)
+++ vim-syntastic/trunk/PKGBUILD2014-06-17 13:28:02 UTC (rev 113300)
@@ -0,0 +1,29 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Felip Manyer i Ballester 
+# Contributor: Alex Ferrando 
+# Contributor: Zhang Li 
+
+pkgname=vim-syntastic
+_pkgname=syntastic
+pkgver=3.4.0
+pkgrel=3
+pkgdesc='Automatic syntax checking for Vim'
+arch=('any')
+url='http://www.vim.org/scripts/script.php?script_id=2736'
+license=('MIT')
+depends=('vim')
+groups=('vim-plugins')
+install=vimdoc.install
+source=("https://github.com/scrooloose/${_pkgname}/archive/${pkgver}.tar.gz";)
+md5sums=('5f830b3203c07a91c7ba7597d67eeab2')
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+
+install -d 
"${pkgdir}/usr/share/vim/vimfiles/"{plugin,doc,autoload/syntastic/,syntax_checkers}
+find . -type d -exec chmod 755 '{}' \;
+cp -dr plugin/* "$pkgdir/usr/share/vim/vimfiles/plugin/"
+install -Dm0644 doc/syntastic.txt 
"${pkgdir}/usr/share/vim/vimfiles/doc/syntastic.txt"
+cp autoload/syntastic/* 
"$pkgdir/usr/share/vim/vimfiles/autoload/syntastic/"
+cp -dr syntax_checkers/* "$pkgdir/usr/share/vim/vimfiles/syntax_checkers/"
+}

Added: vim-syntastic/trunk/vimdoc.install
===
--- vim-syntastic/trunk/vimdoc.install  (rev 0)
+++ vim-syntastic/trunk/vimdoc.install  2014-06-17 13:28:02 UTC (rev 113300)
@@ -0,0 +1,19 @@
+post_install() {
+echo -n "Updating vim help tags..."
+/usr/bin/vim --noplugins -u NONE -U NONE \
+--cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 
2>&1
+echo "done."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install
+}
+
+op=$1
+shift
+
+$op $*



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

2014-06-17 Thread Florian Pritz
Date: Tuesday, June 17, 2014 @ 14:06:26
  Author: bluewind
Revision: 215250

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/
  netctl/repos/testing-any/PKGBUILD
(from rev 215249, netctl/trunk/PKGBUILD)

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

Copied: netctl/repos/testing-any/PKGBUILD (from rev 215249, 
netctl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-06-17 12:06:26 UTC (rev 215250)
@@ -0,0 +1,34 @@
+# Maintainer: Jouke Witteveen 
+
+pkgname=netctl
+pkgver=1.8
+pkgrel=1
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+depends=('coreutils' 'iproute2' 'openresolv' 'systemd')
+# The source tarball includes pre-built (using asciidoc) documentation.
+makedepends=('pkg-config')
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ppp: for pppoe connections'
+   )
+source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=('any')
+md5sums=('4994bdfa29c835b70a9e11abd6e538b9'
+ '084768e839e0bfa8caed9ec43d27fec3')
+
+package() {
+  cd "$srcdir/netctl-${pkgver}"
+  make DESTDIR="$pkgdir" install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/netctl"
+  install -D -m644 contrib/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_netctl"
+}
+



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

2014-06-17 Thread Florian Pritz
Date: Tuesday, June 17, 2014 @ 14:05:53
  Author: bluewind
Revision: 215249

upgpkg: netctl 1.8-1

upstream update

Modified:
  netctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 07:52:49 UTC (rev 215248)
+++ PKGBUILD2014-06-17 12:05:53 UTC (rev 215249)
@@ -1,7 +1,7 @@
 # Maintainer: Jouke Witteveen 
 
 pkgname=netctl
-pkgver=1.7
+pkgver=1.8
 pkgrel=1
 pkgdesc='Profile based systemd network management'
 url='http://projects.archlinux.org/netctl.git/'
@@ -20,8 +20,8 @@
)
 
source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
 arch=('any')
-md5sums=('e4e57290543a5313b0b2cde7a4d2bc21'
- '4703ccb7c42dcf0c71549c750c75835f')
+md5sums=('4994bdfa29c835b70a9e11abd6e538b9'
+ '084768e839e0bfa8caed9ec43d27fec3')
 
 package() {
   cd "$srcdir/netctl-${pkgver}"



[arch-commits] Commit in chmsee/repos (12 files)

2014-06-17 Thread Laurent Carlier
Date: Tuesday, June 17, 2014 @ 13:57:10
  Author: lcarlier
Revision: 113299

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

Added:
  chmsee/repos/community-i686/PKGBUILD
(from rev 113298, chmsee/trunk/PKGBUILD)
  chmsee/repos/community-i686/chmsee
(from rev 113298, chmsee/trunk/chmsee)
  chmsee/repos/community-i686/chmsee.install
(from rev 113298, chmsee/trunk/chmsee.install)
  chmsee/repos/community-x86_64/PKGBUILD
(from rev 113298, chmsee/trunk/PKGBUILD)
  chmsee/repos/community-x86_64/chmsee
(from rev 113298, chmsee/trunk/chmsee)
  chmsee/repos/community-x86_64/chmsee.install
(from rev 113298, chmsee/trunk/chmsee.install)
Deleted:
  chmsee/repos/community-i686/PKGBUILD
  chmsee/repos/community-i686/chmsee
  chmsee/repos/community-i686/chmsee.install
  chmsee/repos/community-x86_64/PKGBUILD
  chmsee/repos/community-x86_64/chmsee
  chmsee/repos/community-x86_64/chmsee.install

-+
 /PKGBUILD   |   94 ++
 /chmsee |4 +
 /chmsee.install |   22 
 community-i686/PKGBUILD |   47 ---
 community-i686/chmsee   |2 
 community-i686/chmsee.install   |   11 
 community-x86_64/PKGBUILD   |   47 ---
 community-x86_64/chmsee |2 
 community-x86_64/chmsee.install |   11 
 9 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-17 11:56:56 UTC (rev 113298)
+++ community-i686/PKGBUILD 2014-06-17 11:57:10 UTC (rev 113299)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer : Laurent Carlier 
-# Contributor: dionydonny 
-# Contributor: Ermanno 
-
-pkgname=chmsee
-pkgver=2.0.2
-pkgrel=5
-arch=('i686' 'x86_64')
-pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
-url="http://chmsee.googlecode.com/";
-license=('GPL')
-depends=('xulrunner>21.0' 'xulrunner<31.0' 'chmlib' 'desktop-file-utils')
-makedepends=('python2')
-source=(https://chmsee.googlecode.com/files/$pkgname-$pkgver.tar.gz
-chmsee)
-install=chmsee.install
-md5sums=('c6a6ce009395c72ecf0530500ecda37c'
- '1787edd1de8aa75bd9fa75a5ab319e85')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i -e 's/^\(MaxVersion=\).*/\130.*/' application.ini
-}
-
-build() {
-  cd $pkgname-$pkgver/src
-  cp Makefile.arch Makefile
-  make -j1
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -d "$pkgdir"/usr/share/chmsee
-  cp -a * "$pkgdir"/usr/share/chmsee
-  rm -r "$pkgdir"/usr/share/chmsee/src
-  install -Dm644 data/chmsee.desktop.in \
-"$pkgdir"/usr/share/applications/chmsee.desktop
-
-  # Fix FS#25152
-  sed -i -e 's/_//g' "$pkgdir"/usr/share/applications/chmsee.desktop
-
-  install -d "$pkgdir"/usr/share/pixmaps
-  install -Dm644 data/chmsee-icon.png "$pkgdir"/usr/share/pixmaps
-  install -Dm755 ${srcdir}/chmsee "$pkgdir"/usr/bin/chmsee
-}

Copied: chmsee/repos/community-i686/PKGBUILD (from rev 113298, 
chmsee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-17 11:57:10 UTC (rev 113299)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: dionydonny 
+# Contributor: Ermanno 
+
+pkgname=chmsee
+pkgver=2.0.2
+pkgrel=6
+arch=('i686' 'x86_64')
+pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
+url="http://chmsee.googlecode.com/";
+license=('GPL')
+depends=('xulrunner>21.0' 'xulrunner<31.0' 'chmlib' 'desktop-file-utils')
+makedepends=('python2')
+source=(https://chmsee.googlecode.com/files/$pkgname-$pkgver.tar.gz
+chmsee)
+install=chmsee.install
+md5sums=('c6a6ce009395c72ecf0530500ecda37c'
+ '1787edd1de8aa75bd9fa75a5ab319e85')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's/^\(MaxVersion=\).*/\130.*/' application.ini
+}
+
+build() {
+  cd $pkgname-$pkgver/src
+  cp Makefile.arch Makefile
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -d "$pkgdir"/usr/share/chmsee
+  cp -a * "$pkgdir"/usr/share/chmsee
+  rm -r "$pkgdir"/usr/share/chmsee/src
+  install -Dm644 data/chmsee.desktop.in \
+"$pkgdir"/usr/share/applications/chmsee.desktop
+
+  # Fix FS#25152
+  sed -i -e 's/_//g' "$pkgdir"/usr/share/applications/chmsee.desktop
+
+  install -d "$pkgdir"/usr/share/pixmaps
+  install -Dm644 data/chmsee-icon.png "$pkgdir"/usr/share/pixmaps
+  install -Dm755 ${srcdir}/chmsee "$pkgdir"/usr/bin/chmsee
+}

Deleted: community-i686/chmsee
===
--- community-i686/chmsee   2014-06-17 11:56:56 UTC (rev 113298)
+++ community-i686/chmsee   2014-06-17 11:57:10 UTC (rev 113299)
@@ -1,2 +0,0 @@
-#!/bin/sh
-xulrunner /usr/share/chmsee/application.ini "$@"

Copied: chmsee/repos/community-i686/chmsee (from rev 1

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

2014-06-17 Thread Laurent Carlier
Date: Tuesday, June 17, 2014 @ 13:56:56
  Author: lcarlier
Revision: 113298

upgpkg: chmsee 2.0.2-6

forgot to bump pkgrel

Modified:
  chmsee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 11:52:16 UTC (rev 113297)
+++ PKGBUILD2014-06-17 11:56:56 UTC (rev 113298)
@@ -5,7 +5,7 @@
 
 pkgname=chmsee
 pkgver=2.0.2
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
 url="http://chmsee.googlecode.com/";



[arch-commits] Commit in chmsee/repos (12 files)

2014-06-17 Thread Laurent Carlier
Date: Tuesday, June 17, 2014 @ 13:52:16
  Author: lcarlier
Revision: 113297

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

Added:
  chmsee/repos/community-i686/PKGBUILD
(from rev 113296, chmsee/trunk/PKGBUILD)
  chmsee/repos/community-i686/chmsee
(from rev 113296, chmsee/trunk/chmsee)
  chmsee/repos/community-i686/chmsee.install
(from rev 113296, chmsee/trunk/chmsee.install)
  chmsee/repos/community-x86_64/PKGBUILD
(from rev 113296, chmsee/trunk/PKGBUILD)
  chmsee/repos/community-x86_64/chmsee
(from rev 113296, chmsee/trunk/chmsee)
  chmsee/repos/community-x86_64/chmsee.install
(from rev 113296, chmsee/trunk/chmsee.install)
Deleted:
  chmsee/repos/community-i686/PKGBUILD
  chmsee/repos/community-i686/chmsee
  chmsee/repos/community-i686/chmsee.install
  chmsee/repos/community-x86_64/PKGBUILD
  chmsee/repos/community-x86_64/chmsee
  chmsee/repos/community-x86_64/chmsee.install

-+
 /PKGBUILD   |   94 ++
 /chmsee |4 +
 /chmsee.install |   22 
 community-i686/PKGBUILD |   47 ---
 community-i686/chmsee   |2 
 community-i686/chmsee.install   |   11 
 community-x86_64/PKGBUILD   |   47 ---
 community-x86_64/chmsee |2 
 community-x86_64/chmsee.install |   11 
 9 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-17 11:52:02 UTC (rev 113296)
+++ community-i686/PKGBUILD 2014-06-17 11:52:16 UTC (rev 113297)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer : Laurent Carlier 
-# Contributor: dionydonny 
-# Contributor: Ermanno 
-
-pkgname=chmsee
-pkgver=2.0.2
-pkgrel=5
-arch=('i686' 'x86_64')
-pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
-url="http://chmsee.googlecode.com/";
-license=('GPL')
-depends=('xulrunner>21.0' 'xulrunner<30.0' 'chmlib' 'desktop-file-utils')
-makedepends=('python2')
-source=(https://chmsee.googlecode.com/files/$pkgname-$pkgver.tar.gz
-chmsee)
-install=chmsee.install
-md5sums=('c6a6ce009395c72ecf0530500ecda37c'
- '1787edd1de8aa75bd9fa75a5ab319e85')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i -e 's/^\(MaxVersion=\).*/\129.*/' application.ini
-}
-
-build() {
-  cd $pkgname-$pkgver/src
-  cp Makefile.arch Makefile
-  make -j1
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -d "$pkgdir"/usr/share/chmsee
-  cp -a * "$pkgdir"/usr/share/chmsee
-  rm -r "$pkgdir"/usr/share/chmsee/src
-  install -Dm644 data/chmsee.desktop.in \
-"$pkgdir"/usr/share/applications/chmsee.desktop
-
-  # Fix FS#25152
-  sed -i -e 's/_//g' "$pkgdir"/usr/share/applications/chmsee.desktop
-
-  install -d "$pkgdir"/usr/share/pixmaps
-  install -Dm644 data/chmsee-icon.png "$pkgdir"/usr/share/pixmaps
-  install -Dm755 ${srcdir}/chmsee "$pkgdir"/usr/bin/chmsee
-}

Copied: chmsee/repos/community-i686/PKGBUILD (from rev 113296, 
chmsee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-17 11:52:16 UTC (rev 113297)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: dionydonny 
+# Contributor: Ermanno 
+
+pkgname=chmsee
+pkgver=2.0.2
+pkgrel=5
+arch=('i686' 'x86_64')
+pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
+url="http://chmsee.googlecode.com/";
+license=('GPL')
+depends=('xulrunner>21.0' 'xulrunner<31.0' 'chmlib' 'desktop-file-utils')
+makedepends=('python2')
+source=(https://chmsee.googlecode.com/files/$pkgname-$pkgver.tar.gz
+chmsee)
+install=chmsee.install
+md5sums=('c6a6ce009395c72ecf0530500ecda37c'
+ '1787edd1de8aa75bd9fa75a5ab319e85')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's/^\(MaxVersion=\).*/\130.*/' application.ini
+}
+
+build() {
+  cd $pkgname-$pkgver/src
+  cp Makefile.arch Makefile
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -d "$pkgdir"/usr/share/chmsee
+  cp -a * "$pkgdir"/usr/share/chmsee
+  rm -r "$pkgdir"/usr/share/chmsee/src
+  install -Dm644 data/chmsee.desktop.in \
+"$pkgdir"/usr/share/applications/chmsee.desktop
+
+  # Fix FS#25152
+  sed -i -e 's/_//g' "$pkgdir"/usr/share/applications/chmsee.desktop
+
+  install -d "$pkgdir"/usr/share/pixmaps
+  install -Dm644 data/chmsee-icon.png "$pkgdir"/usr/share/pixmaps
+  install -Dm755 ${srcdir}/chmsee "$pkgdir"/usr/bin/chmsee
+}

Deleted: community-i686/chmsee
===
--- community-i686/chmsee   2014-06-17 11:52:02 UTC (rev 113296)
+++ community-i686/chmsee   2014-06-17 11:52:16 UTC (rev 113297)
@@ -1,2 +0,0 @@
-#!/bin/sh
-xulrunner /usr/share/chmsee/application.ini "$@"

Copied: chmsee/repos/community-i686/chmsee (from rev 1

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

2014-06-17 Thread Laurent Carlier
Date: Tuesday, June 17, 2014 @ 13:52:02
  Author: lcarlier
Revision: 113296

upgpkg: chmsee 2.0.2-5

xulrunner-30.0 rebuild

Modified:
  chmsee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 11:11:11 UTC (rev 113295)
+++ PKGBUILD2014-06-17 11:52:02 UTC (rev 113296)
@@ -10,7 +10,7 @@
 pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
 url="http://chmsee.googlecode.com/";
 license=('GPL')
-depends=('xulrunner>21.0' 'xulrunner<30.0' 'chmlib' 'desktop-file-utils')
+depends=('xulrunner>21.0' 'xulrunner<31.0' 'chmlib' 'desktop-file-utils')
 makedepends=('python2')
 source=(https://chmsee.googlecode.com/files/$pkgname-$pkgver.tar.gz
 chmsee)
@@ -20,7 +20,7 @@
 
 prepare() {
   cd $pkgname-$pkgver
-  sed -i -e 's/^\(MaxVersion=\).*/\129.*/' application.ini
+  sed -i -e 's/^\(MaxVersion=\).*/\130.*/' application.ini
 }
 
 build() {



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

2014-06-17 Thread Kyle Keen
Date: Tuesday, June 17, 2014 @ 13:11:11
  Author: kkeen
Revision: 113295

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

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 113294, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 113294, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 113294, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 113294, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 113294, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 113294, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 113294, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 113294, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
  seamonkey/repos/community-i686/seamonkey.install
  seamonkey/repos/community-x86_64/PKGBUILD
  seamonkey/repos/community-x86_64/mozconfig
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 /PKGBUILD |  150 
 /mozconfig|   72 +
 /seamonkey-2.0-lang.patch |   22 
 /seamonkey.install|   24 
 community-i686/PKGBUILD   |   75 --
 community-i686/mozconfig  |   36 --
 community-i686/seamonkey-2.0-lang.patch   |   11 --
 community-i686/seamonkey.install  |   12 --
 community-x86_64/PKGBUILD |   75 --
 community-x86_64/mozconfig|   36 --
 community-x86_64/seamonkey-2.0-lang.patch |   11 --
 community-x86_64/seamonkey.install|   12 --
 12 files changed, 268 insertions(+), 268 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-17 09:48:19 UTC (rev 113294)
+++ community-i686/PKGBUILD 2014-06-17 11:11:11 UTC (rev 113295)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=seamonkey
-pkgver=2.26.1
-pkgrel=1
-pkgdesc="SeaMonkey internet suite"
-arch=('i686' 'x86_64')
-license=('MPL')
-depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'hunspell'  
'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  'mozilla-common'  
'nss'  'sqlite'  'startup-notification' 'libpulse' 'icu')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gstreamer0.10-base')
-optdepends=('gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
-'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
-'gstreamer0.10-good-plugins: webm and mp4 demuxing'
-'gstreamer0.10-ugly-plugins: h.264 decoding')
-install=$pkgname.install
-url="http://www.seamonkey-project.org/";
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2
-mozconfig
-seamonkey-2.0-lang.patch)
-md5sums=('4bfa46b370b4d211eef56b90277a9517'
- '9b6d65e9b77acf9fd7c6e3578a5d2acd'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-prepare() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed -i '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
-
-  # 2.26 build fix from wgnie (blfs ch 37)
-  sed -i 's/$(MOZ_ZLIB_CFLAGS)/& $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
-}
-
-build() {
-  cd comm-release
-
-  export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver"
-  export MOZ_MAKE_FLAGS="$MAKEFLAGS"
-  unset MAKEFLAGS
-  unset CPPFLAGS
-
-  make -j1 -f client.mk build
-}
-
-package() {
-  cd comm-release
-
-  make -j1 -f client.mk DESTDIR="$pkgdir" INSTALL_SDK= install
-
-  rm -rf "$pkgdir"/usr/lib/seamonkey-$pkgver/{dictionaries,hyphenation}
-  ln -s /usr/share/hunspell "$pkgdir/usr/lib/seamonkey-$pkgver/dictionaries"
-  ln -s /usr/share/hyphen "$pkgdir/usr/lib/seamonkey-$pkgver/hyphenation"
-
-  install -Dm644 suite/branding/nightly/icons/gtk/seamonkey.png \
-"$pkgdir/usr/share/pixmaps/seamonkey.png"
-
-  install -Dm644 mozilla/toolkit/mozapps/installer/linux/rpm/mozilla.desktop \
-"$pkgdir/usr/share/applications/seamonkey.desktop"
-  sed -i 's/@MOZ_APP_DISPLAYNAME@/SeaMonkey internet suite/' 

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

2014-06-17 Thread Timothy Redaelli
Date: Tuesday, June 17, 2014 @ 11:48:19
  Author: tredaelli
Revision: 113294

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

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 113293, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-i686/bitcoin-qt.install
(from rev 113293, bitcoin/trunk/bitcoin-qt.install)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 113293, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/bitcoin-qt.install
(from rev 113293, bitcoin/trunk/bitcoin-qt.install)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-i686/bitcoin-qt.install
  bitcoin/repos/community-x86_64/PKGBUILD
  bitcoin/repos/community-x86_64/bitcoin-qt.install

-+
 /PKGBUILD   |  132 ++
 /bitcoin-qt.install |   22 +
 community-i686/PKGBUILD |   66 -
 community-i686/bitcoin-qt.install   |   11 --
 community-x86_64/PKGBUILD   |   66 -
 community-x86_64/bitcoin-qt.install |   11 --
 6 files changed, 154 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-17 09:41:41 UTC (rev 113293)
+++ community-i686/PKGBUILD 2014-06-17 09:48:19 UTC (rev 113294)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-qt')
-pkgver=0.9.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/";
-makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc' 'protobuf')
-license=('MIT')
-source=(http://bitcoin.org/bin/$pkgver/bitcoin-$pkgver-linux.tar.gz
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/bitcoin-qt.desktop
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/share/pixmaps/bitcoin128.png
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/examples/bitcoin.conf
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoind.1
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5)
-sha256sums=('58a77aeb4c81b54d3903d85abce4f0fb580694a3611a415c5fe69a27dea5935b'
-'b65b377c0d9ecae9eea722843bca0add6bdb7e50929a7e1f751b79b6621c6073'
-'ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722'
-'e141088b07641e4e58cc750f93bbdda1ca0e8f07262fce66b73524c1ed97480e'
-'881dcc53ebe2d2a4f8647eb206fd355c69e4186f225e2dcfce19d276381e613a'
-'b7b232079027c41061dcfd21bca2054e349e4bed4f233733406bb3d90bd533ec')
-
-prepare() {
-  cd "$srcdir/$pkgbase-$pkgver-linux/src"
-  tar xf $pkgbase-$pkgver.tar.gz
-}
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver-linux/src/$pkgbase-$pkgver"
-  ./configure --prefix=/usr --with-incompatible-bdb --with-gui=qt4
-  make
-}
-
-package_bitcoin-qt() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
-  depends=(boost-libs qt4 miniupnpc qrencode protobuf)
-  install=bitcoin-qt.install
-
-  cd "$srcdir/$pkgbase-$pkgver-linux/src/$pkgbase-$pkgver"
-  install -Dm755 src/qt/bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
-  install -Dm644 "$srcdir"/bitcoin-qt.desktop \
-"$pkgdir"/usr/share/applications/bitcoin.desktop
-  install -Dm644 "$srcdir"/bitcoin128.png \
-"$pkgdir"/usr/share/pixmaps/bitcoin128.png
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-daemon() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
-  depends=(boost-libs miniupnpc openssl)
-
-  cd "$srcdir/$pkgbase-$pkgver-linux/src/$pkgbase-$pkgver"
-  install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
-  install -Dm644 "$srcdir"/bitcoin.conf \
-"$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf"
-  install -Dm644 "$srcdir"/bitcoind.1 \
-"$pkgdir"/usr/share/man/man1/bitcoind.1
-  install -Dm644 "$srcdir"/bitcoin.conf.5 \
-"$pkgdir"/usr/share/man/man5/bitcoin.conf.5
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-

Copied: bitcoin/repos/community-i686/PKGBUILD (from rev 113293, 
bitcoin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-17 09:48:19 UTC (rev 113294)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-qt')
+pkgver=0.9.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/";
+makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc' 'protobuf')
+license=('MIT')
+source=(http://bitcoin.org/bin/$pkgver/bitcoin-$pkgver-linux.tar.gz
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/bitcoin-qt.desktop
+   
https://raw.github.com/bitcoin/bitcoin

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

2014-06-17 Thread Timothy Redaelli
Date: Tuesday, June 17, 2014 @ 11:41:41
  Author: tredaelli
Revision: 113293

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

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 113292, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-i686/bitcoin-qt.install
(from rev 113292, bitcoin/trunk/bitcoin-qt.install)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 113292, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/bitcoin-qt.install
(from rev 113292, bitcoin/trunk/bitcoin-qt.install)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-i686/bitcoin-qt.install
  bitcoin/repos/community-x86_64/PKGBUILD
  bitcoin/repos/community-x86_64/bitcoin-qt.install

-+
 /PKGBUILD   |  132 ++
 /bitcoin-qt.install |   22 +
 community-i686/PKGBUILD |   66 -
 community-i686/bitcoin-qt.install   |   11 --
 community-x86_64/PKGBUILD   |   66 -
 community-x86_64/bitcoin-qt.install |   11 --
 6 files changed, 154 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-17 09:41:30 UTC (rev 113292)
+++ community-i686/PKGBUILD 2014-06-17 09:41:41 UTC (rev 113293)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-qt')
-pkgver=0.9.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/";
-makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc' 'protobuf')
-license=('MIT')
-source=(http://bitcoin.org/bin/$pkgver/bitcoin-$pkgver-linux.tar.gz
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/bitcoin-qt.desktop
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/share/pixmaps/bitcoin128.png
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/examples/bitcoin.conf
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoind.1
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5)
-sha256sums=('3fabc1c629007b465a278525883663d41a2ba62699f2773536a8bf59ca210425'
-'b65b377c0d9ecae9eea722843bca0add6bdb7e50929a7e1f751b79b6621c6073'
-'ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722'
-'e141088b07641e4e58cc750f93bbdda1ca0e8f07262fce66b73524c1ed97480e'
-'881dcc53ebe2d2a4f8647eb206fd355c69e4186f225e2dcfce19d276381e613a'
-'f4598dcff7056a699b62a079b76e74d54435db22e05723bab995e22ae71c7f79')
-
-prepare() {
-  cd "$srcdir/$pkgbase-$pkgver-linux/src"
-  tar xf $pkgbase-$pkgver.tar.gz
-}
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver-linux/src/$pkgbase-$pkgver"
-  ./configure --prefix=/usr --with-incompatible-bdb --with-gui=qt4
-  make
-}
-
-package_bitcoin-qt() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
-  depends=(boost-libs qt4 miniupnpc qrencode protobuf)
-  install=bitcoin-qt.install
-
-  cd "$srcdir/$pkgbase-$pkgver-linux/src/$pkgbase-$pkgver"
-  install -Dm755 src/qt/bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
-  install -Dm644 "$srcdir"/bitcoin-qt.desktop \
-"$pkgdir"/usr/share/applications/bitcoin.desktop
-  install -Dm644 "$srcdir"/bitcoin128.png \
-"$pkgdir"/usr/share/pixmaps/bitcoin128.png
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-daemon() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
-  depends=(boost-libs miniupnpc openssl)
-
-  cd "$srcdir/$pkgbase-$pkgver-linux/src/$pkgbase-$pkgver"
-  install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
-  install -Dm644 "$srcdir"/bitcoin.conf \
-"$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf"
-  install -Dm644 "$srcdir"/bitcoind.1 \
-"$pkgdir"/usr/share/man/man1/bitcoind.1
-  install -Dm644 "$srcdir"/bitcoin.conf.5 \
-"$pkgdir"/usr/share/man/man5/bitcoin.conf.5
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-

Copied: bitcoin/repos/community-i686/PKGBUILD (from rev 113292, 
bitcoin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-17 09:41:41 UTC (rev 113293)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-qt')
+pkgver=0.9.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/";
+makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc' 'protobuf')
+license=('MIT')
+source=(http://bitcoin.org/bin/$pkgver/bitcoin-$pkgver-linux.tar.gz
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/bitcoin-qt.desktop
+   
https://raw.github.com/bitcoin/bitcoin

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

2014-06-17 Thread Timothy Redaelli
Date: Tuesday, June 17, 2014 @ 11:41:30
  Author: tredaelli
Revision: 113292

upgpkg: bitcoin 0.9.2-1

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 09:06:26 UTC (rev 113291)
+++ PKGBUILD2014-06-17 09:41:30 UTC (rev 113292)
@@ -4,7 +4,7 @@
 
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-qt')
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.bitcoin.org/";
@@ -16,12 +16,12 @@

https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/examples/bitcoin.conf

https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoind.1

https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5)
-sha256sums=('3fabc1c629007b465a278525883663d41a2ba62699f2773536a8bf59ca210425'
+sha256sums=('58a77aeb4c81b54d3903d85abce4f0fb580694a3611a415c5fe69a27dea5935b'
 'b65b377c0d9ecae9eea722843bca0add6bdb7e50929a7e1f751b79b6621c6073'
 'ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722'
 'e141088b07641e4e58cc750f93bbdda1ca0e8f07262fce66b73524c1ed97480e'
 '881dcc53ebe2d2a4f8647eb206fd355c69e4186f225e2dcfce19d276381e613a'
-'f4598dcff7056a699b62a079b76e74d54435db22e05723bab995e22ae71c7f79')
+'b7b232079027c41061dcfd21bca2054e349e4bed4f233733406bb3d90bd533ec')
 
 prepare() {
   cd "$srcdir/$pkgbase-$pkgver-linux/src"



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

2014-06-17 Thread Sven-Hendrik Haase
Date: Tuesday, June 17, 2014 @ 11:06:17
  Author: svenstaro
Revision: 113290

upgpkg: pypy 2.3.1-1

upstream release 2.3.1

Modified:
  pypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 09:02:18 UTC (rev 113289)
+++ PKGBUILD2014-06-17 09:06:17 UTC (rev 113290)
@@ -3,8 +3,8 @@
 # Contributor: William Giokas <1007...@gmail.com>
 
 pkgname=pypy
-pkgver=2.3
-pkgrel=2
+pkgver=2.3.1
+pkgrel=1
 pkgdesc="A Python implementation written in Python, JIT enabled"
 url="http://pypy.org";
 arch=('i686' 'x86_64')



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

2014-06-17 Thread Sven-Hendrik Haase
Date: Tuesday, June 17, 2014 @ 11:06:26
  Author: svenstaro
Revision: 113291

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

Added:
  pypy/repos/community-i686/LICENSE
(from rev 113290, pypy/trunk/LICENSE)
  pypy/repos/community-i686/PKGBUILD
(from rev 113290, pypy/trunk/PKGBUILD)
  pypy/repos/community-x86_64/LICENSE
(from rev 113290, pypy/trunk/LICENSE)
  pypy/repos/community-x86_64/PKGBUILD
(from rev 113290, pypy/trunk/PKGBUILD)
Deleted:
  pypy/repos/community-i686/LICENSE
  pypy/repos/community-i686/PKGBUILD
  pypy/repos/community-x86_64/LICENSE
  pypy/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |  308 
 /PKGBUILD |   92 +
 community-i686/LICENSE|  154 --
 community-i686/PKGBUILD   |   46 --
 community-x86_64/LICENSE  |  154 --
 community-x86_64/PKGBUILD |   46 --
 6 files changed, 400 insertions(+), 400 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2014-06-17 09:06:17 UTC (rev 113290)
+++ community-i686/LICENSE  2014-06-17 09:06:26 UTC (rev 113291)
@@ -1,154 +0,0 @@
-License for files in the pypy/ directory 
-==
-
-Except when otherwise stated (look for LICENSE files in directories or
-information at the beginning of each file) all software and
-documentation in the 'pypy' directories is licensed as follows: 
-
-The MIT License
-
-Permission is hereby granted, free of charge, to any person 
-obtaining a copy of this software and associated documentation 
-files (the "Software"), to deal in the Software without 
-restriction, including without limitation the rights to use, 
-copy, modify, merge, publish, distribute, sublicense, and/or 
-sell copies of the Software, and to permit persons to whom the 
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included 
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
MERCHANTABILITY, 
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
-DEALINGS IN THE SOFTWARE.
-
-
-PyPy Copyright holders 2003-2010
 
-
-Except when otherwise stated (look for LICENSE files or information at
-the beginning of each file) the files in the 'pypy' directory are each
-copyrighted by one or more of the following people and organizations:
-
-Armin Rigo
-Maciej Fijalkowski
-Carl Friedrich Bolz
-Samuele Pedroni
-Antonio Cuni
-Michael Hudson
-Christian Tismer
-Holger Krekel
-Eric van Riet Paap
-Richard Emslie
-Anders Chrigstrom
-Amaury Forgeot d Arc
-Aurelien Campeas
-Anders Lehmann
-Niklaus Haldimann
-Seo Sanghyeon
-Leonardo Santagada
-Lawrence Oluyede
-Jakub Gustak
-Guido Wesdorp
-Benjamin Peterson
-Alexander Schremmer
-Niko Matsakis
-Ludovic Aubry
-Alex Martelli
-Toon Verwaest
-Stephan Diehl
-Adrien Di Mascio
-Stefan Schwarzer
-Tomek Meka
-Patrick Maupin
-Jacob Hallen
-Laura Creighton
-Bob Ippolito
-Camillo Bruni
-Simon Burton
-Bruno Gola
-Alexandre Fayolle
-Marius Gedminas
-Guido van Rossum
-Valentino Volonghi
-Adrian Kuhn
-Paul deGrandis
-Gerald Klix
-Wanja Saatkamp
-Anders Hammarquist
-Oscar Nierstrasz
-Eugene Oden
-Lukas Renggli
-Guenter Jantzen
-Dinu Gherman
-Bartosz Skowron
-Georg Brandl
-Ben Young
-Jean-Paul Calderone
-Nicolas Chauvat
-Rocco Moretti
-Michael Twomey
-boria
-Jared Grubb
-Olivier Dormond
-Stuart Williams
-Jens-Uwe Mager
-Justas Sadzevicius
-Mikael Schönenberg
-Brian Dorsey
-Jonathan David Riehl
-Beatrice During
-Elmo Mäntynen
-Andreas Friedge
-Alex Gaynor
-Anders Qvist
-Alan McIntyre
-Bert Freudenberg
-
-Heinrich-Heine University, Germany 
-Open End AB (formerly AB Strakt), Sweden
-merlinux GmbH, Germany 
-tismerysoft GmbH, Germany 
-Logilab Paris, France 
-DFKI GmbH, Germany 
-Impara, Germany
-Change Maker, Sweden 
-
- 
-License for 'lib-python/2.5.2' and 'lib-python/2.5.2-modified'
-== 
-
-Except when otherwise stated (look for LICENSE files or
-copyright/license inf

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

2014-06-17 Thread Sergej Pupykin
Date: Tuesday, June 17, 2014 @ 11:02:18
  Author: spupykin
Revision: 113289

Modified:
  remmina/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 08:12:05 UTC (rev 113288)
+++ PKGBUILD2014-06-17 09:02:18 UTC (rev 113289)
@@ -15,7 +15,8 @@
'freerdp'
'telepathy-glib'
'gnome-keyring'
-   'nxproxy')
+   'nxproxy'
+   'xorg-server-xephyr: XDMCP support')
 replaces=('remmina-plugins')
 provides=('remmina-plugins')
 install=remmina.install



[arch-commits] Commit in glances/repos/community-any (PKGBUILD PKGBUILD)

2014-06-17 Thread Sébastien Luttringer
Date: Tuesday, June 17, 2014 @ 10:12:05
  Author: seblu
Revision: 113288

archrelease: copy trunk to community-any

Added:
  glances/repos/community-any/PKGBUILD
(from rev 113287, glances/trunk/PKGBUILD)
Deleted:
  glances/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-17 08:10:57 UTC (rev 113287)
+++ PKGBUILD2014-06-17 08:12:05 UTC (rev 113288)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Francois Boulogne 
-
-pkgname=glances
-pkgver=2.0
-pkgrel=1
-pkgdesc='CLI curses-based monitoring tool'
-arch=('any')
-url='https://github.com/nicolargo/glances'
-license=('LGPL')
-depends=('python' 'python-psutil' 'python-setuptools')
-optdepends=('python-jinja: HTML export'
-'hddtemp: HDD temperature monitoring support')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('e7c719af8676caaefa70adff1e5ef856c3c97791e3171608eded6d95350f9d94')
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glances/repos/community-any/PKGBUILD (from rev 113287, 
glances/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-17 08:12:05 UTC (rev 113288)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Francois Boulogne 
+
+pkgname=glances
+pkgver=2.0
+pkgrel=2
+pkgdesc='CLI curses-based monitoring tool'
+arch=('any')
+url='https://github.com/nicolargo/glances'
+license=('LGPL')
+depends=('python' 'python-psutil' 'python-setuptools')
+optdepends=('python-jinja: HTML export'
+'python-bottle: web server support'
+'hddtemp: HDD temperature monitoring support')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('e7c719af8676caaefa70adff1e5ef856c3c97791e3171608eded6d95350f9d94')
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-06-17 Thread Sébastien Luttringer
Date: Tuesday, June 17, 2014 @ 10:10:57
  Author: seblu
Revision: 113287

upgpkg: glances 2.0-2

Modified:
  glances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 08:08:53 UTC (rev 113286)
+++ PKGBUILD2014-06-17 08:10:57 UTC (rev 113287)
@@ -5,7 +5,7 @@
 
 pkgname=glances
 pkgver=2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
 url='https://github.com/nicolargo/glances'
@@ -12,6 +12,7 @@
 license=('LGPL')
 depends=('python' 'python-psutil' 'python-setuptools')
 optdepends=('python-jinja: HTML export'
+'python-bottle: web server support'
 'hddtemp: HDD temperature monitoring support')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
 sha256sums=('e7c719af8676caaefa70adff1e5ef856c3c97791e3171608eded6d95350f9d94')



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

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 10:08:53
  Author: tpowa
Revision: 113286

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

Added:
  virtualbox-modules/repos/community-testing-i686/PKGBUILD
(from rev 113285, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-i686/build.sh
(from rev 113285, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
(from rev 113285, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
(from rev 113285, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
(from rev 113285, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-x86_64/build.sh
(from rev 113285, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
(from rev 113285, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install
(from rev 113285, virtualbox-modules/trunk/virtualbox-host-modules.install)
Deleted:
  virtualbox-modules/repos/community-testing-i686/PKGBUILD
  virtualbox-modules/repos/community-testing-i686/build.sh
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
  virtualbox-modules/repos/community-testing-x86_64/build.sh
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install

---+
 /PKGBUILD |  126 
 /build.sh |  120 +++
 /virtualbox-guest-modules.install |   42 
 /virtualbox-host-modules.install  |   46 
 community-testing-i686/PKGBUILD   |   63 --
 community-testing-i686/build.sh   |   60 -
 community-testing-i686/virtualbox-guest-modules.install   |   21 --
 community-testing-i686/virtualbox-host-modules.install|   23 --
 community-testing-x86_64/PKGBUILD |   63 --
 community-testing-x86_64/build.sh |   60 -
 community-testing-x86_64/virtualbox-guest-modules.install |   21 --
 community-testing-x86_64/virtualbox-host-modules.install  |   23 --
 12 files changed, 334 insertions(+), 334 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-06-17 08:08:43 UTC (rev 113285)
+++ community-testing-i686/PKGBUILD 2014-06-17 08:08:53 UTC (rev 113286)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.12
-pkgrel=4
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=3.15' 'linux<3.16'
- 'linux-headers>=3.15' 'linux-headers<3.16'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.15-ARCH
-
-build() {
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
-}
-
-package_virtualbox-host-modules(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux>=3.15' 'linux<3.16')
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux>=3.15' 'linux<3.16')
-  replaces=('virtualbox-archlinux-modules')
-  conflicts=('virtualbox-archlinux-modules')
-  install=virtualbox-gu

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

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 10:08:43
  Author: tpowa
Revision: 113285

upgpkg: virtualbox-modules 4.3.12-5

rebuild against 3.15.1

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 08:07:42 UTC (rev 113284)
+++ PKGBUILD2014-06-17 08:08:43 UTC (rev 113285)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.3.12
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



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

2014-06-17 Thread Sébastien Luttringer
Date: Tuesday, June 17, 2014 @ 10:07:42
  Author: seblu
Revision: 113284

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

Added:
  radvd/repos/community-i686/PKGBUILD
(from rev 113283, radvd/trunk/PKGBUILD)
  radvd/repos/community-i686/radvd.service
(from rev 113283, radvd/trunk/radvd.service)
  radvd/repos/community-x86_64/PKGBUILD
(from rev 113283, radvd/trunk/PKGBUILD)
  radvd/repos/community-x86_64/radvd.service
(from rev 113283, radvd/trunk/radvd.service)
Deleted:
  radvd/repos/community-i686/PKGBUILD
  radvd/repos/community-i686/radvd.service
  radvd/repos/community-x86_64/PKGBUILD
  radvd/repos/community-x86_64/radvd.service

+
 /PKGBUILD  |   86 +++
 /radvd.service |   18 
 community-i686/PKGBUILD|   43 ---
 community-i686/radvd.service   |9 
 community-x86_64/PKGBUILD  |   43 ---
 community-x86_64/radvd.service |9 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-17 08:07:26 UTC (rev 113283)
+++ community-i686/PKGBUILD 2014-06-17 08:07:42 UTC (rev 113284)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen 
-# Contributor: Mark Smith 
-
-pkgname=radvd
-pkgver=1.12
-pkgrel=1
-pkgdesc='IPv6 Router Advertisement Daemon'
-url='http://www.litech.org/radvd/'
-license=('custom')
-depends=('glibc' 'libdaemon')
-arch=('i686' 'x86_64')
-backup=('etc/radvd.conf')
-source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz"{,.asc}
-"$pkgname.service")
-sha1sums=('bf5a65112b242382225ec1909e33b452ce073259'
-  'SKIP'
-  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-pidfile=/run/radvd.pid \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir" install
-  # default config
-  install -D -m 644 radvd.conf.example "$pkgdir/etc/radvd.conf"
-  # license
-  install -D -m 644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-  # systemd
-  install -D -m 644 ../$pkgname.service \
-"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: radvd/repos/community-i686/PKGBUILD (from rev 113283, 
radvd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-17 08:07:42 UTC (rev 113284)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: Mark Smith 
+
+pkgname=radvd
+pkgver=1.13
+pkgrel=1
+pkgdesc='IPv6 Router Advertisement Daemon'
+url='http://www.litech.org/radvd/'
+license=('custom')
+depends=('glibc' 'libdaemon')
+arch=('i686' 'x86_64')
+backup=('etc/radvd.conf')
+source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz"{,.asc}
+"$pkgname.service")
+sha1sums=('75c3a267fb6ffd4b45a9984c6e38c240a3239f5e'
+  'SKIP'
+  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-pidfile=/run/radvd.pid \
+--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+  # default config
+  install -D -m 644 radvd.conf.example "$pkgdir/etc/radvd.conf"
+  # license
+  install -D -m 644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+  # systemd
+  install -D -m 644 ../$pkgname.service \
+"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/radvd.service
===
--- community-i686/radvd.service2014-06-17 08:07:26 UTC (rev 113283)
+++ community-i686/radvd.service2014-06-17 08:07:42 UTC (rev 113284)
@@ -1,9 +0,0 @@
-[Unit]
-Description=IPv6 Router Advertisement Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/radvd --nodaemon --logmethod=stderr
-
-[Install]
-WantedBy=multi-user.target

Copied: radvd/repos/community-i686/radvd.service (from rev 113283, 
radvd/trunk/radvd.service)
===
--- community-i686/radvd.service(rev 0)
+++ community-i686/radvd.service2014-06-17 08:07:42 UTC (rev 113284)
@@ -0,0 +1,9 @@
+[Unit]
+Description=IPv6 Router Advertisement Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/radvd --nodaemon --logmethod=stderr
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===

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

2014-06-17 Thread Sébastien Luttringer
Date: Tuesday, June 17, 2014 @ 10:07:26
  Author: seblu
Revision: 113283

upgpkg: radvd 1.13-1

Modified:
  radvd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 08:06:34 UTC (rev 113282)
+++ PKGBUILD2014-06-17 08:07:26 UTC (rev 113283)
@@ -4,7 +4,7 @@
 # Contributor: Mark Smith 
 
 pkgname=radvd
-pkgver=1.12
+pkgver=1.13
 pkgrel=1
 pkgdesc='IPv6 Router Advertisement Daemon'
 url='http://www.litech.org/radvd/'
@@ -14,7 +14,7 @@
 backup=('etc/radvd.conf')
 source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz"{,.asc}
 "$pkgname.service")
-sha1sums=('bf5a65112b242382225ec1909e33b452ce073259'
+sha1sums=('75c3a267fb6ffd4b45a9984c6e38c240a3239f5e'
   'SKIP'
   '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
 build() {



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

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 10:06:34
  Author: tpowa
Revision: 113282

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

Added:
  
vhba-module/repos/community-testing-i686/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
(from rev 113281, 
vhba-module/trunk/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch)
  vhba-module/repos/community-testing-i686/60-vhba.rules
(from rev 113281, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 113281, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 113281, vhba-module/trunk/vhba-module.install)
  
vhba-module/repos/community-testing-x86_64/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
(from rev 113281, 
vhba-module/trunk/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch)
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 113281, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 113281, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 113281, vhba-module/trunk/vhba-module.install)
Deleted:
  
vhba-module/repos/community-testing-i686/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
  vhba-module/repos/community-testing-i686/60-vhba.rules
  vhba-module/repos/community-testing-i686/PKGBUILD
  vhba-module/repos/community-testing-i686/vhba-module.install
  
vhba-module/repos/community-testing-x86_64/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
  vhba-module/repos/community-testing-x86_64/PKGBUILD
  vhba-module/repos/community-testing-x86_64/vhba-module.install

--+
 /0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch   
  |  108 ++
 /60-vhba.rules 
  |2 
 /PKGBUILD  
  |  100 +
 /vhba-module.install   
  |   44 
 
community-testing-i686/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
   |   54 -
 community-testing-i686/60-vhba.rules   
  |1 
 community-testing-i686/PKGBUILD
  |   50 
 community-testing-i686/vhba-module.install 
  |   22 --
 
community-testing-x86_64/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
 |   54 -
 community-testing-x86_64/60-vhba.rules 
  |1 
 community-testing-x86_64/PKGBUILD  
  |   50 
 community-testing-x86_64/vhba-module.install   
  |   22 --
 12 files changed, 254 insertions(+), 254 deletions(-)

Deleted: 
community-testing-i686/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
===
--- 
community-testing-i686/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
  2014-06-17 08:06:25 UTC (rev 113281)
+++ 
community-testing-i686/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
  2014-06-17 08:06:34 UTC (rev 113282)
@@ -1,54 +0,0 @@
-From 6545ad1e266f4eb2428e93ba0fdb43d8b87d5fcd Mon Sep 17 00:00:00 2001
-From: Rok Mandeljc 
-Date: Sat, 19 Apr 2014 12:06:23 +0200
-Subject: [PATCH] VHBA module: define scmd_dbg() and scmd_warn() macros only if
- they are not defined already; fix for compilation on kernel 3.15 and newer
- (bug #76)
-

- vhba-module/vhba.c | 10 +++---
- 1 file changed, 7 insertions(+), 3 deletions(-)
-
-diff --git a/vhba-module/vhba.c b/vhba-module/vhba.c
-index ae9b554..eb1c5e6 100644
 a/vhba-module/vhba.c
-+++ b/vhba-module/vhba.c
-@@ -54,12 +54,16 @@ MODULE_LICENSE("GPL");
- #define DPRINTK(fmt, args...)
- #endif
- 
-+/* scmd_dbg was introduced in 3.15 */
-+#ifndef scmd_dbg
- #define scmd_dbg(scmd, fmt, a...)   \
- dev_dbg(&(scmd)->device->sdev_gendev, fmt, ##a)
-+#endif
- 
-+#ifndef scmd_warn
- #define scmd_warn(scmd, fmt, a...)  \
- dev_warn(&(scmd)->device->sdev_gendev, fmt, ##a)
--
-+#endif
- 
- #define VHBA_MAX_SECTORS_PER_IO 256
- #define VHBA_MAX_ID 32
-@@ -276,7 +280,7 @@ static void vhba_scan_devices (struct work_struct *work)
- }
- change = vhost->chgtype[id];
- exists = vhost->devices[id] != NULL;
--
-+
- vhost->chgtype[id] = 0;
- clear_bit(id, vhost->chgmap);
- 
-@@ -289,7 +293,7 @@ static void vhba_scan_devices (struc

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

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 10:06:25
  Author: tpowa
Revision: 113281

upgpkg: vhba-module 20130607-29

rebuild against 3.15.1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 08:05:42 UTC (rev 113280)
+++ PKGBUILD2014-06-17 08:06:25 UTC (rev 113281)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20130607
 _extramodules=extramodules-3.15-ARCH
-pkgrel=28
+pkgrel=29
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/";



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

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 10:05:42
  Author: tpowa
Revision: 113280

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

Added:
  tp_smapi/repos/community-testing-i686/PKGBUILD
(from rev 113279, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-i686/tp_smapi.install
(from rev 113279, tp_smapi/trunk/tp_smapi.install)
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 113279, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-x86_64/tp_smapi.install
(from rev 113279, tp_smapi/trunk/tp_smapi.install)
Deleted:
  tp_smapi/repos/community-testing-i686/PKGBUILD
  tp_smapi/repos/community-testing-i686/tp_smapi.install
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
  tp_smapi/repos/community-testing-x86_64/tp_smapi.install

---+
 /PKGBUILD |  118 
 /tp_smapi.install |   26 ++
 community-testing-i686/PKGBUILD   |   59 --
 community-testing-i686/tp_smapi.install   |   13 ---
 community-testing-x86_64/PKGBUILD |   59 --
 community-testing-x86_64/tp_smapi.install |   13 ---
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-06-17 08:04:47 UTC (rev 113279)
+++ community-testing-i686/PKGBUILD 2014-06-17 08:05:42 UTC (rev 113280)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz 
-# Contributor: Nick B 
-# Contributor: Christof Musik 
-# Contributor: Stefan Rupp 
-# Contributor: Ignas Anikevicius 
-
-pkgname=tp_smapi
-pkgver=0.41
-pkgrel=48
-pkgdesc="Modules for ThinkPad's SMAPI functionality"
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux>=3.15' 'linux<3.16')
-makedepends=('linux-headers>=3.15' 'linux-headers<3.16')
-install="${pkgname}.install"
-source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('63c683415c764568f6bf17c7eabe4752')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  _kernver=${_kernver:-$(uname -r)}
-  _extramodules=$(readlink -f "/usr/lib/modules/${_kernver}/extramodules" || 
true)
-  _kernver=$(< "${_extramodules}/version")
-
-  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
- -e "s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}#" Makefile
-
-  make HDAPS=1
-}
-
-package() {
-  _kernver=${_kernver:-$(uname -r)}
-  _extramodules=$(readlink -f "/usr/lib/modules/${_kernver}/extramodules" || 
true)
-  _kernver=$(< "${_extramodules}/version")
-
-  make -C "${_extramodules%/*}/${_kernver}/build" \
-INSTALL_MOD_PATH="${pkgdir}/${_extramodules%%/lib/*}" \
-M="${srcdir}/${pkgname}-${pkgver}" modules_install
-
-  cd "${pkgdir}/${_extramodules%/*}"
-  mv "${_kernver}/extra" "${_extramodules##*/}"
-  rmdir "${_kernver}"
-
-  # compress kernel modules
-  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
-
-  # load module on startup
-  echo tp_smapi > "${srcdir}/${pkgname}.conf"
-  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
-
-  # update kernel version in install file
-  sed -ri "s#^(extramodules=).*\$#\1${_extramodules}#" 
"${startdir}/${pkgname}.install"
-}

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 113279, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-06-17 08:05:42 UTC (rev 113280)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=49
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=3.15' 'linux<3.16')
+makedepends=('linux-headers>=3.15' 'linux-headers<3.16')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f "/usr/lib/modules/${_kernver}/extramodules" || 
true)
+  _kernver=$(< "${_extramodules}/version")
+
+  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
+ -e "s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}#" Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f "/usr/lib/modules/${_kernver}/extramodules" || 
tru

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

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 10:04:47
  Author: tpowa
Revision: 113279

upgpkg: tp_smapi 0.41-49

rebuild against 3.15.1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 08:03:41 UTC (rev 113278)
+++ PKGBUILD2014-06-17 08:04:47 UTC (rev 113279)
@@ -10,7 +10,7 @@
 
 pkgname=tp_smapi
 pkgver=0.41
-pkgrel=48
+pkgrel=49
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 10:03:22
  Author: tpowa
Revision: 113277

upgpkg: rt3562sta 2.4.1.1_r1-5

rebuild against 3.15.1

Modified:
  rt3562sta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 08:01:11 UTC (rev 113276)
+++ PKGBUILD2014-06-17 08:03:22 UTC (rev 113277)
@@ -5,7 +5,7 @@
 pkgname=rt3562sta
 pkgver=2.4.1.1_r1
 _patchrel=${pkgver/*_r/}
-pkgrel=4
+pkgrel=5
 pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
 arch=(i686 x86_64)
 url="http://www.mediatek.com/en/Products/support.php?sn=501";



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

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 10:03:41
  Author: tpowa
Revision: 113278

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

Added:
  rt3562sta/repos/community-testing-i686/PKGBUILD
(from rev 113277, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-i686/rt3562sta.install
(from rev 113277, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
(from rev 113277, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install
(from rev 113277, rt3562sta/trunk/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-testing-i686/PKGBUILD
  rt3562sta/repos/community-testing-i686/rt3562sta.install
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install

+
 /PKGBUILD  |  120 +++
 /rt3562sta.install |   32 +++
 community-testing-i686/PKGBUILD|   60 -
 community-testing-i686/rt3562sta.install   |   16 ---
 community-testing-x86_64/PKGBUILD  |   60 -
 community-testing-x86_64/rt3562sta.install |   16 ---
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-06-17 08:03:22 UTC (rev 113277)
+++ community-testing-i686/PKGBUILD 2014-06-17 08:03:41 UTC (rev 113278)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta&project=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r1
-_patchrel=${pkgver/*_r/}
-pkgrel=4
-pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
-arch=(i686 x86_64)
-url="http://www.mediatek.com/en/Products/support.php?sn=501";
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd "$srcdir/rt3562sta-linux-r$_patchrel"
-
-   # clean up this mess of mixing RT2860STA with RT3562STA
-   # in documentation files
-   mv RT2860STA.dat RT3562STA.dat
-   mv RT2860STACard.dat RT3562STACard.dat
-   sed -i 's/2860/3562/g' *STA* iwpriv_usage.txt
-
-   # as we change the default name of the interface from raX to wlanX, 
change respective references in documentation, too
-   sed -i 's|ra0|wlan0|g' *.txt README* *.dat
-   sed -i 's|ra1|wlan1|g' *.txt README* *.dat
-   sed -i 's|ra2|wlan2|g' *.txt README* *.dat
-
-   export EXTRA_CFLAGS="-DVERSION=$pkgver"
-
-   # this Makefile is far too strict...
-   echo "LINUX_SRC = /usr/lib/modules/$KERNEL_RELEASE/build" >> Makefile
-
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=("linux>=3.${_kernver}" "linux<3.$(expr ${_kernver} + 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg "Kernel = $KERNEL_VERSION"
-
-   cd "$srcdir/rt3562sta-linux-r$_patchrel"
-
-   install -Dm 0640 RT3562STA.dat 
"$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat"
-   install -Dm 0644 os/linux/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko"
-   install -dm 0755 "$pkgdir/usr/share/doc/$pkgname"
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt "$pkgdir/usr/share/doc/$pkgname"
-
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} \;
-   sed -i "s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}
-
-sha256sums=('6fd6306b6fb3886bbf9d284a28cc065a4cdfea18a03708e99aa4c7a038bcf02f')

Copied: rt3562sta/repos/community-testing-i686/PKGBUILD (from rev 113277, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-06-17 08:03:41 UTC (rev 113278)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta&project=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r1
+_patchrel=${pkgver/*_r/}
+pkgrel=5
+pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
+arch=(i686 x86_64)
+url="http://www.mediatek.com/en/Products/support.php?sn=501";
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q

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

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 10:01:11
  Author: tpowa
Revision: 113276

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

Added:
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 113275, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/r8168.install
(from rev 113275, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 113275, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 113275, r8168/trunk/r8168.install)
Deleted:
  r8168/repos/community-testing-i686/PKGBUILD
  r8168/repos/community-testing-i686/r8168.install
  r8168/repos/community-testing-x86_64/PKGBUILD
  r8168/repos/community-testing-x86_64/r8168.install

+
 /PKGBUILD  |  116 +++
 /r8168.install |   34 +
 community-testing-i686/PKGBUILD|   58 ---
 community-testing-i686/r8168.install   |   17 
 community-testing-x86_64/PKGBUILD  |   58 ---
 community-testing-x86_64/r8168.install |   17 
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-06-17 08:00:53 UTC (rev 113275)
+++ community-testing-i686/PKGBUILD 2014-06-17 08:01:11 UTC (rev 113276)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.038.00
-pkgrel=5
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-source=("https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2";)
-install=$pkgname.install
-
-prepare(){
-   cd "$pkgname-$pkgver"
-
-   # Fix build with Linux 3.15
-   # https://code.google.com/p/r8168/issues/detail?id=19
-   if grep -q PREPARE_DELAYED_WORK src/r8168_n.c; then
-   sed -i 's/PREPARE_DELAYED_WORK/INIT_DELAYED_WORK/' src/r8168_n.c
-   else
-   error 'PREPARE_DELAYED_WORK fix for Linux 3.15 is no longer 
needed.'
-   return 1
-   fi
-}
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=("linux>=3.${_kernver}" "linux<3.$(expr ${_kernver} + 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg "Kernel = $KERNEL_VERSION"
-
-   cd "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}
-
-sha256sums=('1384bdf4d33b219f937bf1a600c72b22962baf7796e562b08e4da3c000f49072')

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 113275, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-06-17 08:01:11 UTC (rev 113276)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.038.00
+pkgrel=6
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=("https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2";)
+install=$pkgname.install
+
+prepare(){
+   cd "$pkgname-$pkgver"
+
+   # Fix build with Linux 3.15
+   # https://code.google.com/p/r8168/issues/detail?id=19
+   if grep -q PREPARE_DELAYED_WORK src/r8168_n.c; then
+   sed -i 's/PREPARE_DELAYED_WORK/INIT_DELAYED_WORK/' src/r8168_n.c
+   else
+   error 'PREPARE_DELAYED_WORK fix for Linux 3.15 is no longer 
needed.'
+   return 1
+   fi
+}
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/m

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

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 10:00:53
  Author: tpowa
Revision: 113275

upgpkg: r8168 8.038.00-6

rebuild against 3.15.1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 07:58:56 UTC (rev 113274)
+++ PKGBUILD2014-06-17 08:00:53 UTC (rev 113275)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.038.00
-pkgrel=5
+pkgrel=6
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw";
 license=("GPL")



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

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 09:58:34
  Author: tpowa
Revision: 113273

upgpkg: bbswitch 0.8-11

rebuild against 3.15.1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 07:57:28 UTC (rev 113272)
+++ PKGBUILD2014-06-17 07:58:34 UTC (rev 113273)
@@ -6,7 +6,7 @@
 pkgname=bbswitch
 pkgver=0.8
 _extramodules=extramodules-3.15-ARCH # Don't forget to update bbswitch.install
-pkgrel=10
+pkgrel=11
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('i686' 'x86_64')
 url=("http://github.com/Bumblebee-Project/bbswitch";)



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

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 09:58:56
  Author: tpowa
Revision: 113274

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

Added:
  bbswitch/repos/community-testing-i686/PKGBUILD
(from rev 113273, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-i686/bbswitch.install
(from rev 113273, bbswitch/trunk/bbswitch.install)
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 113273, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-x86_64/bbswitch.install
(from rev 113273, bbswitch/trunk/bbswitch.install)
Deleted:
  bbswitch/repos/community-testing-i686/PKGBUILD
  bbswitch/repos/community-testing-i686/bbswitch.install
  bbswitch/repos/community-testing-x86_64/PKGBUILD
  bbswitch/repos/community-testing-x86_64/bbswitch.install

---+
 /PKGBUILD |   66 
 /bbswitch.install |   24 ++
 community-testing-i686/PKGBUILD   |   33 --
 community-testing-i686/bbswitch.install   |   12 -
 community-testing-x86_64/PKGBUILD |   33 --
 community-testing-x86_64/bbswitch.install |   12 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-06-17 07:58:34 UTC (rev 113273)
+++ community-testing-i686/PKGBUILD 2014-06-17 07:58:56 UTC (rev 113274)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: M0Rf30
-# Contributor: Samsagax 
-
-pkgname=bbswitch
-pkgver=0.8
-_extramodules=extramodules-3.15-ARCH # Don't forget to update bbswitch.install
-pkgrel=10
-pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
-arch=('i686' 'x86_64')
-url=("http://github.com/Bumblebee-Project/bbswitch";)
-license=('GPL')
-depends=('linux>=3.15' 'linux<3.16')
-makedepends=('linux-headers>=3.15' 'linux-headers<3.16')
-install=bbswitch.install
-source=("https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make KDIR=/lib/modules/${_kernver}/build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
-}

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 113273, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-06-17 07:58:56 UTC (rev 113274)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.15-ARCH # Don't forget to update bbswitch.install
+pkgrel=11
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url=("http://github.com/Bumblebee-Project/bbswitch";)
+license=('GPL')
+depends=('linux>=3.15' 'linux<3.16')
+makedepends=('linux-headers>=3.15' 'linux-headers<3.16')
+install=bbswitch.install
+source=("https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Deleted: community-testing-i686/bbswitch.install
===
--- community-testing-i686/bbswitch.install 2014-06-17 07:58:34 UTC (rev 
113273)
+++ community-testing-i686/bbswitch.install 2014-06-17 07:58:56 UTC (rev 
113274)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-3.15-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 
113273, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2014-06-17 07:58:56 UTC (rev 
113274)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.15-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/versio

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

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 09:57:09
  Author: tpowa
Revision: 113271

upgpkg: acpi_call 1.1.0-7

rebuild against 3.15.1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 07:51:56 UTC (rev 113270)
+++ PKGBUILD2014-06-17 07:57:09 UTC (rev 113271)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=6
+pkgrel=7
 _extramodules=extramodules-3.15-ARCH
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')



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

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 09:57:28
  Author: tpowa
Revision: 113272

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

Added:
  acpi_call/repos/community-testing-i686/PKGBUILD
(from rev 113271, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-i686/acpi_call.install
(from rev 113271, acpi_call/trunk/acpi_call.install)
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 113271, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-x86_64/acpi_call.install
(from rev 113271, acpi_call/trunk/acpi_call.install)
Deleted:
  acpi_call/repos/community-testing-i686/PKGBUILD
  acpi_call/repos/community-testing-i686/acpi_call.install
  acpi_call/repos/community-testing-x86_64/PKGBUILD
  acpi_call/repos/community-testing-x86_64/acpi_call.install

+
 /PKGBUILD  |   80 +++
 /acpi_call.install |   28 +
 community-testing-i686/PKGBUILD|   40 -
 community-testing-i686/acpi_call.install   |   14 
 community-testing-x86_64/PKGBUILD  |   40 -
 community-testing-x86_64/acpi_call.install |   14 
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-06-17 07:57:09 UTC (rev 113271)
+++ community-testing-i686/PKGBUILD 2014-06-17 07:57:28 UTC (rev 113272)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=6
-_extramodules=extramodules-3.15-ARCH
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-arch=('i686' 'x86_64')
-url="http://github.com/mkottman/${pkgname}";
-license=('GPL')
-depends=('linux>=3.15' 'linux<3.16')
-makedepends=('linux-headers>=3.15' 'linux-headers<3.16')
-install="${pkgname}.install"
-source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make KVERSION="${_kernver}"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
-  install -m 644 ${pkgname}.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
-  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/${pkgname}.ko
-  echo ${pkgname} > "${pkgdir}"/usr/lib/modules-load.d/${pkgname}.conf
-
-  install -dm 755 "${pkgdir}"/usr/share/${pkgname}
-  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-testing-i686/PKGBUILD (from rev 113271, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-06-17 07:57:28 UTC (rev 113272)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=7
+_extramodules=extramodules-3.15-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url="http://github.com/mkottman/${pkgname}";
+license=('GPL')
+depends=('linux>=3.15' 'linux<3.16')
+makedepends=('linux-headers>=3.15' 'linux-headers<3.16')
+install="${pkgname}.install"
+source=("${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname}.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/${pkgname}.ko
+  echo ${pkgname} > "${pkgdir}"/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-testing-i686/acpi_call.install
===
--- community-testing-i686/acpi_call.install2014-06-17 07:57:09 UTC (rev 
113271)
+++ community-testing-i686/acpi_call.install2014-06-17 07:57:28 UTC (rev 
113272)
@@ -1,14 +0,0 @@
-post_install() {
-  _extramodules=extramodules-3.15-ARCH
-  depmod $(cat /usr/lib/modules/${_extramodules}/version)
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-

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

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 09:52:49
  Author: tpowa
Revision: 215248

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

Added:
  lirc/repos/testing-i686/PKGBUILD
(from rev 215247, lirc/trunk/PKGBUILD)
  lirc/repos/testing-i686/irexec.service
(from rev 215247, lirc/trunk/irexec.service)
  lirc/repos/testing-i686/kernel-2.6.39.patch
(from rev 215247, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-i686/linux-3.8.patch
(from rev 215247, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-i686/lirc-utils.install
(from rev 215247, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-i686/lirc.install
(from rev 215247, lirc/trunk/lirc.install)
  lirc/repos/testing-i686/lirc.logrotate
(from rev 215247, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-i686/lirc.service
(from rev 215247, lirc/trunk/lirc.service)
  lirc/repos/testing-i686/lirc.tmpfiles
(from rev 215247, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
(from rev 215247, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-i686/lirc_wpc8769l.patch
(from rev 215247, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-i686/lircd-handle-large-config.patch
(from rev 215247, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-i686/lircm.service
(from rev 215247, lirc/trunk/lircm.service)
  lirc/repos/testing-x86_64/PKGBUILD
(from rev 215247, lirc/trunk/PKGBUILD)
  lirc/repos/testing-x86_64/irexec.service
(from rev 215247, lirc/trunk/irexec.service)
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 215247, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-x86_64/linux-3.8.patch
(from rev 215247, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-x86_64/lirc-utils.install
(from rev 215247, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-x86_64/lirc.install
(from rev 215247, lirc/trunk/lirc.install)
  lirc/repos/testing-x86_64/lirc.logrotate
(from rev 215247, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-x86_64/lirc.service
(from rev 215247, lirc/trunk/lirc.service)
  lirc/repos/testing-x86_64/lirc.tmpfiles
(from rev 215247, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
(from rev 215247, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
(from rev 215247, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
(from rev 215247, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-x86_64/lircm.service
(from rev 215247, lirc/trunk/lircm.service)
Deleted:
  lirc/repos/testing-i686/PKGBUILD
  lirc/repos/testing-i686/irexec.service
  lirc/repos/testing-i686/kernel-2.6.39.patch
  lirc/repos/testing-i686/linux-3.8.patch
  lirc/repos/testing-i686/lirc-utils.install
  lirc/repos/testing-i686/lirc.install
  lirc/repos/testing-i686/lirc.logrotate
  lirc/repos/testing-i686/lirc.service
  lirc/repos/testing-i686/lirc.tmpfiles
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
  lirc/repos/testing-i686/lirc_wpc8769l.patch
  lirc/repos/testing-i686/lircd-handle-large-config.patch
  lirc/repos/testing-i686/lircm.service
  lirc/repos/testing-x86_64/PKGBUILD
  lirc/repos/testing-x86_64/irexec.service
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
  lirc/repos/testing-x86_64/linux-3.8.patch
  lirc/repos/testing-x86_64/lirc-utils.install
  lirc/repos/testing-x86_64/lirc.install
  lirc/repos/testing-x86_64/lirc.logrotate
  lirc/repos/testing-x86_64/lirc.service
  lirc/repos/testing-x86_64/lirc.tmpfiles
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
  lirc/repos/testing-x86_64/lircm.service

+
 /PKGBUILD  |  242 +++
 /irexec.service|   22 ++
 /kernel-2.6.39.patch   |  108 ++
 /linux-3.8.patch   |  160 +++
 /lirc-utils.install|   14 +
 /lirc.install  |   32 +++
 /lirc.logrotate|   10 
 /lirc.service  |   24 ++
 /lirc.tmpfiles |2 
 /lirc_atiusb-kfifo.patch   |   62 +
 /lirc_wpc8769l.patch   |  176 
 /lircd-handle-large-config.patch   |   78 +++
 /lircm.service |   24 ++
 testing-i686/PKGBUILD  |  121 ---
 testing-i686/irexec.service|   11 -
 testing-i686/kernel-2.6.39.patch   |   54 -
 testing-i686/linux-3.8.patch   |   80 ---
 testing-i686/lirc-utils.install|7 
 testing-i686/lirc.install 

[arch-commits] Commit in (6 files)

2014-06-17 Thread Lukas Fleischer
Date: Tuesday, June 17, 2014 @ 09:51:41
  Author: lfleischer
Revision: 113269

Initial import of vim-ctrlp

Added:
  vim-ctrlp/
  vim-ctrlp/repos/
  vim-ctrlp/trunk/
  vim-ctrlp/trunk/LICENSE
  vim-ctrlp/trunk/PKGBUILD
  vim-ctrlp/trunk/vimdoc.install

+
 LICENSE|  287 +++
 PKGBUILD   |   29 +
 vimdoc.install |   14 ++
 3 files changed, 330 insertions(+)

Added: vim-ctrlp/trunk/LICENSE
===
--- vim-ctrlp/trunk/LICENSE (rev 0)
+++ vim-ctrlp/trunk/LICENSE 2014-06-17 07:51:41 UTC (rev 113269)
@@ -0,0 +1,287 @@
+*uganda.txt*For Vim version 7.2.  Last change: 2008 Jun 21
+
+
+ VIM REFERENCE MANUALby Bram Moolenaar
+
+
+   *uganda* *Uganda* *copying* *copyright* *license*
+SUMMARY
+   *iccf* *ICCF*
+Vim is Charityware.  You can use and copy it as much as you like, but you are
+encouraged to make a donation for needy children in Uganda.  Please see |kcc|
+below or visit the ICCF web site, available at these URLs:
+
+   http://iccf-holland.org/
+   http://www.vim.org/iccf/
+   http://www.iccf.nl/
+
+You can also sponsor the development of Vim.  Vim sponsors can vote for
+features.  See |sponsor|.  The money goes to Uganda anyway.
+
+The Open Publication License applies to the Vim documentation, see
+|manual-copyright|.
+
+=== begin of license ===
+
+VIM LICENSE
+
+I)  There are no restrictions on distributing unmodified copies of Vim except
+that they must include this license text.  You can also distribute
+unmodified parts of Vim, likewise unrestricted except that they must
+include this license text.  You are also allowed to include executables
+that you made from the unmodified Vim sources, plus your own usage
+examples and Vim scripts.
+
+II) It is allowed to distribute a modified (or extended) version of Vim,
+including executables and/or source code, when the following four
+conditions are met:
+1) This license text must be included unmodified.
+2) The modified Vim must be distributed in one of the following five ways:
+   a) If you make changes to Vim yourself, you must clearly describe in
+ the distribution how to contact you.  When the maintainer asks you
+ (in any way) for a copy of the modified Vim you distributed, you
+ must make your changes, including source code, available to the
+ maintainer without fee.  The maintainer reserves the right to
+ include your changes in the official version of Vim.  What the
+ maintainer will do with your changes and under what license they
+ will be distributed is negotiable.  If there has been no negotiation
+ then this license, or a later version, also applies to your changes.
+ The current maintainer is Bram Moolenaar .  If this
+ changes it will be announced in appropriate places (most likely
+ vim.sf.net, www.vim.org and/or comp.editors).  When it is completely
+ impossible to contact the maintainer, the obligation to send him
+ your changes ceases.  Once the maintainer has confirmed that he has
+ received your changes they will not have to be sent again.
+   b) If you have received a modified Vim that was distributed as
+ mentioned under a) you are allowed to further distribute it
+ unmodified, as mentioned at I).  If you make additional changes the
+ text under a) applies to those changes.
+   c) Provide all the changes, including source code, with every copy of
+ the modified Vim you distribute.  This may be done in the form of a
+ context diff.  You can choose what license to use for new code you
+ add.  The changes and their license must not restrict others from
+ making their own changes to the official version of Vim.
+   d) When you have a modified Vim which includes changes as mentioned
+ under c), you can distribute it without the source code for the
+ changes if the following three conditions are met:
+ - The license that applies to the changes permits you to distribute
+   the changes to the Vim maintainer without fee or restriction, and
+   permits the Vim maintainer to include the changes in the official
+   version of Vim without fee or restriction.
+ - You keep the changes for at least three years after last
+   distributing the corresponding modified Vim.  When the maintainer
+   or someone who you distributed the modified Vim to asks you (in
+   any way) for the changes within this period, you must make them
+   available to him.
+ - You clearly describe in the distribution how to contact you.  This
+   contact information must rema

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

2014-06-17 Thread Lukas Fleischer
Date: Tuesday, June 17, 2014 @ 09:51:56
  Author: lfleischer
Revision: 113270

archrelease: copy trunk to community-any

Added:
  vim-ctrlp/repos/community-any/
  vim-ctrlp/repos/community-any/LICENSE
(from rev 113269, vim-ctrlp/trunk/LICENSE)
  vim-ctrlp/repos/community-any/PKGBUILD
(from rev 113269, vim-ctrlp/trunk/PKGBUILD)
  vim-ctrlp/repos/community-any/vimdoc.install
(from rev 113269, vim-ctrlp/trunk/vimdoc.install)

+
 LICENSE|  287 +++
 PKGBUILD   |   29 +
 vimdoc.install |   14 ++
 3 files changed, 330 insertions(+)

Copied: vim-ctrlp/repos/community-any/LICENSE (from rev 113269, 
vim-ctrlp/trunk/LICENSE)
===
--- community-any/LICENSE   (rev 0)
+++ community-any/LICENSE   2014-06-17 07:51:56 UTC (rev 113270)
@@ -0,0 +1,287 @@
+*uganda.txt*For Vim version 7.2.  Last change: 2008 Jun 21
+
+
+ VIM REFERENCE MANUALby Bram Moolenaar
+
+
+   *uganda* *Uganda* *copying* *copyright* *license*
+SUMMARY
+   *iccf* *ICCF*
+Vim is Charityware.  You can use and copy it as much as you like, but you are
+encouraged to make a donation for needy children in Uganda.  Please see |kcc|
+below or visit the ICCF web site, available at these URLs:
+
+   http://iccf-holland.org/
+   http://www.vim.org/iccf/
+   http://www.iccf.nl/
+
+You can also sponsor the development of Vim.  Vim sponsors can vote for
+features.  See |sponsor|.  The money goes to Uganda anyway.
+
+The Open Publication License applies to the Vim documentation, see
+|manual-copyright|.
+
+=== begin of license ===
+
+VIM LICENSE
+
+I)  There are no restrictions on distributing unmodified copies of Vim except
+that they must include this license text.  You can also distribute
+unmodified parts of Vim, likewise unrestricted except that they must
+include this license text.  You are also allowed to include executables
+that you made from the unmodified Vim sources, plus your own usage
+examples and Vim scripts.
+
+II) It is allowed to distribute a modified (or extended) version of Vim,
+including executables and/or source code, when the following four
+conditions are met:
+1) This license text must be included unmodified.
+2) The modified Vim must be distributed in one of the following five ways:
+   a) If you make changes to Vim yourself, you must clearly describe in
+ the distribution how to contact you.  When the maintainer asks you
+ (in any way) for a copy of the modified Vim you distributed, you
+ must make your changes, including source code, available to the
+ maintainer without fee.  The maintainer reserves the right to
+ include your changes in the official version of Vim.  What the
+ maintainer will do with your changes and under what license they
+ will be distributed is negotiable.  If there has been no negotiation
+ then this license, or a later version, also applies to your changes.
+ The current maintainer is Bram Moolenaar .  If this
+ changes it will be announced in appropriate places (most likely
+ vim.sf.net, www.vim.org and/or comp.editors).  When it is completely
+ impossible to contact the maintainer, the obligation to send him
+ your changes ceases.  Once the maintainer has confirmed that he has
+ received your changes they will not have to be sent again.
+   b) If you have received a modified Vim that was distributed as
+ mentioned under a) you are allowed to further distribute it
+ unmodified, as mentioned at I).  If you make additional changes the
+ text under a) applies to those changes.
+   c) Provide all the changes, including source code, with every copy of
+ the modified Vim you distribute.  This may be done in the form of a
+ context diff.  You can choose what license to use for new code you
+ add.  The changes and their license must not restrict others from
+ making their own changes to the official version of Vim.
+   d) When you have a modified Vim which includes changes as mentioned
+ under c), you can distribute it without the source code for the
+ changes if the following three conditions are met:
+ - The license that applies to the changes permits you to distribute
+   the changes to the Vim maintainer without fee or restriction, and
+   permits the Vim maintainer to include the changes in the official
+   version of Vim without fee or restriction.
+ - You keep the changes for at least three years after last
+   distributing the corresponding modified Vim.  When the maintainer
+   or someone who you distributed the modified V

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

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 09:51:32
  Author: tpowa
Revision: 215247

upgpkg: lirc 1:0.9.0-73

rebuild against 3.15.1

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 07:50:23 UTC (rev 215246)
+++ PKGBUILD2014-06-17 07:51:32 UTC (rev 215247)
@@ -4,7 +4,7 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=72
+pkgrel=73
 epoch=1
 _extramodules=extramodules-3.15-ARCH
 arch=('i686' 'x86_64')



[arch-commits] Commit in nvidia-304xx/repos (8 files)

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 09:50:23
  Author: tpowa
Revision: 215246

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

Added:
  nvidia-304xx/repos/testing-i686/PKGBUILD
(from rev 215245, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-i686/nvidia.install
(from rev 215245, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
(from rev 215245, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-x86_64/nvidia.install
(from rev 215245, nvidia-304xx/trunk/nvidia.install)
Deleted:
  nvidia-304xx/repos/testing-i686/PKGBUILD
  nvidia-304xx/repos/testing-i686/nvidia.install
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
  nvidia-304xx/repos/testing-x86_64/nvidia.install

---+
 /PKGBUILD |  106 
 /nvidia.install   |   30 +++
 testing-i686/PKGBUILD |   53 
 testing-i686/nvidia.install   |   15 -
 testing-x86_64/PKGBUILD   |   53 
 testing-x86_64/nvidia.install |   15 -
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-06-17 07:50:00 UTC (rev 215245)
+++ testing-i686/PKGBUILD   2014-06-17 07:50:23 UTC (rev 215246)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgname=nvidia-304xx
-pkgver=304.121
-_extramodules=extramodules-3.15-ARCH
-pkgrel=4
-pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-depends=('linux>=3.15' 'linux<3.16' 'nvidia-304xx-libgl' 
"nvidia-304xx-utils=${pkgver}")
-makedepends=('linux-headers>=3.15' 'linux-headers<3.16')
-conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ "$CARCH" = "i686" ]; then
-_arch='x86'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('b8c950f0a30a6e1f503630fbd0ca8ab9')
-elif [ "$CARCH" = "x86_64" ]; then
-_arch='x86_64'
-   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
-
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('41e6d2b6325e5b0ae9889cfbd6bec696')
-fi
-
-prepare() {
-cd "${srcdir}"
-sh "${_pkg}.run" --extract-only
-cd "${pkg}"
-# patches here
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}/kernel"
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package() {
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" 
"${startdir}/nvidia.install"
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-
-# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
-}

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 215245, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-17 07:50:23 UTC (rev 215246)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia-304xx
+pkgver=304.121
+_extramodules=extramodules-3.15-ARCH
+pkgrel=5
+pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux>=3.15' 'linux<3.16' 'nvidia-304xx-libgl' 
"nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-headers>=3.15' 'linux-headers<3.16')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ "$CARCH" = "i686" ]; then
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('b8c950f0a30a6e1f503630fbd0ca8ab9')
+elif [ "$CARCH" = "x86_64" ]; then
+_arch='x86_64'
+   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('41e6d2b6325e5b0ae9889cfbd6bec696')
+fi
+
+prepare() {
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${pkg}"
+# patches here
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/us

[arch-commits] Commit in nvidia-304xx/trunk (PKGBUILD)

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 09:50:00
  Author: tpowa
Revision: 215245

upgpkg: nvidia-304xx 304.121-5

rebuild against 3.15.1

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 07:48:35 UTC (rev 215244)
+++ PKGBUILD2014-06-17 07:50:00 UTC (rev 215245)
@@ -5,7 +5,7 @@
 pkgname=nvidia-304xx
 pkgver=304.121
 _extramodules=extramodules-3.15-ARCH
-pkgrel=4
+pkgrel=5
 pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";



[arch-commits] Commit in nvidia/repos (12 files)

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 09:48:35
  Author: tpowa
Revision: 215244

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

Added:
  nvidia/repos/testing-i686/PKGBUILD
(from rev 215243, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nvidia-3.14.patch
(from rev 215243, nvidia/trunk/nvidia-3.14.patch)
  nvidia/repos/testing-i686/nvidia.install
(from rev 215243, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 215243, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nvidia-3.14.patch
(from rev 215243, nvidia/trunk/nvidia-3.14.patch)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 215243, nvidia/trunk/nvidia.install)
Deleted:
  nvidia/repos/testing-i686/PKGBUILD
  nvidia/repos/testing-i686/nvidia-3.14.patch
  nvidia/repos/testing-i686/nvidia.install
  nvidia/repos/testing-x86_64/PKGBUILD
  nvidia/repos/testing-x86_64/nvidia-3.14.patch
  nvidia/repos/testing-x86_64/nvidia.install

--+
 /PKGBUILD|   98 +
 /nvidia-3.14.patch   |   24 +
 /nvidia.install  |   36 +
 testing-i686/PKGBUILD|   49 --
 testing-i686/nvidia-3.14.patch   |   12 
 testing-i686/nvidia.install  |   18 --
 testing-x86_64/PKGBUILD  |   49 --
 testing-x86_64/nvidia-3.14.patch |   12 
 testing-x86_64/nvidia.install|   18 --
 9 files changed, 158 insertions(+), 158 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-06-17 07:48:12 UTC (rev 215243)
+++ testing-i686/PKGBUILD   2014-06-17 07:48:35 UTC (rev 215244)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler 
-
-pkgname=nvidia
-pkgver=337.25
-_extramodules=extramodules-3.15-ARCH
-pkgrel=2
-pkgdesc="NVIDIA drivers for linux"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-depends=('linux>=3.15' 'linux<3.16' "nvidia-libgl" "nvidia-utils=${pkgver}")
-makedepends=('linux-headers>=3.15' 'linux-headers<3.16')
-conflicts=('nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
-
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
-md5sums=('2a217632ced8952e21000a51065f85b8'
- '66e19d6d621c9e70fbd5374dd8b44341')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-# patches here
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-
-cd uvm
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package() {
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" 
"${startdir}/nvidia.install"
-}

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 215243, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-17 07:48:35 UTC (rev 215244)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Thomas Baechler 
+
+pkgname=nvidia
+pkgver=337.25
+_extramodules=extramodules-3.15-ARCH
+pkgrel=3
+pkgdesc="NVIDIA drivers for linux"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux>=3.15' 'linux<3.16' "nvidia-libgl" "nvidia-utils=${pkgver}")
+makedepends=('linux-headers>=3.15' 'linux-headers<3.16')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
+
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+md5sums=('2a217632ced8952e21000a51065f85b8'
+ '66e19d6d621c9e70fbd5374dd8b44341')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_

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

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 09:48:12
  Author: tpowa
Revision: 215243

upgpkg: nvidia 337.25-3

rebuild against 3.15.1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 07:43:23 UTC (rev 215242)
+++ PKGBUILD2014-06-17 07:48:12 UTC (rev 215243)
@@ -4,7 +4,7 @@
 pkgname=nvidia
 pkgver=337.25
 _extramodules=extramodules-3.15-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";



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

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 09:43:23
  Author: tpowa
Revision: 215242

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

Added:
  linux/repos/testing-i686/0012-fix-saa7134.patch
(from rev 215241, linux/trunk/0012-fix-saa7134.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 215241, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 215241, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 215241, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 215241, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 215241, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 215241, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/0012-fix-saa7134.patch
(from rev 215241, linux/trunk/0012-fix-saa7134.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 215241, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 215241, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 215241, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 215241, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 215241, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 215241, linux/trunk/linux.preset)
Deleted:
  linux/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  
linux/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
  linux/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
  linux/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch
  
linux/repos/testing-i686/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch
  linux/repos/testing-i686/0008-futex-avoid-race-between-requeue-and-wake.patch
  linux/repos/testing-i686/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch
  linux/repos/testing-i686/0011-kernfs-fix-removed-error-check.patch
  linux/repos/testing-i686/0012-fix-saa7134.patch
  linux/repos/testing-i686/PKGBUILD
  linux/repos/testing-i686/change-default-console-loglevel.patch
  linux/repos/testing-i686/config
  linux/repos/testing-i686/config.x86_64
  linux/repos/testing-i686/linux.install
  linux/repos/testing-i686/linux.preset
  linux/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  
linux/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
  linux/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
  linux/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch
  
linux/repos/testing-x86_64/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch
  
linux/repos/testing-x86_64/0008-futex-avoid-race-between-requeue-and-wake.patch
  linux/repos/testing-x86_64/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch
  linux/repos/testing-x86_64/0011-kernfs-fix-removed-error-check.patch
  linux/repos/testing-x86_64/0012-fix-saa7134.patch
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
  linux/repos/testing-x86_64/config
  linux/repos/testing-x86_64/config.x86_64
  linux/repos/testing-x86_64/linux.install
  linux/repos/testing-x86_64/linux.preset

+
 /0012-fix-saa7134.patch
|   74 
 /PKGBUILD  
|  610 
 /change-default-console-loglevel.patch 
|   24 
 /config
|13540 ++
 /config.x86_64 
|13088 +
 /linux.install 
|   74 
 /linux.preset  
|   28 
 testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch   
|   74 
 testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch   
|   93 
 testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch 
|   75 
 testing-i686/0006-genksyms-fix-typeof-handling.patch   
| 1360 -
 testing-i686/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch  
|  110 
 testing-i686/0008-futex-avoid-race-between-requeue-and-wake.patch  
|   94 
 testing-i686/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch  
|  125 
 testing-i686/0011-kernfs-fix-removed-error-check.patch 
|   13 
 testing-i686/0012-fix-saa7134.patch
|   37 
 testing-i686/PKGBUILD  

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

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 09:43:02
  Author: tpowa
Revision: 215241

upgpkg: linux 3.15.1-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-17 06:17:33 UTC (rev 215240)
+++ PKGBUILD2014-06-17 07:43:02 UTC (rev 215241)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.15
-pkgver=3.15
+pkgver=3.15.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -13,7 +13,7 @@
 makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc')
 options=('!strip')
 source=("https://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz";
-#"https://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz";
+"https://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz";
 # the main kernel config files
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
@@ -22,8 +22,9 @@
 '0012-fix-saa7134.patch'
 )
 sha256sums=('c3927e87be4040fa8aca1b58663dc0776aaf00485604ff88a623be2f3fb07794'
-'f6e8770188314d953c42dc929f4a6d91ce3a18375d49d673969aaf5c3eb2924a'
-'1cfedc1c777ef0d3543abeb58fbee2284b8b5738754bd0ba747a2a2c75efe0f6'
+'36590c1a522375cd1bf90bd013bf8b600e08680ac4e6c94926f4fa7c8f65328f'
+'ec593326ac4dad420b0b45a472ba3d6be2ce66b9b4d7cccf1453d02d5eb01b19'
+'cf10550fe511c534ec7f820f12c3345086b1ef64ac7f3b8b0d8d49bc3ea1f166'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
 'faced4eb4c47c4eb1a9ee8a5bf8a7c4b49d6b4d78efbe426e410730e6267d182'
 '79359454c9d8446eb55add2b1cdbf8332bd67dafb01fefb5b1ca090225f64d18')
@@ -34,7 +35,7 @@
   cd "${srcdir}/${_srcname}"
 
   # add upstream patch
-  #patch -p1 -i "${srcdir}/patch-${pkgver}"
+  patch -p1 -i "${srcdir}/patch-${pkgver}"
 
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
@@ -296,8 +297,9 @@
 
 # vim:set ts=8 sts=2 sw=2 et:
 sha256sums=('c3927e87be4040fa8aca1b58663dc0776aaf00485604ff88a623be2f3fb07794'
-'63c747397b866ab4631a6834b16aed3ac65c6821ea042a630103de7823308cf4'
-'d7b00f51e74eaa32afc358b023b24e22a363e634fae45c2a91b55c72bb5c8cc5'
+'36590c1a522375cd1bf90bd013bf8b600e08680ac4e6c94926f4fa7c8f65328f'
+'ec593326ac4dad420b0b45a472ba3d6be2ce66b9b4d7cccf1453d02d5eb01b19'
+'cf10550fe511c534ec7f820f12c3345086b1ef64ac7f3b8b0d8d49bc3ea1f166'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
 'faced4eb4c47c4eb1a9ee8a5bf8a7c4b49d6b4d78efbe426e410730e6267d182'
 '79359454c9d8446eb55add2b1cdbf8332bd67dafb01fefb5b1ca090225f64d18')