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

2014-08-01 Thread Bartłomiej Piotrowski
Date: Friday, August 1, 2014 @ 08:53:06
  Author: bpiotrowski
Revision: 218473

upgpkg: protobuf-c 1.0.0-3

new upstream release

Modified:
  protobuf-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 00:12:15 UTC (rev 218472)
+++ PKGBUILD2014-08-01 06:53:06 UTC (rev 218473)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Maintainer: Aurélien Wailly aurelien.wai...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
 
 pkgname=protobuf-c
-pkgver=0.15
+pkgver=1.0.0
 pkgrel=3
 pkgdesc='Protocol Buffers implementation in C'
 arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@
 url='https://github.com/protobuf-c/protobuf-c'
 license=('BSD')
 depends=('protobuf')
-source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('73ff0c8df50d2eee75269ad8f8c07dc8')
+source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
+md5sums=('e8485b35bb8c9ff0a89a3df957976fc8')
 
 build() {
   cd $pkgname-$pkgver
@@ -19,11 +19,9 @@
 }
 
 check() {
-  cd $pkgname-$pkgver
-  make check
+  make -C $pkgname-$pkgver check
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 }



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

2014-08-01 Thread Bartłomiej Piotrowski
Date: Friday, August 1, 2014 @ 08:53:13
  Author: bpiotrowski
Revision: 218474

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

Added:
  protobuf-c/repos/staging-i686/
  protobuf-c/repos/staging-i686/PKGBUILD
(from rev 218473, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/staging-x86_64/
  protobuf-c/repos/staging-x86_64/PKGBUILD
(from rev 218473, protobuf-c/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   27 +++
 staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: protobuf-c/repos/staging-i686/PKGBUILD (from rev 218473, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-01 06:53:13 UTC (rev 218474)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
+
+pkgname=protobuf-c
+pkgver=1.0.0
+pkgrel=3
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
+md5sums=('e8485b35bb8c9ff0a89a3df957976fc8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}

Copied: protobuf-c/repos/staging-x86_64/PKGBUILD (from rev 218473, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-08-01 06:53:13 UTC (rev 218474)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
+
+pkgname=protobuf-c
+pkgver=1.0.0
+pkgrel=3
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
+md5sums=('e8485b35bb8c9ff0a89a3df957976fc8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}



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

2014-08-01 Thread Bartłomiej Piotrowski
Date: Friday, August 1, 2014 @ 08:56:09
  Author: bpiotrowski
Revision: 218476

upgpkg: protobuf-c 1.0.0-1

new upstream release

Modified:
  protobuf-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 06:53:21 UTC (rev 218475)
+++ PKGBUILD2014-08-01 06:56:09 UTC (rev 218476)
@@ -4,7 +4,7 @@
 
 pkgname=protobuf-c
 pkgver=1.0.0
-pkgrel=3
+pkgrel=1
 pkgdesc='Protocol Buffers implementation in C'
 arch=('i686' 'x86_64')
 url='https://github.com/protobuf-c/protobuf-c'



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

2014-08-01 Thread Bartłomiej Piotrowski
Date: Friday, August 1, 2014 @ 08:56:13
  Author: bpiotrowski
Revision: 218477

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

Added:
  protobuf-c/repos/staging-i686/PKGBUILD
(from rev 218476, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/staging-x86_64/PKGBUILD
(from rev 218476, protobuf-c/trunk/PKGBUILD)
Deleted:
  protobuf-c/repos/staging-i686/PKGBUILD
  protobuf-c/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   54 ++
 staging-i686/PKGBUILD   |   27 ---
 staging-x86_64/PKGBUILD |   27 ---
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2014-08-01 06:56:09 UTC (rev 218476)
+++ staging-i686/PKGBUILD   2014-08-01 06:56:13 UTC (rev 218477)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
-
-pkgname=protobuf-c
-pkgver=1.0.0
-pkgrel=3
-pkgdesc='Protocol Buffers implementation in C'
-arch=('i686' 'x86_64')
-url='https://github.com/protobuf-c/protobuf-c'
-license=('BSD')
-depends=('protobuf')
-source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
-md5sums=('e8485b35bb8c9ff0a89a3df957976fc8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: protobuf-c/repos/staging-i686/PKGBUILD (from rev 218476, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-01 06:56:13 UTC (rev 218477)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
+
+pkgname=protobuf-c
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
+md5sums=('e8485b35bb8c9ff0a89a3df957976fc8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2014-08-01 06:56:09 UTC (rev 218476)
+++ staging-x86_64/PKGBUILD 2014-08-01 06:56:13 UTC (rev 218477)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
-
-pkgname=protobuf-c
-pkgver=1.0.0
-pkgrel=3
-pkgdesc='Protocol Buffers implementation in C'
-arch=('i686' 'x86_64')
-url='https://github.com/protobuf-c/protobuf-c'
-license=('BSD')
-depends=('protobuf')
-source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
-md5sums=('e8485b35bb8c9ff0a89a3df957976fc8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: protobuf-c/repos/staging-x86_64/PKGBUILD (from rev 218476, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-08-01 06:56:13 UTC (rev 218477)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
+
+pkgname=protobuf-c
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
+md5sums=('e8485b35bb8c9ff0a89a3df957976fc8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}



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

2014-08-01 Thread Bartłomiej Piotrowski
Date: Friday, August 1, 2014 @ 09:04:14
  Author: bpiotrowski
Revision: 116674

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

Added:
  umurmur/repos/community-staging-i686/
  umurmur/repos/community-staging-i686/0001-Update-to-use-Protobuf-C-1.0.0.patch
(from rev 116673, umurmur/trunk/0001-Update-to-use-Protobuf-C-1.0.0.patch)
  umurmur/repos/community-staging-i686/PKGBUILD
(from rev 116673, umurmur/trunk/PKGBUILD)
  umurmur/repos/community-staging-i686/umurmur.install
(from rev 116673, umurmur/trunk/umurmur.install)
  umurmur/repos/community-staging-i686/umurmur.service
(from rev 116673, umurmur/trunk/umurmur.service)
  umurmur/repos/community-staging-x86_64/
  
umurmur/repos/community-staging-x86_64/0001-Update-to-use-Protobuf-C-1.0.0.patch
(from rev 116673, umurmur/trunk/0001-Update-to-use-Protobuf-C-1.0.0.patch)
  umurmur/repos/community-staging-x86_64/PKGBUILD
(from rev 116673, umurmur/trunk/PKGBUILD)
  umurmur/repos/community-staging-x86_64/umurmur.install
(from rev 116673, umurmur/trunk/umurmur.install)
  umurmur/repos/community-staging-x86_64/umurmur.service
(from rev 116673, umurmur/trunk/umurmur.service)

+
 community-staging-i686/0001-Update-to-use-Protobuf-C-1.0.0.patch   | 3760 
++
 community-staging-i686/PKGBUILD|   42 
 community-staging-i686/umurmur.install |   13 
 community-staging-i686/umurmur.service |   15 
 community-staging-x86_64/0001-Update-to-use-Protobuf-C-1.0.0.patch | 3760 
++
 community-staging-x86_64/PKGBUILD  |   42 
 community-staging-x86_64/umurmur.install   |   13 
 community-staging-x86_64/umurmur.service   |   15 
 8 files changed, 7660 insertions(+)

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


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

2014-08-01 Thread Tobias Powalowski
Date: Friday, August 1, 2014 @ 09:04:17
  Author: tpowa
Revision: 218478

upgpkg: linux 3.15.8-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 06:56:13 UTC (rev 218477)
+++ PKGBUILD2014-08-01 07:04:17 UTC (rev 218478)
@@ -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.7
+pkgver=3.15.8
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -21,7 +21,7 @@
 'change-default-console-loglevel.patch'
 )
 sha256sums=('c3927e87be4040fa8aca1b58663dc0776aaf00485604ff88a623be2f3fb07794'
-'25f0767908e736a2388fe36810712ee3faa6c86c5255516496d5942ba1ffb451'
+'e25557b19dfebc91e42939aa9a62f7a4d4e36ea2cc659368cded51fb2c703456'
 '2ccde1ef9c80d404f371a9f9f8e2195b1fa9297c0c2017668523c8c2c901cf7d'
 '38645054049828569280ecf770e5241bba2744b50dd28b82d618199371655874'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'



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

2014-08-01 Thread Bartłomiej Piotrowski
Date: Friday, August 1, 2014 @ 09:04:03
  Author: bpiotrowski
Revision: 116673

upgpkg: umurmur 0.2.14-3

rebuild against protobuf-c 1.0.0

Added:
  umurmur/trunk/0001-Update-to-use-Protobuf-C-1.0.0.patch
Modified:
  umurmur/trunk/PKGBUILD

---+
 0001-Update-to-use-Protobuf-C-1.0.0.patch | 3760 
 PKGBUILD  |   14 
 2 files changed, 3771 insertions(+), 3 deletions(-)

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


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

2014-08-01 Thread Tobias Powalowski
Date: Friday, August 1, 2014 @ 09:04:34
  Author: tpowa
Revision: 218479

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 218478, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 218478, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 218478, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 218478, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 218478, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 218478, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 218478, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 218478, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 218478, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 218478, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 218478, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 218478, linux/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  291 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6770 +
 testing-i686/config.x86_64   | 6544 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  291 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6770 +
 testing-x86_64/config.x86_64 | 6544 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 27336 insertions(+)

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


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

2014-08-01 Thread Massimiliano Torromeo
Date: Friday, August 1, 2014 @ 10:04:00
  Author: mtorromeo
Revision: 116676

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

Added:
  libuv/repos/community-i686/PKGBUILD
(from rev 116675, libuv/trunk/PKGBUILD)
  libuv/repos/community-x86_64/PKGBUILD
(from rev 116675, libuv/trunk/PKGBUILD)
Deleted:
  libuv/repos/community-i686/PKGBUILD
  libuv/repos/community-i686/inet_pton6.patch
  libuv/repos/community-x86_64/PKGBUILD
  libuv/repos/community-x86_64/inet_pton6.patch

---+
 /PKGBUILD |   82 
 community-i686/PKGBUILD   |   48 ---
 community-i686/inet_pton6.patch   |  146 
 community-x86_64/PKGBUILD |   48 ---
 community-x86_64/inet_pton6.patch |  146 
 5 files changed, 82 insertions(+), 388 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-01 08:01:51 UTC (rev 116675)
+++ community-i686/PKGBUILD 2014-08-01 08:04:00 UTC (rev 116676)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=libuv
-pkgver=0.11.25
-pkgrel=1
-pkgdesc=A new platform layer for Node.JS
-arch=('i686' 'x86_64')
-url=https://github.com/joyent/libuv;
-license=('custom')
-depends=('glibc')
-source=(https://github.com/joyent/libuv/archive/v$pkgver.tar.gz;
-
inet_pton6.patch::https://github.com/joyent/libuv/compare/6d56e6e132717df13c7ed76e6cc3ee53105759be...4fac9427e4a652cdebf241803ce7443dd59a4451.patch;)
-
-prepare() {
-   cd $srcdir/$pkgname-$pkgver
-   patch -p1 -i $srcdir/inet_pton6.patch
-}
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./autogen.sh
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd $srcdir/$pkgname-$pkgver
-   make check
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   make DESTDIR=$pkgdir install
-
-   install -Dm644 LICENSE \
-   $pkgdir/usr/share/licenses/$pkgname/LICENSE
-   install -Dm644 AUTHORS \
-   $pkgdir/usr/share/doc/$pkgname/AUTHORS
-   install -Dm644 README.md \
-   $pkgdir/usr/share/doc/$pkgname/README.md
-   install -Dm644 ChangeLog \
-   $pkgdir/usr/share/doc/$pkgname/ChangeLog
-}
-
-sha256sums=('b95a3e5eca9554998b7423ee786205e52731e82e2d24cbbd4f65af763de542fb'
-'655c98f10daf171ce736cea594b710a3f8d72f4da02613588eb9856e4bb36561')

Copied: libuv/repos/community-i686/PKGBUILD (from rev 116675, 
libuv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-01 08:04:00 UTC (rev 116676)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=libuv
+pkgver=0.11.27
+pkgrel=1
+pkgdesc=A new platform layer for Node.JS
+arch=('i686' 'x86_64')
+url=https://github.com/joyent/libuv;
+license=('custom')
+depends=('glibc')
+source=(https://github.com/joyent/libuv/archive/v$pkgver.tar.gz;)
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./autogen.sh
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd $srcdir/$pkgname-$pkgver
+   make check
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install
+
+   install -Dm644 LICENSE \
+   $pkgdir/usr/share/licenses/$pkgname/LICENSE
+   install -Dm644 AUTHORS \
+   $pkgdir/usr/share/doc/$pkgname/AUTHORS
+   install -Dm644 README.md \
+   $pkgdir/usr/share/doc/$pkgname/README.md
+   install -Dm644 ChangeLog \
+   $pkgdir/usr/share/doc/$pkgname/ChangeLog
+}
+
+sha256sums=('68ffa82ef2b894df5d6e530cc70735fa3633857b69f078923b6580b182dc1cd3')

Deleted: community-i686/inet_pton6.patch
===
--- community-i686/inet_pton6.patch 2014-08-01 08:01:51 UTC (rev 116675)
+++ community-i686/inet_pton6.patch 2014-08-01 08:04:00 UTC (rev 116676)
@@ -1,146 +0,0 @@
-From e7b3c3fb6b56298174e5eaf2ac3bea2b721cf0f5 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= sag...@gmail.com
-Date: Fri, 23 May 2014 16:36:57 +0200
-Subject: [PATCH 1/2] unix, windows: define UV__INET/6_ADDRSTRLEN constants
-

- src/inet.c | 7 +--
- 1 file changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/src/inet.c b/src/inet.c
-index 9220de6..0eb9438 100644
 a/src/inet.c
-+++ b/src/inet.c
-@@ -27,6 +27,9 @@
- #include uv.h
- #include uv-common.h
- 
-+#define UV__INET_ADDRSTRLEN 16
-+#define UV__INET6_ADDRSTRLEN46
-+
- 
- static int inet_ntop4(const unsigned char *src, char *dst, size_t size);
- static int inet_ntop6(const unsigned char *src, char *dst, size_t size);
-@@ -49,7 +52,7 @@ int 

[arch-commits] Commit in libuv/trunk (PKGBUILD inet_pton6.patch)

2014-08-01 Thread Massimiliano Torromeo
Date: Friday, August 1, 2014 @ 10:01:51
  Author: mtorromeo
Revision: 116675

upgpkg: libuv 0.11.27-1

Updated to 0.11.27

Modified:
  libuv/trunk/PKGBUILD
Deleted:
  libuv/trunk/inet_pton6.patch

--+
 PKGBUILD |   13 +---
 inet_pton6.patch |  146 -
 2 files changed, 3 insertions(+), 156 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 07:04:14 UTC (rev 116674)
+++ PKGBUILD2014-08-01 08:01:51 UTC (rev 116675)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=libuv
-pkgver=0.11.25
+pkgver=0.11.27
 pkgrel=1
 pkgdesc=A new platform layer for Node.JS
 arch=('i686' 'x86_64')
@@ -9,14 +9,8 @@
 url=https://github.com/joyent/libuv;
 license=('custom')
 depends=('glibc')
-source=(https://github.com/joyent/libuv/archive/v$pkgver.tar.gz;
-
inet_pton6.patch::https://github.com/joyent/libuv/compare/6d56e6e132717df13c7ed76e6cc3ee53105759be...4fac9427e4a652cdebf241803ce7443dd59a4451.patch;)
+source=(https://github.com/joyent/libuv/archive/v$pkgver.tar.gz;)
 
-prepare() {
-   cd $srcdir/$pkgname-$pkgver
-   patch -p1 -i $srcdir/inet_pton6.patch
-}
-
 build() {
cd $srcdir/$pkgname-$pkgver
./autogen.sh
@@ -44,5 +38,4 @@
$pkgdir/usr/share/doc/$pkgname/ChangeLog
 }
 
-sha256sums=('b95a3e5eca9554998b7423ee786205e52731e82e2d24cbbd4f65af763de542fb'
-'655c98f10daf171ce736cea594b710a3f8d72f4da02613588eb9856e4bb36561')
+sha256sums=('68ffa82ef2b894df5d6e530cc70735fa3633857b69f078923b6580b182dc1cd3')

Deleted: inet_pton6.patch
===
--- inet_pton6.patch2014-08-01 07:04:14 UTC (rev 116674)
+++ inet_pton6.patch2014-08-01 08:01:51 UTC (rev 116675)
@@ -1,146 +0,0 @@
-From e7b3c3fb6b56298174e5eaf2ac3bea2b721cf0f5 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= sag...@gmail.com
-Date: Fri, 23 May 2014 16:36:57 +0200
-Subject: [PATCH 1/2] unix, windows: define UV__INET/6_ADDRSTRLEN constants
-

- src/inet.c | 7 +--
- 1 file changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/src/inet.c b/src/inet.c
-index 9220de6..0eb9438 100644
 a/src/inet.c
-+++ b/src/inet.c
-@@ -27,6 +27,9 @@
- #include uv.h
- #include uv-common.h
- 
-+#define UV__INET_ADDRSTRLEN 16
-+#define UV__INET6_ADDRSTRLEN46
-+
- 
- static int inet_ntop4(const unsigned char *src, char *dst, size_t size);
- static int inet_ntop6(const unsigned char *src, char *dst, size_t size);
-@@ -49,7 +52,7 @@ int uv_inet_ntop(int af, const void* src, char* dst, size_t 
size) {
- 
- static int inet_ntop4(const unsigned char *src, char *dst, size_t size) {
-   static const char fmt[] = %u.%u.%u.%u;
--  char tmp[sizeof 255.255.255.255];
-+  char tmp[UV__INET_ADDRSTRLEN];
-   int l;
- 
- #ifndef _WIN32
-@@ -74,7 +77,7 @@ static int inet_ntop6(const unsigned char *src, char *dst, 
size_t size) {
-* Keep this in mind if you think this function should have been coded
-* to use pointer overlays.  All the world's not a VAX.
-*/
--  char tmp[sizeof ::::::255.255.255.255], *tp;
-+  char tmp[UV__INET6_ADDRSTRLEN], *tp;
-   struct { int base, len; } best, cur;
-   unsigned int words[sizeof(struct in6_addr) / sizeof(uint16_t)];
-   int i;
--- 
-1.9.3
-
-
-From 4fac9427e4a652cdebf241803ce7443dd59a4451 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= sag...@gmail.com
-Date: Fri, 23 May 2014 09:25:23 +0200
-Subject: [PATCH 2/2] unix, windows: fix parsing scoped IPv6 addresses
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Saúl Ibarra Corretgé sag...@gmail.com

- src/inet.c   | 36 
- test/test-ip6-addr.c |  2 ++
- 2 files changed, 22 insertions(+), 16 deletions(-)
-
-diff --git a/src/inet.c b/src/inet.c
-index 0eb9438..c948b2e 100644
 a/src/inet.c
-+++ b/src/inet.c
-@@ -159,11 +159,27 @@ static int inet_ntop6(const unsigned char *src, char 
*dst, size_t size) {
- 
- 
- int uv_inet_pton(int af, const char* src, void* dst) {
-+  if (src == NULL || dst == NULL)
-+return UV_EINVAL;
-+
-   switch (af) {
-   case AF_INET:
- return (inet_pton4(src, dst));
--  case AF_INET6:
--return (inet_pton6(src, dst));
-+  case AF_INET6: {
-+int len;
-+char tmp[UV__INET6_ADDRSTRLEN], *s, *p;
-+s = (char*) src;
-+p = strchr(src, '%');
-+if (p != NULL) {
-+  s = tmp;
-+  len = p - src;
-+  if (len  UV__INET6_ADDRSTRLEN-1)
-+return UV_EINVAL;
-+  memcpy(s, src, len);
-+  s[len] = '\0';
-+}
-+return inet_pton6(s, dst);
-+  }
-   default:
- return UV_EAFNOSUPPORT;
-   }
-@@ -228,7 +244,7 @@ static int inet_pton6(const char *src, unsigned char *dst) 
{
-   curtok = src;
-   seen_xdigits = 0;

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

2014-08-01 Thread Andreas Radke
Date: Friday, August 1, 2014 @ 10:13:15
  Author: andyrtr
Revision: 218481

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

Added:
  cairo/repos/extra-i686/PKGBUILD
(from rev 218480, cairo/trunk/PKGBUILD)
  cairo/repos/extra-i686/cairo-1.12.16-lto-optional.patch
(from rev 218480, cairo/trunk/cairo-1.12.16-lto-optional.patch)
  cairo/repos/extra-x86_64/PKGBUILD
(from rev 218480, cairo/trunk/PKGBUILD)
  cairo/repos/extra-x86_64/cairo-1.12.16-lto-optional.patch
(from rev 218480, cairo/trunk/cairo-1.12.16-lto-optional.patch)
Deleted:
  cairo/repos/extra-i686/PKGBUILD
  cairo/repos/extra-i686/cairo-1.12.16-lto-optional.patch
  cairo/repos/extra-x86_64/PKGBUILD
  cairo/repos/extra-x86_64/cairo-1.12.16-lto-optional.patch

---+
 /PKGBUILD |  140 
 /cairo-1.12.16-lto-optional.patch |   58 +
 extra-i686/PKGBUILD   |   70 
 extra-i686/cairo-1.12.16-lto-optional.patch   |   29 
 extra-x86_64/PKGBUILD |   70 
 extra-x86_64/cairo-1.12.16-lto-optional.patch |   29 
 6 files changed, 198 insertions(+), 198 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-01 08:12:56 UTC (rev 218480)
+++ extra-i686/PKGBUILD 2014-08-01 08:13:15 UTC (rev 218481)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Brice Carpentier br...@daknet.org
-
-pkgname=cairo
-pkgver=1.12.16
-pkgrel=2
-pkgdesc=Cairo vector graphics library
-arch=(i686 x86_64)
-license=('LGPL' 'MPL')
-url=http://cairographics.org/;
-depends=('libpng' 'libxrender' 'libxext' 'fontconfig' 'pixman=0.28.0' 'glib2' 
'mesa' 'libgl' 'sh' 'lzo2')
-makedepends=('mesa-libgl' 'librsvg' 'gtk2' 'poppler-glib' 'libspectre' 
'gtk-doc' 'valgrind'
- # for the test suite:
- 'ttf-dejavu' 'gsfonts' 'xorg-server-xvfb' ) # 'libdrm')
-#optdepends=('xcb-util: for XCB backend') # really needed?
-provides=('cairo-xcb')
-replaces=('cairo-xcb')
-source=(http://cairographics.org/releases/$pkgname-$pkgver.tar.xz
-cairo-1.12.16-lto-optional.patch)
-sha1sums=('4f6e337d5d3edd7ea79d1426f575331552b003ec'
-  '80883e44a57942762995aea2f136701b1fa54568')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # https://bugs.archlinux.org/task/40313 + https://bugs.gentoo.org/510782
-  # patch to make it optional is taken from Gentoo
-  patch -Np1 -i $srcdir/cairo-1.12.16-lto-optional.patch
-  autoreconf -vfi
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-lto \
-   --enable-tee \
-   --enable-gl \
-   --enable-egl \
-   --enable-svg \
-   --enable-ps \
-   --enable-pdf \
-   --enable-gobject #\
-   # --enable-test-surfaces
-   
-   #--disable-xlib-xcb \
-   # --enable-test-surfaces \ takes ages
-   #--enable-drm # breaks build
-   
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k test || /bin/true
-  
-  # results:
-  # 1.12.8-1   # 162 Passed, 328 Failed [8 crashed, 10 expected], 26 Skipped
-  # 1.12.12-2: # 29 Passed, 464 Failed [460 crashed, 2 expected], 26 Skipped
-  # 1.12.16-1: 144 Passed, 364 Failed [6 crashed, 12 expected], 27 Skipped
-
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cairo/repos/extra-i686/PKGBUILD (from rev 218480, cairo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-01 08:13:15 UTC (rev 218481)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Brice Carpentier br...@daknet.org
+
+pkgname=cairo
+pkgver=1.12.16
+pkgrel=3
+pkgdesc=Cairo vector graphics library
+arch=(i686 x86_64)
+license=('LGPL' 'MPL')
+url=http://cairographics.org/;
+depends=('libpng' 'libxrender' 'libxext' 'fontconfig' 'pixman=0.28.0' 'glib2' 
'mesa' 'libgl' 'sh' 'lzo')
+makedepends=('mesa-libgl' 'librsvg' 'gtk2' 'poppler-glib' 'libspectre' 
'gtk-doc' 'valgrind'
+ # for the test suite:
+ 'ttf-dejavu' 'gsfonts' 'xorg-server-xvfb' ) # 'libdrm')
+#optdepends=('xcb-util: for XCB backend') # really needed?
+provides=('cairo-xcb')
+replaces=('cairo-xcb')
+source=(http://cairographics.org/releases/$pkgname-$pkgver.tar.xz
+cairo-1.12.16-lto-optional.patch)
+sha1sums=('4f6e337d5d3edd7ea79d1426f575331552b003ec'
+  '80883e44a57942762995aea2f136701b1fa54568')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # https://bugs.archlinux.org/task/40313 + https://bugs.gentoo.org/510782
+  # patch to make it optional is taken from Gentoo
+  patch -Np1 -i $srcdir/cairo-1.12.16-lto-optional.patch
+  autoreconf -vfi
+}
+
+build() {
+  cd 

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

2014-08-01 Thread Andreas Radke
Date: Friday, August 1, 2014 @ 10:12:56
  Author: andyrtr
Revision: 218480

upgpkg: cairo 1.12.16-3

lzo2 has been renamed to lzo

Modified:
  cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 07:04:34 UTC (rev 218479)
+++ PKGBUILD2014-08-01 08:12:56 UTC (rev 218480)
@@ -4,12 +4,12 @@
 
 pkgname=cairo
 pkgver=1.12.16
-pkgrel=2
+pkgrel=3
 pkgdesc=Cairo vector graphics library
 arch=(i686 x86_64)
 license=('LGPL' 'MPL')
 url=http://cairographics.org/;
-depends=('libpng' 'libxrender' 'libxext' 'fontconfig' 'pixman=0.28.0' 'glib2' 
'mesa' 'libgl' 'sh' 'lzo2')
+depends=('libpng' 'libxrender' 'libxext' 'fontconfig' 'pixman=0.28.0' 'glib2' 
'mesa' 'libgl' 'sh' 'lzo')
 makedepends=('mesa-libgl' 'librsvg' 'gtk2' 'poppler-glib' 'libspectre' 
'gtk-doc' 'valgrind'
  # for the test suite:
  'ttf-dejavu' 'gsfonts' 'xorg-server-xvfb' ) # 'libdrm')



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

2014-08-01 Thread Alexander Rødseth
Date: Friday, August 1, 2014 @ 11:33:06
  Author: arodseth
Revision: 116679

upgpkg: the_silver_searcher 0.24.0-1

Modified:
  the_silver_searcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 09:31:42 UTC (rev 116678)
+++ PKGBUILD2014-08-01 09:33:06 UTC (rev 116679)
@@ -4,8 +4,8 @@
 # Contributor: skydrome skydr...@i2pmail.org
 
 pkgname=the_silver_searcher
-pkgver=0.23.0
-pkgrel=2
+pkgver=0.24.0
+pkgrel=1
 pkgdesc='Code searching tool similar to Ack, but faster'
 url='https://github.com/ggreer/the_silver_searcher'
 license=('Apache')



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

2014-08-01 Thread Alexander Rødseth
Date: Friday, August 1, 2014 @ 11:34:37
  Author: arodseth
Revision: 116680

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

Added:
  the_silver_searcher/repos/community-i686/PKGBUILD
(from rev 116679, the_silver_searcher/trunk/PKGBUILD)
  the_silver_searcher/repos/community-x86_64/PKGBUILD
(from rev 116679, the_silver_searcher/trunk/PKGBUILD)
Deleted:
  the_silver_searcher/repos/community-i686/PKGBUILD
  the_silver_searcher/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-01 09:33:06 UTC (rev 116679)
+++ community-i686/PKGBUILD 2014-08-01 09:34:37 UTC (rev 116680)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.23.0
-pkgrel=2
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 116679, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-01 09:34:37 UTC (rev 116680)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.24.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-01 09:33:06 UTC (rev 116679)
+++ community-x86_64/PKGBUILD   2014-08-01 09:34:37 UTC (rev 116680)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.23.0
-pkgrel=2
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 116679, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-01 09:34:37 UTC (rev 116680)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.24.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-08-01 Thread Evangelos Foutras
Date: Friday, August 1, 2014 @ 11:46:54
  Author: foutrelis
Revision: 116681

upgpkg: cloc 1.62-1

New upstream release.

Modified:
  cloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 09:34:37 UTC (rev 116680)
+++ PKGBUILD2014-08-01 09:46:54 UTC (rev 116681)
@@ -3,7 +3,7 @@
 # Contributor: Diogo Ferreira di...@underdev.org
 
 pkgname=cloc
-pkgver=1.60
+pkgver=1.62
 pkgrel=1
 pkgdesc=Count Lines of Code
 arch=('any')
@@ -10,8 +10,8 @@
 url=http://cloc.sourceforge.net/;
 license=('GPL')
 depends=('perl')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/v$pkgver/$pkgname-$pkgver.pl)
-sha256sums=('4aa870bef104fd2b8f03c667ef8be2cd671cdf59f46c72046c43ed14e222a05c')
+source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/v$pkgver/$pkgname-$pkgver.pl)
+sha256sums=('fa3793b576895cde2acae26a49447bf0c55ab3f79bdacfb00a88fc1d255c2570')
 
 package() {
   cd $srcdir



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

2014-08-01 Thread Evangelos Foutras
Date: Friday, August 1, 2014 @ 11:47:03
  Author: foutrelis
Revision: 116682

archrelease: copy trunk to community-any

Added:
  cloc/repos/community-any/PKGBUILD
(from rev 116681, cloc/trunk/PKGBUILD)
Deleted:
  cloc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-01 09:46:54 UTC (rev 116681)
+++ PKGBUILD2014-08-01 09:47:03 UTC (rev 116682)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Diogo Ferreira di...@underdev.org
-
-pkgname=cloc
-pkgver=1.60
-pkgrel=1
-pkgdesc=Count Lines of Code
-arch=('any')
-url=http://cloc.sourceforge.net/;
-license=('GPL')
-depends=('perl')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/v$pkgver/$pkgname-$pkgver.pl)
-sha256sums=('4aa870bef104fd2b8f03c667ef8be2cd671cdf59f46c72046c43ed14e222a05c')
-
-package() {
-  cd $srcdir
-
-  install -D $pkgname-$pkgver.pl $pkgdir/usr/bin/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cloc/repos/community-any/PKGBUILD (from rev 116681, cloc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-01 09:47:03 UTC (rev 116682)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Diogo Ferreira di...@underdev.org
+
+pkgname=cloc
+pkgver=1.62
+pkgrel=1
+pkgdesc=Count Lines of Code
+arch=('any')
+url=http://cloc.sourceforge.net/;
+license=('GPL')
+depends=('perl')
+source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/v$pkgver/$pkgname-$pkgver.pl)
+sha256sums=('fa3793b576895cde2acae26a49447bf0c55ab3f79bdacfb00a88fc1d255c2570')
+
+package() {
+  cd $srcdir
+
+  install -D $pkgname-$pkgver.pl $pkgdir/usr/bin/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-08-01 Thread Tobias Powalowski
Date: Friday, August 1, 2014 @ 12:07:37
  Author: tpowa
Revision: 218482

upgpkg: efibootmgr 0.7.0.8.g15a46a8-1

bump to latest version

Modified:
  efibootmgr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 08:13:15 UTC (rev 218481)
+++ PKGBUILD2014-08-01 10:07:37 UTC (rev 218482)
@@ -5,8 +5,8 @@
 
 pkgname=efibootmgr
 pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables
-pkgver=0.7.0
-pkgrel=1
+pkgver=0.7.0.8.g15a46a8
+pkgrel=1
 arch=('x86_64' 'i686')
 url=https://github.com/vathpela/efibootmgr;
 license=('GPL2')
@@ -14,10 +14,11 @@
 depends=('pciutils' 'efivar' 'zlib')
 options=('strip' 'zipman' 'docs' '!emptydirs')
 
-source=(efibootmgr::git+https://github.com/vathpela/efibootmgr.git#tag=efibootmgr-${pkgver};)
+# 
source=(efibootmgr::git+https://github.com/vathpela/efibootmgr.git#tag=efibootmgr-${pkgver};)
+source=(efibootmgr::git+https://github.com/vathpela/efibootmgr.git#commit=099e1107489a24e019e8900f1c44da646945c343;)
 sha1sums=('SKIP')
 
-_pkgver() {
+pkgver() {
cd ${srcdir}/efibootmgr/
echo $(git describe --tags) | sed -e 's|efibootmgr-||g' -e 's|-|\.|g'
 }



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

2014-08-01 Thread Tobias Powalowski
Date: Friday, August 1, 2014 @ 12:08:57
  Author: tpowa
Revision: 218483

upgpkg: efibootmgr 0.7.0.16.g099e110-1

bump to latest version

Modified:
  efibootmgr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 10:07:37 UTC (rev 218482)
+++ PKGBUILD2014-08-01 10:08:57 UTC (rev 218483)
@@ -5,7 +5,7 @@
 
 pkgname=efibootmgr
 pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables
-pkgver=0.7.0.8.g15a46a8
+pkgver=0.7.0.16.g099e110
 pkgrel=1
 arch=('x86_64' 'i686')
 url=https://github.com/vathpela/efibootmgr;



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

2014-08-01 Thread Tobias Powalowski
Date: Friday, August 1, 2014 @ 12:09:07
  Author: tpowa
Revision: 218484

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

Added:
  efibootmgr/repos/testing-i686/
  efibootmgr/repos/testing-i686/PKGBUILD
(from rev 218483, efibootmgr/trunk/PKGBUILD)
  efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch
(from rev 218483, efibootmgr/trunk/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/testing-x86_64/
  efibootmgr/repos/testing-x86_64/PKGBUILD
(from rev 218483, efibootmgr/trunk/PKGBUILD)
  efibootmgr/repos/testing-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 218483, efibootmgr/trunk/efibootmgr-tilt_slashes-func.patch)

---+
 testing-i686/PKGBUILD |   54 +
 testing-i686/efibootmgr-tilt_slashes-func.patch   |   61 
 testing-x86_64/PKGBUILD   |   54 +
 testing-x86_64/efibootmgr-tilt_slashes-func.patch |   61 
 4 files changed, 230 insertions(+)

Copied: efibootmgr/repos/testing-i686/PKGBUILD (from rev 218483, 
efibootmgr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-01 10:09:07 UTC (rev 218484)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Murtuza Akhtari inxsible at gmail dot com
+# Contributor: Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
+
+pkgname=efibootmgr
+pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables
+pkgver=0.7.0.16.g099e110
+pkgrel=1
+arch=('x86_64' 'i686')
+url=https://github.com/vathpela/efibootmgr;
+license=('GPL2')
+makedepends=('git')
+depends=('pciutils' 'efivar' 'zlib')
+options=('strip' 'zipman' 'docs' '!emptydirs')
+
+# 
source=(efibootmgr::git+https://github.com/vathpela/efibootmgr.git#tag=efibootmgr-${pkgver};)
+source=(efibootmgr::git+https://github.com/vathpela/efibootmgr.git#commit=099e1107489a24e019e8900f1c44da646945c343;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd ${srcdir}/efibootmgr/
+   echo $(git describe --tags) | sed -e 's|efibootmgr-||g' -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd ${srcdir}/efibootmgr/
+   
+   git clean -x -d -f
+   echo
+   
+}
+
+build() {
+   
+   cd ${srcdir}/efibootmgr/
+   
+   make EXTRA_CFLAGS=-Os
+   echo
+   
+}
+
+package() {
+   
+   cd ${srcdir}/efibootmgr/
+   
+   install -d ${pkgdir}/usr/bin/
+   install -D -m0755 ${srcdir}/efibootmgr/src/efibootmgr/efibootmgr 
${pkgdir}/usr/bin/efibootmgr
+   
+   install -d ${pkgdir}/usr/share/man/man8/
+   install -D -m0644 ${srcdir}/efibootmgr/src/man/man8/efibootmgr.8 
${pkgdir}/usr/share/man/man8/efibootmgr.8
+   
+}

Copied: efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch (from 
rev 218483, efibootmgr/trunk/efibootmgr-tilt_slashes-func.patch)
===
--- testing-i686/efibootmgr-tilt_slashes-func.patch 
(rev 0)
+++ testing-i686/efibootmgr-tilt_slashes-func.patch 2014-08-01 10:09:07 UTC 
(rev 218484)
@@ -0,0 +1,61 @@
+diff --git a/src/efibootmgr/efibootmgr.c b/src/efibootmgr/efibootmgr.c
+index 236365a..9883961 100644
+--- a/src/efibootmgr/efibootmgr.c
 b/src/efibootmgr/efibootmgr.c
+@@ -803,6 +803,7 @@ usage()
+   printf(\t-V | --version  return version and exit\n);
+   printf(\t-w | --write-signature  write unique sig to MBR if needed\n);
+   printf(\t-@ | --append-binary-args file  append extra args from file 
(use \-\ for stdin)\n);
++  printf(\t   | --help show help/usage\n);
+ }
+ 
+ static void
+@@ -863,6 +864,7 @@ parse_opts(int argc, char **argv)
+   {version,no_argument, 0, 'V'},
+   {write-signature,no_argument, 0, 'w'},
+   {append-binary-args, required_argument, 0, '@'},
++  {help,   no_argument, 0,   2},
+   {0, 0, 0, 0}
+   };
+ 
+@@ -1014,6 +1016,10 @@ parse_opts(int argc, char **argv)
+   opts.write_signature = 1;
+   break;
+ 
++  case 2:
++  usage();
++  exit(1);
++
+   default:
+   usage();
+   exit(1);
+diff --git a/src/lib/efi.c b/src/lib/efi.c
+index a4ce5cf..8ef8be8 100644
+--- a/src/lib/efi.c
 b/src/lib/efi.c
+@@ -70,6 +70,16 @@ efi_guid_unparse(efi_guid_t *guid, char *out)
+ return out;
+ }
+ 
++char *
++tilt_slashes(char *s)
++{
++  char *p;
++  for (p = s; *p; p++)
++  if (*p == '/')
++  *p = '\\';
++  return s;
++}
++
+ void
+ 

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

2014-08-01 Thread Alexander Rødseth
Date: Friday, August 1, 2014 @ 12:10:04
  Author: arodseth
Revision: 116683

upgpkg: groovy 2.3.6-1

Modified:
  groovy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 09:47:03 UTC (rev 116682)
+++ PKGBUILD2014-08-01 10:10:04 UTC (rev 116683)
@@ -5,7 +5,7 @@
 # Contributor: Andreas W. Hauser andy-...@splashground.de
 
 pkgname=groovy
-pkgver=2.3.4
+pkgver=2.3.6
 pkgrel=1
 pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
 arch=('any')
@@ -16,7 +16,7 @@
 makedepends=('gendesk')
 source=(http://dl.bintray.com/groovy/maven/$pkgname-binary-$pkgver.zip;
 
$pkgname.png::http://svn.codehaus.org/groovy/tags/GROOVY_1_7_6/src/main/groovy/ui/ConsoleIcon.png;)
-sha256sums=('5bba3b09f3f1b9c465f35e8bb26ab18dde59d46112c8d33f7671e5604a9b9a8a'
+sha256sums=('5081ebbd3e6d1a5900c51b1c7d5d4629e3a8dcb8a9f3ff45a15b21e34237737b'
 '24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
 
 prepare() {
@@ -24,7 +24,8 @@
   gendesk -f -n --pkgname $pkgname --pkgdesc 'Groovy programming language' \
 --exec 'groovyConsole' --name 'Groovy Console' 
 
-  # Set GROOVY_HOME correctly at the top of all the scripts
+  # Set GROOVY_HOME correctly at the top of all the scripts.
+  # This works, but there probably is an even better way to do this.
   cd $pkgname-$pkgver/embeddable
   for f in ../bin/*; do
 sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f



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

2014-08-01 Thread Alexander Rødseth
Date: Friday, August 1, 2014 @ 12:11:00
  Author: arodseth
Revision: 116684

archrelease: copy trunk to community-any

Added:
  groovy/repos/community-any/PKGBUILD
(from rev 116683, groovy/trunk/PKGBUILD)
Deleted:
  groovy/repos/community-any/PKGBUILD

--+
 PKGBUILD |  141 ++---
 1 file changed, 71 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-01 10:10:04 UTC (rev 116683)
+++ PKGBUILD2014-08-01 10:11:00 UTC (rev 116684)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Musikolo musikoloAThotmailDOTcom
-# Contributor: Ruben Fonseca fons...@gmail.com
-# Contributor: Andreas W. Hauser andy-...@splashground.de
-
-pkgname=groovy
-pkgver=2.3.4
-pkgrel=1
-pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
-arch=('any')
-url='http://groovy.codehaus.org/'
-license=('APACHE' 'BSD' 'custom')
-depends=('bash' 'java-environment')
-optdepends=('groovy-docs: html and pdf documentation for Groovy')
-makedepends=('gendesk')
-source=(http://dl.bintray.com/groovy/maven/$pkgname-binary-$pkgver.zip;
-
$pkgname.png::http://svn.codehaus.org/groovy/tags/GROOVY_1_7_6/src/main/groovy/ui/ConsoleIcon.png;)
-sha256sums=('5bba3b09f3f1b9c465f35e8bb26ab18dde59d46112c8d33f7671e5604a9b9a8a'
-'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
-
-prepare() {
-  # Generate desktop shortcut file
-  gendesk -f -n --pkgname $pkgname --pkgdesc 'Groovy programming language' \
---exec 'groovyConsole' --name 'Groovy Console' 
-
-  # Set GROOVY_HOME correctly at the top of all the scripts
-  cd $pkgname-$pkgver/embeddable
-  for f in ../bin/*; do
-sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
-  done
-
-  ln -s $pkgname-all-$pkgver.jar $pkgname-all.jar
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # Create the directories and package the files
-  install -d $pkgdir/usr/share/groovy $pkgdir/usr/bin
-  cp -r lib conf embeddable $pkgdir/usr/share/groovy
-  cp bin/* $pkgdir/usr/bin
-
-  # Remove all DOS/Windows batch files
-  find $pkgdir -name '*.bat' -exec rm {} \;
-
-  # Package the APACHE license
-  install -Dm644 LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 CLI-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/CLI-LICENSE
-
-  # Package the BSD license
-  install -Dm644 ANTLR-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/ANTLR-LICENSE
-
-  # Package the custom license
-  install -Dm644 ASM-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/ASM-LICENSE
-  install -Dm644 JSR223-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/JSR223-LICENSE
-
-  # Desktop shortcut for Groovy Console
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/$pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-}
-
-# vim:set ts=2 sw=2 et:

Copied: groovy/repos/community-any/PKGBUILD (from rev 116683, 
groovy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-01 10:11:00 UTC (rev 116684)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Musikolo musikoloAThotmailDOTcom
+# Contributor: Ruben Fonseca fons...@gmail.com
+# Contributor: Andreas W. Hauser andy-...@splashground.de
+
+pkgname=groovy
+pkgver=2.3.6
+pkgrel=1
+pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
+arch=('any')
+url='http://groovy.codehaus.org/'
+license=('APACHE' 'BSD' 'custom')
+depends=('bash' 'java-environment')
+optdepends=('groovy-docs: html and pdf documentation for Groovy')
+makedepends=('gendesk')
+source=(http://dl.bintray.com/groovy/maven/$pkgname-binary-$pkgver.zip;
+
$pkgname.png::http://svn.codehaus.org/groovy/tags/GROOVY_1_7_6/src/main/groovy/ui/ConsoleIcon.png;)
+sha256sums=('5081ebbd3e6d1a5900c51b1c7d5d4629e3a8dcb8a9f3ff45a15b21e34237737b'
+'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
+
+prepare() {
+  # Generate desktop shortcut file
+  gendesk -f -n --pkgname $pkgname --pkgdesc 'Groovy programming language' \
+--exec 'groovyConsole' --name 'Groovy Console' 
+
+  # Set GROOVY_HOME correctly at the top of all the scripts.
+  # This works, but there probably is an even better way to do this.
+  cd $pkgname-$pkgver/embeddable
+  for f in ../bin/*; do
+sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
+  done
+
+  ln -s $pkgname-all-$pkgver.jar $pkgname-all.jar
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # Create the directories and package the files
+  install -d $pkgdir/usr/share/groovy $pkgdir/usr/bin
+  cp -r lib conf embeddable $pkgdir/usr/share/groovy
+  cp bin/* $pkgdir/usr/bin
+
+  # Remove all DOS/Windows 

[arch-commits] Commit in livestreamer/trunk (PKGBUILD ca-certs.diff)

2014-08-01 Thread Evangelos Foutras
Date: Friday, August 1, 2014 @ 12:13:15
  Author: foutrelis
Revision: 116685

upgpkg: livestreamer 1.9.0-1

- New upstream release.
- Install man page and LICENSE files.

Modified:
  livestreamer/trunk/PKGBUILD
Deleted:
  livestreamer/trunk/ca-certs.diff

---+
 PKGBUILD  |   15 +--
 ca-certs.diff |   17 -
 2 files changed, 13 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 10:11:00 UTC (rev 116684)
+++ PKGBUILD2014-08-01 10:13:15 UTC (rev 116685)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 # Contributor: Christopher Rosell chri...@tanuki.se
 pkgname=livestreamer
-pkgver=1.8.2
+pkgver=1.9.0
 pkgrel=1
 pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player'
 arch=('any')
@@ -9,15 +9,26 @@
 url='https://github.com/chrippa/livestreamer'
 license=('BSD')
 depends=('python-requests' 'rtmpdump' 'python-setuptools')
+makedepends=('python-sphinx')
 provides=('livestreamer')
 conflicts=('livestreamer-git')
 options=(!emptydirs)
 
source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('fa216aa08cd0022f39ff4c47e9c343dde4524e073a1c6e6964483dc21d23955d')
+sha256sums=('d450f1352fe8f9c65cbecf6415c6d404c45334870321224253b4c1a3dac4e28c')
 
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python setup.py build_sphinx -b man
+}
+
 package() {
   cd $srcdir/$pkgname-$pkgver
   python setup.py install --root=$pkgdir/ --optimize=1
+
+  install -Dm644 build/sphinx/man/livestreamer.1 \
+$pkgdir/usr/share/man/man1/livestreamer.1
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:

Deleted: ca-certs.diff
===
--- ca-certs.diff   2014-08-01 10:11:00 UTC (rev 116684)
+++ ca-certs.diff   2014-08-01 10:13:15 UTC (rev 116685)
@@ -1,17 +0,0 @@
-diff --git a/src/livestreamer/utils.py b/src/livestreamer/utils.py
-index 34e881b..16a4495 100644
 a/src/livestreamer/utils.py
-+++ b/src/livestreamer/utils.py
-@@ -30,10 +30,10 @@ def urlget(url, *args, **kwargs):
- try:
- if session:
- res = session.request(method, url, timeout=timeout, data=data,
--  *args, **kwargs)
-+   verify=False, *args, **kwargs)
- else:
- res = requests.request(method, url, timeout=timeout, data=data,
--   *args, **kwargs)
-+   verify=False, *args, **kwargs)
- 
- res.raise_for_status()
- except (requests.exceptions.RequestException, IOError) as rerr:



[arch-commits] Commit in livestreamer/repos/community-any (3 files)

2014-08-01 Thread Evangelos Foutras
Date: Friday, August 1, 2014 @ 12:13:26
  Author: foutrelis
Revision: 116686

archrelease: copy trunk to community-any

Added:
  livestreamer/repos/community-any/PKGBUILD
(from rev 116685, livestreamer/trunk/PKGBUILD)
Deleted:
  livestreamer/repos/community-any/PKGBUILD
  livestreamer/repos/community-any/ca-certs.diff

---+
 PKGBUILD  |   57 +---
 ca-certs.diff |   17 
 2 files changed, 34 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-01 10:13:15 UTC (rev 116685)
+++ PKGBUILD2014-08-01 10:13:26 UTC (rev 116686)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Christopher Rosell chri...@tanuki.se
-pkgname=livestreamer
-pkgver=1.8.2
-pkgrel=1
-pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player'
-arch=('any')
-url='https://github.com/chrippa/livestreamer'
-license=('BSD')
-depends=('python-requests' 'rtmpdump' 'python-setuptools')
-provides=('livestreamer')
-conflicts=('livestreamer-git')
-options=(!emptydirs)
-source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('fa216aa08cd0022f39ff4c47e9c343dde4524e073a1c6e6964483dc21d23955d')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python setup.py install --root=$pkgdir/ --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: livestreamer/repos/community-any/PKGBUILD (from rev 116685, 
livestreamer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-01 10:13:26 UTC (rev 116686)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Christopher Rosell chri...@tanuki.se
+pkgname=livestreamer
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player'
+arch=('any')
+url='https://github.com/chrippa/livestreamer'
+license=('BSD')
+depends=('python-requests' 'rtmpdump' 'python-setuptools')
+makedepends=('python-sphinx')
+provides=('livestreamer')
+conflicts=('livestreamer-git')
+options=(!emptydirs)
+source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('d450f1352fe8f9c65cbecf6415c6d404c45334870321224253b4c1a3dac4e28c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python setup.py build_sphinx -b man
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+
+  install -Dm644 build/sphinx/man/livestreamer.1 \
+$pkgdir/usr/share/man/man1/livestreamer.1
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: ca-certs.diff
===
--- ca-certs.diff   2014-08-01 10:13:15 UTC (rev 116685)
+++ ca-certs.diff   2014-08-01 10:13:26 UTC (rev 116686)
@@ -1,17 +0,0 @@
-diff --git a/src/livestreamer/utils.py b/src/livestreamer/utils.py
-index 34e881b..16a4495 100644
 a/src/livestreamer/utils.py
-+++ b/src/livestreamer/utils.py
-@@ -30,10 +30,10 @@ def urlget(url, *args, **kwargs):
- try:
- if session:
- res = session.request(method, url, timeout=timeout, data=data,
--  *args, **kwargs)
-+   verify=False, *args, **kwargs)
- else:
- res = requests.request(method, url, timeout=timeout, data=data,
--   *args, **kwargs)
-+   verify=False, *args, **kwargs)
- 
- res.raise_for_status()
- except (requests.exceptions.RequestException, IOError) as rerr:



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

2014-08-01 Thread Alexander Rødseth
Date: Friday, August 1, 2014 @ 12:15:27
  Author: arodseth
Revision: 116687

upgpkg: groovy-docs 2.3.6-1

Modified:
  groovy-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 10:13:26 UTC (rev 116686)
+++ PKGBUILD2014-08-01 10:15:27 UTC (rev 116687)
@@ -3,7 +3,7 @@
 # Contributor: bruce b_a_g99 (at) hotmail (dot) com
 
 pkgname=groovy-docs
-pkgver=2.3.1
+pkgver=2.3.6
 pkgrel=1
 pkgdesc='Documentation for the Groovy programming language'
 url='http://groovy.codehaus.org/'
@@ -10,7 +10,7 @@
 license=('APACHE')
 arch=('any')
 source=(http://dl.bintray.com/groovy/maven/$pkgname-$pkgver.zip;)
-sha256sums=('b31a03a3c3c6ce7e4daa5a0c86966972b76c93565e1f0dd3bd283413726dc15b')
+sha256sums=('fb52492653ac83975ccab465d5959cd6f242493c724c9fb115f796b2d40f0736')
 
 package() {
   cd groovy-$pkgver



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

2014-08-01 Thread Alexander Rødseth
Date: Friday, August 1, 2014 @ 12:16:09
  Author: arodseth
Revision: 116688

archrelease: copy trunk to community-any

Added:
  groovy-docs/repos/community-any/PKGBUILD
(from rev 116687, groovy-docs/trunk/PKGBUILD)
Deleted:
  groovy-docs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-01 10:15:27 UTC (rev 116687)
+++ PKGBUILD2014-08-01 10:16:09 UTC (rev 116688)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: bruce b_a_g99 (at) hotmail (dot) com
-
-pkgname=groovy-docs
-pkgver=2.3.1
-pkgrel=1
-pkgdesc='Documentation for the Groovy programming language'
-url='http://groovy.codehaus.org/'
-license=('APACHE')
-arch=('any')
-source=(http://dl.bintray.com/groovy/maven/$pkgname-$pkgver.zip;)
-sha256sums=('b31a03a3c3c6ce7e4daa5a0c86966972b76c93565e1f0dd3bd283413726dc15b')
-
-package() {
-  cd groovy-$pkgver
-
-  install -d $pkgdir/usr/share/doc/groovy-$pkgver
-  cp -r * $pkgdir/usr/share/doc/groovy-$pkgver
-  find $pkgdir -type f -exec chmod -x {} \;
-}
-
-# vim:set ts=2 sw=2 et:

Copied: groovy-docs/repos/community-any/PKGBUILD (from rev 116687, 
groovy-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-01 10:16:09 UTC (rev 116688)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: bruce b_a_g99 (at) hotmail (dot) com
+
+pkgname=groovy-docs
+pkgver=2.3.6
+pkgrel=1
+pkgdesc='Documentation for the Groovy programming language'
+url='http://groovy.codehaus.org/'
+license=('APACHE')
+arch=('any')
+source=(http://dl.bintray.com/groovy/maven/$pkgname-$pkgver.zip;)
+sha256sums=('fb52492653ac83975ccab465d5959cd6f242493c724c9fb115f796b2d40f0736')
+
+package() {
+  cd groovy-$pkgver
+
+  install -d $pkgdir/usr/share/doc/groovy-$pkgver
+  cp -r * $pkgdir/usr/share/doc/groovy-$pkgver
+  find $pkgdir -type f -exec chmod -x {} \;
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in lib32-curl/repos/multilib-x86_64 (4 files)

2014-08-01 Thread Evangelos Foutras
Date: Friday, August 1, 2014 @ 12:22:16
  Author: foutrelis
Revision: 116690

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-curl/repos/multilib-x86_64/PKGBUILD
(from rev 116689, lib32-curl/trunk/PKGBUILD)
  lib32-curl/repos/multilib-x86_64/curlbuild.h
(from rev 116689, lib32-curl/trunk/curlbuild.h)
Deleted:
  lib32-curl/repos/multilib-x86_64/PKGBUILD
  lib32-curl/repos/multilib-x86_64/curlbuild.h

-+
 PKGBUILD|  126 +-
 curlbuild.h |   18 
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-01 10:22:09 UTC (rev 116689)
+++ PKGBUILD2014-08-01 10:22:16 UTC (rev 116690)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwall...@aur.archlinux.org
-# Contributor: Dave Reisner dreis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=lib32-curl
-_pkgname=curl
-pkgver=7.37.0
-pkgrel=1
-pkgdesc=An URL retrieval utility and library (32-bit)
-arch=('x86_64')
-url=http://curl.haxx.se;
-license=('MIT')
-depends=('lib32-libssh2' 'lib32-krb5' ${_pkgname})
-source=(http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('c35d0b20a7ef38951da81b6cae7e5c36'
- 'SKIP')
-
-
-build() {
-  cd $_pkgname-$pkgver
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  
-  ./configure \
-  --prefix=/usr \
-  --mandir=/usr/share/man \
-  --disable-dependency-tracking \
-  --disable-ldap \
-  --disable-ldaps \
-  --enable-ipv6 \
-  --enable-manual \
-  --enable-versioned-symbols \
-  --enable-threaded-resolver \
-  --with-gssapi \
-  --without-libidn \
-  --with-random=/dev/urandom \
-  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
-  --libdir=/usr/lib32
-
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  rm -rf ${pkgdir}/usr/{share,bin}
-  
-  # license
-  install -d $pkgdir/usr/share/licenses
-  ln -s $_pkgname $pkgdir/usr/share/licenses/$pkgname
-
-  # devel
-  find ${pkgdir}/usr/include/curl -type f -not -name curlbuild.h -delete
-  mv $pkgdir/usr/include/curl/curlbuild.h 
$pkgdir/usr/include/$_pkgname/curlbuild-32.h
-}

Copied: lib32-curl/repos/multilib-x86_64/PKGBUILD (from rev 116689, 
lib32-curl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-01 10:22:16 UTC (rev 116690)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwall...@aur.archlinux.org
+# Contributor: Dave Reisner dreis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=lib32-curl
+_pkgname=curl
+pkgver=7.37.1
+pkgrel=1
+pkgdesc=An URL retrieval utility and library (32-bit)
+arch=('x86_64')
+url=http://curl.haxx.se;
+license=('MIT')
+depends=('lib32-libssh2' 'lib32-krb5' ${_pkgname})
+source=(http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('a944b069ac70c3e574c25def6e1d6b2f'
+ 'SKIP')
+
+
+build() {
+  cd $_pkgname-$pkgver
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --without-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
+  --libdir=/usr/lib32
+
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  rm -rf ${pkgdir}/usr/{share,bin}
+  
+  # license
+  install -d $pkgdir/usr/share/licenses
+  ln -s $_pkgname $pkgdir/usr/share/licenses/$pkgname
+
+  # devel
+  find ${pkgdir}/usr/include/curl -type f -not -name curlbuild.h -delete
+  mv $pkgdir/usr/include/curl/curlbuild.h 
$pkgdir/usr/include/$_pkgname/curlbuild-32.h
+}

Deleted: curlbuild.h
===
--- curlbuild.h 2014-08-01 10:22:09 UTC (rev 116689)
+++ curlbuild.h 2014-08-01 10:22:16 UTC (rev 116690)
@@ -1,9 +0,0 @@
-#include bits/wordsize.h
-
-#if __WORDSIZE == 32
-#include curlbuild-32.h
-#elif __WORDSIZE == 64
-#include curlbuild-64.h
-#else
-#error Unknown word size
-#endif

Copied: lib32-curl/repos/multilib-x86_64/curlbuild.h (from rev 116689, 
lib32-curl/trunk/curlbuild.h)

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

2014-08-01 Thread Evangelos Foutras
Date: Friday, August 1, 2014 @ 12:22:09
  Author: foutrelis
Revision: 116689

upgpkg: lib32-curl 7.37.1-1

New upstream release.

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 10:16:09 UTC (rev 116688)
+++ PKGBUILD2014-08-01 10:22:09 UTC (rev 116689)
@@ -8,7 +8,7 @@
 
 pkgname=lib32-curl
 _pkgname=curl
-pkgver=7.37.0
+pkgver=7.37.1
 pkgrel=1
 pkgdesc=An URL retrieval utility and library (32-bit)
 arch=('x86_64')
@@ -16,7 +16,7 @@
 license=('MIT')
 depends=('lib32-libssh2' 'lib32-krb5' ${_pkgname})
 source=(http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('c35d0b20a7ef38951da81b6cae7e5c36'
+md5sums=('a944b069ac70c3e574c25def6e1d6b2f'
  'SKIP')
 
 



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

2014-08-01 Thread Tobias Powalowski
Date: Friday, August 1, 2014 @ 12:29:56
  Author: tpowa
Revision: 218485

upgpkg: xfsprogs 3.2.1-1

bump to latest version, replace util-linux with libutil-linux depend

Modified:
  xfsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 10:09:07 UTC (rev 218484)
+++ PKGBUILD2014-08-01 10:29:56 UTC (rev 218485)
@@ -1,7 +1,7 @@
 # $Id$
 #
 pkgname=xfsprogs
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc=XFS filesystem utilities
 arch=('i686' 'x86_64')
@@ -8,11 +8,11 @@
 license=('LGPL')
 url=http://oss.sgi.com/projects/xfs/;
 groups=('base')
-depends=('util-linux')
+depends=('libutil-linux')
 options=('!makeflags')
 # We mirror the sources as upstream tends to move them once a new release is 
out
 source=(ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('400047b2f6af87c0345b8f0cc00c13db')
+md5sums=('5c6905932029c8f9207fe5a0a8aac24b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-08-01 Thread Tobias Powalowski
Date: Friday, August 1, 2014 @ 12:30:04
  Author: tpowa
Revision: 218486

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

Added:
  xfsprogs/repos/testing-i686/
  xfsprogs/repos/testing-x86_64/
  xfsprogs/repos/testing-x86_64/PKGBUILD
(from rev 218485, xfsprogs/trunk/PKGBUILD)

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

Copied: xfsprogs/repos/testing-x86_64/PKGBUILD (from rev 218485, 
xfsprogs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-08-01 10:30:04 UTC (rev 218486)
@@ -0,0 +1,33 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=XFS filesystem utilities
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('libutil-linux')
+options=('!makeflags')
+# We mirror the sources as upstream tends to move them once a new release is 
out
+source=(ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('5c6905932029c8f9207fe5a0a8aac24b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export OPTIMIZER=-march=${CARCH/_/-} -O1
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DIST_ROOT=${pkgdir} PKG_ROOT_SBIN_DIR=/usr/bin install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv ${pkgdir}/lib/libhandle.so* ${pkgdir}/usr/lib/
+  rm -rf ${pkgdir}/lib
+}



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

2014-08-01 Thread Tobias Powalowski
Date: Friday, August 1, 2014 @ 12:30:35
  Author: tpowa
Revision: 218487

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

Added:
  xfsprogs/repos/testing-i686/PKGBUILD
(from rev 218486, xfsprogs/trunk/PKGBUILD)
  xfsprogs/repos/testing-x86_64/PKGBUILD
(from rev 218486, xfsprogs/trunk/PKGBUILD)
Deleted:
  xfsprogs/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   33 +
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 -
 3 files changed, 66 insertions(+), 33 deletions(-)

Copied: xfsprogs/repos/testing-i686/PKGBUILD (from rev 218486, 
xfsprogs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-01 10:30:35 UTC (rev 218487)
@@ -0,0 +1,33 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=XFS filesystem utilities
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('libutil-linux')
+options=('!makeflags')
+# We mirror the sources as upstream tends to move them once a new release is 
out
+source=(ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('5c6905932029c8f9207fe5a0a8aac24b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export OPTIMIZER=-march=${CARCH/_/-} -O1
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DIST_ROOT=${pkgdir} PKG_ROOT_SBIN_DIR=/usr/bin install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv ${pkgdir}/lib/libhandle.so* ${pkgdir}/usr/lib/
+  rm -rf ${pkgdir}/lib
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-08-01 10:30:04 UTC (rev 218486)
+++ testing-x86_64/PKGBUILD 2014-08-01 10:30:35 UTC (rev 218487)
@@ -1,33 +0,0 @@
-# $Id$
-#
-pkgname=xfsprogs
-pkgver=3.2.1
-pkgrel=1
-pkgdesc=XFS filesystem utilities
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://oss.sgi.com/projects/xfs/;
-groups=('base')
-depends=('libutil-linux')
-options=('!makeflags')
-# We mirror the sources as upstream tends to move them once a new release is 
out
-source=(ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('5c6905932029c8f9207fe5a0a8aac24b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export OPTIMIZER=-march=${CARCH/_/-} -O1
-  export DEBUG=-DNDEBUG
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DIST_ROOT=${pkgdir} PKG_ROOT_SBIN_DIR=/usr/bin install install-dev
-  chown -R root $pkgdir
-  chgrp -R root $pkgdir
-  # add hack as we cannot set rootlibdir
-  mv ${pkgdir}/lib/libhandle.so* ${pkgdir}/usr/lib/
-  rm -rf ${pkgdir}/lib
-}

Copied: xfsprogs/repos/testing-x86_64/PKGBUILD (from rev 218486, 
xfsprogs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-08-01 10:30:35 UTC (rev 218487)
@@ -0,0 +1,33 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=XFS filesystem utilities
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('libutil-linux')
+options=('!makeflags')
+# We mirror the sources as upstream tends to move them once a new release is 
out
+source=(ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('5c6905932029c8f9207fe5a0a8aac24b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export OPTIMIZER=-march=${CARCH/_/-} -O1
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DIST_ROOT=${pkgdir} PKG_ROOT_SBIN_DIR=/usr/bin install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv ${pkgdir}/lib/libhandle.so* ${pkgdir}/usr/lib/
+  rm -rf ${pkgdir}/lib
+}



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

2014-08-01 Thread Alexander Rødseth
Date: Friday, August 1, 2014 @ 12:47:34
  Author: arodseth
Revision: 116691

upgpkg: io 2013.12.04-2

Modified:
  io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 10:22:16 UTC (rev 116690)
+++ PKGBUILD2014-08-01 10:47:34 UTC (rev 116691)
@@ -4,12 +4,12 @@
  
 pkgname=io
 pkgver=2013.12.04
-pkgrel=1
+pkgrel=2
 pkgdesc='IO programming language'
 arch=('x86_64' 'i686')
 url='http://iolanguage.com/'
 license=('BSD')
-depends=('pcre' 'libsndfile' 'libxmu' 'freetype2' 'libedit' 'libxml2' 
'libtiff' 'libevent' 'yajl' 'libmysqlclient' 'lzo2' 'libpng' 'python2' 
'util-linux' 'freeglut' 'libjpeg-turbo' 'libtheora')
+depends=('pcre' 'libsndfile' 'libxmu' 'freetype2' 'libedit' 'libxml2' 
'libtiff' 'libevent' 'yajl' 'libmysqlclient' 'lzo' 'libpng' 'python2' 
'util-linux' 'freeglut' 'libjpeg-turbo' 'libtheora')
 makedepends=('cmake')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/stevedekorte/io/tarball/$pkgver;)
 options=('!makeflags' '!buildflags')



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

2014-08-01 Thread Alexander Rødseth
Date: Friday, August 1, 2014 @ 12:49:04
  Author: arodseth
Revision: 116692

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

Added:
  io/repos/community-i686/PKGBUILD
(from rev 116691, io/trunk/PKGBUILD)
  io/repos/community-x86_64/PKGBUILD
(from rev 116691, io/trunk/PKGBUILD)
Deleted:
  io/repos/community-i686/PKGBUILD
  io/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-01 10:47:34 UTC (rev 116691)
+++ community-i686/PKGBUILD 2014-08-01 10:49:04 UTC (rev 116692)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Gergely Imreh imrehg(at)gmail(dot)com
- 
-pkgname=io
-pkgver=2013.12.04
-pkgrel=1
-pkgdesc='IO programming language'
-arch=('x86_64' 'i686')
-url='http://iolanguage.com/'
-license=('BSD')
-depends=('pcre' 'libsndfile' 'libxmu' 'freetype2' 'libedit' 'libxml2' 
'libtiff' 'libevent' 'yajl' 'libmysqlclient' 'lzo2' 'libpng' 'python2' 
'util-linux' 'freeglut' 'libjpeg-turbo' 'libtheora')
-makedepends=('cmake')
-source=($pkgname-$pkgver.tar.gz::https://github.com/stevedekorte/io/tarball/$pkgver;)
-options=('!makeflags' '!buildflags')
-sha256sums=('a5ca07b4d211995a0cd9442e1d752b282bee018c6db31899ddd6c5c87c4f')
-
-build() {
-  cd stevedekorte-io-*
-  sed -i s:20110905:${pkgver//./}: libs/iovm/source/IoVersion.h
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd stevedekorte-io-*
-  make -C build DESTDIR=$pkgdir install
-  install -Dm644 license/bsd_license.txt \
-$pkgdir/usr/share/licenses/$pkgname/bsd_license.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: io/repos/community-i686/PKGBUILD (from rev 116691, io/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-01 10:49:04 UTC (rev 116692)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Gergely Imreh imrehg(at)gmail(dot)com
+ 
+pkgname=io
+pkgver=2013.12.04
+pkgrel=2
+pkgdesc='IO programming language'
+arch=('x86_64' 'i686')
+url='http://iolanguage.com/'
+license=('BSD')
+depends=('pcre' 'libsndfile' 'libxmu' 'freetype2' 'libedit' 'libxml2' 
'libtiff' 'libevent' 'yajl' 'libmysqlclient' 'lzo' 'libpng' 'python2' 
'util-linux' 'freeglut' 'libjpeg-turbo' 'libtheora')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::https://github.com/stevedekorte/io/tarball/$pkgver;)
+options=('!makeflags' '!buildflags')
+sha256sums=('a5ca07b4d211995a0cd9442e1d752b282bee018c6db31899ddd6c5c87c4f')
+
+build() {
+  cd stevedekorte-io-*
+  sed -i s:20110905:${pkgver//./}: libs/iovm/source/IoVersion.h
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd stevedekorte-io-*
+  make -C build DESTDIR=$pkgdir install
+  install -Dm644 license/bsd_license.txt \
+$pkgdir/usr/share/licenses/$pkgname/bsd_license.txt
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-01 10:47:34 UTC (rev 116691)
+++ community-x86_64/PKGBUILD   2014-08-01 10:49:04 UTC (rev 116692)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Gergely Imreh imrehg(at)gmail(dot)com
- 
-pkgname=io
-pkgver=2013.12.04
-pkgrel=1
-pkgdesc='IO programming language'
-arch=('x86_64' 'i686')
-url='http://iolanguage.com/'
-license=('BSD')
-depends=('pcre' 'libsndfile' 'libxmu' 'freetype2' 'libedit' 'libxml2' 
'libtiff' 'libevent' 'yajl' 'libmysqlclient' 'lzo2' 'libpng' 'python2' 
'util-linux' 'freeglut' 'libjpeg-turbo' 'libtheora')
-makedepends=('cmake')
-source=($pkgname-$pkgver.tar.gz::https://github.com/stevedekorte/io/tarball/$pkgver;)
-options=('!makeflags' '!buildflags')
-sha256sums=('a5ca07b4d211995a0cd9442e1d752b282bee018c6db31899ddd6c5c87c4f')
-
-build() {
-  cd stevedekorte-io-*
-  sed -i s:20110905:${pkgver//./}: libs/iovm/source/IoVersion.h
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd stevedekorte-io-*
-  make -C build DESTDIR=$pkgdir install
-  install -Dm644 license/bsd_license.txt \
-$pkgdir/usr/share/licenses/$pkgname/bsd_license.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: io/repos/community-x86_64/PKGBUILD (from rev 116691, io/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-01 10:49:04 UTC (rev 

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

2014-08-01 Thread Felix Yan
Date: Friday, August 1, 2014 @ 13:21:13
  Author: fyan
Revision: 116693

upgpkg: nodejs 0.10.30-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 10:49:04 UTC (rev 116692)
+++ PKGBUILD2014-08-01 11:21:13 UTC (rev 116693)
@@ -9,9 +9,9 @@
 # Contributor: TIanyi Cui tianyi...@gmail.com
 
 pkgname=nodejs
-pkgver=0.10.29
+pkgver=0.10.30
 _npmver=1.4.21
-pkgrel=3
+pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'
@@ -24,13 +24,13 @@
 options=('!emptydirs')
 source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
 git+https://github.com/npm/npm.git#tag=v$_npmver)
-sha256sums=('47379d01f765f87c1a1498b4e65de30e45201de50334954860d7375a8258b15d'
+sha256sums=('3dfcbd307f5f5f266ef174e1443107da853cd3d0aa0b2493a44235d5908625d2'
 'SKIP')
 
 prepare() {
   cd node-v$pkgver
 
-  # We need new version of npm to fix bugs
+  # We need newer version of npm to fix bugs
   rm -r deps/npm
   ln -s $srcdir/npm deps
   rm -r $srcdir/npm/.git



[arch-commits] Commit in nodejs/repos/community-x86_64 (PKGBUILD PKGBUILD)

2014-08-01 Thread Felix Yan
Date: Friday, August 1, 2014 @ 13:21:28
  Author: fyan
Revision: 116694

archrelease: copy trunk to community-x86_64

Added:
  nodejs/repos/community-x86_64/PKGBUILD
(from rev 116693, nodejs/trunk/PKGBUILD)
Deleted:
  nodejs/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  184 ++---
 1 file changed, 92 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-01 11:21:13 UTC (rev 116693)
+++ PKGBUILD2014-08-01 11:21:28 UTC (rev 116694)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.10.29
-_npmver=1.4.21
-pkgrel=3
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-provides=('nodejs-node-gyp')
-makedepends=('python2' 'git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
-git+https://github.com/npm/npm.git#tag=v$_npmver)
-sha256sums=('47379d01f765f87c1a1498b4e65de30e45201de50334954860d7375a8258b15d'
-'SKIP')
-
-prepare() {
-  cd node-v$pkgver
-
-  # We need new version of npm to fix bugs
-  rm -r deps/npm
-  ln -s $srcdir/npm deps
-  rm -r $srcdir/npm/.git
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-
-  cd ../npm
-  ../node-v$pkgver/node cli.js install ronn marked
-  PATH=$srcdir/node-v$pkgver:$PATH make
-  ../node-v$pkgver/node cli.js uninstall ronn marked
-}
-
-check() {
-  cd node-v$pkgver
-  make test || warning Tests failed
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-
-  install -d $pkgdir/usr/share/man/{man1,man3,man5,man7}
-  for _dir in man1 man3 man5 man7; do
-cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
-done
-  done
-
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-x86_64/PKGBUILD (from rev 116693, 
nodejs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-01 11:21:28 UTC (rev 116694)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.10.30
+_npmver=1.4.21
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+provides=('nodejs-node-gyp')
+makedepends=('python2' 'git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
+git+https://github.com/npm/npm.git#tag=v$_npmver)
+sha256sums=('3dfcbd307f5f5f266ef174e1443107da853cd3d0aa0b2493a44235d5908625d2'
+'SKIP')
+
+prepare() {
+  cd node-v$pkgver
+
+  # We need newer version of npm to fix bugs
+  rm -r deps/npm
+  ln -s $srcdir/npm deps
+  rm -r $srcdir/npm/.git
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_2_' \
+-e s_'python'_'python2'_ -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v$pkgver
+
+  export PYTHON=python2
+  ./configure \
+

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

2014-08-01 Thread Felix Yan
Date: Friday, August 1, 2014 @ 13:22:32
  Author: fyan
Revision: 116695

upgpkg: systemd-swap 2.24.5-1

Modified:
  systemd-swap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 11:21:28 UTC (rev 116694)
+++ PKGBUILD2014-08-01 11:22:32 UTC (rev 116695)
@@ -3,7 +3,7 @@
 # Contributor: Timofey Titovets nefelim...@gmail.com
 
 pkgname=systemd-swap
-pkgver=2.24.4
+pkgver=2.24.5
 pkgrel=1
 pkgdesc=Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions.
 arch=('any')



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

2014-08-01 Thread Andreas Radke
Date: Friday, August 1, 2014 @ 13:22:27
  Author: andyrtr
Revision: 218488

add reaplaces, conflicts

Modified:
  libreoffice-still-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 10:30:35 UTC (rev 218487)
+++ PKGBUILD2014-08-01 11:22:27 UTC (rev 218488)
@@ -162,6 +162,8 @@
 _package() {
   pkgdesc=$2 language pack for LibreOffice conservative branch
   provides=(libreoffice-$1 libreoffice-still-$1 'libreoffice-langpack' 
'libreoffice-still-langpack')
+  replaces=(libreoffice-$1 libreoffice-still-$1 'libreoffice-langpack')
+  conflicts=(libreoffice-$1 libreoffice-fresh-$1 
'libreoffice-fresh-langpack'
 
   cd $srcdir/LibreOffice_${_dirver}_Linux_x86_rpm_langpack_$1/RPMS
   mkdir -p $pkgdir/usr/lib/libreoffice



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

2014-08-01 Thread Felix Yan
Date: Friday, August 1, 2014 @ 13:22:47
  Author: fyan
Revision: 116696

archrelease: copy trunk to community-any

Added:
  systemd-swap/repos/community-any/PKGBUILD
(from rev 116695, systemd-swap/trunk/PKGBUILD)
  systemd-swap/repos/community-any/systemd-swap.install
(from rev 116695, systemd-swap/trunk/systemd-swap.install)
Deleted:
  systemd-swap/repos/community-any/PKGBUILD
  systemd-swap/repos/community-any/systemd-swap.install

--+
 PKGBUILD |   52 -
 systemd-swap.install |6 ++---
 2 files changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-01 11:22:32 UTC (rev 116695)
+++ PKGBUILD2014-08-01 11:22:47 UTC (rev 116696)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Timofey Titovets nefelim...@gmail.com
-
-pkgname=systemd-swap
-pkgver=2.24.4
-pkgrel=1
-pkgdesc=Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions.
-arch=('any')
-url=https://github.com/Nefelim4ag/systemd-swap;
-license=('GPL3')
-conflicts=(systemd-loop-swapfile zramswap zram)
-depends=('systemd' 'bash')
-optdepends=('zramctl: for zram support')
-makedepends=('git')
-backup=(etc/systemd-swap.conf)
-install=$pkgname.install
-source=(git://github.com/Nefelim4ag/systemd-swap.git#tag=$pkgver)
-md5sums=('SKIP')
-
-package() {
-  install -Dm644 $srcdir/$pkgname/90-systemd-swap.conf 
$pkgdir/etc/modprobe.d/90-systemd-swap.conf
-  install -Dm644 $srcdir/$pkgname/systemd-swap.service 
$pkgdir/usr/lib/systemd/system/systemd-swap.service
-  install -Dm755 $srcdir/$pkgname/systemd-swap.sh  
$pkgdir/usr/lib/systemd/scripts/systemd-swap.sh
-  install -Dm644 $srcdir/$pkgname/systemd-swap.conf
$pkgdir/etc/systemd-swap.conf
-}

Copied: systemd-swap/repos/community-any/PKGBUILD (from rev 116695, 
systemd-swap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-01 11:22:47 UTC (rev 116696)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Timofey Titovets nefelim...@gmail.com
+
+pkgname=systemd-swap
+pkgver=2.24.5
+pkgrel=1
+pkgdesc=Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions.
+arch=('any')
+url=https://github.com/Nefelim4ag/systemd-swap;
+license=('GPL3')
+conflicts=(systemd-loop-swapfile zramswap zram)
+depends=('systemd' 'bash')
+optdepends=('zramctl: for zram support')
+makedepends=('git')
+backup=(etc/systemd-swap.conf)
+install=$pkgname.install
+source=(git://github.com/Nefelim4ag/systemd-swap.git#tag=$pkgver)
+md5sums=('SKIP')
+
+package() {
+  install -Dm644 $srcdir/$pkgname/90-systemd-swap.conf 
$pkgdir/etc/modprobe.d/90-systemd-swap.conf
+  install -Dm644 $srcdir/$pkgname/systemd-swap.service 
$pkgdir/usr/lib/systemd/system/systemd-swap.service
+  install -Dm755 $srcdir/$pkgname/systemd-swap.sh  
$pkgdir/usr/lib/systemd/scripts/systemd-swap.sh
+  install -Dm644 $srcdir/$pkgname/systemd-swap.conf
$pkgdir/etc/systemd-swap.conf
+}

Deleted: systemd-swap.install
===
--- systemd-swap.install2014-08-01 11:22:32 UTC (rev 116695)
+++ systemd-swap.install2014-08-01 11:22:47 UTC (rev 116696)
@@ -1,3 +0,0 @@
-post_install() {
-  echo To enable: sudo systemctl enable systemd-swap. Config in 
/etc/systemd-swap.conf
-}

Copied: systemd-swap/repos/community-any/systemd-swap.install (from rev 116695, 
systemd-swap/trunk/systemd-swap.install)
===
--- systemd-swap.install(rev 0)
+++ systemd-swap.install2014-08-01 11:22:47 UTC (rev 116696)
@@ -0,0 +1,3 @@
+post_install() {
+  echo To enable: sudo systemctl enable systemd-swap. Config in 
/etc/systemd-swap.conf
+}



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

2014-08-01 Thread Felix Yan
Date: Friday, August 1, 2014 @ 13:30:58
  Author: fyan
Revision: 116697

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

Added:
  nodejs/repos/community-i686/PKGBUILD
(from rev 116696, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-x86_64/PKGBUILD
(from rev 116696, nodejs/trunk/PKGBUILD)
Deleted:
  nodejs/repos/community-i686/PKGBUILD
  nodejs/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  184 
 community-i686/PKGBUILD   |   92 --
 community-x86_64/PKGBUILD |   92 --
 3 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-01 11:22:47 UTC (rev 116696)
+++ community-i686/PKGBUILD 2014-08-01 11:30:58 UTC (rev 116697)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.10.29
-_npmver=1.4.21
-pkgrel=3
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-provides=('nodejs-node-gyp')
-makedepends=('python2' 'git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
-git+https://github.com/npm/npm.git#tag=v$_npmver)
-sha256sums=('47379d01f765f87c1a1498b4e65de30e45201de50334954860d7375a8258b15d'
-'SKIP')
-
-prepare() {
-  cd node-v$pkgver
-
-  # We need new version of npm to fix bugs
-  rm -r deps/npm
-  ln -s $srcdir/npm deps
-  rm -r $srcdir/npm/.git
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-
-  cd ../npm
-  ../node-v$pkgver/node cli.js install ronn marked
-  PATH=$srcdir/node-v$pkgver:$PATH make
-  ../node-v$pkgver/node cli.js uninstall ronn marked
-}
-
-check() {
-  cd node-v$pkgver
-  make test || warning Tests failed
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-
-  install -d $pkgdir/usr/share/man/{man1,man3,man5,man7}
-  for _dir in man1 man3 man5 man7; do
-cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
-done
-  done
-
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 116696, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-01 11:30:58 UTC (rev 116697)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.10.30
+_npmver=1.4.21
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+provides=('nodejs-node-gyp')
+makedepends=('python2' 'git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
+git+https://github.com/npm/npm.git#tag=v$_npmver)
+sha256sums=('3dfcbd307f5f5f266ef174e1443107da853cd3d0aa0b2493a44235d5908625d2'
+'SKIP')
+
+prepare() {
+  cd node-v$pkgver
+
+  # We need newer version of npm to fix bugs
+  rm -r deps/npm
+  ln -s $srcdir/npm deps
+  rm -r $srcdir/npm/.git
+
+  msg 'Fixing for python2 

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

2014-08-01 Thread Sergej Pupykin
Date: Friday, August 1, 2014 @ 13:49:22
  Author: spupykin
Revision: 116699

Modified:
  ht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 11:49:08 UTC (rev 116698)
+++ PKGBUILD2014-08-01 11:49:22 UTC (rev 116699)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 url=http://hte.sourceforge.net/;
 license=('GPL')
-depends=('gcc-libs' 'ncurses' 'lzo2')
+depends=('gcc-libs' 'ncurses' 'lzo')
 
source=(http://downloads.sourceforge.net/sourceforge/hte/$pkgname-$pkgver.tar.gz)
 md5sums=('ccd13f48e8e69f453bda2cb93ffdbfa0')
 



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

2014-08-01 Thread Sergej Pupykin
Date: Friday, August 1, 2014 @ 13:49:08
  Author: spupykin
Revision: 116698

Modified:
  dxpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 11:30:58 UTC (rev 116697)
+++ PKGBUILD2014-08-01 11:49:08 UTC (rev 116698)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url=http://www.vigor.nu/dxpc/;
 license=('GPL')
-depends=('lzo2' 'gcc-libs')
+depends=('lzo' 'gcc-libs')
 makedepends=('xproto')
 source=(http://www.vigor.nu/dxpc/dxpc-$pkgver.tgz)
 md5sums=('e69f58c4acc34c6746a0e5ab17bf8d0f')



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

2014-08-01 Thread Sergej Pupykin
Date: Friday, August 1, 2014 @ 13:49:52
  Author: spupykin
Revision: 116701

Modified:
  xbmc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 11:49:36 UTC (rev 116700)
+++ PKGBUILD2014-08-01 11:49:52 UTC (rev 116701)
@@ -20,7 +20,7 @@
 depends=(
 'avahi' 'ffmpeg' 'hicolor-icon-theme' 'libcdio' 'libmad' 'libmicrohttpd'
 'libmpeg2' 'libmysqlclient' 'libsamplerate' 'libssh' 'libxrandr' 'libxslt'
-'lzo2' 'mesa' 'mesa-demos' 'python2' 'sdl_image' 'sdl_mixer' 'smbclient'
+'lzo' 'mesa' 'mesa-demos' 'python2' 'sdl_image' 'sdl_mixer' 'smbclient'
 'taglib' 'tinyxml' 'unzip' 'xorg-xdpyinfo' 'yajl'
 )
 makedepends=(



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

2014-08-01 Thread Sergej Pupykin
Date: Friday, August 1, 2014 @ 13:49:36
  Author: spupykin
Revision: 116700

Modified:
  squashfs-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 11:49:22 UTC (rev 116699)
+++ PKGBUILD2014-08-01 11:49:36 UTC (rev 116700)
@@ -11,7 +11,7 @@
 url=http://squashfs.sourceforge.net;
 license=(GPL)
 arch=('i686' 'x86_64')
-depends=('zlib' 'lzo2' 'xz' 'lz4')
+depends=('zlib' 'lzo' 'xz' 'lz4')
 
source=(http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz;)
 md5sums=('d92ab59aabf5173f2a59089531e30dbf')
 



[arch-commits] Commit in perl-poe-component-client-keepalive/trunk (PKGBUILD)

2014-08-01 Thread Sergej Pupykin
Date: Friday, August 1, 2014 @ 13:52:41
  Author: spupykin
Revision: 116706

upgpkg: perl-poe-component-client-keepalive 0.272-1

upd

Modified:
  perl-poe-component-client-keepalive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 11:52:38 UTC (rev 116705)
+++ PKGBUILD2014-08-01 11:52:41 UTC (rev 116706)
@@ -3,8 +3,8 @@
 # Maintainer: Charles Mauch cma...@gmail.com
 
 pkgname=perl-poe-component-client-keepalive
-pkgver=0.271
-pkgrel=2
+pkgver=0.272
+pkgrel=1
 pkgdesc=Perl/CPAN Module POE::Component::Client::Keepalive
 arch=(any)
 url=http://search.cpan.org/dist/POE-Component-Client-Keepalive;
@@ -12,7 +12,7 @@
 makedepends=(perl-poe-component-client-dns perl-poe)
 depends=(perl-poe-component-client-dns perl-poe)
 
source=(http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-Keepalive-$pkgver.tar.gz;)
-md5sums=('a1f45a7ecf93f26af6ff992eb510fb38')
+md5sums=('a4e58f1521ed369a342ae5b843d99184')
 
 build() {
   cd $srcdir/POE-Component-Client-Keepalive-$pkgver



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

2014-08-01 Thread Sergej Pupykin
Date: Friday, August 1, 2014 @ 13:52:13
  Author: spupykin
Revision: 116702

upgpkg: perl-poe 1.364-1

upd

Modified:
  perl-poe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 11:49:52 UTC (rev 116701)
+++ PKGBUILD2014-08-01 11:52:13 UTC (rev 116702)
@@ -3,7 +3,7 @@
 # Contributor: François Charette firmicus ατ gmx δοτ net
 
 pkgname=perl-poe
-pkgver=1.358
+pkgver=1.364
 pkgrel=1
 pkgdesc=portable multitasking and networking framework for Perl 
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('perl=5.10.0' 'perl-io-tty=1.08' 'perl-io-pipely')
 options=('!emptydirs')
 source=(http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-$pkgver.tar.gz)
-md5sums=('0fb64ec09c2a2b22bb555a2a0de7d638')
+md5sums=('eb83124faeac63d2bf86b0a7983299b4')
 
 build() {
   cd  $srcdir/POE-$pkgver



[arch-commits] Commit in perl-poe-component-client-http/trunk (PKGBUILD)

2014-08-01 Thread Sergej Pupykin
Date: Friday, August 1, 2014 @ 13:52:29
  Author: spupykin
Revision: 116704

upgpkg: perl-poe-component-client-http 0.949-1

upd

Modified:
  perl-poe-component-client-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 11:52:25 UTC (rev 116703)
+++ PKGBUILD2014-08-01 11:52:29 UTC (rev 116704)
@@ -3,7 +3,7 @@
 # Maintainer: Charles Mauch cma...@gmail.com
 
 pkgname=perl-poe-component-client-http
-pkgver=0.948
+pkgver=0.949
 pkgrel=1
 pkgdesc=Perl/CPAN Module POE::Component::Client::HTTP : nonblockingparallel 
web requests engine
 arch=(any)
@@ -12,7 +12,7 @@
 makedepends=(perl-uri perl-poe-component-client-keepalive   perl-poe )
 depends=(perl-uri perl-poe-component-client-keepalive  perl-poe )
 
source=(http://www.cpan.org/authors/id/R/RC/RCAPUTO/POE-Component-Client-HTTP-$pkgver.tar.gz;)
-md5sums=('a83d96ea20030eae7b3db33ebd553fdf')
+md5sums=('b3a5bce9f7dea9fc5e321c8ed3efc9ee')
 
 build() {
   cd $srcdir/POE-Component-Client-HTTP-$pkgver



[arch-commits] Commit in perl-poe-component-ikc/repos/community-any (2 files)

2014-08-01 Thread Sergej Pupykin
Date: Friday, August 1, 2014 @ 13:53:01
  Author: spupykin
Revision: 116709

archrelease: copy trunk to community-any

Added:
  perl-poe-component-ikc/repos/community-any/PKGBUILD
(from rev 116708, perl-poe-component-ikc/trunk/PKGBUILD)
Deleted:
  perl-poe-component-ikc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-01 11:52:53 UTC (rev 116708)
+++ PKGBUILD2014-08-01 11:53:01 UTC (rev 116709)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=perl-poe-component-ikc
-pkgver=0.2401
-pkgrel=1
-pkgdesc=Perl/CPAN Module POE::Component::IKC
-arch=(any)
-url=http://search.cpan.org/dist/POE-Component-IKC/;
-license=(GPL PerlArtistic)
-makedepends=(perl-poe)
-depends=(perl-poe)
-source=(http://www.cpan.org/authors/id/G/GW/GWYN/POE-Component-IKC-$pkgver.tar.gz;)
-md5sums=('66107a16e56ecb9a1ff266bb456d3121')
-
-build() {
-  cd $srcdir/POE-Component-IKC-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/POE-Component-IKC-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-poe-component-ikc/repos/community-any/PKGBUILD (from rev 116708, 
perl-poe-component-ikc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-01 11:53:01 UTC (rev 116709)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=perl-poe-component-ikc
+pkgver=0.2402
+pkgrel=1
+pkgdesc=Perl/CPAN Module POE::Component::IKC
+arch=(any)
+url=http://search.cpan.org/dist/POE-Component-IKC/;
+license=(GPL PerlArtistic)
+makedepends=(perl-poe)
+depends=(perl-poe)
+source=(http://www.cpan.org/authors/id/G/GW/GWYN/POE-Component-IKC-$pkgver.tar.gz;)
+md5sums=('dcd9b50f8d323e17f6f33050586b2335')
+
+build() {
+  cd $srcdir/POE-Component-IKC-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/POE-Component-IKC-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2014-08-01 Thread Sergej Pupykin
Date: Friday, August 1, 2014 @ 13:52:25
  Author: spupykin
Revision: 116703

archrelease: copy trunk to community-any

Added:
  perl-poe/repos/community-any/PKGBUILD
(from rev 116702, perl-poe/trunk/PKGBUILD)
Deleted:
  perl-poe/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-01 11:52:13 UTC (rev 116702)
+++ PKGBUILD2014-08-01 11:52:25 UTC (rev 116703)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-poe
-pkgver=1.358
-pkgrel=1
-pkgdesc=portable multitasking and networking framework for Perl 
-arch=(any)
-url=http://search.cpan.org/dist/POE;
-license=('GPL' 'PerlArtistic')
-depends=('perl=5.10.0' 'perl-io-tty=1.08' 'perl-io-pipely')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-$pkgver.tar.gz)
-md5sums=('0fb64ec09c2a2b22bb555a2a0de7d638')
-
-build() {
-  cd  $srcdir/POE-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/POE-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-poe/repos/community-any/PKGBUILD (from rev 116702, 
perl-poe/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-01 11:52:25 UTC (rev 116703)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-poe
+pkgver=1.364
+pkgrel=1
+pkgdesc=portable multitasking and networking framework for Perl 
+arch=(any)
+url=http://search.cpan.org/dist/POE;
+license=('GPL' 'PerlArtistic')
+depends=('perl=5.10.0' 'perl-io-tty=1.08' 'perl-io-pipely')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-$pkgver.tar.gz)
+md5sums=('eb83124faeac63d2bf86b0a7983299b4')
+
+build() {
+  cd  $srcdir/POE-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/POE-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-poe-component-ikc/trunk (PKGBUILD)

2014-08-01 Thread Sergej Pupykin
Date: Friday, August 1, 2014 @ 13:52:53
  Author: spupykin
Revision: 116708

upgpkg: perl-poe-component-ikc 0.2402-1

upd

Modified:
  perl-poe-component-ikc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 11:52:49 UTC (rev 116707)
+++ PKGBUILD2014-08-01 11:52:53 UTC (rev 116708)
@@ -3,7 +3,7 @@
 # Maintainer: Charles Mauch cma...@gmail.com
 
 pkgname=perl-poe-component-ikc
-pkgver=0.2401
+pkgver=0.2402
 pkgrel=1
 pkgdesc=Perl/CPAN Module POE::Component::IKC
 arch=(any)
@@ -12,7 +12,7 @@
 makedepends=(perl-poe)
 depends=(perl-poe)
 
source=(http://www.cpan.org/authors/id/G/GW/GWYN/POE-Component-IKC-$pkgver.tar.gz;)
-md5sums=('66107a16e56ecb9a1ff266bb456d3121')
+md5sums=('dcd9b50f8d323e17f6f33050586b2335')
 
 build() {
   cd $srcdir/POE-Component-IKC-$pkgver



[arch-commits] Commit in perl-poe-component-client-keepalive/repos/community-any (2 files)

2014-08-01 Thread Sergej Pupykin
Date: Friday, August 1, 2014 @ 13:52:49
  Author: spupykin
Revision: 116707

archrelease: copy trunk to community-any

Added:
  perl-poe-component-client-keepalive/repos/community-any/PKGBUILD
(from rev 116706, perl-poe-component-client-keepalive/trunk/PKGBUILD)
Deleted:
  perl-poe-component-client-keepalive/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-01 11:52:41 UTC (rev 116706)
+++ PKGBUILD2014-08-01 11:52:49 UTC (rev 116707)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=perl-poe-component-client-keepalive
-pkgver=0.271
-pkgrel=2
-pkgdesc=Perl/CPAN Module POE::Component::Client::Keepalive
-arch=(any)
-url=http://search.cpan.org/dist/POE-Component-Client-Keepalive;
-license=(GPL PerlArtistic)
-makedepends=(perl-poe-component-client-dns perl-poe)
-depends=(perl-poe-component-client-dns perl-poe)
-source=(http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-Keepalive-$pkgver.tar.gz;)
-md5sums=('a1f45a7ecf93f26af6ff992eb510fb38')
-
-build() {
-  cd $srcdir/POE-Component-Client-Keepalive-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/POE-Component-Client-Keepalive-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-poe-component-client-keepalive/repos/community-any/PKGBUILD (from 
rev 116706, perl-poe-component-client-keepalive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-01 11:52:49 UTC (rev 116707)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=perl-poe-component-client-keepalive
+pkgver=0.272
+pkgrel=1
+pkgdesc=Perl/CPAN Module POE::Component::Client::Keepalive
+arch=(any)
+url=http://search.cpan.org/dist/POE-Component-Client-Keepalive;
+license=(GPL PerlArtistic)
+makedepends=(perl-poe-component-client-dns perl-poe)
+depends=(perl-poe-component-client-dns perl-poe)
+source=(http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-Keepalive-$pkgver.tar.gz;)
+md5sums=('a4e58f1521ed369a342ae5b843d99184')
+
+build() {
+  cd $srcdir/POE-Component-Client-Keepalive-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/POE-Component-Client-Keepalive-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-poe-component-client-http/repos/community-any (2 files)

2014-08-01 Thread Sergej Pupykin
Date: Friday, August 1, 2014 @ 13:52:38
  Author: spupykin
Revision: 116705

archrelease: copy trunk to community-any

Added:
  perl-poe-component-client-http/repos/community-any/PKGBUILD
(from rev 116704, perl-poe-component-client-http/trunk/PKGBUILD)
Deleted:
  perl-poe-component-client-http/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-01 11:52:29 UTC (rev 116704)
+++ PKGBUILD2014-08-01 11:52:38 UTC (rev 116705)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=perl-poe-component-client-http
-pkgver=0.948
-pkgrel=1
-pkgdesc=Perl/CPAN Module POE::Component::Client::HTTP : nonblockingparallel 
web requests engine
-arch=(any)
-url=http://search.cpan.org/dist/POE-Component-Client-HTTP;
-license=(GPL PerlArtistic)
-makedepends=(perl-uri perl-poe-component-client-keepalive   perl-poe )
-depends=(perl-uri perl-poe-component-client-keepalive  perl-poe )
-source=(http://www.cpan.org/authors/id/R/RC/RCAPUTO/POE-Component-Client-HTTP-$pkgver.tar.gz;)
-md5sums=('a83d96ea20030eae7b3db33ebd553fdf')
-
-build() {
-  cd $srcdir/POE-Component-Client-HTTP-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/POE-Component-Client-HTTP-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-poe-component-client-http/repos/community-any/PKGBUILD (from rev 
116704, perl-poe-component-client-http/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-01 11:52:38 UTC (rev 116705)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=perl-poe-component-client-http
+pkgver=0.949
+pkgrel=1
+pkgdesc=Perl/CPAN Module POE::Component::Client::HTTP : nonblockingparallel 
web requests engine
+arch=(any)
+url=http://search.cpan.org/dist/POE-Component-Client-HTTP;
+license=(GPL PerlArtistic)
+makedepends=(perl-uri perl-poe-component-client-keepalive   perl-poe )
+depends=(perl-uri perl-poe-component-client-keepalive  perl-poe )
+source=(http://www.cpan.org/authors/id/R/RC/RCAPUTO/POE-Component-Client-HTTP-$pkgver.tar.gz;)
+md5sums=('b3a5bce9f7dea9fc5e321c8ed3efc9ee')
+
+build() {
+  cd $srcdir/POE-Component-Client-HTTP-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/POE-Component-Client-HTTP-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2014-08-01 Thread Alexander Rødseth
Date: Friday, August 1, 2014 @ 14:11:12
  Author: arodseth
Revision: 116710

upgpkg: lrzip 0.616-2

Modified:
  lrzip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 11:53:01 UTC (rev 116709)
+++ PKGBUILD2014-08-01 12:11:12 UTC (rev 116710)
@@ -5,22 +5,23 @@
 
 pkgname=lrzip
 pkgver=0.616
-pkgrel=1
+pkgrel=2
 pkgdesc='Multi-threaded compression using the rzip/lzma, lzo, and zpaq 
algorithms'
 url='http://lrzip.kolivas.org/'
 license=('GPL')
 arch=('x86_64' 'i686')
-depends=('lzo2' 'bzip2' 'zlib' 'bash' 'gcc-libs')
+depends=('lzo' 'bzip2' 'zlib' 'bash' 'gcc-libs')
+source=(http://ck.kolivas.org/apps/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('982d5a8db4d8bbbced6e33fbbcd589c9b3fc4275110155d7bd71cbeff4a235ae')
+
 if [ $CARCH != x86_64 ]
 then
   makedepends+=('nasm')
   _flag=--enable-asm
 fi
-source=(http://ck.kolivas.org/apps/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('982d5a8db4d8bbbced6e33fbbcd589c9b3fc4275110155d7bd71cbeff4a235ae')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   CFLAGS=$CFLAGS -fomit-frame-pointer
   CXXFLAGS=$CXXFLAGS -fomit-frame-pointer
@@ -29,15 +30,11 @@
 }
 
 check() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -k check
+  make -C $pkgname-$pkgver -k check
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install-strip
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install-strip
 }
 
 # vim:set ts=2 sw=2 et:



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

2014-08-01 Thread Alexander Rødseth
Date: Friday, August 1, 2014 @ 14:12:43
  Author: arodseth
Revision: 116711

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

Added:
  lrzip/repos/community-i686/PKGBUILD
(from rev 116710, lrzip/trunk/PKGBUILD)
  lrzip/repos/community-x86_64/PKGBUILD
(from rev 116710, lrzip/trunk/PKGBUILD)
Deleted:
  lrzip/repos/community-i686/PKGBUILD
  lrzip/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 community-i686/PKGBUILD   |   43 ---
 community-x86_64/PKGBUILD |   43 ---
 3 files changed, 80 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-01 12:11:12 UTC (rev 116710)
+++ community-i686/PKGBUILD 2014-08-01 12:12:43 UTC (rev 116711)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: graysky graysky AT archlinux DOT us
-# Contributor: kas...@fobos.org.ar
-
-pkgname=lrzip
-pkgver=0.616
-pkgrel=1
-pkgdesc='Multi-threaded compression using the rzip/lzma, lzo, and zpaq 
algorithms'
-url='http://lrzip.kolivas.org/'
-license=('GPL')
-arch=('x86_64' 'i686')
-depends=('lzo2' 'bzip2' 'zlib' 'bash' 'gcc-libs')
-if [ $CARCH != x86_64 ]
-then
-  makedepends+=('nasm')
-  _flag=--enable-asm
-fi
-source=(http://ck.kolivas.org/apps/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('982d5a8db4d8bbbced6e33fbbcd589c9b3fc4275110155d7bd71cbeff4a235ae')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  CFLAGS=$CFLAGS -fomit-frame-pointer
-  CXXFLAGS=$CXXFLAGS -fomit-frame-pointer
-  ./autogen.sh --prefix=/usr $_flag
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install-strip
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lrzip/repos/community-i686/PKGBUILD (from rev 116710, 
lrzip/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-01 12:12:43 UTC (rev 116711)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: graysky graysky AT archlinux DOT us
+# Contributor: kas...@fobos.org.ar
+
+pkgname=lrzip
+pkgver=0.616
+pkgrel=2
+pkgdesc='Multi-threaded compression using the rzip/lzma, lzo, and zpaq 
algorithms'
+url='http://lrzip.kolivas.org/'
+license=('GPL')
+arch=('x86_64' 'i686')
+depends=('lzo' 'bzip2' 'zlib' 'bash' 'gcc-libs')
+source=(http://ck.kolivas.org/apps/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('982d5a8db4d8bbbced6e33fbbcd589c9b3fc4275110155d7bd71cbeff4a235ae')
+
+if [ $CARCH != x86_64 ]
+then
+  makedepends+=('nasm')
+  _flag=--enable-asm
+fi
+
+build() {
+  cd $pkgname-$pkgver
+
+  CFLAGS=$CFLAGS -fomit-frame-pointer
+  CXXFLAGS=$CXXFLAGS -fomit-frame-pointer
+  ./autogen.sh --prefix=/usr $_flag
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver -k check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install-strip
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-01 12:11:12 UTC (rev 116710)
+++ community-x86_64/PKGBUILD   2014-08-01 12:12:43 UTC (rev 116711)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: graysky graysky AT archlinux DOT us
-# Contributor: kas...@fobos.org.ar
-
-pkgname=lrzip
-pkgver=0.616
-pkgrel=1
-pkgdesc='Multi-threaded compression using the rzip/lzma, lzo, and zpaq 
algorithms'
-url='http://lrzip.kolivas.org/'
-license=('GPL')
-arch=('x86_64' 'i686')
-depends=('lzo2' 'bzip2' 'zlib' 'bash' 'gcc-libs')
-if [ $CARCH != x86_64 ]
-then
-  makedepends+=('nasm')
-  _flag=--enable-asm
-fi
-source=(http://ck.kolivas.org/apps/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('982d5a8db4d8bbbced6e33fbbcd589c9b3fc4275110155d7bd71cbeff4a235ae')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  CFLAGS=$CFLAGS -fomit-frame-pointer
-  CXXFLAGS=$CXXFLAGS -fomit-frame-pointer
-  ./autogen.sh --prefix=/usr $_flag
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install-strip
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lrzip/repos/community-x86_64/PKGBUILD (from rev 116710, 
lrzip/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-01 12:12:43 UTC (rev 116711)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: graysky graysky AT archlinux DOT us
+# Contributor: kas...@fobos.org.ar
+
+pkgname=lrzip
+pkgver=0.616
+pkgrel=2
+pkgdesc='Multi-threaded compression using the rzip/lzma, lzo, 

[arch-commits] Commit in xf86-video-intel/trunk (2 files)

2014-08-01 Thread Laurent Carlier
Date: Friday, August 1, 2014 @ 14:42:47
  Author: lcarlier
Revision: 218489

upgpkg: xf86-video-intel 2.99.914-3

fix FS#40949

Added:
  
xf86-video-intel/trunk/sna-glyphs-Fallback-to-masked-glyphs-if-rendering-to.patch
Modified:
  xf86-video-intel/trunk/PKGBUILD

+
 PKGBUILD   |   13 +--
 sna-glyphs-Fallback-to-masked-glyphs-if-rendering-to.patch |   47 +++
 2 files changed, 55 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 11:22:27 UTC (rev 218488)
+++ PKGBUILD2014-08-01 12:42:47 UTC (rev 218489)
@@ -4,7 +4,7 @@
 
 pkgname=xf86-video-intel
 pkgver=2.99.914
-pkgrel=2
+pkgrel=3
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
@@ -24,15 +24,18 @@
'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
-fix-i810-segfault-2.99.914.patch)
+fix-i810-segfault-2.99.914.patch
+   sna-glyphs-Fallback-to-masked-glyphs-if-rendering-to.patch)
 sha256sums=('78a22e5efd460b790c634caaf1afbb756046dd890482e204bb0d179baad27e46'
-'a7c27ce28e6db47971aea2762496fdb05f93413c418756f5e7f6cf2e76b91041')
+'a7c27ce28e6db47971aea2762496fdb05f93413c418756f5e7f6cf2e76b91041'
+'a40ee7d923ce77057d4add2f9dae61bc7870e64b2cf1f49d2b2a6d729102b7ae')
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  # fix segfaulting on i810 chipsets
+  # fix segfaulting on i810 chipsets - merged upstream
   patch -Np1 -i ../fix-i810-segfault-2.99.914.patch
-#  autoreconf -fiv
+  # fix FS#40949 - merged upstream
+  patch -Np1 -i ../sna-glyphs-Fallback-to-masked-glyphs-if-rendering-to.patch
 }
 
 build() {

Added: sna-glyphs-Fallback-to-masked-glyphs-if-rendering-to.patch
===
--- sna-glyphs-Fallback-to-masked-glyphs-if-rendering-to.patch  
(rev 0)
+++ sna-glyphs-Fallback-to-masked-glyphs-if-rendering-to.patch  2014-08-01 
12:42:47 UTC (rev 218489)
@@ -0,0 +1,47 @@
+From fc2de62496061b9d0bace02729765344bd939122 Mon Sep 17 00:00:00 2001
+From: Chris Wilson ch...@chris-wilson.co.uk
+Date: Fri, 1 Aug 2014 12:00:05 +0100
+Subject: [PATCH 1/2] sna/glyphs: Fallback to masked glyphs if rendering to a
+ too wide dst
+
+Fixes regression from
+
+commit 79399ff9264ff23da0ab95131a67d2ac85651b3d
+Author: Chris Wilson ch...@chris-wilson.co.uk
+Date:   Mon Mar 24 10:46:57 2014 +
+
+sna: Eliminate a few conditionals in glyph fast path
+
+for large pixmaps (such as extended desktops on gen2/gen3).
+
+Bugzilla: https://bugs.archlinux.org/task/40949
+Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk
+---
+ src/sna/sna_glyphs.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/sna/sna_glyphs.c b/src/sna/sna_glyphs.c
+index 0bb72d8..5d3bec2 100644
+--- a/src/sna/sna_glyphs.c
 b/src/sna/sna_glyphs.c
+@@ -800,7 +800,7 @@ glyphs0_to_dst(struct sna *sna,
+  0, 0, 0, 0, 
0, 0,
+  0, 0,
+  
COMPOSITE_PARTIAL, tmp))
+-  goto next_glyph_N;
++  return false;
+ 
+   glyph_atlas = p-atlas;
+   }
+@@ -892,7 +892,7 @@ next_glyph_N:
+  0, 0, 0, 0, 0, 0,
+  0, 0,
+  COMPOSITE_PARTIAL, 
tmp))
+-  goto next_glyph_0;
++  return false;
+ 
+   glyph_atlas = p-atlas;
+   }
+-- 
+2.0.3
+



[arch-commits] Commit in xf86-video-intel/repos (14 files)

2014-08-01 Thread Laurent Carlier
Date: Friday, August 1, 2014 @ 14:43:09
  Author: lcarlier
Revision: 218490

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

Added:
  xf86-video-intel/repos/extra-i686/PKGBUILD
(from rev 218489, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/extra-i686/fix-i810-segfault-2.99.914.patch
(from rev 218489, xf86-video-intel/trunk/fix-i810-segfault-2.99.914.patch)
  
xf86-video-intel/repos/extra-i686/sna-glyphs-Fallback-to-masked-glyphs-if-rendering-to.patch
(from rev 218489, 
xf86-video-intel/trunk/sna-glyphs-Fallback-to-masked-glyphs-if-rendering-to.patch)
  xf86-video-intel/repos/extra-i686/xf86-video-intel.install
(from rev 218489, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/extra-x86_64/PKGBUILD
(from rev 218489, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/extra-x86_64/fix-i810-segfault-2.99.914.patch
(from rev 218489, xf86-video-intel/trunk/fix-i810-segfault-2.99.914.patch)
  
xf86-video-intel/repos/extra-x86_64/sna-glyphs-Fallback-to-masked-glyphs-if-rendering-to.patch
(from rev 218489, 
xf86-video-intel/trunk/sna-glyphs-Fallback-to-masked-glyphs-if-rendering-to.patch)
  xf86-video-intel/repos/extra-x86_64/xf86-video-intel.install
(from rev 218489, xf86-video-intel/trunk/xf86-video-intel.install)
Deleted:
  xf86-video-intel/repos/extra-i686/PKGBUILD
  xf86-video-intel/repos/extra-i686/fix-i810-segfault-2.99.914.patch
  xf86-video-intel/repos/extra-i686/xf86-video-intel.install
  xf86-video-intel/repos/extra-x86_64/PKGBUILD
  xf86-video-intel/repos/extra-x86_64/fix-i810-segfault-2.99.914.patch
  xf86-video-intel/repos/extra-x86_64/xf86-video-intel.install

-+
 /PKGBUILD   |  124 
++
 /fix-i810-segfault-2.99.914.patch   |   62 
+
 /xf86-video-intel.install   |   44 
+++
 extra-i686/PKGBUILD |   59 

 extra-i686/fix-i810-segfault-2.99.914.patch |   31 
--
 extra-i686/sna-glyphs-Fallback-to-masked-glyphs-if-rendering-to.patch   |   47 
+++
 extra-i686/xf86-video-intel.install |   22 
-
 extra-x86_64/PKGBUILD   |   59 

 extra-x86_64/fix-i810-segfault-2.99.914.patch   |   31 
--
 extra-x86_64/sna-glyphs-Fallback-to-masked-glyphs-if-rendering-to.patch |   47 
+++
 extra-x86_64/xf86-video-intel.install   |   22 
-
 11 files changed, 324 insertions(+), 224 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-01 12:42:47 UTC (rev 218489)
+++ extra-i686/PKGBUILD 2014-08-01 12:43:09 UTC (rev 218490)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-intel
-pkgver=2.99.914
-pkgrel=2
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-install=$pkgname.install
-pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
-depends=('intel-dri' 'libxvmc' 'pixman' 'xcb-util=0.3.9')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18' 'libx11' 
'libxrender'
- # additional deps for intel-virtual-output
-'libxrandr' 'libxinerama' 'libxcursor' 'libxtst')
-optdepends=('libxrandr: for intel-virtual-output'
-'libxinerama: for intel-virtual-output'
-'libxcursor: for intel-virtual-output'
-'libxtst: for intel-virtual-output')
-replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19'
-   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
-fix-i810-segfault-2.99.914.patch)
-sha256sums=('78a22e5efd460b790c634caaf1afbb756046dd890482e204bb0d179baad27e46'
-'a7c27ce28e6db47971aea2762496fdb05f93413c418756f5e7f6cf2e76b91041')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # fix segfaulting on i810 chipsets
-  patch -Np1 -i ../fix-i810-segfault-2.99.914.patch
-#  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---libexecdir=/usr/lib \
---enable-glamor \
---disable-dri3
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: 

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

2014-08-01 Thread Andreas Radke
Date: Friday, August 1, 2014 @ 16:34:29
  Author: andyrtr
Revision: 218491

upgpkg: xcb-proto 1.11-1

upstream update 1.11

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 12:43:09 UTC (rev 218490)
+++ PKGBUILD2014-08-01 14:34:29 UTC (rev 218491)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=xcb-proto
-pkgver=1.10
-pkgrel=2
+pkgver=1.11
+pkgrel=1
 pkgdesc=XML-XCB protocol descriptions
 arch=(any)
 url=http://xcb.freedesktop.org/;
@@ -11,7 +11,7 @@
 license=('custom')
 makedepends=('python' 'libxml2')
 source=($url/dist/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7ef40ddd855b750bc597d2a435da21e55e502a0fefa85b274f2c922800baaf05')
+sha256sums=('b4aceee6502a0ce45fc39b33c541a2df4715d00b72e660ebe8c5bb444771e32e')
 
 build() {
   cd $pkgname-$pkgver



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

2014-08-01 Thread Andreas Radke
Date: Friday, August 1, 2014 @ 16:34:39
  Author: andyrtr
Revision: 218492

archrelease: copy trunk to testing-any

Added:
  xcb-proto/repos/testing-any/
  xcb-proto/repos/testing-any/PKGBUILD
(from rev 218491, xcb-proto/trunk/PKGBUILD)

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

Copied: xcb-proto/repos/testing-any/PKGBUILD (from rev 218491, 
xcb-proto/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-08-01 14:34:39 UTC (rev 218492)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=xcb-proto
+pkgver=1.11
+pkgrel=1
+pkgdesc=XML-XCB protocol descriptions
+arch=(any)
+url=http://xcb.freedesktop.org/;
+license=('custom')
+makedepends=('python' 'libxml2')
+source=($url/dist/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b4aceee6502a0ce45fc39b33c541a2df4715d00b72e660ebe8c5bb444771e32e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m755 -d $pkgdir/usr/share/licenses/$pkgname
+  install -m644 COPYING $pkgdir/usr/share/licenses/$pkgname
+}



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

2014-08-01 Thread Andreas Radke
Date: Friday, August 1, 2014 @ 16:45:34
  Author: andyrtr
Revision: 218494

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

Added:
  libxcb/repos/testing-i686/
  libxcb/repos/testing-i686/PKGBUILD
(from rev 218493, libxcb/trunk/PKGBUILD)
  libxcb/repos/testing-i686/libxcb-1.1-no-pthread-stubs.patch
(from rev 218493, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
  libxcb/repos/testing-x86_64/
  libxcb/repos/testing-x86_64/PKGBUILD
(from rev 218493, libxcb/trunk/PKGBUILD)
  libxcb/repos/testing-x86_64/libxcb-1.1-no-pthread-stubs.patch
(from rev 218493, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)

--+
 testing-i686/PKGBUILD|   45 +
 testing-i686/libxcb-1.1-no-pthread-stubs.patch   |   11 +
 testing-x86_64/PKGBUILD  |   45 +
 testing-x86_64/libxcb-1.1-no-pthread-stubs.patch |   11 +
 4 files changed, 112 insertions(+)

Copied: libxcb/repos/testing-i686/PKGBUILD (from rev 218493, 
libxcb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-01 14:45:34 UTC (rev 218494)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=libxcb
+pkgver=1.11
+pkgrel=1
+pkgdesc=X11 client-side library
+arch=('i686' 'x86_64')
+url=http://xcb.freedesktop.org/;
+depends=('xcb-proto=1.11' 'libxdmcp' 'libxau')
+makedepends=('libxslt' 'python' 'xorg-util-macros')
+license=('custom')
+source=($url/dist/$pkgname-$pkgver.tar.bz2
+libxcb-1.1-no-pthread-stubs.patch)
+sha256sums=('03635d70045b9ede90778e67516135828a57de87ac508f987024f43c03620ff7'
+'3923bcb1930b851012968435909597d8d5251c72153511cb2982636c97100cc3')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../libxcb-1.1-no-pthread-stubs.patch
+  autoreconf -vfi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-xinput \
+--enable-xkb \
+--disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m755 -d $pkgdir/usr/share/licenses/$pkgname
+  install -m644 COPYING $pkgdir/usr/share/licenses/$pkgname
+}

Copied: libxcb/repos/testing-i686/libxcb-1.1-no-pthread-stubs.patch (from rev 
218493, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
===
--- testing-i686/libxcb-1.1-no-pthread-stubs.patch  
(rev 0)
+++ testing-i686/libxcb-1.1-no-pthread-stubs.patch  2014-08-01 14:45:34 UTC 
(rev 218494)
@@ -0,0 +1,11 @@
+--- libxcb-1.8.1/configure.ac  2012-03-09 15:38:38.0 +0100
 libxcb-1.8.1/configure.ac.new  2012-03-09 16:50:40.107109896 +0100
+@@ -43,7 +43,7 @@
+ 
+ # Checks for pkg-config packages
+ PKG_CHECK_MODULES(XCBPROTO, xcb-proto = 1.11)
+-NEEDED=pthread-stubs xau = 0.99.2
++NEEDED=xau = 0.99.2
+ PKG_CHECK_MODULES(NEEDED, $NEEDED)
+ 
+ have_xdmcp=no

Copied: libxcb/repos/testing-x86_64/PKGBUILD (from rev 218493, 
libxcb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-08-01 14:45:34 UTC (rev 218494)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=libxcb
+pkgver=1.11
+pkgrel=1
+pkgdesc=X11 client-side library
+arch=('i686' 'x86_64')
+url=http://xcb.freedesktop.org/;
+depends=('xcb-proto=1.11' 'libxdmcp' 'libxau')
+makedepends=('libxslt' 'python' 'xorg-util-macros')
+license=('custom')
+source=($url/dist/$pkgname-$pkgver.tar.bz2
+libxcb-1.1-no-pthread-stubs.patch)
+sha256sums=('03635d70045b9ede90778e67516135828a57de87ac508f987024f43c03620ff7'
+'3923bcb1930b851012968435909597d8d5251c72153511cb2982636c97100cc3')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../libxcb-1.1-no-pthread-stubs.patch
+  autoreconf -vfi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-xinput \
+--enable-xkb \
+--disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m755 -d $pkgdir/usr/share/licenses/$pkgname
+  install -m644 COPYING $pkgdir/usr/share/licenses/$pkgname
+}

Copied: libxcb/repos/testing-x86_64/libxcb-1.1-no-pthread-stubs.patch (from rev 
218493, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
===
--- testing-x86_64/libxcb-1.1-no-pthread-stubs.patch 

[arch-commits] Commit in libxcb/trunk (4 files)

2014-08-01 Thread Andreas Radke
Date: Friday, August 1, 2014 @ 16:45:21
  Author: andyrtr
Revision: 218493

upgpkg: libxcb 1.11-1

upstream update 1.11

Modified:
  libxcb/trunk/PKGBUILD
  libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch
Deleted:
  libxcb/trunk/Ensure-xcb-owns-socket-and-no-other-threads-are-writ.patch
  libxcb/trunk/Force-XCB-event-structures-with-64-bit-extended-fiel.patch

+
 Ensure-xcb-owns-socket-and-no-other-threads-are-writ.patch |  121 ---
 Force-XCB-event-structures-with-64-bit-extended-fiel.patch |  102 -
 PKGBUILD   |   23 --
 libxcb-1.1-no-pthread-stubs.patch  |2 
 4 files changed, 8 insertions(+), 240 deletions(-)

Deleted: Ensure-xcb-owns-socket-and-no-other-threads-are-writ.patch
===
--- Ensure-xcb-owns-socket-and-no-other-threads-are-writ.patch  2014-08-01 
14:34:39 UTC (rev 218492)
+++ Ensure-xcb-owns-socket-and-no-other-threads-are-writ.patch  2014-08-01 
14:45:21 UTC (rev 218493)
@@ -1,121 +0,0 @@
-From be0fe56c3bcad5124dcc6c47a2fad01acd16f71a Mon Sep 17 00:00:00 2001
-From: Keith Packard kei...@keithp.com
-Date: Mon, 23 Dec 2013 21:15:20 -0800
-Subject: [PATCH] Ensure xcb owns socket and no other threads are writing
- before send_request
-
-send_request may only write to out.queue if no other thread is busy
-writing to the network (as that thread may be writing from out.queue).
-
-send_request may only allocate request sequence numbers if XCB owns
-the socket.
-
-Therefore, send_request must make sure that both conditions are true
-when it holds iolock, which can only be done by looping until both
-conditions are true without having dropped the lock waiting for the
-second condition.
-
-We choose to get the socket back from Xlib first as get_socket_back
-has a complicated test and checking for other threads writing is a
-simple in-lined check.
-
-This also changes the sequence number checks (64k requests with no
-reply, 4M request wrapping) to ensure that both conditions are true
-before queueing the request.
-
-Signed-off-by: Keith Packard kei...@keithp.com
-Reviewed-by: Uli Schlachter psyc...@znc.in

- src/xcb_out.c | 57 -
- 1 file changed, 40 insertions(+), 17 deletions(-)
-
-diff --git a/src/xcb_out.c b/src/xcb_out.c
-index 18bb5f9..dc42954 100644
 a/src/xcb_out.c
-+++ b/src/xcb_out.c
-@@ -103,6 +103,33 @@ static void get_socket_back(xcb_connection_t *c)
- _xcb_in_replies_done(c);
- }
- 
-+static void prepare_socket_request(xcb_connection_t *c)
-+{
-+/* We're about to append data to out.queue, so we need to
-+ * atomically test for an external socket owner *and* some other
-+ * thread currently writing.
-+ *
-+ * If we have an external socket owner, we have to get the socket back
-+ * before we can use it again.
-+ *
-+ * If some other thread is writing to the socket, we assume it's
-+ * writing from out.queue, and so we can't stick data there.
-+ *
-+ * We satisfy this condition by first calling get_socket_back
-+ * (which may drop the lock, but will return when XCB owns the
-+ * socket again) and then checking for another writing thread and
-+ * escaping the loop if we're ready to go.
-+ */
-+for (;;) {
-+if(c-has_error)
-+return;
-+get_socket_back(c);
-+if (!c-out.writing)
-+break;
-+pthread_cond_wait(c-out.cond, c-iolock);
-+}
-+}
-+
- /* Public interface */
- 
- void xcb_prefetch_maximum_request_length(xcb_connection_t *c)
-@@ -236,24 +263,23 @@ unsigned int xcb_send_request(xcb_connection_t *c, int 
flags, struct iovec *vect
- 
- /* get a sequence number and arrange for delivery. */
- pthread_mutex_lock(c-iolock);
--/* wait for other writing threads to get out of my way. */
--while(c-out.writing)
--pthread_cond_wait(c-out.cond, c-iolock);
--get_socket_back(c);
-+
-+prepare_socket_request(c);
- 
- /* send GetInputFocus (sync_req) when 64k-2 requests have been sent 
without
-- * a reply. */
--if(req-isvoid  c-out.request == c-in.request_expected + (1  16) - 
2)
--send_sync(c);
--/* Also send sync_req (could use NoOp) at 32-bit wrap to avoid having
-+ * a reply.
-+ * Also send sync_req (could use NoOp) at 32-bit wrap to avoid having
-  * applications see sequence 0 as that is used to indicate
-- * an error in sending the request */
--if((unsigned int) (c-out.request + 1) == 0)
-+ * an error in sending the request
-+ */
-+ 
-+while ((req-isvoid  c-out.request == c-in.request_expected + (1  
16) - 2) ||
-+   (unsigned int) (c-out.request + 1) == 0)
-+{
- send_sync(c);
-+prepare_socket_request(c);
-+}
- 
--/* The above send_sync calls could drop the I/O lock, but this

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

2014-08-01 Thread Anatol Pomozov
Date: Friday, August 1, 2014 @ 16:53:23
  Author: anatolik
Revision: 218495

upgpkg: lzop 1.03-4

Handle lzo2-lzo rename

Modified:
  lzop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 14:45:34 UTC (rev 218494)
+++ PKGBUILD2014-08-01 14:53:23 UTC (rev 218495)
@@ -4,7 +4,7 @@
 
 pkgname=lzop
 pkgver=1.03
-pkgrel=3
+pkgrel=4
 pkgdesc=File compressor using lzo lib
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -14,13 +14,12 @@
 md5sums=('006c5e27fb78cdd14a628fdfa5aa1905')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---mandir=/usr/share/man
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }



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

2014-08-01 Thread Anatol Pomozov
Date: Friday, August 1, 2014 @ 16:54:04
  Author: anatolik
Revision: 218496

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

Added:
  lzop/repos/testing-i686/
  lzop/repos/testing-i686/PKGBUILD
(from rev 218495, lzop/trunk/PKGBUILD)
  lzop/repos/testing-x86_64/
  lzop/repos/testing-x86_64/PKGBUILD
(from rev 218495, lzop/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   25 +
 testing-x86_64/PKGBUILD |   25 +
 2 files changed, 50 insertions(+)

Copied: lzop/repos/testing-i686/PKGBUILD (from rev 218495, lzop/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-01 14:54:04 UTC (rev 218496)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=lzop
+pkgver=1.03
+pkgrel=4
+pkgdesc=File compressor using lzo lib
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.lzop.org/;
+depends=('lzo2')
+source=(http://www.lzop.org/download/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('006c5e27fb78cdd14a628fdfa5aa1905')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: lzop/repos/testing-x86_64/PKGBUILD (from rev 218495, 
lzop/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-08-01 14:54:04 UTC (rev 218496)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=lzop
+pkgver=1.03
+pkgrel=4
+pkgdesc=File compressor using lzo lib
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.lzop.org/;
+depends=('lzo2')
+source=(http://www.lzop.org/download/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('006c5e27fb78cdd14a628fdfa5aa1905')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2014-08-01 Thread Andreas Radke
Date: Friday, August 1, 2014 @ 20:03:06
  Author: andyrtr
Revision: 218497

more reaplaces, conflicts

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 14:54:04 UTC (rev 218496)
+++ PKGBUILD2014-08-01 18:03:06 UTC (rev 218497)
@@ -508,9 +508,9 @@
  optdepends=('gtk3: for gtk3 Gnome integration'
  'gtk2: for older gtk2 desktop integration')
  groups=('libreoffice-still')
+ replaces=('libreoffice-gnome')
+ provides=('libreoffice-gnome')
  conflicts=('libreoffice-gnome' 'libreoffice-fresh')
- provides=('libreoffice-gnome')
- replaces=('libreoffice-gnome')
 
  # create directories from *list.txt file
  for directory in `grep ^%dir 
${srcdir}/libreoffice-$_LOver/file-lists/gnome_list.txt`; do
@@ -690,8 +690,8 @@
 package_libreoffice-still-en-US() {
   pkgdesc=English (US) language pack for LibreOffice conservative branch
   #arch=('any')
+  replaces=('libreoffice-en-US')
   provides=('libreoffice-still-langpack' 'libreoffice-en-US')
-  replaces=('libreoffice-en-US')
   conflicts=('libreoffice-en-US' 'libreoffice-fresh')
 
  # create directories from *list.txt file



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

2014-08-01 Thread Anatol Pomozov
Date: Friday, August 1, 2014 @ 21:37:16
  Author: anatolik
Revision: 218498

upgpkg: lzop 1.03-5

Change the dependency lzo2-lzo

Modified:
  lzop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 18:03:06 UTC (rev 218497)
+++ PKGBUILD2014-08-01 19:37:16 UTC (rev 218498)
@@ -4,12 +4,12 @@
 
 pkgname=lzop
 pkgver=1.03
-pkgrel=4
+pkgrel=5
 pkgdesc=File compressor using lzo lib
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.lzop.org/;
-depends=('lzo2')
+depends=('lzo')
 source=(http://www.lzop.org/download/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('006c5e27fb78cdd14a628fdfa5aa1905')
 



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

2014-08-01 Thread Anatol Pomozov
Date: Friday, August 1, 2014 @ 21:37:59
  Author: anatolik
Revision: 218499

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

Added:
  lzop/repos/testing-i686/PKGBUILD
(from rev 218498, lzop/trunk/PKGBUILD)
  lzop/repos/testing-x86_64/PKGBUILD
(from rev 218498, lzop/trunk/PKGBUILD)
Deleted:
  lzop/repos/testing-i686/PKGBUILD
  lzop/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   50 ++
 testing-i686/PKGBUILD   |   25 ---
 testing-x86_64/PKGBUILD |   25 ---
 3 files changed, 50 insertions(+), 50 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-08-01 19:37:16 UTC (rev 218498)
+++ testing-i686/PKGBUILD   2014-08-01 19:37:59 UTC (rev 218499)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=lzop
-pkgver=1.03
-pkgrel=4
-pkgdesc=File compressor using lzo lib
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.lzop.org/;
-depends=('lzo2')
-source=(http://www.lzop.org/download/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('006c5e27fb78cdd14a628fdfa5aa1905')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: lzop/repos/testing-i686/PKGBUILD (from rev 218498, lzop/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-01 19:37:59 UTC (rev 218499)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=lzop
+pkgver=1.03
+pkgrel=5
+pkgdesc=File compressor using lzo lib
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.lzop.org/;
+depends=('lzo')
+source=(http://www.lzop.org/download/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('006c5e27fb78cdd14a628fdfa5aa1905')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-08-01 19:37:16 UTC (rev 218498)
+++ testing-x86_64/PKGBUILD 2014-08-01 19:37:59 UTC (rev 218499)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=lzop
-pkgver=1.03
-pkgrel=4
-pkgdesc=File compressor using lzo lib
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.lzop.org/;
-depends=('lzo2')
-source=(http://www.lzop.org/download/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('006c5e27fb78cdd14a628fdfa5aa1905')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: lzop/repos/testing-x86_64/PKGBUILD (from rev 218498, 
lzop/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-08-01 19:37:59 UTC (rev 218499)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=lzop
+pkgver=1.03
+pkgrel=5
+pkgdesc=File compressor using lzo lib
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.lzop.org/;
+depends=('lzo')
+source=(http://www.lzop.org/download/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('006c5e27fb78cdd14a628fdfa5aa1905')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2014-08-01 Thread Jonathan Steel
Date: Friday, August 1, 2014 @ 22:05:20
  Author: jsteel
Revision: 116713

lzo2-lzo rename

Modified:
  vagrant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 16:42:39 UTC (rev 116712)
+++ PKGBUILD2014-08-01 20:05:20 UTC (rev 116713)
@@ -17,7 +17,7 @@
 url=http://vagrantup.com;
 license=('MIT')
 options=('!emptydirs')
-depends=('ruby' 'curl' 'lzo2' 'libidn' 'rtmpdump')
+depends=('ruby' 'curl' 'lzo' 'libidn' 'rtmpdump')
 makedepends=('git')
 source=(http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
 nfs.patch



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

2014-08-01 Thread Daniel Micay
Date: Friday, August 1, 2014 @ 23:45:48
  Author: thestinger
Revision: 116714

upgpkg: linux-grsec 3.15.8.201408010648-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 20:05:20 UTC (rev 116713)
+++ PKGBUILD2014-08-01 21:45:48 UTC (rev 116714)
@@ -8,7 +8,7 @@
 _srcname=linux-3.15
 _pkgver=3.15.8
 _grsecver=3.0
-_timestamp=201407312007
+_timestamp=201408010648
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -31,7 +31,7 @@
 )
 sha256sums=('c3927e87be4040fa8aca1b58663dc0776aaf00485604ff88a623be2f3fb07794'
 'e25557b19dfebc91e42939aa9a62f7a4d4e36ea2cc659368cded51fb2c703456'
-'2c0c74cc6a844f298ea3952b8400d6d91c6b55163cf7f9641ef05c61503f7ea6'
+'992d51def6c93279a54aaab867f979e20f22efcfd0e0d9758c0f4dc9d07357d4'
 'SKIP'
 '9ca518a0a2b9c8a44c7200d89d122d0114566f8f8445beedcc70885af3d0a704'
 '96f9c0ab9dc78d304d3b208b37e99a71562c818aedf07e22b991ac443b422d45'



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

2014-08-01 Thread Daniel Micay
Date: Friday, August 1, 2014 @ 23:46:59
  Author: thestinger
Revision: 116715

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 116714, linux-grsec/trunk/PKGBUILD)
  
linux-grsec/repos/community-i686/Revert-userns-Allow-unprivileged-users-to-create-use.patch
(from rev 116714, 
linux-grsec/trunk/Revert-userns-Allow-unprivileged-users-to-create-use.patch)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 116714, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 116714, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 116714, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 116714, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 116714, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-i686/sysctl.conf
(from rev 116714, linux-grsec/trunk/sysctl.conf)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 116714, linux-grsec/trunk/PKGBUILD)
  
linux-grsec/repos/community-x86_64/Revert-userns-Allow-unprivileged-users-to-create-use.patch
(from rev 116714, 
linux-grsec/trunk/Revert-userns-Allow-unprivileged-users-to-create-use.patch)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 116714, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 116714, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 116714, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 116714, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 116714, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/sysctl.conf
(from rev 116714, linux-grsec/trunk/sysctl.conf)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  
linux-grsec/repos/community-i686/Revert-userns-Allow-unprivileged-users-to-create-use.patch
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-i686/sysctl.conf
  linux-grsec/repos/community-x86_64/PKGBUILD
  
linux-grsec/repos/community-x86_64/Revert-userns-Allow-unprivileged-users-to-create-use.patch
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset
  linux-grsec/repos/community-x86_64/sysctl.conf

-+
 /PKGBUILD   |  
650 
 /Revert-userns-Allow-unprivileged-users-to-create-use.patch |  
 82 
 /change-default-console-loglevel.patch  |  
 24 
 /config 
|13824 ++
 /config.x86_64  
|13306 +
 /linux-grsec.install|  
206 
 /linux.preset   |  
 28 
 /sysctl.conf|  
262 
 community-i686/PKGBUILD |  
325 
 community-i686/Revert-userns-Allow-unprivileged-users-to-create-use.patch   |  
 41 
 community-i686/change-default-console-loglevel.patch|  
 12 
 community-i686/config   | 
6912 -
 community-i686/config.x86_64| 
6653 
 community-i686/linux-grsec.install  |  
103 
 community-i686/linux.preset |  
 14 
 community-i686/sysctl.conf  |  
131 
 community-x86_64/PKGBUILD   |  
325 
 community-x86_64/Revert-userns-Allow-unprivileged-users-to-create-use.patch |  
 41 
 community-x86_64/change-default-console-loglevel.patch  |  
 12 
 community-x86_64/config | 
6912 -
 community-x86_64/config.x86_64  | 
6653 
 community-x86_64/linux-grsec.install 

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

2014-08-01 Thread Gaetan Bisson
Date: Saturday, August 2, 2014 @ 01:29:23
  Author: bisson
Revision: 218500

upstream update

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 19:37:59 UTC (rev 218499)
+++ PKGBUILD2014-08-01 23:29:23 UTC (rev 218500)
@@ -5,7 +5,7 @@
 # Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
 
 pkgname=s-nail
-pkgver=14.7.4
+pkgver=14.7.5
 pkgrel=1
 pkgdesc='Mail processing system with a command syntax reminiscent of ed'
 url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
@@ -14,7 +14,7 @@
 depends=('openssl' 'krb5')
 optdepends=('smtp-forwarder: for sending mail')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;)
-sha1sums=('703246285b4b2cd846807fa43733e75e0632a8df')
+sha1sums=('3de067eee6abb69ededb0d217f2ec49817435dab')
 
 groups=('base')
 backup=('etc/mail.rc')



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

2014-08-01 Thread Gaetan Bisson
Date: Saturday, August 2, 2014 @ 01:29:47
  Author: bisson
Revision: 218501

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

Added:
  s-nail/repos/testing-i686/
  s-nail/repos/testing-i686/PKGBUILD
(from rev 218500, s-nail/trunk/PKGBUILD)
  s-nail/repos/testing-x86_64/
  s-nail/repos/testing-x86_64/PKGBUILD
(from rev 218500, s-nail/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   51 ++
 testing-x86_64/PKGBUILD |   51 ++
 2 files changed, 102 insertions(+)

Copied: s-nail/repos/testing-i686/PKGBUILD (from rev 218500, 
s-nail/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-01 23:29:47 UTC (rev 218501)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
+# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
+
+pkgname=s-nail
+pkgver=14.7.5
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5')
+optdepends=('smtp-forwarder: for sending mail')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;)
+sha1sums=('3de067eee6abb69ededb0d217f2ec49817435dab')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   CFLAGS+= $CPPFLAGS
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   WANT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make test
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} packager-install
+   ln -sf mail ${pkgdir}/usr/bin/mailx
+   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: s-nail/repos/testing-x86_64/PKGBUILD (from rev 218500, 
s-nail/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-08-01 23:29:47 UTC (rev 218501)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
+# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
+
+pkgname=s-nail
+pkgver=14.7.5
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5')
+optdepends=('smtp-forwarder: for sending mail')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;)
+sha1sums=('3de067eee6abb69ededb0d217f2ec49817435dab')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   CFLAGS+= $CPPFLAGS
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   WANT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make test
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} packager-install
+   ln -sf mail ${pkgdir}/usr/bin/mailx
+   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



[arch-commits] Commit in linux-grsec/trunk (PKGBUILD config config.x86_64)

2014-08-01 Thread Daniel Micay
Date: Saturday, August 2, 2014 @ 04:01:56
  Author: thestinger
Revision: 116716

regenerate config

Modified:
  linux-grsec/trunk/PKGBUILD
  linux-grsec/trunk/config
  linux-grsec/trunk/config.x86_64

---+
 PKGBUILD  |4 ++--
 config|5 +++--
 config.x86_64 |6 +++---
 3 files changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 21:46:59 UTC (rev 116715)
+++ PKGBUILD2014-08-02 02:01:56 UTC (rev 116716)
@@ -33,8 +33,8 @@
 'e25557b19dfebc91e42939aa9a62f7a4d4e36ea2cc659368cded51fb2c703456'
 '992d51def6c93279a54aaab867f979e20f22efcfd0e0d9758c0f4dc9d07357d4'
 'SKIP'
-'9ca518a0a2b9c8a44c7200d89d122d0114566f8f8445beedcc70885af3d0a704'
-'96f9c0ab9dc78d304d3b208b37e99a71562c818aedf07e22b991ac443b422d45'
+'e7464de4d248176dc6e2dede11acdfa4cb77bed1fbacaf2b8c66ab94164fe383'
+'aaeea9587701bd8e1a23dfa9e5c32dcda454ce26497175a9ad9f2bd3c260f6ea'
 'ca7e718375b3790888756cc0a64a7500cd57dddb9bf7e10a0df22c860d91f74d'
 'faced4eb4c47c4eb1a9ee8a5bf8a7c4b49d6b4d78efbe426e410730e6267d182'
 '1b3651558fcd497c72af3d483febb21fff98cbb9fbcb456da19b24304c40c754'

Modified: config
===
--- config  2014-08-01 21:46:59 UTC (rev 116715)
+++ config  2014-08-02 02:01:56 UTC (rev 116716)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.15.6.201407232200-2 Kernel Configuration
+# Linux/x86 3.15.8.201408010648-1 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -326,6 +326,7 @@
 CONFIG_PADATA=y
 CONFIG_ASN1=m
 CONFIG_UNINLINE_SPIN_UNLOCK=y
+CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
 CONFIG_MUTEX_SPIN_ON_OWNER=y
 CONFIG_FREEZER=y
 
@@ -1645,8 +1646,8 @@
 CONFIG_OF_PCI=y
 CONFIG_OF_PCI_IRQ=y
 CONFIG_OF_MTD=y
+CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
 CONFIG_PARPORT=m
-CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
 CONFIG_PARPORT_PC=m
 CONFIG_PARPORT_SERIAL=m
 # CONFIG_PARPORT_PC_FIFO is not set

Modified: config.x86_64
===
--- config.x86_64   2014-08-01 21:46:59 UTC (rev 116715)
+++ config.x86_64   2014-08-02 02:01:56 UTC (rev 116716)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.15.6.201407232200-2 Kernel Configuration
+# Linux/x86 3.15.8.201408010648-1 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -339,6 +339,7 @@
 CONFIG_PADATA=y
 CONFIG_ASN1=m
 CONFIG_UNINLINE_SPIN_UNLOCK=y
+CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
 CONFIG_MUTEX_SPIN_ON_OWNER=y
 CONFIG_FREEZER=y
 
@@ -1604,8 +1605,8 @@
 # CONFIG_MTD_UBI_FASTMAP is not set
 # CONFIG_MTD_UBI_GLUEBI is not set
 # CONFIG_MTD_UBI_BLOCK is not set
+CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
 CONFIG_PARPORT=m
-CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
 CONFIG_PARPORT_PC=m
 CONFIG_PARPORT_SERIAL=m
 # CONFIG_PARPORT_PC_FIFO is not set
@@ -3001,7 +3002,6 @@
 # CONFIG_INPUT_IMS_PCU is not set
 CONFIG_INPUT_CMA3000=m
 CONFIG_INPUT_CMA3000_I2C=m
-CONFIG_INPUT_XEN_KBDDEV_FRONTEND=m
 CONFIG_INPUT_IDEAPAD_SLIDEBAR=m
 
 #



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

2014-08-01 Thread Laurent Carlier
Date: Saturday, August 2, 2014 @ 04:23:08
  Author: lcarlier
Revision: 116717

upgpkg: gambas3 3.5.4-1

upstream update 3.5.4

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-02 02:01:56 UTC (rev 116716)
+++ PKGBUILD2014-08-02 02:23:08 UTC (rev 116717)
@@ -15,8 +15,8 @@
  'gambas3-gb-openssl' 'gambas3-gb-report' 'gambas3-gb-sdl-sound' 
'gambas3-gb-sdl' 'gambas3-gb-settings' 'gambas3-gb-signal' 'gambas3-gb-v4l' 
'gambas3-gb-vb'
  'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml' 'gambas3-gb-web')
 pkgname=(${_components[@]} 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 
'gambas3-script' 'gambas3-examples')
-pkgver=3.5.3
-pkgrel=2
+pkgver=3.5.4
+pkgrel=1
 pkgdesc=A free development environment based on a Basic interpreter.
 arch=('i686' 'x86_64')
 url=http://gambas.sourceforge.net/;
@@ -31,7 +31,7 @@
 'gmime')
 options=('!emptydirs' 'libtool')
 source=(http://downloads.sourceforge.net/gambas/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('b09b1311d99a1388c65e5aac72ceacee')
+md5sums=('4de131e44bdc03f53aba365e672e311e')
 
 create_dirs() {
   install -dm755 ${pkgdir}/usr/lib/gambas3



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

2014-08-01 Thread Laurent Carlier
Date: Saturday, August 2, 2014 @ 04:23:31
  Author: lcarlier
Revision: 116718

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

Added:
  gambas3/repos/community-i686/PKGBUILD
(from rev 116717, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-i686/gambas3-runtime.install
(from rev 116717, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-i686/gambas3-script.install
(from rev 116717, gambas3/trunk/gambas3-script.install)
  gambas3/repos/community-x86_64/PKGBUILD
(from rev 116717, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-x86_64/gambas3-runtime.install
(from rev 116717, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-x86_64/gambas3-script.install
(from rev 116717, gambas3/trunk/gambas3-script.install)
Deleted:
  gambas3/repos/community-i686/PKGBUILD
  gambas3/repos/community-i686/gambas3-runtime.install
  gambas3/repos/community-i686/gambas3-script.install
  gambas3/repos/community-x86_64/PKGBUILD
  gambas3/repos/community-x86_64/gambas3-runtime.install
  gambas3/repos/community-x86_64/gambas3-script.install

--+
 /PKGBUILD| 1928 +
 /gambas3-runtime.install |   20 
 /gambas3-script.install  |   30 
 community-i686/PKGBUILD  |  964 --
 community-i686/gambas3-runtime.install   |   10 
 community-i686/gambas3-script.install|   15 
 community-x86_64/PKGBUILD|  964 --
 community-x86_64/gambas3-runtime.install |   10 
 community-x86_64/gambas3-script.install  |   15 
 9 files changed, 1978 insertions(+), 1978 deletions(-)

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


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

2014-08-01 Thread Laurent Carlier
Date: Saturday, August 2, 2014 @ 04:42:53
  Author: lcarlier
Revision: 116719

upgpkg: iasl 20140724-1

upstream update 20140724

Modified:
  iasl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-02 02:23:31 UTC (rev 116718)
+++ PKGBUILD2014-08-02 02:42:53 UTC (rev 116719)
@@ -4,7 +4,7 @@
 # Contributor: Alessio 'mOlOk' Bolognino themo...@gmail.com
 
 pkgname=iasl
-pkgver=20140424
+pkgver=20140724
 pkgrel=1
 pkgdesc=Intel ACPI Source Language compiler
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 #install=iasl.install
 source=(http://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz
LICENSE)
-md5sums=('d080d33792533c2a355a5ac3e7ae93ae'
+md5sums=('ae8e83b353510a73f24dc43840f6a662'
  '8615526144f69ea4e870d9bc37df9b29')
 
 build() {



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

2014-08-01 Thread Laurent Carlier
Date: Saturday, August 2, 2014 @ 04:43:07
  Author: lcarlier
Revision: 116720

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

Added:
  iasl/repos/community-i686/LICENSE
(from rev 116719, iasl/trunk/LICENSE)
  iasl/repos/community-i686/PKGBUILD
(from rev 116719, iasl/trunk/PKGBUILD)
  iasl/repos/community-i686/iasl.install
(from rev 116719, iasl/trunk/iasl.install)
  iasl/repos/community-x86_64/LICENSE
(from rev 116719, iasl/trunk/LICENSE)
  iasl/repos/community-x86_64/PKGBUILD
(from rev 116719, iasl/trunk/PKGBUILD)
  iasl/repos/community-x86_64/iasl.install
(from rev 116719, iasl/trunk/iasl.install)
Deleted:
  iasl/repos/community-i686/LICENSE
  iasl/repos/community-i686/PKGBUILD
  iasl/repos/community-i686/iasl.install
  iasl/repos/community-x86_64/LICENSE
  iasl/repos/community-x86_64/PKGBUILD
  iasl/repos/community-x86_64/iasl.install

---+
 /LICENSE  |   66 +++
 /PKGBUILD |   74 
 /iasl.install |   34 ++
 community-i686/LICENSE|   33 -
 community-i686/PKGBUILD   |   37 
 community-i686/iasl.install   |   17 -
 community-x86_64/LICENSE  |   33 -
 community-x86_64/PKGBUILD |   37 
 community-x86_64/iasl.install |   17 -
 9 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2014-08-02 02:42:53 UTC (rev 116719)
+++ community-i686/LICENSE  2014-08-02 02:43:07 UTC (rev 116720)
@@ -1,33 +0,0 @@
-IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
-Do not use or load this software and any associated materials (collectively, 
the Software) until you have carefully read the following terms and 
conditions. By loading or using the Software, you agree to the terms of this 
Agreement. If you do not wish to so agree, do not install or use the Software.
-
-1. COPYRIGHT NOTICE
-Some or all of this work - Copyright © 1999-2008, Intel Corp. All rights 
reserved.
-
-2. LICENSE
-
-2.1. This is your license from Intel Corp. under its intellectual property 
rights. You may have additional license terms from the party that provided you 
this software, covering your right to use that party's intellectual property 
rights.
-
-2.2. Intel grants, free of charge, to any person (Licensee) obtaining a copy 
of the source code appearing in this file (Covered Code) an irrevocable, 
perpetual, worldwide license under Intel's copyrights in the base code 
distributed originally by Intel (Original Intel Code) to copy, make 
derivatives, distribute, use and display any portion of the Covered Code in any 
form, with the right to sublicense such rights; and
-
-2.3. Intel grants Licensee a non-exclusive and non-transferable patent license 
(with the right to sublicense), under only those claims of Intel patents that 
are infringed by the Original Intel Code, to make, use, sell, offer to sell, 
and import the Covered Code and derivative works thereof solely to the minimum 
extent necessary to exercise the above copyright license, and in no event shall 
the patent license extend to any additions to or modifications of the Original 
Intel Code. No other license or right is granted directly or by implication, 
estoppel or otherwise; The above copyright and patent license is granted only 
if the following conditions are met:
-
-3. CONDITIONS
-
-3.1. Redistribution of Source with Rights to Further Distribute Source. 
Redistribution of source code of any substantial portion of the Covered Code or 
modification with rights to further distribute source must include the above 
Copyright Notice, the above License, this list of Conditions, and the following 
Disclaimer and Export Compliance provision. In addition, Licensee must cause 
all Covered Code to which Licensee contributes to contain a file documenting 
the changes Licensee made to create that Covered Code and the date of any 
change. Licensee must include in that file the documentation of any changes 
made by any predecessor Licensee. Licensee must include a prominent statement 
that the modification is derived, directly or indirectly, from Original Intel 
Code.
-
-3.2. Redistribution of Source with no Rights to Further Distribute Source. 
Redistribution of source code of any substantial portion of the Covered Code or 
modification without rights to further distribute source must include the 
following Disclaimer and Export Compliance provision in the documentation 
and/or other materials provided with distribution. In addition, Licensee may 
not authorize further sublicense of source of any portion of the Covered Code, 
and must include terms to the effect that the license from Licensee to its 
licensee is limited to the intellectual 

[arch-commits] Commit in arm-none-eabi-binutils/trunk (PKGBUILD)

2014-08-01 Thread Anatol Pomozov
Date: Saturday, August 2, 2014 @ 04:57:22
  Author: anatolik
Revision: 116721

Reuse target name

Modified:
  arm-none-eabi-binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-02 02:43:07 UTC (rev 116720)
+++ PKGBUILD2014-08-02 02:57:22 UTC (rev 116721)
@@ -45,7 +45,7 @@
   make DESTDIR=$pkgdir install
 
   # Remove file conflicting with host binutils and manpages for MS Windows 
tools
-  rm 
$pkgdir/usr/share/man/man1/arm-none-eabi-{dlltool,nlmconv,windres,windmc}*
+  rm $pkgdir/usr/share/man/man1/$_target-{dlltool,nlmconv,windres,windmc}*
 
   # Remove info documents that conflict with host version
   rm -rf $pkgdir/usr/share/info



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

2014-08-01 Thread Felix Yan
Date: Saturday, August 2, 2014 @ 05:04:02
  Author: fyan
Revision: 218502

upgpkg: transcode 1.1.7-15

lzo2 - lzo rename, also affected by x264/libx264 split

Modified:
  transcode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 23:29:47 UTC (rev 218501)
+++ PKGBUILD2014-08-02 03:04:02 UTC (rev 218502)
@@ -6,14 +6,14 @@
 pkgname=transcode
 _sripver=0.3-4
 pkgver=1.1.7
-pkgrel=14
+pkgrel=15
 pkgdesc=A video/DVD ripper and encoder for the terminal/console
 arch=('i686' 'x86_64')
 url=http://tcforge.berlios.de/;
 license=('GPL')
-depends=('gawk' 'imagemagick' 'lzo2' 'libdvdread' 'ffmpeg' 'mjpegtools'
+depends=('gawk' 'imagemagick' 'lzo' 'libdvdread' 'ffmpeg' 'mjpegtools'
 'libmpeg2' 'libxaw' 'libxv' 'a52dec')
-makedepends=('nasm')
+makedepends=('nasm' 'x264')
 
source=(https://bitbucket.org/france/transcode-tcforge/downloads/${pkgname}-${pkgver}.tar.bz2

http://downloads.sourceforge.net/sourceforge/subtitleripper/subtitleripper-${_sripver}.tgz
 subtitleripper-0.3.4-linkingorder.patch



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

2014-08-01 Thread Felix Yan
Date: Saturday, August 2, 2014 @ 05:05:14
  Author: fyan
Revision: 218503

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

Added:
  transcode/repos/testing-i686/
  transcode/repos/testing-i686/PKGBUILD
(from rev 218502, transcode/trunk/PKGBUILD)
  transcode/repos/testing-i686/subtitleripper-0.3.4-linkingorder.patch
(from rev 218502, transcode/trunk/subtitleripper-0.3.4-linkingorder.patch)
  transcode/repos/testing-i686/subtitleripper-0.3.4-respect-ldflags.patch
(from rev 218502, 
transcode/trunk/subtitleripper-0.3.4-respect-ldflags.patch)
  transcode/repos/testing-i686/transcode-1.1.7-ffmpeg-0.10.patch
(from rev 218502, transcode/trunk/transcode-1.1.7-ffmpeg-0.10.patch)
  transcode/repos/testing-i686/transcode-1.1.7-ffmpeg-0.11.patch
(from rev 218502, transcode/trunk/transcode-1.1.7-ffmpeg-0.11.patch)
  transcode/repos/testing-i686/transcode-1.1.7-ffmpeg.patch
(from rev 218502, transcode/trunk/transcode-1.1.7-ffmpeg.patch)
  transcode/repos/testing-i686/transcode-1.1.7-ffmpeg2.patch
(from rev 218502, transcode/trunk/transcode-1.1.7-ffmpeg2.patch)
  transcode/repos/testing-i686/transcode-1.1.7-libav-9.patch
(from rev 218502, transcode/trunk/transcode-1.1.7-libav-9.patch)
  transcode/repos/testing-i686/transcode-1.1.7-preset-force.patch
(from rev 218502, transcode/trunk/transcode-1.1.7-preset-force.patch)
  transcode/repos/testing-i686/transcode-1.1.7-preset-free.patch
(from rev 218502, transcode/trunk/transcode-1.1.7-preset-free.patch)
  transcode/repos/testing-x86_64/
  transcode/repos/testing-x86_64/PKGBUILD
(from rev 218502, transcode/trunk/PKGBUILD)
  transcode/repos/testing-x86_64/subtitleripper-0.3.4-linkingorder.patch
(from rev 218502, transcode/trunk/subtitleripper-0.3.4-linkingorder.patch)
  transcode/repos/testing-x86_64/subtitleripper-0.3.4-respect-ldflags.patch
(from rev 218502, 
transcode/trunk/subtitleripper-0.3.4-respect-ldflags.patch)
  transcode/repos/testing-x86_64/transcode-1.1.7-ffmpeg-0.10.patch
(from rev 218502, transcode/trunk/transcode-1.1.7-ffmpeg-0.10.patch)
  transcode/repos/testing-x86_64/transcode-1.1.7-ffmpeg-0.11.patch
(from rev 218502, transcode/trunk/transcode-1.1.7-ffmpeg-0.11.patch)
  transcode/repos/testing-x86_64/transcode-1.1.7-ffmpeg.patch
(from rev 218502, transcode/trunk/transcode-1.1.7-ffmpeg.patch)
  transcode/repos/testing-x86_64/transcode-1.1.7-ffmpeg2.patch
(from rev 218502, transcode/trunk/transcode-1.1.7-ffmpeg2.patch)
  transcode/repos/testing-x86_64/transcode-1.1.7-libav-9.patch
(from rev 218502, transcode/trunk/transcode-1.1.7-libav-9.patch)
  transcode/repos/testing-x86_64/transcode-1.1.7-preset-force.patch
(from rev 218502, transcode/trunk/transcode-1.1.7-preset-force.patch)
  transcode/repos/testing-x86_64/transcode-1.1.7-preset-free.patch
(from rev 218502, transcode/trunk/transcode-1.1.7-preset-free.patch)

---+
 testing-i686/PKGBUILD |   86 +++
 testing-i686/subtitleripper-0.3.4-linkingorder.patch  |   28 +
 testing-i686/subtitleripper-0.3.4-respect-ldflags.patch   |   28 +
 testing-i686/transcode-1.1.7-ffmpeg-0.10.patch|   15 
 testing-i686/transcode-1.1.7-ffmpeg-0.11.patch|  303 ++
 testing-i686/transcode-1.1.7-ffmpeg.patch |   51 +
 testing-i686/transcode-1.1.7-ffmpeg2.patch|  332 
 testing-i686/transcode-1.1.7-libav-9.patch|   31 +
 testing-i686/transcode-1.1.7-preset-force.patch   |   28 +
 testing-i686/transcode-1.1.7-preset-free.patch|   34 +
 testing-x86_64/PKGBUILD   |   86 +++
 testing-x86_64/subtitleripper-0.3.4-linkingorder.patch|   28 +
 testing-x86_64/subtitleripper-0.3.4-respect-ldflags.patch |   28 +
 testing-x86_64/transcode-1.1.7-ffmpeg-0.10.patch  |   15 
 testing-x86_64/transcode-1.1.7-ffmpeg-0.11.patch  |  303 ++
 testing-x86_64/transcode-1.1.7-ffmpeg.patch   |   51 +
 testing-x86_64/transcode-1.1.7-ffmpeg2.patch  |  332 
 testing-x86_64/transcode-1.1.7-libav-9.patch  |   31 +
 testing-x86_64/transcode-1.1.7-preset-force.patch |   28 +
 testing-x86_64/transcode-1.1.7-preset-free.patch  |   34 +
 20 files changed, 1872 insertions(+)

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


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

2014-08-01 Thread Laurent Carlier
Date: Saturday, August 2, 2014 @ 05:14:48
  Author: lcarlier
Revision: 116723

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libxcb/repos/multilib-testing-x86_64/
  lib32-libxcb/repos/multilib-testing-x86_64/PKGBUILD
(from rev 116722, lib32-libxcb/trunk/PKGBUILD)
  lib32-libxcb/repos/multilib-testing-x86_64/libxcb-1.1-no-pthread-stubs.patch
(from rev 116722, lib32-libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)

---+
 PKGBUILD  |   52 
 libxcb-1.1-no-pthread-stubs.patch |   11 +++
 2 files changed, 63 insertions(+)

Copied: lib32-libxcb/repos/multilib-testing-x86_64/PKGBUILD (from rev 116722, 
lib32-libxcb/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-08-02 03:14:48 UTC (rev 116723)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Alexander Baldeck alexan...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+_pkgbasename=libxcb
+pkgname=lib32-$_pkgbasename
+pkgver=1.11
+pkgrel=1
+pkgdesc=X11 client-side library (32-bit)
+arch=(x86_64)
+url=http://xcb.freedesktop.org/;
+depends=('lib32-libxdmcp' 'lib32-libxau' $_pkgbasename)
+makedepends=('pkgconfig' 'libxslt' 'python' 'xorg-util-macros' 'gcc-multilib'
+ 'autoconf')
+license=('custom')
+source=(${url}/dist/${_pkgbasename}-${pkgver}.tar.bz2
+libxcb-1.1-no-pthread-stubs.patch)
+sha256sums=('03635d70045b9ede90778e67516135828a57de87ac508f987024f43c03620ff7'
+   '3923bcb1930b851012968435909597d8d5251c72153511cb2982636c97100cc3')
+
+prepare() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/libxcb-1.1-no-pthread-stubs.patch
+  autoreconf -vfi
+}
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  export CC=gcc -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./autogen.sh \
+ --prefix=/usr \
+ --enable-xinput \
+  --enable-xkb \
+ --libdir=/usr/lib32 \
+ --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share}
+
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname 
+}

Copied: 
lib32-libxcb/repos/multilib-testing-x86_64/libxcb-1.1-no-pthread-stubs.patch 
(from rev 116722, lib32-libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
===
--- multilib-testing-x86_64/libxcb-1.1-no-pthread-stubs.patch   
(rev 0)
+++ multilib-testing-x86_64/libxcb-1.1-no-pthread-stubs.patch   2014-08-02 
03:14:48 UTC (rev 116723)
@@ -0,0 +1,11 @@
+--- libxcb-1.8.1/configure.ac  2012-03-09 15:38:38.0 +0100
 libxcb-1.8.1/configure.ac.new  2012-03-09 16:50:40.107109896 +0100
+@@ -43,7 +43,7 @@
+ 
+ # Checks for pkg-config packages
+ PKG_CHECK_MODULES(XCBPROTO, xcb-proto = 1.11)
+-NEEDED=pthread-stubs xau = 0.99.2
++NEEDED=xau = 0.99.2
+ PKG_CHECK_MODULES(NEEDED, $NEEDED)
+ 
+ have_xdmcp=no



[arch-commits] Commit in lib32-libxcb/trunk (4 files)

2014-08-01 Thread Laurent Carlier
Date: Saturday, August 2, 2014 @ 05:14:37
  Author: lcarlier
Revision: 116722

upgpkg: lib32-libxcb 1.11-1

upstream update 1.11

Modified:
  lib32-libxcb/trunk/PKGBUILD
  lib32-libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch
Deleted:
  lib32-libxcb/trunk/Ensure-xcb-owns-socket-and-no-other-threads-are-writ.patch
  lib32-libxcb/trunk/Force-XCB-event-structures-with-64-bit-extended-fiel.patch

+
 Ensure-xcb-owns-socket-and-no-other-threads-are-writ.patch |  121 ---
 Force-XCB-event-structures-with-64-bit-extended-fiel.patch |  102 -
 PKGBUILD   |   21 -
 libxcb-1.1-no-pthread-stubs.patch  |2 
 4 files changed, 7 insertions(+), 239 deletions(-)

Deleted: Ensure-xcb-owns-socket-and-no-other-threads-are-writ.patch
===
--- Ensure-xcb-owns-socket-and-no-other-threads-are-writ.patch  2014-08-02 
02:57:22 UTC (rev 116721)
+++ Ensure-xcb-owns-socket-and-no-other-threads-are-writ.patch  2014-08-02 
03:14:37 UTC (rev 116722)
@@ -1,121 +0,0 @@
-From be0fe56c3bcad5124dcc6c47a2fad01acd16f71a Mon Sep 17 00:00:00 2001
-From: Keith Packard kei...@keithp.com
-Date: Mon, 23 Dec 2013 21:15:20 -0800
-Subject: [PATCH] Ensure xcb owns socket and no other threads are writing
- before send_request
-
-send_request may only write to out.queue if no other thread is busy
-writing to the network (as that thread may be writing from out.queue).
-
-send_request may only allocate request sequence numbers if XCB owns
-the socket.
-
-Therefore, send_request must make sure that both conditions are true
-when it holds iolock, which can only be done by looping until both
-conditions are true without having dropped the lock waiting for the
-second condition.
-
-We choose to get the socket back from Xlib first as get_socket_back
-has a complicated test and checking for other threads writing is a
-simple in-lined check.
-
-This also changes the sequence number checks (64k requests with no
-reply, 4M request wrapping) to ensure that both conditions are true
-before queueing the request.
-
-Signed-off-by: Keith Packard kei...@keithp.com
-Reviewed-by: Uli Schlachter psyc...@znc.in

- src/xcb_out.c | 57 -
- 1 file changed, 40 insertions(+), 17 deletions(-)
-
-diff --git a/src/xcb_out.c b/src/xcb_out.c
-index 18bb5f9..dc42954 100644
 a/src/xcb_out.c
-+++ b/src/xcb_out.c
-@@ -103,6 +103,33 @@ static void get_socket_back(xcb_connection_t *c)
- _xcb_in_replies_done(c);
- }
- 
-+static void prepare_socket_request(xcb_connection_t *c)
-+{
-+/* We're about to append data to out.queue, so we need to
-+ * atomically test for an external socket owner *and* some other
-+ * thread currently writing.
-+ *
-+ * If we have an external socket owner, we have to get the socket back
-+ * before we can use it again.
-+ *
-+ * If some other thread is writing to the socket, we assume it's
-+ * writing from out.queue, and so we can't stick data there.
-+ *
-+ * We satisfy this condition by first calling get_socket_back
-+ * (which may drop the lock, but will return when XCB owns the
-+ * socket again) and then checking for another writing thread and
-+ * escaping the loop if we're ready to go.
-+ */
-+for (;;) {
-+if(c-has_error)
-+return;
-+get_socket_back(c);
-+if (!c-out.writing)
-+break;
-+pthread_cond_wait(c-out.cond, c-iolock);
-+}
-+}
-+
- /* Public interface */
- 
- void xcb_prefetch_maximum_request_length(xcb_connection_t *c)
-@@ -236,24 +263,23 @@ unsigned int xcb_send_request(xcb_connection_t *c, int 
flags, struct iovec *vect
- 
- /* get a sequence number and arrange for delivery. */
- pthread_mutex_lock(c-iolock);
--/* wait for other writing threads to get out of my way. */
--while(c-out.writing)
--pthread_cond_wait(c-out.cond, c-iolock);
--get_socket_back(c);
-+
-+prepare_socket_request(c);
- 
- /* send GetInputFocus (sync_req) when 64k-2 requests have been sent 
without
-- * a reply. */
--if(req-isvoid  c-out.request == c-in.request_expected + (1  16) - 
2)
--send_sync(c);
--/* Also send sync_req (could use NoOp) at 32-bit wrap to avoid having
-+ * a reply.
-+ * Also send sync_req (could use NoOp) at 32-bit wrap to avoid having
-  * applications see sequence 0 as that is used to indicate
-- * an error in sending the request */
--if((unsigned int) (c-out.request + 1) == 0)
-+ * an error in sending the request
-+ */
-+ 
-+while ((req-isvoid  c-out.request == c-in.request_expected + (1  
16) - 2) ||
-+   (unsigned int) (c-out.request + 1) == 0)
-+{
- send_sync(c);
-+prepare_socket_request(c);
-+}
- 
--/* The above send_sync calls 

[arch-commits] Commit in hardening-wrapper/trunk (4 files)

2014-08-01 Thread Daniel Micay
Date: Saturday, August 2, 2014 @ 05:35:36
  Author: thestinger
Revision: 116724

saner configuration file

Modified:
  hardening-wrapper/trunk/PKGBUILD
  hardening-wrapper/trunk/cc-wrapper.sh
  hardening-wrapper/trunk/hardening-wrapper-i686.conf
  hardening-wrapper/trunk/hardening-wrapper-x86_64.conf

---+
 PKGBUILD  |   10 +-
 cc-wrapper.sh |5 -
 hardening-wrapper-i686.conf   |   12 ++--
 hardening-wrapper-x86_64.conf |   12 ++--
 4 files changed, 21 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-02 03:14:48 UTC (rev 116723)
+++ PKGBUILD2014-08-02 03:35:36 UTC (rev 116724)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=hardening-wrapper
-pkgver=3
-pkgrel=4
+pkgver=4
+pkgrel=1
 pkgdesc='Wrapper script for building hardened executables by default'
 arch=(i686 x86_64)
 url='https://archlinux.org/'
@@ -9,10 +9,10 @@
 depends=(bash)
 backup=(etc/hardening-wrapper.conf)
 source=(cc-wrapper.sh path.sh hardening-wrapper-i686.conf 
hardening-wrapper-x86_64.conf)
-sha1sums=('edddffd8d8bf6c4b57d7a8fa32b65e29020c2a3c'
+sha1sums=('dda7ad75aecdf335f9cd5690f2d6beb2d64d6f5c'
   '1e5f6d9931f01b26bb4b6fbb839e21d34d534cdc'
-  '658aed4d1039393f0ba08152c1320fca04ce1315'
-  'ff104a6624ce898010f277fe22e6f964aeb34300')
+  '4d7a8f4818c531ce7002e860e0654b42b6147037'
+  '50db33c08439393b673c23d542e274beef44fbdd')
 
 package() {
   install -Dm644 hardening-wrapper-${CARCH}.conf 
$pkgdir/etc/hardening-wrapper.conf

Modified: cc-wrapper.sh
===
--- cc-wrapper.sh   2014-08-02 03:14:48 UTC (rev 116723)
+++ cc-wrapper.sh   2014-08-02 03:35:36 UTC (rev 116724)
@@ -2,7 +2,10 @@
 
 set -o nounset
 
-declare -A default=($( /etc/hardening-wrapper.conf))
+declare -A default
+while IFS== read key value; do
+  default[$key]=$value
+done  /etc/hardening-wrapper.conf
 
 force_bindnow=${HARDENING_BINDNOW:-${default[HARDENING_BINDNOW]:-1}}
 force_fPIE=${HARDENING_PIE:-${default[HARDENING_PIE]:-1}}

Modified: hardening-wrapper-i686.conf
===
--- hardening-wrapper-i686.conf 2014-08-02 03:14:48 UTC (rev 116723)
+++ hardening-wrapper-i686.conf 2014-08-02 03:35:36 UTC (rev 116724)
@@ -1,6 +1,6 @@
-[HARDENING_BINDNOW]=0
-[HARDENING_PIE]=0
-[HARDENING_FORTIFY]=2
-[HARDENING_RELRO]=1
-[HARDENING_STACK_CHECK]=0
-[HARDENING_STACK_PROTECTOR]=2
+HARDENING_BINDNOW=0
+HARDENING_PIE=0
+HARDENING_FORTIFY=2
+HARDENING_RELRO=1
+HARDENING_STACK_CHECK=0
+HARDENING_STACK_PROTECTOR=2

Modified: hardening-wrapper-x86_64.conf
===
--- hardening-wrapper-x86_64.conf   2014-08-02 03:14:48 UTC (rev 116723)
+++ hardening-wrapper-x86_64.conf   2014-08-02 03:35:36 UTC (rev 116724)
@@ -1,6 +1,6 @@
-[HARDENING_BINDNOW]=0
-[HARDENING_PIE]=1
-[HARDENING_FORTIFY]=2
-[HARDENING_RELRO]=1
-[HARDENING_STACK_CHECK]=0
-[HARDENING_STACK_PROTECTOR]=2
+HARDENING_BINDNOW=0
+HARDENING_PIE=1
+HARDENING_FORTIFY=2
+HARDENING_RELRO=1
+HARDENING_STACK_CHECK=0
+HARDENING_STACK_PROTECTOR=2



[arch-commits] Commit in hardening-wrapper/repos (20 files)

2014-08-01 Thread Daniel Micay
Date: Saturday, August 2, 2014 @ 05:36:28
  Author: thestinger
Revision: 116725

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

Added:
  hardening-wrapper/repos/community-i686/PKGBUILD
(from rev 116724, hardening-wrapper/trunk/PKGBUILD)
  hardening-wrapper/repos/community-i686/cc-wrapper.sh
(from rev 116724, hardening-wrapper/trunk/cc-wrapper.sh)
  hardening-wrapper/repos/community-i686/hardening-wrapper-i686.conf
(from rev 116724, hardening-wrapper/trunk/hardening-wrapper-i686.conf)
  hardening-wrapper/repos/community-i686/hardening-wrapper-x86_64.conf
(from rev 116724, hardening-wrapper/trunk/hardening-wrapper-x86_64.conf)
  hardening-wrapper/repos/community-i686/path.sh
(from rev 116724, hardening-wrapper/trunk/path.sh)
  hardening-wrapper/repos/community-x86_64/PKGBUILD
(from rev 116724, hardening-wrapper/trunk/PKGBUILD)
  hardening-wrapper/repos/community-x86_64/cc-wrapper.sh
(from rev 116724, hardening-wrapper/trunk/cc-wrapper.sh)
  hardening-wrapper/repos/community-x86_64/hardening-wrapper-i686.conf
(from rev 116724, hardening-wrapper/trunk/hardening-wrapper-i686.conf)
  hardening-wrapper/repos/community-x86_64/hardening-wrapper-x86_64.conf
(from rev 116724, hardening-wrapper/trunk/hardening-wrapper-x86_64.conf)
  hardening-wrapper/repos/community-x86_64/path.sh
(from rev 116724, hardening-wrapper/trunk/path.sh)
Deleted:
  hardening-wrapper/repos/community-i686/PKGBUILD
  hardening-wrapper/repos/community-i686/cc-wrapper.sh
  hardening-wrapper/repos/community-i686/hardening-wrapper-i686.conf
  hardening-wrapper/repos/community-i686/hardening-wrapper-x86_64.conf
  hardening-wrapper/repos/community-i686/path.sh
  hardening-wrapper/repos/community-x86_64/PKGBUILD
  hardening-wrapper/repos/community-x86_64/cc-wrapper.sh
  hardening-wrapper/repos/community-x86_64/hardening-wrapper-i686.conf
  hardening-wrapper/repos/community-x86_64/hardening-wrapper-x86_64.conf
  hardening-wrapper/repos/community-x86_64/path.sh

+
 /PKGBUILD  |   62 ++
 /cc-wrapper.sh |  218 +++
 /hardening-wrapper-i686.conf   |   12 +
 /hardening-wrapper-x86_64.conf |   12 +
 /path.sh   |2 
 community-i686/PKGBUILD|   31 ---
 community-i686/cc-wrapper.sh   |  106 ---
 community-i686/hardening-wrapper-i686.conf |6 
 community-i686/hardening-wrapper-x86_64.conf   |6 
 community-i686/path.sh |1 
 community-x86_64/PKGBUILD  |   31 ---
 community-x86_64/cc-wrapper.sh |  106 ---
 community-x86_64/hardening-wrapper-i686.conf   |6 
 community-x86_64/hardening-wrapper-x86_64.conf |6 
 community-x86_64/path.sh   |1 
 15 files changed, 306 insertions(+), 300 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-02 03:35:36 UTC (rev 116724)
+++ community-i686/PKGBUILD 2014-08-02 03:36:28 UTC (rev 116725)
@@ -1,31 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=hardening-wrapper
-pkgver=3
-pkgrel=4
-pkgdesc='Wrapper script for building hardened executables by default'
-arch=(i686 x86_64)
-url='https://archlinux.org/'
-license=('GPL')
-depends=(bash)
-backup=(etc/hardening-wrapper.conf)
-source=(cc-wrapper.sh path.sh hardening-wrapper-i686.conf 
hardening-wrapper-x86_64.conf)
-sha1sums=('edddffd8d8bf6c4b57d7a8fa32b65e29020c2a3c'
-  '1e5f6d9931f01b26bb4b6fbb839e21d34d534cdc'
-  '658aed4d1039393f0ba08152c1320fca04ce1315'
-  'ff104a6624ce898010f277fe22e6f964aeb34300')
-
-package() {
-  install -Dm644 hardening-wrapper-${CARCH}.conf 
$pkgdir/etc/hardening-wrapper.conf
-  install -Dm644 path.sh $pkgdir/etc/profile.d/hardening-wrapper.sh
-
-  mkdir -p $pkgdir/usr/lib/hardening-wrapper/bin
-  install -m755 cc-wrapper.sh $pkgdir/usr/lib/hardening-wrapper
-  ln -s ../cc-wrapper.sh $pkgdir/usr/lib/hardening-wrapper/bin/c89
-  ln -s ../cc-wrapper.sh $pkgdir/usr/lib/hardening-wrapper/bin/c99
-  ln -s ../cc-wrapper.sh $pkgdir/usr/lib/hardening-wrapper/bin/cc
-  ln -s ../cc-wrapper.sh $pkgdir/usr/lib/hardening-wrapper/bin/c++
-  ln -s ../cc-wrapper.sh $pkgdir/usr/lib/hardening-wrapper/bin/clang
-  ln -s ../cc-wrapper.sh $pkgdir/usr/lib/hardening-wrapper/bin/clang++
-  ln -s ../cc-wrapper.sh $pkgdir/usr/lib/hardening-wrapper/bin/gcc
-  ln -s ../cc-wrapper.sh $pkgdir/usr/lib/hardening-wrapper/bin/g++
-}

Copied: hardening-wrapper/repos/community-i686/PKGBUILD (from rev 116724, 
hardening-wrapper/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-02 03:36:28 

[arch-commits] Commit in hardening-wrapper/trunk (PKGBUILD cc-wrapper.sh)

2014-08-01 Thread Daniel Micay
Date: Saturday, August 2, 2014 @ 06:09:03
  Author: thestinger
Revision: 116726

upgpkg: hardening-wrapper 4-1

Modified:
  hardening-wrapper/trunk/PKGBUILD
  hardening-wrapper/trunk/cc-wrapper.sh

---+
 PKGBUILD  |2 +-
 cc-wrapper.sh |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-02 03:36:28 UTC (rev 116725)
+++ PKGBUILD2014-08-02 04:09:03 UTC (rev 116726)
@@ -9,7 +9,7 @@
 depends=(bash)
 backup=(etc/hardening-wrapper.conf)
 source=(cc-wrapper.sh path.sh hardening-wrapper-i686.conf 
hardening-wrapper-x86_64.conf)
-sha1sums=('dda7ad75aecdf335f9cd5690f2d6beb2d64d6f5c'
+sha1sums=('68dcca1219f56d8578158e18db8f1a39bab46807'
   '1e5f6d9931f01b26bb4b6fbb839e21d34d534cdc'
   '4d7a8f4818c531ce7002e860e0654b42b6147037'
   '50db33c08439393b673c23d542e274beef44fbdd')

Modified: cc-wrapper.sh
===
--- cc-wrapper.sh   2014-08-02 03:36:28 UTC (rev 116725)
+++ cc-wrapper.sh   2014-08-02 04:09:03 UTC (rev 116726)
@@ -16,7 +16,7 @@
 
force_stack_protector=${HARDENING_STACK_PROTECTOR:-${default[HARDENING_STACK_PROTECTOR]:-2}}
 
 error() {
-  echo $1 2
+  printf %s\n $1 2
   exit 1
 }
 



[arch-commits] Commit in hardening-wrapper/repos (20 files)

2014-08-01 Thread Daniel Micay
Date: Saturday, August 2, 2014 @ 06:09:47
  Author: thestinger
Revision: 116727

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

Added:
  hardening-wrapper/repos/community-i686/PKGBUILD
(from rev 116726, hardening-wrapper/trunk/PKGBUILD)
  hardening-wrapper/repos/community-i686/cc-wrapper.sh
(from rev 116726, hardening-wrapper/trunk/cc-wrapper.sh)
  hardening-wrapper/repos/community-i686/hardening-wrapper-i686.conf
(from rev 116726, hardening-wrapper/trunk/hardening-wrapper-i686.conf)
  hardening-wrapper/repos/community-i686/hardening-wrapper-x86_64.conf
(from rev 116726, hardening-wrapper/trunk/hardening-wrapper-x86_64.conf)
  hardening-wrapper/repos/community-i686/path.sh
(from rev 116726, hardening-wrapper/trunk/path.sh)
  hardening-wrapper/repos/community-x86_64/PKGBUILD
(from rev 116726, hardening-wrapper/trunk/PKGBUILD)
  hardening-wrapper/repos/community-x86_64/cc-wrapper.sh
(from rev 116726, hardening-wrapper/trunk/cc-wrapper.sh)
  hardening-wrapper/repos/community-x86_64/hardening-wrapper-i686.conf
(from rev 116726, hardening-wrapper/trunk/hardening-wrapper-i686.conf)
  hardening-wrapper/repos/community-x86_64/hardening-wrapper-x86_64.conf
(from rev 116726, hardening-wrapper/trunk/hardening-wrapper-x86_64.conf)
  hardening-wrapper/repos/community-x86_64/path.sh
(from rev 116726, hardening-wrapper/trunk/path.sh)
Deleted:
  hardening-wrapper/repos/community-i686/PKGBUILD
  hardening-wrapper/repos/community-i686/cc-wrapper.sh
  hardening-wrapper/repos/community-i686/hardening-wrapper-i686.conf
  hardening-wrapper/repos/community-i686/hardening-wrapper-x86_64.conf
  hardening-wrapper/repos/community-i686/path.sh
  hardening-wrapper/repos/community-x86_64/PKGBUILD
  hardening-wrapper/repos/community-x86_64/cc-wrapper.sh
  hardening-wrapper/repos/community-x86_64/hardening-wrapper-i686.conf
  hardening-wrapper/repos/community-x86_64/hardening-wrapper-x86_64.conf
  hardening-wrapper/repos/community-x86_64/path.sh

+
 /PKGBUILD  |   62 ++
 /cc-wrapper.sh |  218 +++
 /hardening-wrapper-i686.conf   |   12 +
 /hardening-wrapper-x86_64.conf |   12 +
 /path.sh   |2 
 community-i686/PKGBUILD|   31 ---
 community-i686/cc-wrapper.sh   |  109 ---
 community-i686/hardening-wrapper-i686.conf |6 
 community-i686/hardening-wrapper-x86_64.conf   |6 
 community-i686/path.sh |1 
 community-x86_64/PKGBUILD  |   31 ---
 community-x86_64/cc-wrapper.sh |  109 ---
 community-x86_64/hardening-wrapper-i686.conf   |6 
 community-x86_64/hardening-wrapper-x86_64.conf |6 
 community-x86_64/path.sh   |1 
 15 files changed, 306 insertions(+), 306 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-02 04:09:03 UTC (rev 116726)
+++ community-i686/PKGBUILD 2014-08-02 04:09:47 UTC (rev 116727)
@@ -1,31 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=hardening-wrapper
-pkgver=4
-pkgrel=1
-pkgdesc='Wrapper script for building hardened executables by default'
-arch=(i686 x86_64)
-url='https://archlinux.org/'
-license=('GPL')
-depends=(bash)
-backup=(etc/hardening-wrapper.conf)
-source=(cc-wrapper.sh path.sh hardening-wrapper-i686.conf 
hardening-wrapper-x86_64.conf)
-sha1sums=('dda7ad75aecdf335f9cd5690f2d6beb2d64d6f5c'
-  '1e5f6d9931f01b26bb4b6fbb839e21d34d534cdc'
-  '4d7a8f4818c531ce7002e860e0654b42b6147037'
-  '50db33c08439393b673c23d542e274beef44fbdd')
-
-package() {
-  install -Dm644 hardening-wrapper-${CARCH}.conf 
$pkgdir/etc/hardening-wrapper.conf
-  install -Dm644 path.sh $pkgdir/etc/profile.d/hardening-wrapper.sh
-
-  mkdir -p $pkgdir/usr/lib/hardening-wrapper/bin
-  install -m755 cc-wrapper.sh $pkgdir/usr/lib/hardening-wrapper
-  ln -s ../cc-wrapper.sh $pkgdir/usr/lib/hardening-wrapper/bin/c89
-  ln -s ../cc-wrapper.sh $pkgdir/usr/lib/hardening-wrapper/bin/c99
-  ln -s ../cc-wrapper.sh $pkgdir/usr/lib/hardening-wrapper/bin/cc
-  ln -s ../cc-wrapper.sh $pkgdir/usr/lib/hardening-wrapper/bin/c++
-  ln -s ../cc-wrapper.sh $pkgdir/usr/lib/hardening-wrapper/bin/clang
-  ln -s ../cc-wrapper.sh $pkgdir/usr/lib/hardening-wrapper/bin/clang++
-  ln -s ../cc-wrapper.sh $pkgdir/usr/lib/hardening-wrapper/bin/gcc
-  ln -s ../cc-wrapper.sh $pkgdir/usr/lib/hardening-wrapper/bin/g++
-}

Copied: hardening-wrapper/repos/community-i686/PKGBUILD (from rev 116726, 
hardening-wrapper/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-02 04:09:47 

[arch-commits] Commit in arm-none-eabi-gcc/trunk (PKGBUILD)

2014-08-01 Thread Anatol Pomozov
Date: Saturday, August 2, 2014 @ 06:25:49
  Author: anatolik
Revision: 116728

Add $Id$

Modified:
  arm-none-eabi-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-02 04:09:47 UTC (rev 116727)
+++ PKGBUILD2014-08-02 04:25:49 UTC (rev 116728)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
 # Contributor: Martin Schmölzer mschmoel...@gmail.com
 



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

2014-08-01 Thread Tobias Powalowski
Date: Saturday, August 2, 2014 @ 07:17:17
  Author: tpowa
Revision: 218504

upgpkg: samba 4.1.11-1

bump to lastest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-02 03:05:14 UTC (rev 218503)
+++ PKGBUILD2014-08-02 05:17:17 UTC (rev 218504)
@@ -10,12 +10,12 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.1.10
+pkgver=4.1.11
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=4.1.10
-pkgrel=2
+_realver=4.1.11
+pkgrel=1
 arch=(i686 x86_64)
 url=http://www.samba.org;
 license=('GPL3')
@@ -240,7 +240,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('666907da70369db20ac6bb2c6f234e42'
+md5sums=('d7377e7247ad16f6b15363727b91b761'
  '5697da77590ec092cc8a883bae06093c'
  '96f82c38f3f540b53f3e5144900acf17'
  'ee4763a656cf00d92bfda31b6bb2c5cb'



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

2014-08-01 Thread Tobias Powalowski
Date: Saturday, August 2, 2014 @ 07:17:47
  Author: tpowa
Revision: 218505

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

Added:
  samba/repos/extra-i686/PKGBUILD
(from rev 218504, samba/trunk/PKGBUILD)
  samba/repos/extra-i686/nmbd.service
(from rev 218504, samba/trunk/nmbd.service)
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 218504, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-i686/samba.conf
(from rev 218504, samba/trunk/samba.conf)
  samba/repos/extra-i686/samba.conf.d
(from rev 218504, samba/trunk/samba.conf.d)
  samba/repos/extra-i686/samba.install
(from rev 218504, samba/trunk/samba.install)
  samba/repos/extra-i686/samba.logrotate
(from rev 218504, samba/trunk/samba.logrotate)
  samba/repos/extra-i686/samba.pam
(from rev 218504, samba/trunk/samba.pam)
  samba/repos/extra-i686/samba.service
(from rev 218504, samba/trunk/samba.service)
  samba/repos/extra-i686/smbd.service
(from rev 218504, samba/trunk/smbd.service)
  samba/repos/extra-i686/smbd.socket
(from rev 218504, samba/trunk/smbd.socket)
  samba/repos/extra-i686/smbd@.service
(from rev 218504, samba/trunk/smbd@.service)
  samba/repos/extra-i686/winbindd.service
(from rev 218504, samba/trunk/winbindd.service)
  samba/repos/extra-x86_64/PKGBUILD
(from rev 218504, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 218504, samba/trunk/nmbd.service)
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 218504, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-x86_64/samba.conf
(from rev 218504, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 218504, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 218504, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 218504, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 218504, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/samba.service
(from rev 218504, samba/trunk/samba.service)
  samba/repos/extra-x86_64/smbd.service
(from rev 218504, samba/trunk/smbd.service)
  samba/repos/extra-x86_64/smbd.socket
(from rev 218504, samba/trunk/smbd.socket)
  samba/repos/extra-x86_64/smbd@.service
(from rev 218504, samba/trunk/smbd@.service)
  samba/repos/extra-x86_64/winbindd.service
(from rev 218504, samba/trunk/winbindd.service)
Deleted:
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/nmbd.service
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-i686/samba.conf
  samba/repos/extra-i686/samba.conf.d
  samba/repos/extra-i686/samba.install
  samba/repos/extra-i686/samba.logrotate
  samba/repos/extra-i686/samba.pam
  samba/repos/extra-i686/samba.service
  samba/repos/extra-i686/smbd.service
  samba/repos/extra-i686/smbd.socket
  samba/repos/extra-i686/smbd@.service
  samba/repos/extra-i686/winbindd.service
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/samba.service
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/smbd.socket
  samba/repos/extra-x86_64/smbd@.service
  samba/repos/extra-x86_64/winbindd.service

+
 /PKGBUILD  |  506 +++
 /nmbd.service  |   24 
 /samba-4.0.3-fix_pidl_with_gcc48.patch |  120 
 /samba.conf|4 
 /samba.conf.d  |   36 +
 /samba.install |   28 +
 /samba.logrotate   |   18 
 /samba.pam |6 
 /samba.service |   28 +
 /smbd.service  |   24 
 /smbd.socket   |   18 
 /smbd@.service |   14 
 /winbindd.service  |   24 
 extra-i686/PKGBUILD|  253 -
 extra-i686/nmbd.service|   12 
 extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch   |   60 --
 extra-i686/samba.conf  |2 
 extra-i686/samba.conf.d|   18 
 extra-i686/samba.install   |   14 
 extra-i686/samba.logrotate |9 
 extra-i686/samba.pam   |3 
 extra-i686/samba.service   |   14